@charset "utf-8";
/* CSS Document */

html{
	scroll-behavior: smooth;
    scroll-padding-top: 50px;
}



.btn-wsp{
    position:fixed;
    width:50px;
    height:50px;
    line-height: 50px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}

body {
	margin: 0;
	padding: 0;
}


header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	font-size: 0.9rem;
}


#logo-light {
  display: block;
}

#logo-dark {
  display: none;
}

.scrolled #logo-light {
  display: none;
}

.scrolled #logo-dark {
  display: block;
}


.navbar-nav .nav-link {
  color: white;
}


.scrolled .navbar-nav .nav-link {
  color: black;
}


#navbar.scrolled {
  background-color: #FFF;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}



.navbar-brand img {
  height: 40px;
}

.navbar-nav{
	margin-right:30px;
}

.nav-link {
  color: #212529;
}

.iniciar-sesion a:nth-child(1){
	background:#FFF;
	font-size: 0.7rem;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #212529;
}

.btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
}






.banner-video{
	height:540px;
	clear: both;
	width: 100%;
	padding-bottom: 40px;
	position: relative;
}


.banner-video .fullscreen-video-wrap {
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-color: #000;
}

.banner-video .fullscreen-video-wrap video {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: blur(7px);
  filter: opacity(40%);
}


.banner-video .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.banner-video .text-container h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.banner-video .text-container h1 strong{
	font-weight: bolder;
	color:#92D050;
}

.banner-video .text-container p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}



.video-intro{
	
}

.video-intro h2{
	width: 70%;
	margin: 0 auto;
	font-size: 1.2rem;
	text-align: center;
	padding-bottom: 30px;
}


.video-intro .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* Proporción 16:9 */
}

.video-intro .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.caracteristicas{
	clear: both;
	background: #222A35;
	color: #FFF;
}


.caracteristicas .item-text{
	float: left;
}

.caracteristicas .item-text h3{
	float: left;
	border: solid #92D050 3px;
	padding: 10px 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}


.caracteristicas .item-text .sanmateo{
	float: left;
	margin-top: 35px;
}

.caracteristicas .item-text .apoyo{
	float: right;
	font-size: 12px;
	margin-top: 30px;
}


.caracteristicas .item-image{
	float: left;
}





.carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  /* Agrega estilos adicionales para el carrusel aquí */
}

.carousel-item {
  display: flex;
  flex-direction: row;
  scroll-snap-align: start;
  /* Agrega estilos adicionales para el item de carrusel aquí */
}


.carousel-control-prev-icon{
	box-shadow: 0 0 10px #000000;
}


.item-text {
  flex: 1;
  padding: 1rem;
	float: left;
  /* Agrega estilos adicionales para el texto aquí */
}

.item-image {
  flex: 1;
  padding: 1rem;
	float: left;
  /* Agrega estilos adicionales para la imagen aquí */
}

.item-image img {
  max-width: 100%;
  height: auto;
}

.cita-conexion{
	padding-top: 70px;
}

.cita-conexion h3{
	font-weight: 700;
}

.cita-conexion .blockquote p{
	font-size: 14px;
	border: #062F6E solid 4px;
	border-radius: 10px;
	padding: 15px;
}

.cita-conexion .blockquote img{
	width: 150px;
	float: right;
	margin-top: -10px;
}

.cita-conexion img{
	width: 100%;
}

.testimonial-item{
	margin: 10px;
	padding: 20px;
	width: 115%;
	box-shadow: 0px 0px 15px #e7e7e7;
	
}


.testimonios h3{
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
	background: #00496B;
	color: #FFF;
	padding: 10px;
}

#testimonial-carousel{
	margin-left:4%;
}

.testimonial-item img{
	margin-left: 15%;
	margin-bottom: 10px;
}

.testimonial-item .description{
	text-align: justify;
}

.testimonial-item  h5{
	font-weight: 700;
	color: #00496B;
	margin-bottom: -4px;
}




.membresias h2{
	font-weight: 700;
	text-align: center;
	font-size: 26px;
	color: #00496B;
}


.membresias h3{
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}


.membership-options {
  display: flex;
  justify-content: space-between;
}

.membership-option {
  background-color: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
  width: calc(33.33% - 20px);
}

.membership-option:hover{
  background-color: #00496B;
	color: #FFF;
}

.membership-option:hover h2{
	color: #92D050;
}

.membership-option:hover .btn{
	background: #92D050;
}


.membership-icon {
  position: relative;
}

.membership-icon i {
  font-size: 48px;
  margin-bottom: 20px;
	color:  #92D050;
}

.special-offer {
  background-color: #AD0E2C;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  position: absolute;
  right: -30px;
  top: -30px;  
	transform: rotate(10deg);
}

.special-offer1{
  background-color: #D35E05;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  position: absolute;
  right: -30px;
  top: -30px;  
	transform: rotate(10deg);
}

.special-offer strong{
  font-size: 16px;
	font-weight: 700;
}

.special-offer1 strong{
  font-size: 16px;
	font-weight: 700;
}


.membership-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.membership-subtitle {
	margin-top: -20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.membership-price {
  font-size: 36px;
  font-weight: bold;
}

.membership-features {
  margin: 0;
  padding: 0;
  text-align: left;
	margin-bottom: 20px;
}

.membership-features li {
  margin-bottom: 5px;
	font-size: 12px;
	margin-left: 20px;
}

.membership-option .btn {
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  text-transform: uppercase;
}

.membership-option  .btn-primary {
  background-color: #00496B;
}

.membership-option .btn-primary:hover {
  background-color: #00496B;
}






.video-content h2{
	text-align: center;
	font-size: 26px;
	color: #00496B;
	width: 70%;
	margin-bottom: 40px;
}



.video-content .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* Proporción 16:9 */
}

.video-content .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}




.cita-content{
	background: #09315B;
	color: #FFFFFF;
	width: 100%;
}

.cita-content img{
	width: 100%;
}



.cita-content .blockquote{
	text-align: center;
	margin-top: 30%;
	font-size: 27px;
	font-weight: 700;
	
}


.formulario{
	background: url(../elements/formulario.png);
	background-size: cover;
	color: #fff;
	padding: 80px 0px;
}

.formulario h3{
	text-align: center;
}

.formulario p{
	text-align: center;
}


form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}


input, textarea {
  background-color: transparent;
  color: white;
  border: none;
  border-bottom: 2px solid white;
  outline: none; /* quita el borde al hacer clic */
	width: 100%;
	font-size: 24px;
	padding: 20px;
}

.accept-policy{
	float: left;
	background: #A61013;
}

label input{
	width: 20px;
	text-align: left;
	margin-bottom: 20px;
}



button[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #0062cc;
}




.fa {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}



footer {
  background-color: #f8f9fa;
  padding: 20px 0;
}

.logo-footer img{
	float: left;
	width: 100%;
}

footer .datos{
	font-size: 14px;
	font-weight: 700;
}

footer .slogan{
	font-size: 13px;
}


.container {
  justify-content: space-between;
  align-items: center;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.social-icons {
	float: right;
	margin-right: 16%;
  justify-content:flex-end;
}

.social-icons a {
  margin-left: 10px;
  color: #212529;
  font-size: 20px;
}

.social-icons a:hover {
  color: #007bff;
}

.fa-linkedin {
  color: #3b5998;
}

.fa-twitter {
  color: #114CD7;
}
