/*
Theme Name: condeminas
Theme URI: 
Author: José Luis Perez
Author URI: https://www.linkedin.com/in/joseluispg/
Description: "condeminas" is a custom development base theme for Wordpress.
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 7.3.5
Version: 1.1.2
last update: 20231005
*/

@import "./assets/styles/bootstrap/css/bootstrap.min.css";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css");
@font-face {
	font-family: 'Cinzel';
	src: url('./assets/fonts/Cinzel/Cinzel-Regular.ttf');
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn, .fs-cinzel {
   font-family: 'Cinzel', serif;
}

p {
   font-size: 20px;
   margin-bottom: 20px;
   line-height: 1.5;
   color: #212121;
}

.fs-lang {
   font-size: 14px;
}

.header__logo {
   width: 300px;
}

.bg-header {
   width: 100%;
   min-height: 600px;
   background-image: url('assets/images/header.jpeg');
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
}

#bg-image-1 {
   background-image: url('assets/images/puerto.jpeg');
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   height: 600px;
}

.btn-whatsapp {
   background-color: #39a146 !important;
   color: #FFF;
}

.grecaptcha-badge {
   visibility: hidden !important;
}

@media (max-width: 768px) {
   .header__logo {
      width: 210px;
   }
   .fs-lang {
      font-size: 10px;
   }
   .bg-header {
      min-height: 400px;
   }
   #bg-image-1 {
      height: 400px;
   }
}

form input[type=checkbox] {
   margin-left: -10px !important;
   margin-right: 10px !important;
   width: 12px !important;
   height: 12px !important;
   transform: scale(2) !important;
   -ms-transform: scale(2) !important;
   -moz-transform: scale(2) !important;
   -webkit-transform: scale(2) !important;
   -o-transform: scale(2) !important;
}