/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 48vh;/*50%*/
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

@media only screen and (max-width: 992px)
{
#home-slider .caption {
	top: 27vh;
	}
	
	 	#calendario figcaption {
		padding-top: 4vh !important;
	}
}

@media (max-width: 426px){
  #home-slider .caption h2{
    font-size: 20px;
  }
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  /*height: 1024px;*//*2037px*/  
	
	height:100vh;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0,0,0,.7);*/
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 48%;/*50*/
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

#home .btn-get-started {
  /*font-family: "Montserrat", sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 6px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #5ea1d1;
	text-transform: none;
}

#home .btn-get-started:hover {
  background: #fff;
  color: #0f1c37;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}

.carousel-inner h2 {
	/*font-family: 'Dancing Script', cursive;*/
	text-transform: none;
	font-size: 42px;
	color: white;
	    font-weight: 700;
	    line-height: initial;
}

.carousel-inner p {
	/*font-family: 'Dancing Script', cursive;*/
	text-transform: none;
	font-size: 16px;
	color: white;
	    font-weight: 400;
	    padding-left: 15%;
    padding-right: 15%;
	    /*line-height: initial;*/
}

/*fin carousel*/

@media (min-width: 768px) {	
	#comenzar .hi-icon-wrap{
		/*background-color: red;*/
		min-height: 440px;
	}
}

/* About Us Section
--------------------------------*/

#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background: rgba(255, 255, 255, 0.92);*/
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  display: block;
  background: #fff;
  min-height: 380px; /* Altura mínima más flexible */
  height: auto; /* Permite crecimiento automático */
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding-bottom: 20px; /* Padding fijo en lugar de porcentaje */
  position: relative; /* Para controlar el flujo de elementos internos */
}

#about .about-col .img {
  position: relative;
  overflow: hidden; /* Evita desbordamiento de imagen */
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 200px; /* Altura fija para mantener consistencia */
  object-fit: cover; /* Mantiene proporciones */
  display: block;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0f1c37;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  z-index: 10;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #0f1c37;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 18px; /* Tamaño más pequeño para evitar desbordamientos */
  padding: 0 15px; /* Padding lateral para evitar que toque los bordes */
  margin: 40px 0 12px 0;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

#about .about-col h2 a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

#about .about-col h2 a:hover {
  color: #0f1c37;
}

#about .about-col p {
  font-size: 13px; /* Tamaño más pequeño para evitar desbordamientos */
  line-height: 1.4;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
  text-align: justify;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

/* Ajustes específicos para diferentes tamaños de columna del grid */
@media (min-width: 768px) {
  .col-md-6 .about-col h2 {
    font-size: 16px; /* Más pequeño en columnas de 6 */
  }

  .col-md-6 .about-col p {
    font-size: 12px;
  }
}

/* Media queries para diferentes niveles de zoom y tamaños de pantalla */
@media (max-width: 1200px) {
  #about .about-col {
    min-height: 360px;
  }

  #about .about-col h2 {
    font-size: 16px;
    padding: 0 12px;
  }

  #about .about-col p {
    font-size: 12px;
    padding: 0 15px 15px 15px;
  }
}

@media (max-width: 992px) {
  #about .about-col {
    min-height: 340px;
  }

  #about .about-col .img img {
    height: 180px;
  }

  #about .about-col h2 {
    font-size: 15px;
    margin: 35px 0 10px 0;
  }

  #about .about-col p {
    font-size: 11px;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  #about .about-col {
    min-height: 320px;
    margin-bottom: 15px;
  }

  #about .about-col .img img {
    height: 160px;
  }

  #about .about-col h2 {
    font-size: 14px;
    margin: 30px 0 8px 0;
    padding: 0 10px;
  }

  #about .about-col p {
    font-size: 11px;
    padding: 0 12px 12px 12px;
  }

  #about .about-col .icon {
    width: 56px;
    height: 56px;
    left: calc(50% - 28px);
    bottom: -28px;
  }

  #about .about-col i {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  #about .about-col {
    min-height: 300px;
  }

  #about .about-col .img img {
    height: 140px;
  }

  #about .about-col h2 {
    font-size: 13px;
    margin: 25px 0 6px 0;
  }

  #about .about-col p {
    font-size: 10px;
    line-height: 1.2;
  }

  #about .about-col .icon {
    width: 48px;
    height: 48px;
    left: calc(50% - 24px);
    bottom: -24px;
    padding-top: 6px;
  }

  #about .about-col i {
    font-size: 28px;
  }
}

/* Ajustes adicionales para zoom muy pequeño */
@media (max-width: 480px) {
  #about .about-col {
    min-height: 280px;
  }

  #about .about-col h2 {
    font-size: 12px;
  }

  #about .about-col p {
    font-size: 9px;
  }
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #000;
}

#advanced-features p {
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  #advanced-features .advanced-feature-img-right, #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #18d26e;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/* Contact Section
--------------------------------*/

/*#contact-page {
  padding: 60px 0;
}*/

#contact-page .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact-page .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #323232;
}

#contact-page .contact-info address,
#contact-page .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact-page .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact-page .contact-info a {
  color: #000;
}

#contact-page .contact-info a:hover {
  color: #323232;
}

#contact-page .contact-address,
#contact-page .contact-phone,
#contact-page .contact-email {
  margin-bottom: 50px;
	margin-top: 50px;
}

  #contact-page .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

/*.video-responsive {
position: relative;
padding-bottom: 56.25%; 
padding-top: 30px; 
height: 0;
overflow: hidden;
}*/

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.video-fluid {
  width: 100%;
  height: auto;
}

#mensaje h3 {
	margin-bottom:30px;
	font-weight:800;
}
