/**
* Template Name: MeFamily
* Template URL: https://bootstrapmade.com/family-multipurpose-html-bootstrap-template-free/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --amarillo: #ebb146;
  --blanco: #fff;
  --azul: #d8edf5;
  --gris: #a9b7c4;
  --grisclaro: #6e6e6e;
  --grisoscuro: #404040;
}
/*body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}*/
body {
  font-family: "Michroma", sans-serif;
  /*font-weight: 400;*/
  font-style: normal;
  /*color: #444444;*/
}
p{
  /*font-family: "Michroma", sans-serif;*/
  /*font-weight: 400;*/
  font-style:normal;
  font-size: larger;
  /*color: #444444;*/
}

/*.contactanos a i{
  height: 200px;
  width: 100px;
}*/
a {
  /*color: var(--amarillo);*/
  /*color: black;*/
  text-decoration: none !important;
}
a:hover {
  /*color: #008df1;*/
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Raleway", sans-serif;*/
  font-family: "Michroma", sans-serif;
  font-weight: normal;
  font-size: 3.5rem;
  color: var(--amarillo);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right:2%;
  /*right: 15px; */

  bottom: 15px;
  z-index: 996;
  background: #25D366;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  /*background: #0087e7;*/
  color: #fff;
}

.back-to-top {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header{
  background: var(--grisoscuro);
  /*background-image: url('../img/menu/Rectangle-9.png');*/
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  /*box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.06);*/
}
/*#header2{
  background: var(--amarillo);
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
}*/
/*#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  height: 3rem;
}*/

/*#header .logo a {
  color: #24325d;
}*/

/*#header .logo img {
  height: 5rem;
}*/
/*#header2 .logo img {
  max-height: 40px;
  height: 5rem;
}*/
.logo img {
  /*max-height: 40px;*/
  height: 5rem;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar-1 {
  background: var(--grisoscuro);
  height: 100px;
}
.navbar-2 {
  padding: 0;
  padding-right: 35px !important;
  height: 100px;
  background: var(--amarillo);
}

.navbar-expand-lg .navbar-collapse{
  justify-content: flex-end;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Michroma", sans-serif;
  color: var(--blanco);
  font-size: 20px;
  text-decoration: none;
  /*font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2b3c6f;
  white-space: nowrap;
  transition: 0.3s;*/
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar-1 svg{
  color: var(--amarillo);
  height: 55px;
}
.navbar-1 a:hover,
.navbar-1 .active,
.navbar-1 .active:focus,
.navbar-1 li:hover>a {
  color: var(--amarillo);
}
/*Segunda sección*/
.navbar-2 a:hover,
.navbar-2 .activ,
.navbar-2 .activ:focus,
.navbar-2 li:hover>a{
  color: var(--grisoscuro);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #006fbe;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #24325d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  /*.navbar ul {
    display: none;
  }*/
}
.navbar-toggler, .navbar-toggler .collapse,
.navbar-toggler:hover{
  border: none !important;
}
.navbar-toggler:focus{
  box-shadow: none !important;
}
.navbar{
  padding-right: 38px !important;
  padding-left: 30px !important;
  padding-bottom: 0px;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(22, 30, 56, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #24325d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #006fbe;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #006fbe;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /*background-color: rgba(22, 30, 56, 0.8);*/
  /*padding-top: 250px;*/
  overflow: hidden;
  position: relative;
  /*max-height: 100vh;*/
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*agregado*/
  /*padding-top: 300px;*/
}
/*#hero .carousel-inner .image-carrousel-one {
  padding-top: 15rem;
  padding-left: 2rem;
  
}
#hero .carousel-inner .image-carrousel-two {
  padding-top: 15rem;
  padding-left: 2rem;
}
#hero .carousel-inner .image-carrousel-theere {
  padding-top: 15rem;
  padding-left: 2rem;
}*/
#hero .carousel-item {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
/*#hero .carousel .carousel-inner .image-carrousel-one {
  background-image: url('assets/img/slide/1/image-1.png');
}*/

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #006fbe;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #006fbe;
}

#hero .btn-get-started:hover {
  background: #007ed8;
}
/*@media (max-width: 1785px) {
  #hero {
    height:130vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1896px) {
  #hero {
    height:120vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}*/


/*@media (max-width: 1315px) {
  #hero {
    height:130vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}*/
/*1025px — 1200px: Computadoras de escritorio, pantallas grandes*/
/*@media (max-width: 1200px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}*/
/*769px — 1024px: pantallas pequeñas, laptops*/
/*@media (max-width: 1024px) and (max-height: 1024px) {
  #hero {
    height: 90vh;
  }

  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}*/
@media (max-width: 1368px) and (max-height: 1024px) {
  #hero {
    height: 70vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1368px) and (max-height: 950px) {
  #hero {
    height: 80vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/**1349  576*/
@media (max-width: 1368px) and (max-height: 800px) {
  #hero {
    /*es tu compu*/
    height: 120vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1290px) and (max-height: 800px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1180px) and (max-height: 820px) {
  #hero {
    /*height: 65vh;*/
    /*antes*/
    /*height: 80vh;*/
    /*height: 98vh;*/
    height: 83vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}



/*maximo 768 y el resto mwnos 712*/
/*481px — 768px: iPads, Tabletas*/



@media (max-width: 1024px) and (max-height: 1368px) {
  #hero {
    /*height: 65vh;*/
    height: 39vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1024px) and (max-height: 1180px) {
  #hero {
    /*height: 65vh;*/
    height: 40vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) and (max-height: 768px) {
  #hero {
    /*height: 65vh;*/
    height: 75vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1024px) and (max-height: 600px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) and (max-height: 480px) {
  #hero {
    height: 80vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 900px) and (max-height: 480px),
(max-width: 950px) and (max-height: 480px){
  #hero {
    height: 120vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/*Horizontal*/
@media (max-width: 768px) and (max-height: 1024px) {
  #hero {
    /*height: 65vh;*/
    height: 40vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) and (max-height: 580px) {
  #hero {
    /*height: 65vh;*/
    height: 75vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) and (max-height: 480px) {
  #hero {
    /*height: 65vh;*/
    height: 75vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) and (max-height: 400px) {
  #hero {
    /*Se ve perfectp en phone se*/
    height: 95vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) and (max-height: 360px) {
  #hero {
    /*height: 65vh;*/
    height: 120vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) and (max-height: 320px) {
  #hero {
    /*height: 65vh;*/
    height: 90vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) and (max-height: 280px) {
  #hero {
    /*height: 65vh;*/
    height: 120vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/*Horizontal*/
@media (max-width: 480px) and (max-height: 1240px) {
  #hero {
    /*height: 65vh;*/
    /*Antes*/
    /*height: 26vh;*/
    height: 30vh;
  }
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before{
    top: 19px;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/*Vertical*/
@media (max-width: 400px) and (max-height: 768px) {
  #hero {
    /*Se ve perfectp en phone se*/
    height: 38vh;
  }
  #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before{
    top: 19px;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 280px) and (max-height: 653px) {
  #hero {
    /*Se ve perfectp en phone se*/
    height: 25vh;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/*320px — 480px: Dispositivos móviles*/
/*@media (max-width: 480px) {
  #hero {
    height: 25vh;
    
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}*/


/*@media (min-width: 1024px) {*/
@media (min-width: 1024px){
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
  #hero .carousel-item {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/*
@media (max-height: 500px) {
  #hero {
    height: 120vh;
    
    
  }
}*/


/*Sección de Nuestras Puertas*/
.nuestraspuertas{
  /*color: var(--amarillo);*/
  /*
  text-transform: uppercase;
  font-family: "Michroma", sans-serif;
  font-weight: bold;
  color: var(--gris);
  text-shadow: 1px 12px 1px var(--blanco);
*/
  font-weight: normal;
  /*No descomentar el tamaño de letras*/
  /*font-size: 2rem;*/
  /*font-size: calc(50%, 2rem);*/
  font-family: "Michroma", sans-serif;
  /*font-family: "Jura", sans-serif;*/
  /*text-shadow: 0 1px 0 var(--grisoscuro),
                0 2px 0 var(--grisclaro),
                0 3px 0 var(--grisclaro),
                0 4px 0 var(--grisclaro),*/
                /*0 5px 0 var(--grisclaro),*/
                /*0 1px 0 #ccc, 
                0 2px 0 #c9c9c9,*/
                /*0 3px 0 #bbb,*/
                /*0 4px 0 #b9b9b9,*/
                /*0 5px 0 #aaa,*/
                /*
                0 6px 1px rgba(0,0,0,.1),
                0 0 5px rgba(0,0,0,.1),
                0 1px 3px rgba(0,0,0,.3),
                0 3px 5px rgba(0,0,0,.2),
                0 5px 10px rgba(0,0,0,.25);*/
                /*
                0 10px 10px rgba(0,0,0,.2),
                0 20px 20px rgba(0,0,0,.15);*/
  color: var(--blanco);
  text-align: center;
  padding: 2rem;
}
.nuestraspuertas p{
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagenes{
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagenes .imagen1 img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130%;
}
.imagenes .imagen2 img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
.nuestraspuertas .onecuadro{
  background-image: url('../img/nuestras-puertas/background/Group-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: center;

}
.nuestraspuertas .twocuadro{
  background-image: url('../img/nuestras-puertas/background/Group-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
  text-align: center;
}
.nuestraspuertas .threecuadro{
  background-image: url('../img/nuestras-puertas/background/Group-4.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: center;
}
.nuestraspuertas .fourcuadro{
  background-image: url('../img/nuestras-puertas/background/Group-5.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: center;
}
.nuestraspuertas .fivecuadro{
  background-image: url('../img/nuestras-puertas/background/Group-3.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nuestraspuertas .sixcuadro{
  background-image: url('../img/nuestras-puertas/background/Group-6.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: left;
}
/*
Funciones
*/
.funciones img{
  width: 70%;
}
/*--------------------
Cerraduras Inteligente
*/

.cerraduras .onecuadro {
  height: 100px;
  /*color: var(--grisclaro);*/
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-1.png.webp');
  background-color: rgba(0, 0, 0, 0.9);*/
  /*filter: brightness(50%);*/
  background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/cerraduras-inteligentes/Mask-group-1.png.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
  text-align: center;
  /*opacity: 1;
  background-color: black;*/
  
}
/*.cerraduras .onecuadro p{
  height: 3rem;
  width: 3rem;
}*/

.cerraduras .twocuadro{
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-2.png.webp');*/
  background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/cerraduras-inteligentes/Mask-group-2.png.webp');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.cerraduras .threecuadro{
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-3.png.webp');*/
  background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/cerraduras-inteligentes/Mask-group-3.png.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
}
.cerraduras .fourcuadro{
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-4.png.webp');*/
  background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/cerraduras-inteligentes/Mask-group-4.png.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
}
.cerraduras p{
  /*font-weight: normal;
  font-size: 2rem;*/
  font-family: "Michroma", sans-serif;
  /*font-family: "Jura", sans-serif;*/
  /*text-shadow: 0 1px 0 var(--grisoscuro),
                0 2px 0 var(--grisclaro),
                0 3px 0 var(--grisclaro),
                0 4px 0 var(--grisclaro),
                0 6px 1px rgba(0,0,0,.1),
                0 0 5px rgba(0,0,0,.1),
                0 1px 3px rgba(0,0,0,.3),
                0 3px 5px rgba(0,0,0,.2),
                0 5px 10px rgba(0,0,0,.25);*/
   color: var(--blanco);
   text-align: center;
   padding: 2rem;
}

/*--------------------------------------
Conocelas
Puertas
---------------------------------------*/
.puertas p{
  /*font-size: 2rem;*/
  font-size: 25px;
  font-family: "Michroma", sans-serif;
  font-weight: normal;
  padding-top: 1rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .puertas .puerta img{
    height: 300px;
  }
  .puertas img{
    height: 300px;
  }
  .puertas p{
    font-size: 20px;
  }
}


/*.puertas .puerta img{
  max-height: 500px;
}*/
/*.modal{
  background: var(--blanco);
  
}*/
/*.puertas .modal .modal-containent img{
  height: 60%;
}*/
/*CERRADURAS*/
.puertas .modal .modal-containent img{
  height: 50%;
}
.puertas .modal h1{
  font-family: "Jura", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
}
.puertas .modal h2{
  font-family: "Jura", sans-serif;
  /*font-size: 150%;*/
  font-size: 150%;
  /*font-weight: bold;*/
  text-align: left;
}
.puertas .modal p{
  font-family: "Jura", sans-serif;
  font-size: 80%;
  text-align: left;
  padding-top: 0px;
}

@media (max-width: 991px) {
  .puertas .modal .modal-containent img{
    height: 50px;
  }
  .puertas .modal h1{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  .puertas .modal h2{
    font-size: calc(50% - 20px);
    text-align: center;
  }
  .puertas .modal p{
    font-size: calc(50% - 20px);
    text-align: center;
    padding-top: 0px;
  }
}
/*PUERTAS*/
.puertas .puerta .modal .modal-containent .modal-body img{
  height: 20%;
}
.puertas .puerta .modal h1{
  font-family: "Jura", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
}
.puertas .puerta .modal h2{
  font-family: "Jura", sans-serif;
  /*font-size: 150%;*/
  font-size: 150%;
  font-weight: bold;
  text-align: left;
}
.puertas .puerta .modal p{
  font-family: "Jura", sans-serif;
  font-size: 80%;
  text-align: left;
  padding-top: 0px;
}

@media (max-width: 1000px) {
  .puertas .puerta .modal .modal-containent img{
    height: 50px;
  }
  .puertas .puerta .modal h1{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  .puertas .puerta .modal h2{
    /*font-size: calc(50% - 20px);*/
    text-align: center;
  }
  .puertas .puerta .modal p{
    /*font-size: calc(50% - 20px);*/
    text-align: center;
    padding-top: 0px;
  }
}

/*---------------------------
#
-------------------------------*/
/*--------------------
desbloquear
*/
/*.desbloquear{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  

}*/
.desbloquear .onecuadro {
  /*color: var(--grisclaro);*/
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-1.png.webp');
  background-color: rgba(0, 0, 0, 0.9);*/
  /*filter: brightness(50%);*/
  /*background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/bloquear/aplicacion.png');
  */
  background: var(--grisoscuro);
  background-image: url('../img/bloquear/aplicacion.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  
  /*opacity: 1;
  background-color: black;*/
  
}

.desbloquear .twocuadro{
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-2.png.webp');*/
  /*background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/bloquear/tarjeta.png');*/
  background: var(--grisoscuro);
  background-image: url('../img/bloquear/tarjeta.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  text-align: bottom;
}
.desbloquear .centercontainer{
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  justify-content: center;
  
}
.desbloquear .centercontainer .threecuadro{
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-3.png.webp');*/
  /*background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/bloquear/llave.png');*/
  background: var(--grisoscuro);
  background-image: url('../img/bloquear/llave.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  /*align-items: center;*/
  text-align: bottom;
}
.desbloquear .fourcuadro{
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-4.png.webp');*/
/*background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/bloquear/huella-digital.png');*/
  background: var(--grisoscuro);
  background-image: url('../img/bloquear/huella-digital.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  text-align: bottom;
}
.desbloquear .fivecuadro{
  /*background-image: url('../img/cerraduras-inteligentes/Mask-group-4.png.webp');*/
  /*background-image: linear-gradient(rgba(84, 84, 84, 0.8), rgba(40, 40, 40, 0.8)), url('../img/bloquear/contrasena.png');*/
  
  background: var(--grisoscuro);
  background-image: url('../img/bloquear/contrasena.png');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  text-align: bottom;
}
.desbloquear p{
  height: 250px;
  font-family: "Michroma", sans-serif;
  font-weight: normal;

  /*font-weight: normal;
  font-size: 2rem;
  font-family: "Michroma", sans-serif;*/
  /*font-family: "Jura", sans-serif;*/
  /*text-shadow: 0 1px 0 var(--grisoscuro),
                0 2px 0 var(--grisclaro),
                0 3px 0 var(--grisclaro),
                0 4px 0 var(--grisclaro),
                0 6px 1px rgba(0,0,0,.1),
                0 0 5px rgba(0,0,0,.1),
                0 1px 3px rgba(0,0,0,.3),
                0 3px 5px rgba(0,0,0,.2),
                0 5px 10px rgba(0,0,0,.25);*/
  color: var(--blanco);
  text-align: center;
  /*padding: 2rem;*/
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/*.ddesbloquear p {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #b4e0ff;
}

.section-title {
  text-align: center;
  /*padding-bottom: 30px;*/
  /*padding-top: 100px;*/
}
.section-title h1 {
  /*font-size: 55px;*/
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  color: var(--amarillo);
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
  /*text-decoration: underline var(--gris);*/
}
/*.section-title h1{
  border-bottom: 10px solid var(--gris);
  padding-bottom: 1rem;
}*/
/*Si 120 de width con 50% - 20*/
/*.section-title .nuestras-puertas h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 650px;
  height: 10px;
  background: var(--gris);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}*/
.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 85%;
  height: 10px;
  background: var(--gris);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-title h2 {
  font-size: 55px;
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--gris);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.contact-form{
  font-family: "Michroma", sans-serif;
  font-weight: normal;
  /*font-size: 1rem;**/
  text-align: left;
}
/*.contact-form textarea,
.contact-form input{
  background: black;
  color: var(--blanco);
  height: 70px;
}*/
/*.contact-form textarea::placeholder,
.contact-form input::placeholder
{
  color: var(--blanco);
  padding: 20px;
}*/

.contact-form {
  background: var(--grisoscuro);
  color: white;
  padding: 20px 10px 20px 10px;
}

.btn-form {
  color: #242e01;
  background-color: white;
  border-color: white;
}

.btn-form:hover {
  background-color: #242e01;
  border-color: white;
  color: white;
}

.btn-form:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
  border-color: white;
}

.btn-form:active {
  background-color: #711313 !important;
  border-color: white !important;
  box-shadow: white !important;
}
/*--------------------------------------------------------------
# My & Family
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #006fbe;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #006fbe;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #006fbe;
}

.about .content .btn-learn-more:hover {
  background: #006fbe;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# ¿Que nos hace diferentes?
--------------------------------------------------------------*/
.diferentes{
  /*display: grid;
  grid-template-columns: repeat(5, 1fr);*/
  height: 550px;
}
@media (max-width: 991px) {
  .diferentes{
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);*/
    height: 950px;
  }
}

.diferentes p{
  font-weight: normal;
  /*font-size: 2rem;*/
  font-family: "Michroma", sans-serif;
  /*font-family: "Jura", sans-serif;*/
  /*text-shadow: 0 1px 0 var(--grisoscuro),
                0 2px 0 var(--grisclaro),
                0 3px 0 var(--grisclaro),
                0 4px 0 var(--grisclaro),
                0 6px 1px rgba(0,0,0,.1),
                0 0 5px rgba(0,0,0,.1),
                0 1px 3px rgba(0,0,0,.3),
                0 3px 5px rgba(0,0,0,.2),
                0 5px 10px rgba(0,0,0,.25);*/
  color: var(--blanco);
  padding: 2rem;
  padding-top: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diferentes .onecuadro{
  padding-top: 3rem;
  background-image: url('../img/diferente/Group-62.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: left;
}
.diferentes .twocuadro{
  height: 100%;
  background-image: url('../img/diferente/Group-63.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: left;
}
.diferentes .threecuadro{
  height: 100%;
  background-image: url('../img/diferente/Group-64.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: left;
}
.diferentes .fourcuadro{
  height: 100%;
  background-image: url('../img/diferente/Group-65.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: left;
}
.diferentes .fivecuadro{
  height: 100%;
  background-image: url('../img/diferente/Group-66.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .diferentes{
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0; */
    height: 650px;
  }
  .diferentes p{
    padding-top: 110px;
  }
}
@media (max-width: 591px) {
  .diferentes{
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);*/
    height: 1500px;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.cont-efect{
  width: 100%;
  max-height: 400px;
}
.efect-f1{
  width: 100%;
  max-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.efect-f2{
  width: 100%;
  max-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.efect-f3{
  width: 100%;
  max-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.l-img{
  position: relative;
}
.r-img{
  position: relative;
}
.c-img{
  position: relative;
}

.r-img img, .l-img img{
  width: 30%;
}
.c-img img{
  width: 50%;
}

.container-efect{
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 0px;
}
.efect{
  width: 100%;
  max-height: 415px;
  padding-top: 45px;
  padding-bottom: 40px;
}

.efect1{
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 1rem;
}
.right-img{
  display: grid;
  justify-items: end;
}
.left-img{
  display: grid;
  justify-items: start;
}

.left-img img,.right-img img{
  width: 63%;
  filter: grayscale(57%);
}
.c-height{
  width: 40%;
  height: 1px;
}
/*.height{
  width: 100%;
  height: 100%;
  position: absolute;
  right: -28%;
  z-index: 5;
}*/
.c-height .height{
  position: relative;
    top: -90%;
    left: 77%;
  z-index: 5;
}
.height img{
  width: 100%;
}
.low{
  width: 100%;
}
.efect2{
  position: relative;
  top: 15%;
  left: -7%;
}
.text-box-s{
  padding-bottom: 11px;
  padding-top: 20px;
}
.container-img{
  width: 100%;
  height: 600px;
  /*height: 600px;*/
}
.block{
  width: 65%;
  height: 12px;
  position: absolute;
  float: inline-start;
  right: 18%;
  background: black;
}
.kitchen{
  /*width: 100%;
  height: 600px;*/
  height: 100%;
  background-image: url('../img/nuestros-servicios/Cocinas-Integrales.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-box-k,
.text-box-v,
.text-box-c{
  padding: 20px;
  height: 200px;
  width: 70%;
}
.text-box-k,
.text-box-v{
  
  right: 0%;
  padding-left: 50px;
  padding-right: 40px;
}

.text-box-k{
  position: relative;
  top: 65.8%;
  /*float: inline-end;*/
  background: #8080809e;
  color: white;
  text-align: justify;
  z-index: 3;
  
}

.closets{
  height: 100%;
  background-image: url('../img/nuestros-servicios/Closets.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.text-box-c{
  position: relative;
  /*float: inline-end;*/
  background: #d5d5d59e;
  color: white;
  text-align: justify;
  z-index: 3;
  top: 66.6%;
  right: -30%;
  padding-right: 50px;
  padding-left: 40px;
}


.text-box-c h1{
  text-align: right;
}
.vanitys{
  height: 100%;
  background-image: url('../img/nuestros-servicios/Vanitys.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-box-v{
  position: relative;
  /*float: inline-end;*/
  background: #ffb3009e;
  color: white;
  top: 66.6%;
  text-align: justify;
  z-index: 3;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.children{
  background:var(--grisoscuro);
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*color: white;*/
}
.children h2,
.children p{
  color: white;
}
/*.children h2  {
  font-size: 30px;
}
.children p {
  font-size: 25px;
}*/
.text-box{
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 85px;
  padding-bottom: 85px;
}
.why {
  width: 98.4%;
  padding-top: 30px;
}
.efect-r{
padding-right: 90px;
}
.efect-l{
padding-left: 90px;
}
.background1{
  background-image: url('../img/porque-elegirnos/innovacion-imagen.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background2{
  background-image: url('../img/porque-elegirnos/diseño-personalizado_imagen.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background3{
  background-image: url('../img/porque-elegirnos/calidad-superior_imagen.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.background4{
  background-image: url('../img/porque-elegirnos/servicio-al-cliente_imagen.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*--------------------------------------------------------------
# Thanks
--------------------------------------------------------------*/
.message{
  height: 500px;
  text-align: center;
  padding: 20% 10px 45% 10px;
  display: flex;
  /* margin: 200px; */
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.features .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.features .icon i {
  line-height: 0;
  color: #006fbe;
  font-size: 34px;
}

.features .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(0, 111, 190, 0.3);
}

.features .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.features .title a {
  color: #444444;
  transition: 0.3s;
}

.features .title a:hover {
  color: #006fbe;
}

.features .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #006fbe;
  bottom: 0;
  left: calc(50% - 25px);
}

.features .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}

.recent-photos .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}

.recent-photos .owl-nav,
.recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
  background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f5f7fb;
  min-height: 40px;
  margin-top: 70px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #324682;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Story Intro
--------------------------------------------------------------*/
.story-intro .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.story-intro .content ul {
  list-style: none;
  padding: 0;
}

.story-intro .content ul li {
  padding-bottom: 10px;
}

.story-intro .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.story-intro .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Featured Members
--------------------------------------------------------------*/
.featured-members .content+.content {
  margin-top: 100px;
}

.featured-members .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.featured-members .content ul {
  list-style: none;
  padding: 0;
}

.featured-members .content ul li {
  padding-bottom: 10px;
}

.featured-members .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.featured-members .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.members {
  background: #fff;
  padding: 60px 0;
}

.members .member {
  margin-bottom: 20px;
  overflow: hidden;
}

.members .member .member-img {
  position: relative;
  overflow: hidden;
}

.members .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(0, 111, 190, 0.8);
}

.members .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.members .member .social a:hover {
  color: #006fbe;
}

.members .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.members .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.members .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #006fbe;
}

.members .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.members .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}

/*--------------------------------------------------------------
# Event List
--------------------------------------------------------------*/
.event-list .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.event-list .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.event-list .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.event-list .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.event-list .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #24325d;
}

.event-list .card-title a {
  color: #24325d;
  transition: 0.3s;
}

.event-list .card-text {
  color: #5e5e5e;
}

.event-list .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.event-list .read-more a:hover {
  color: #006fbe;
}

.event-list .card:hover img {
  transform: scale(1.1);
}

.event-list .card:hover .card-body {
  border-color: #006fbe;
}

.event-list .card:hover .card-body .card-title a {
  color: #006fbe;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  margin-bottom: 30px;
}

.gallery #gallery-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.gallery #gallery-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.gallery #gallery-flters li:hover,
.gallery #gallery-flters li.filter-active {
  color: #006fbe;
}

.gallery #gallery-flters li:last-child {
  margin-right: 0;
}

.gallery .gallery-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(36, 50, 93, 0.6);
}

.gallery .gallery-wrap::before {
  content: "";
  background: rgba(36, 50, 93, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.gallery .gallery-wrap .gallery-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery .gallery-wrap .gallery-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.gallery .gallery-wrap .gallery-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.gallery .gallery-wrap .gallery-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.gallery .gallery-wrap .gallery-links {
  text-align: center;
  z-index: 4;
}

.gallery .gallery-wrap .gallery-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.gallery .gallery-wrap .gallery-links a:hover {
  color: #25a4ff;
}

.gallery .gallery-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info {
  opacity: 1;
}

.gallery .gallery-wrap:hover .gallery-info::before {
  top: 15px;
  left: 15px;
}

.gallery .gallery-wrap:hover .gallery-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-us .info {
  width: 100%;
  background: #fff;
}

.contact-us .info i {
  font-size: 20px;
  color: #006fbe;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact-us .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #24325d;
}

.contact-us .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #405aa7;
}

.contact-us .info .email,
.contact-us .info .phone {
  margin-top: 40px;
}

.contact-us .info .email:hover i,
.contact-us .info .address:hover i,
.contact-us .info .phone:hover i {
  background: #006fbe;
  color: #fff;
}

.contact-us .php-email-form {
  width: 100%;
  background: #fff;
}

.contact-us .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact-us .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-us .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact-us .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact-us .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact-us .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact-us .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact-us .php-email-form input,
.contact-us .php-email-form textarea {
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact-us .php-email-form input:focus,
.contact-us .php-email-form textarea:focus {
  border-color: #006fbe;
}

.contact-us .php-email-form input {
  height: 44px;
}

.contact-us .php-email-form textarea {
  padding: 10px 12px;
}

.contact-us .php-email-form button[type=submit] {
  background: #006fbe;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact-us .php-email-form button[type=submit]:hover {
  background: #007ed8;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--grisoscuro);
  color: #fff;
  font-size: 14px;
  text-align: center;
  /*padding: 30px 0;*/
}

#footer h3 {
  /*font-size: 56px;*/
  font-weight: 700;
  color: #fff;
  position: relative;
  /*font-family: "Poppins", sans-serif;*/
  font-family: "Michroma", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  padding: 0;
  /*margin: 0 0 15px 0;*/
}

#footer p {
  font-size: 1rem;
  font-style: "Michroma", sans-serif;
  padding: 0;
  /*margin: 0 0 40px 0;*/
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .direc{
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer svg{
  color: white;
  height: 20px;
}
#footer .logo img{
  /*display: grid;
  grid-template-columns: repeat(5, 1fr);*/
  height: 150px;
  text-align: left;
  /*scale: 50%;*/

}
.iconos{
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  #footer .logo img{
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);*/
    width: 90px;
    text-align: right;
  }
  #footer h3{
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);*/
    font-size: .5rem;
    margin: none;
  }
  #footer p{
    /*display: grid;
    grid-template-columns: repeat(5, 1fr);*/
    font-size: .5rem;
  }
}
/*#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #006fbe;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #007ed8;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a {
  color: #006fbe;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #008df1;
}*/
#Ph5neCarousel .carousel-indicators,
#Ph5plCarousel .carousel-indicators,
#BarcelonaCarousel .carousel-indicators,
#CartagenaCarousel .carousel-indicators,
#FlorenciaCarousel .carousel-indicators,
#MadridCarousel .carousel-indicators,
#ParisCarousel .carousel-indicators,
#RomaCarousel .carousel-indicators,
#SevillaCarousel .carousel-indicators,
#SevillaConFijoCarousel .carousel-indicators,
#ToledoCarousel .carousel-indicators,
#ToledoNegroCarousel .carousel-indicators,
#ToledoConFijoCarousel .carousel-indicators
{
  display: flex;
  justify-content: center;
  align-items: center;
}



#Ph5neCarousel .carousel-indicators li,
#BarcelonaCarousel .carousel-indicators li,
#Ph5plCarousel .carousel-indicators li,
#FlorenciaCarousel .carousel-indicators li,
#CartagenaCarousel .carousel-indicators li,
#MadridCarousel .carousel-indicators li,
#ParisCarousel .carousel-indicators li,
#RomaCarousel .carousel-indicators li,
#SevillaCarousel .carousel-indicators li,
#SevillaConFijoCarousel .carousel-indicators li,
#ToledoCarousel .carousel-indicators li,
#ToledoNegroCarousel .carousel-indicators li,
#ToledoConFijoCarousel .carousel-indicators li
{
  list-style-type: none;
  cursor: pointer;
  background: black; /* Cambia el color de fondo de los indicadores a negro */
  border-radius: 50%;
  width: 10px; /* Tamaño del indicador */
  height: 10px; /* Tamaño del indicador */
  margin: 0 5px; /* Espacio entre los indicadores */
  transition: background-color 0.3s ease; /* Transición para cambios de color */
}

#Ph5neCarousel .carousel-indicators li.active,
#Ph5plCarousel .carousel-indicators li.active,
#BarcelonaCarousel .carousel-indicators li.active,
#FlorenciaCarousel .carousel-indicators li.active,
#CartagenaCarousel .carousel-indicators li.active,
#MadridCarousel .carousel-indicators li.active,
#ParisCarousel .carousel-indicators li.active,
#RomaCarousel .carousel-indicators li.active,
#SevillaCarousel .carousel-indicators li.active,
#SevillaConFijoCarousel .carousel-indicators li.active,
#ToledoCarousel .carousel-indicators li.active,
#ToledoNegroCarousel .carousel-indicators li.active,
#ToledoConFijoCarousel .carousel-indicators li.active
{
  background: rgba(255, 255, 255, 0.8); /* Color de fondo del indicador activo (puedes cambiarlo si deseas) */
}
.modal-content {
  display: grid!important;
}

#Ph5neCarousel .carousel-inner .carousel-item img,
#Ph5plCarousell .carousel-inner .carousel-item img,
#BarcelonaCarousel .carousel-inner .carousel-item img,
#CartagenaCarousel .carousel-inner .carousel-item img,
#FlorenciaCarousel .carousel-inner .carousel-item img,
#MadridCarousel .carousel-inner .carousel-item img,
#ParisCarousel .carousel-inner .carousel-item img,
#RomaCarousel .carousel-inner .carousel-item img,
#SevillaCarousel .carousel-inner .carousel-item img,
#SevillaConFijoCarousel .carousel-inner .carousel-item img,
#ToledoCarousel .carousel-inner .carousel-item img,
#ToledoNegroCarousel .carousel-inner .carousel-item img,
#ToledoConFijoCarousel .carousel-inner .carousel-item img
{
  height: 500px!important; /* Permite que la altura se ajuste automáticamente según el ancho */
}

@media (max-width: 768px) {


  #Ph5neCarousel .carousel-control-prev img,
  #Ph5neCarousel .carousel-control-next img,
  #Ph5plCarousel .carousel-control-prev img,
  #Ph5plCarousel .carousel-control-next img,
  #BarcelonaCarousel .carousel-control-prev img,
  #BarcelonaCarousel .carousel-control-next img,
  #CartagenaCarousel .carousel-control-prev img,
  #CartagenaCarousel .carousel-control-next img,
  #FlorenciaCarousel .carousel-control-prev img,
  #FlorenciaCarousel .carousel-control-next img,
  #MadridCarousel .carousel-control-prev img,
  #MadridCarousel .carousel-control-next img,
  #ParisCarousel .carousel-control-prev img,
  #ParisCarousel .carousel-control-next img,
  #RomaCarousel .carousel-control-prev img,
  #RomaCarousel .carousel-control-next img,
  #SevillaCarousel .carousel-control-prev img,
  #SevillaCarousel .carousel-control-next img,
  #SevillaConFijoCarousel .carousel-control-prev img,
  #SevillaConFijoCarousel .carousel-control-next img,
  #ToledoCarousel .carousel-control-prev img,
  #ToledoCarousel .carousel-control-next img,
  #ToledoNegroCarousel .carousel-control-prev img,
  #ToledoNegroCarousel .carousel-control-next img,
  #ToledoConFijoCarousel .carousel-control-prev img,
  #ToledoConFijoCarousel .carousel-control-next img
   {
    width: 30px; /* Ajusta el ancho al 100% del contenedor */
    height: 40px; /* Ajusta la altura al 100% del contenedor */
  }
}

/*Responsive*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  
}
@media only screen and (min-width: 599px) and (max-width: 767px) {

}
@media only screen and (min-width: 280px) and (max-width: 599px) {

}

@media (min-width: 1199px) {
  .container-efect{
    padding-bottom: 4%;
  }
}
@media (min-width: 1400px) {
  .container-efect{
    padding-bottom: 8%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .back-to-top{
    right: 32px;
  }
  /*.why{
    width: 100%;
  }*/
  .efect {
    padding-top: 39px;
  }

  .text-box-k, .text-box-v {
    top: 63.7%;
    right: 0%;
    width: 77%;
    height: 36.3%;
    
}
.text-box-c {
  top: 63.7%;
  right: -23%;
  width: 77%;
  height: 36.3%;
  
}
.container-efect{
  padding-bottom: 0px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-1, .navbar-2{
    height: auto;
  }
  .nav-item a
  {
    font-size: 15px;
  }
  .logo img{
    height: 60px;
  }
  .navbar a {
    padding: 1px 0 1px 14px;
}
.efect {
  padding-top: 28px;
}
  .text-box-k h1, .text-box-c h1, .text-box-v h1{
  font-size: 150%;
}
.text-box-k p, .text-box-c p, .text-box-v p{
  font-size: 17px;
}
.text-box {
  padding-left: 26px;
  padding-right: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}
.children h2  {
  font-size: 20px;
}
.children p {
  font-size: 15px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
  .navbar-1, .navbar-2{
    height: auto;
  }
  .nav-item a
  {
    font-size: 15px;
  }
  .height img {
    width: 118%;
}
.efect {
  
  padding-top: 30px;
}
.left-img img, .right-img img {
  width: 70%;
}
.c-height .height {
  left: 75%;
}
.text-box-c h1, .text-box-k h1, .text-box-v h1{
  font-size: 25px;
}.text-box-c p, .text-box-k p, .text-box-v p{
  font-size: 15px;
}
.text-box {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-box h2{
  font-size: 20px;
}
.text-box p{
font-size: 15px;
}
}
@media (max-width: 575px) {
  .navbar-1, .navbar-2{
    height: auto;
  }
  .nav-item a
  {
    font-size: 15px;
  }
  .logo img{
    height: 40px;
  }
  .navbar a {
    padding: 1px 0 1px 0px;
}
.navbar svg {
  height: 35px;
}
.navbar {
  padding-right: 0px !important;
}
  .container-efect {
    padding-bottom: 0px;
}
  .text-box-s {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}
.container-img {
  width: 100%;
  height: 300px;
}
  .text-box-k h1, .text-box-c h1, .text-box-v h1{
    font-size: 70%;
  }
  .text-box-k p, .text-box-c p, .text-box-v p{
    font-size: 10px;
  }
  .text-box-k, .text-box-v, .text-box-c {
    height: 140px;
}
  .text-box-k{
    top: 50.7%;
    right: 0%;
    width: 74%;
    padding: 15px;
    padding-left: 25px;
    padding-right: 13px;
}
.text-box-v {
  top: 53.6%;
  right: 0%;
  width: 74%;
  padding: 18px;
  padding-left: 25px;
  padding-right: 13px;
}
.text-box-c {
  top: 53.4%;
  width: 70%;
  right: -30%;
  padding: 15px;
  padding-right: 25px;
  padding-left: 13px;
}
.block{
  height: 5px;
}
  .height img {
    width: 109%;
}
.left-img img, .right-img img {
  width: 67%;
}
 /* .c-height .height{
    left: 68%;
  }*/
  .efect{
    width: 96%;
    padding-top:5.65%;
    padding-bottom: 10%;
  }
  .why{
    width:  96.7%;
    padding-top: 3%;
  }
 .efect-l {
    padding-left: 35px;
  }
  .efect-r {
    padding-right: 35px;
  }
  /*.background3{
    background-size: cover;
  }*/
  .text-box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .children h2  {
    font-size: 9px;
}
  .children p {
    font-size: 8px;
}
}
/*Cookies*/
.cookies {
  display:none;
  background: black;
  position:fixed;
  z-index:90000;
  bottom:0%;
  width:100%;
  padding: 3% 7%;
  opacity: 0;
  transition: opacity 20s ease;
  -webkit-transition: opacity 20s ease;
  -moz-transition: opacity 20s ease;
  -ms-transition: opacity 20s ease;
  -o-transition: opacity 20s ease;
}
.cookies.active{
  display: block;
  opacity: 1;
}
.form-switch .form-check-input {
  width: 3em;
}
.form-check-input {
  width: 1em;
  height: 1.5em;
}
#content {
  display: none; /* El contenido está oculto por defecto */
  margin-top: 10px;
}
.read-more {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
}
.cookies button{
  width: 35%;
  /*height: 35%;*/
  background: none; 
  color: var(--amarillo); 
  border: 1px solid var(--amarillo); 
  border-radius: 50px; 
  padding: 5px 10px;
}
.cookies button:hover{
  background: var(--amarillo);
  color:white;
}
.modal-footer button{
  background: var(--amarillo); 
  border: 1px solid var(--amarillo); 
  color:white; 
  border-radius: 20px 20px; 
  padding:1% 5%;
}
.modal-footer button:hover{
  background: #db8e00;
}