*{
    margin:0;
    padding:0;
    font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html,body{
    height: 100%;
    width: 100%;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul{
    list-style: none;
    padding-left: 0;
}
.item-curso{
    padding: 15px;
}
.item-curso div{
    background-color: #F6F7FB;
    border-radius: 15px;
    padding: 20px;
}
.item-curso div p{
    color: #686868;
    font-size: 1.2em;
    font-weight: 600;
}
.item-curso div img{
    border-radius: 15px;
    width: 100%;
}
.boton-programa{
    background-color: #9B6F9F;
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 15px 30px;
}
.mayus{
    text-transform: uppercase;
}
.table-costos{
    font-size: 1.1em;
    text-align: center;
}
.table-costos td{
    border: 2px solid #fff;
}
.table-costos thead{
    background-color: #50B6BA;
    color: #fff;
}
.table-costos tbody tr:nth-child(odd){
    background-color: #f0f0f0;
}
.table-costos tbody tr:nth-child(even){
    background-color: #FEFEFE;
}
.table-costos tr th{
    border: 2px solid #fff;
}
.costos{
    background-color: #34588C;
    border-radius: 40px;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
}
.navbar{
    background-color: transparent;
    padding: 0;
}
.img-center{
    display: block;
    margin: 0 auto;
    width: 400px;
}
.parrafo1{
    font-size: 1.2em;
}
.codigopromo{
    font-size: 2em;
    font-weight: bold;
}
.logo-header img{
    height: 70px;
}
.navbar-brand{
    padding: 0;
}
.navbar .nav-link{
    color: #fff !important;
}
#header{
    align-items: center;
    display: flex;
    width: 100%;
}
#header > nav{
    width: 100%;
}
.bars{
    width: 40px;
}
header{
    /*background-color: transparent;
    border-bottom: 3px solid transparent;*/
    background-color: transparent;
    
    color: #fff !important;
    height: 90px;
    padding: 4px 10px;
    position: fixed;
    transition: 0.6s all ease;
    width: 100%;
    z-index: 999999999;
}
header .navbar .nav-link{
    color: #50B6BA !important;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}
.blanco{
    background-color: #fff;
    border-bottom: 1px solid #1587C9;
    color: #50B6BA !important;
}
.blanco .navbar .nav-link{
    color: #50B6BA !important;
}
.btn-banner{
    background-color: #50B6BA;
    border: 1px solid #50B6BA;
    border-radius: 40px;
    color: #fff;
    display: block;
    margin-top: 25px;
    margin: 20px auto;
    padding: 13px 30px;
}
.hotel-img{
    padding: 5px;   
}
.hotel-img img{
    height: auto;
    object-fit: cover;
    width: 100%;
}
.banner{
    background-image: url('/images/baner.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    border-radius: 0 0 50px 0;
    height: calc(100%);
    width: 100%;
}
.texto-verde{
    font-size: 1.2em;
    font-weight: bold;
    color: #26a69a;
}
.mask{
    background-color: rgba(48, 48, 48, 0.7  );
    border-radius: 0 0 50px 0;
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0px 80px;
    width: 100%;
}
.banner2{
    background-color: #81689D;
    
    border-radius: 60px;
    margin: 0 auto;
    width: 95%;
}
.mask2{
    background-color: rgba(40, 40, 40, 0.1);
    border-radius: 60px;
    align-items: center;
    /*display: flex;*/
    height: 100%;
    padding: 20px 20px;
    width: 100%;
}
.texto-banner img{
    width: 400px;
}
.texto-banner{
    
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
    padding: 50px;
    text-align: center;
    width: 60%;
}
.texto-banner h3{
    color: #fff;
    font-size: 3em;
}
.texto-banner > p{
    color: #E3BB6D;
    font-weight: bold;
    font-size: 2em;
}
body{
    background-color: #fff;
}
.form-datos img{
    display: block;
    margin: 0 auto 10px;
    width: 250px;
}
.form-datos{
    font-size: 1.2em;
    text-align: center;
}
.form-datos p{
    color: #334257;
    font-weight: bold;
    font-size: 1.4em;
}
/*.contenido{
    display: block;
    margin: 0 auto;
    padding: 90px 0;
    width: 80%;
}*/

.item-welcome h3{
    color: #EA148B;
    font-weight: bold;
    font-size: 1.6em;
}
.item-welcome ul{
    font-size: 1.1em;
    margin-top: 20px;
    list-style: circle;
    list-style-position: inside;
}
.item-welcome ul li{
    margin-top: 10px;
}
.item-welcome div{
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    padding: 25px;
    width: 90%;
}
.form-datos img{
    display: block;
    margin: 0 auto 10px;
    width: 150px;
}
.form-datos{
    font-size: 1.2em;
    text-align: center;
}
.form-datos p{
    color: #334257;
    font-weight: bold;
    font-size: 1.4em;
}
.form-cap{
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    padding: 8px;
    width: 100%;
}
.info-socios img{
    display: block;
    margin: 0 auto;
    width: 200px;
}
.info-socios{
    text-align: center;
}
.info-socios p{
    color: #345b92;
    font-size: 2em;
}
.info-socios ul{
    font-size: 1.2em;
}
.bg-green{
    background-color: #e8f5e9 !important;
}
.btn-guardar{
    background-color: #26a69a;
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 12px 20px;
}
.general-btn2{
    background-color: #81689D;
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 12px 20px;
}
.bg-contacto{
    background-color: #345b92;
    background-size: cover;
    background-position: center;
}
.w-100{
    width: 100%;
}
.countdown{
    /*background-color: rgba(255, 255, 255, 0.7);
    font-size: 4em;
    padding:50px;*/
    display: flex;
    margin: 20px auto;
    text-align: center;
}
.mask p{
    margin-bottom: 0;
}
.countdown > .countdown-itm{
    width: 25%;
}
.countdown-itm{
    padding: 10px;
}
.countdown-itm > div{
    background-color: rgba(40, 40, 40, 0.2);
    border-radius: 8px;
    color: #fff;
    font-family: 'Dancing Script', cursive !important;
    font-size: 2em;
    padding: 20px 0;
}
.countdown-itm p{
    margin-bottom: 0;
}
.banner-section{
    background-image: url('/images/registro.png');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
.general-mask{
    background-color: rgba(48, 48, 48, 0.7  );
    background-position: center;
    color: #fff;
    height: 100%;
    padding: 80px 30px;
    width: 100%;
}
.general-mask h3{
    color: #50B6BA  ;
    font-size: 4em;
}
.separador100{
    margin-bottom: 100px !important;
    margin-top: 100px !important;
}
.separador50{
    margin-bottom: 50px !important;
    margin-top: 50px !important;
}
.home-container{
    
    display: flex;
    font-size: 1.4em;
    align-items: center;
    text-align: center;
}
.gray-txt{
    color: #585858;
}
.home-container > div{
    height: 100%;
}
.home-container img{
    height: 100%;
    width: 100%;
}
.general-mask p{
    font-size: 1.5em;
    text-align: justify;
}
.margin-v{
    margin: 60px auto;
}
footer{
    background-color: #50B6BA;
    color: #fff;
}
footer a{
    color: #fff;
}
.footer{
    margin: 0 auto;
    padding: 50px 0;
    width: 98%;
}
.footer > div > p{
    color: #484848;
    font-weight: bold;
}
.colginjal-footer img{
    display: block;
    margin: 0 auto;
    width: 200px;
}
.promo-item{
    text-align: center;
}
.promo-item h5{
    color: #34588C;
    font-size: 2em;
}
.promo-item ul li{
    color: #484848;
    font-size: 1.2em;
    margin-bottom: 15px;
}
.promo-item p{
    color: #E47B24;
    font-size: 2em;
}
.comitte-home{
    font-size: 1.3em;
    text-align: center;
}
.img-comite{
    display: block;
    margin: 0 auto 30px;
    width: 200px;
}
.comitte-home li:nth-child(odd){
    color: #34588C;
}
.comitte-home li:nth-child(even){
    color: #E47B24;
    font-weight: bold;
    margin-bottom: 10px;
}
.titulo-1{
    font-weight: bold;
    font-size: 2em;
    margin: 20px 0;
}
.titulo-2{
    font-weight: bold;
    font-size: 3em;
    margin: 20px 0;
}
.green-txt{
    color: #50B6BA;
}
.purple-txt{
    color: #9B6F9F;
}
.bank-cont img{
    display: block;
    margin: 0 auto;
}
.bank-cont{
    font-size: 1.2em;
    text-align: center;
}
#card-element{
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 8px;
}

.titulo{
    color: #D63484;
    font-weight: bold;
    font-size: 2em;
}
.item-pago{
    cursor: pointer;
    font-size: 1.2em;
    text-align: center;
}
.item-pago div{
    background-color: #f1f1f1;
    border-radius: 6px;
    padding: 10px;
    width: 90%;
}
.item-pago img{
    margin: 0 auto;
    width: 70%;
}
.center{
    text-align: center;
}
.same-h{
    display: flex;
    flex-wrap: wrap;
}
.gray-container{
    background-color: #FAF4E7;
    padding: 20px;
    width: 100%;
}
.item-home {
    flex: 1;
    padding: 10px;
}
.item-home p{
    color: #8D8D8D;
    
    font-weight: bold;
}
.item-home img{
    display: block;
    margin: 40px auto;
    width: 80px;
}
.item-home > div{
    background-color: #fff;
    border-radius: 8px;
    font-size: 1.1em;
    height: 100%;
    padding: 30px;
    text-align: center;
}

.table-precios{
    text-align: center;
}
.table-precios thead{
    background-color: #50B6BA;
    color: #fff;
}
.table-precios tbody tr:nth-child(even){
    background-color: #ededed;
}
.top15{
    margin-top: 15px;
}
.top20{
    margin-top: 20px;
}
.top30{
    margin-top: 30px;
}
.top40{
    margin-top: 40px;
}
textarea{
    resize: none;
}
.input{
    border: none;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
}
.formulario-registro{
    border-radius: 8px;
    margin: 30px auto;
    padding: 20px;
}
























.contenedor-general{
    display: block;
    margin: 0 auto;
    width: 70%;
}
@media (max-width: 1500px){
	.contenedor-general{
        width: 85%;
    }
    
}


@media (max-width: 1250px){
	.texto-banner h3{
        font-size: 2em;
    }
    .texto-banner img{
        width: 300px;
    }
    .texto-banner{
        padding: 20px;
        width: 75%;
    }
    .contenedor-general{
        width: 90%;
    }
    .countdown-itm > div{
        font-size: 1.4em;
        padding: 20px 0;
    }
}

@media (max-width: 992px){
	.texto-banner h3{
        font-size: 1.6em;
    }
    .texto-banner img{
        width: 250px;
    }
    .navbar-collapse{
        background-color: #fff;
        color: #000;
    }
    .countdown-itm > div{
        font-size: 1.2em;
        padding: 20px 0;
    }
    .navbar .nav-link{
        color: #000 !important;
    }
    .texto-banner{
        padding: 20px;
        width: 90%;
    }
    .contenedor-general{
        width: 95%;
    }
    .mask{
        padding: 0 50px;
    }
}

@media (max-width: 800px){
	.texto-banner h3{
        font-size: 1.6em;
    }
    .btn-banner{
        
        color: #fff;
        display: block;
        margin-top: 25px;
        margin: 10px auto;
        padding: 10px 20px;
    }
    .mask{
        padding: 0 20px;
    }
    .countdown-itm > div{
        font-size: 1em;
        padding: 20px 0;
    }
    .texto-banner p{
        font-size: 1em;
    }
    .texto-banner{
        padding: 20px;
        width: 95%;
    }
}

