/*
    Theme Name: Invierte
    Theme URI: https://invierte.asciendeya.cl/
    Author: Rods Publicidad
    Author URI: https://www.rods.cl/
    Description: Invierte / Asciende Ya!
*/
:root {
  --gray: #f0f0f0;  
  --primary-color: #303756;
  --secondary-color: #3bb8e2;
  --font:'Libre Franklin', sans-serif;
}

body {
  font-family: var(--font);
}

.nav-link {  
  font-size: 15px; 
}
.navbar-ay {
  background: var(--primary-color)!important;
  font-weight: 400;
  height: 70px;
} 
.navbar-ay .nav-link { 
  color: white; 
}
 
a.nav-link.active {
  color: var(--secondary-color); 
  border-bottom: 2px solid var(--secondary-color);
}
span.underline2 {
  border-bottom: 3px solid var(--secondary-color);
  padding: 0px ;
}

header {
  height: 100vh;
  display: flex;
  align-items: center; 
  justify-content: center;
}

header .main-title {
  color: var(--primary-color);
  font-weight: 300;
  font-size: 38px;
}

section .main-title {
  font-size: 35px;
  color: var(--primary-color);
  font-weight: 300;
}

p {
  color: #8e8e8e; 
  font-size: 17px; 
  line-height: auto; 
}

span.underline {
  text-decoration: underline;
}

strong {
font-weight: 600;
}
.gray-font {
  color: #8e8e8e; 
}

.btn-primary {
  background: var(--secondary-color);
  color: white; 
  width: 200px; 
  display: block;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
  border:none !important;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  transition: .5s ease-in-out;

}

.btn-primary:hover {
  background: #21263b;
  transition: .5s ease-in-out;  
  color: white; 
}

.btn-secondary {
  color: var(--secondary-color);
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  transition: .5s ease-in-out; 
  width: 200px; 
  display: block;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.btn-secondary:hover {
  transition: .5s ease-in-out;   
  color: #364070;  
}

.cursos, .testimonios {
  background-color: var(--gray); 
}

.card-clases {
  background-color: white;
  width: 100%;  
  display: flex;
  flex-direction: column;
  padding: 10px;  
  border-radius: 20px;
  position: relative;

}
.card-clases h5 {  
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color); 
  padding-left: 4px;
  padding-top: 10px;
}

.card-clases img {
  border-radius: 13px; 
}

.clase {
  background-color: #dad8d8; 
  margin: 0px;
  border-radius: 10px 10px 0px 0px; 
  padding: 5px 15px;
  font-size: 12px;
  display: inline-block;
  width: 100px;
  font-weight: 600;
  color: #303756;
}
.clase:before {
  content: "";
  background-color: #dad8d8;
  position: absolute;
  width: 20px;
  height: 40px;
  z-index: 0;
  margin-top: 23px;
  left: 8px;  
}

.clases-container {
  position: relative;
}

.lanzamiento  {
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 40px; 
  background-color: #303756;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}
.lanzamiento p {
  color: white;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 100;
}



.flujo:before {
  content: ".";
  position: absolute; 
  width: 96%;   
  height: 42% ; 
  z-index: 0;
  top: 50% ; 
  border: 2px solid #3bb8e2;
  border-left: none; 
  border-radius: 15px; 

}
.card-resultados {
  border: 1px solid #dcdcdc;
  padding: 10px;
  width: 100%; 
  display: flex;
  align-items: center;
  height: 85px;    
  border-radius: 20px; 
  padding-left: 30px; 
}

.card-resultados p {
  font-size: 14px; 
  line-height: 18px;
  margin: 0px; 
  color: var(--primary-color);
}

.card-resultados strong {
  font-weight: 700;
} 

section{
  padding: 8% 0%; 
} 

/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out; 
-moz-transition: all 0.15s ease-out; 
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}

.quote:first-of-type {
transform: rotate(180deg);
margin-top: -100px;

} 

.quote:nth-of-type(2){
margin-top: -20px;
}

.img-testimonial img{
  border-radius: 30px; 
	width:100%;
	height:100%;
	margin-bottom:12px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color); 
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 34px; 
  color: var(--primary-color);
}

/* * {
border: 1px solid red;
} */ 

.contacto {
  background-image: url('assets/img/background.jpg');
  background-position: bottom;
  background-size: contain; 
  background-repeat: no-repeat; 
  padding: 6% 0% 0% 0%;   
}



input, select, textarea {
  padding: 15px!important; 
  border: 1px solid #ffffff!important; 
  border-radius: 12px!important; 
  font-size: 15px!important;      
}  

button.btn-primary {
    border: none;
}
 
button.btn-primary:hover {  
  background-color: #21263b;
} 

.boxform {
  border-radius: 20px; 
  padding: 60px 20px 50px 20px;
  background-color: var(--primary-color);
  margin-bottom: -40px;  
}   

.boxform small {  
  color: rgb(223, 223, 223);
  font-size: 11px;
  padding-top: 20px; 
  display: inline-block;
  text-align: center;
}

footer {
  background-color: #21263b;
  padding: 7%; 
}  

footer small {
  color: rgb(223, 223, 223);
  font-size: 10px;
}

footer strong {
  color: var(--secondary-color);
}
footer a, footer a:hover, footer span {
  color: rgb(223, 223, 223);
  text-decoration: none;
  font-size: 13px; 
}


@media (max-width:650px){
  h1.text-center.main-title {
    font-size: 28px;  
  }
  .cta-header {
    margin: 0 auto; 
  }

  section .main-title {
    font-size: 28px;
}
.flujo:before {
  border: none;
}
.boxform {
  margin-bottom: 40px;
}
a.nav-link.active {
  border-bottom: 0px;
}

}

.bg-dark {
    background-color: var(--primary-color)!important; 
}

.navbar .btn-primary {
  height: 38px; 
  font-size: 14px; 
  width: 190px; 
}

span.wpcf7-not-valid-tip{
	border-radius: 5px;
    color: #303756;
    font-size: 11px;
    background-color: #e5e7aa;
    padding: 5px 10px;
}

.wpcf7-response-output{
    color: #9ed869;
	text-decoration:underline;
    font-weight: bolder;
    text-align: center;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
}

.screen-reader-response p, ul{
	font-size:12px;
	color:#fff;
}
.cliente{
}

img.foto{
	width:100%;
}