@charset "UTF-8";
/*********************** FUENTES GOOGLE MAPS ***********************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@font-face { 
    font-family: "Gotham";    
    src: url(../fonts/GothamMedium.ttf); 
}
/*********************** GENERAL ***********************/
body { padding: 0;margin: 0;font-family: 'Gotham', sans-serif;padding-top: 65px; }
ul { padding: 0; margin: 0; list-style: none; }
img { display: block; width: 100%; border: none; }
a { text-decoration: none;color: inherit;display: block;cursor: pointer;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.contenedor { width: 1200px; margin: 0px auto; position: relative; }
.contenedor.menu-container {
	width: 98%;
}
.whats{
    color: #4caf50;
}
.paddingT12{
    padding-top: 12%;
}
.paddingT4{
    padding-top: 4%;
}
.bannerPrincipal, .bg { width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;display: table; }
.btn_movil { width: 30px;height: 30px;font-size: 25px;line-height: 30px;text-align: center;color: #fff;border: 1px solid #fff;position: relative;float: right;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
p { font-size: 20px;line-height: 27px;color: #191919;font-weight: 400;margin: 0px 0px 20px;font-family: 'Poppins', sans-serif;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;transition: all .4s ease; }
* { box-sizing: border-box; }
*:focus { outline: none; }
.pc { display: block; }
.movil { display: none; }
.preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 100; }
.status { width: 200px; height: 200px;position: absolute; left: 50%; top: 50%; background-image: url('https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif'); background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; }
section { position: relative; }
::selection { background: #ebf1fe;color: #161d3f; }
::-moz-selection { background: #ebf1fe;color: #161d3f; }
.fancy, iframe { width: 100%;height: 100% }
.btn { font-size: 18px;line-height: 18px;color: #fff;font-weight: 600;font-family: 'Poppins', sans-serif;padding: 15px;width: 250px;text-align: center;background-color: #3d6f93;border: none;border: 3px solid #3d6f93;border-radius: 30px;margin: 0;position: relative;cursor: pointer;-webkit-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.btn:hover, .btn:disabled { background-color: #fff;color: #3d6f93;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.btn2 { background-color: #161d3f;border: 3px solid #161d3f; }
.btn2:hover, .btn2:disabled { color: #161d3f; }
.flotanteWhatss { width: 65px; top: 80%; height: 65px;background-color: #27d367;color: #fff;text-align: center;font-size: 50px;line-height: 65px;border-radius: 50%;position: fixed;bottom: 200px;right: 40px;z-index: 999;animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);box-shadow: 0 0 0 0 #27d367;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }

a.flotanteWhatss i:after {
    
    content: 'Contáctame aquí';
    font-size: 15px;
    left: -30px;

    position: absolute;
    line-height: 10px;
    width: 100px;
    text-align: center;
    background: #171d3f;
    top: -60px;
    padding: 12px 8px 12px 8px;
    border-radius: .3rem;
    opacity: .8;
    font-family: 'Gotham', sans-serif;
    line-height: 16px;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
i.fas.fa-chevron-left { left: 20px; position: absolute; top: 30%;}
i.fas.fa-chevron-right { right:20px; position: absolute; top: 30%;}
/*********************** CONTENEDORES ***********************/
.conteRight { width: 50%; float: right; }
.conteLeft { width: 50%; float: left; }

/*
ANIMACIONES HTML5

-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;

-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15);

-ms-transform: rotate(7deg);-webkit-transform: rotate(7deg);transform: rotate(7deg);

-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1);-webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);-o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
*/
.contenedor-prod{
    padding: 90px 20px 0px 20px;
}
.contenedor-prod h3{
    font-size: 30px;
    padding-bottom: 20px;
}
.contenedor-prod p{
    font-size: 20px;
    text-align: justify;
}
video {
    display: table;
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
    
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;  
}
/* ------------------------
    Team
------------------------*/
.team-member{overflow: hidden; position: relative;}
.team-images{
    width: 300px;
    height: 550px; 
    position: relative; 
    overflow: hidden;}
.team-member .team-description {width: 100%; padding: 30px; background: #ffffff;}
.team-member .team-description span,
.team-member.style-2 .team-title span{color: #222021;}
.team-member .team-description h5,
.team-member.style-2 .team-title h5{ margin: 10px 0; text-transform: uppercase; font-weight: 500; letter-spacing: 0.2px; color: #FF4500;}
.team-member .team-social-icon { left: 0; position: absolute; bottom: -10%; width: 100%; opacity: 0; z-index:9;}
.team-member .team-social-icon ul {display: inline-block; border-radius: 30px; padding: 0px 10px; }
.team-member .team-social-icon ul li {float: left; margin: 0; cursor: pointer; height: 50px; width: 50px; display: inline-block; background: #0c1220; position: relative; text-align: center;}
.team-member .team-social-icon ul li a {position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #ffffff;  border-right: 1px solid rgba(255,255,255,0.3); width: 100%;  display: inline-block; text-align: center;}
.team-member .team-social-icon ul li:last-child a{border-right: none;}
.team-member img{width: 100%;}
.team-member p{margin-bottom: 0; font-size: 14px;}
/* ------------------------
    Colaboraciones
------------------------*/
.team-member2{overflow: hidden; position: relative;}
.team-images2{
    width: 100%;
    height: 300px; 
    position: relative; 
    overflow: hidden;}
.team-member2 .team-description2 {width: 100%; padding: 30px; background: #ffffff;}
.team-member2 .team-description2 span,
.team-member2 .team-description2 h5,
.team-member2 .team-title2 h5{ margin: 10px 0; text-transform: uppercase; font-weight: 500; letter-spacing: 0.2px; color: #FF4500;}
.team-member2 .team-social-icon2 { left: 0; position: absolute; bottom: -10%; width: 100%; opacity: 0; z-index:9;}
.team-member2 .team-social-icon2 ul {display: inline-block; border-radius: 30px; padding: 0px 10px; }
.team-member2 .team-social-icon2 ul li {float: left; margin: 0; cursor: pointer; height: 50px; width: 50px; display: inline-block; background: #0c1220; position: relative; text-align: center;}
.team-member2 .team-social-icon2 ul li a {position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #ffffff;  border-right: 1px solid rgba(255,255,255,0.3); width: 100%;  display: inline-block; text-align: center;}
.team-member2 .team-social-icon2 ul li:last-child a{border-right: none;}
.team-member2 img{width: 100%;}
.team-member2 p{margin-bottom: 0; font-size: 14px;}
/*********************** CLEAR ***********************/
.clear { clear: both; height: 0px; }
.clear5 { clear: both; height: 5px; }
.clear10 { clear: both; height: 10px; }
.clear15 { clear: both; height: 15px; }
.clear20 { clear: both; height: 20px; }
.clear30 { clear: both; height: 30px; }
.clear40 { clear: both; height: 40px; }

/*********************** TEXTOS ***********************/
.textCenter { text-align: center; }
.textRight { text-align: right; }
.textLeft { text-align: left; }
.textJust { text-align: justify; }

/*********************** FORMULARIOS ERROR ***********************/
label.error { display:none !important; }
input.error { border:1px solid #F00!important; }
select.error { border:1px solid #F00!important; }
textarea.error { border:1px solid #F00!important; }

/*********************** H1 - H6 ***********************/
h1, h2, h3, h4, h5, h6 { padding: 0px;margin: 0px;font-family: 'Gotham', sans-serif; }
h1 { font-size: 56px;line-height: 66px;font-weight: 500;color: #fff; }
h2 { font-size: 28px;line-height: 34px;font-weight: 500;color: #191919; }
h3 {  font-size: 23px;line-height: 26px;font-weight: 500;color: #191919; }

/*********************** COLUMNAS ***********************/
.col2 li { float: left; width: 50%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col3 li { float: left; width: 33.33%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col4 li { float: left; width: 25%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col5 li { float: left; width: 20%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col6 li { float: left; width: 16.66%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col7 li { float: left; width: 14.28%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col8 li { float: left; width: 12.5%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col9 li { float: left; width: 11%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }

/*********************** HEADER ***********************/
header { padding: 20px 0px;background-color: #161d3f;position: fixed;top: 0;left: 0;width: 100%;z-index: 99; }
.headerAnima { padding: 15px 0px; }
.logo { width: 200px;float: left;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.logoAnima { width: 220px; }
.menu { float: right; padding:40px 0px;}
.menu li { width: auto;padding: 0px 15px;height: 25px;display: table; }
.menu li a { color: #fff;font-size: 15px;line-height: 16px;font-weight: 600;text-align: center;font-family: 'Poppins', sans-serif;display: table-cell;vertical-align: middle;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.menu li a:hover, .menuLiAnima a, .powered:hover { color: #3d6f93;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.newsletter { margin-left: -20px; padding-right: 100px; }
/*********************** HOME ***********************/
div#subscribe-pop-up {
    position: relative;
}
.fancybox__content {
    padding: 0!important;
}
div#subscribe-pop-up .container-text {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 65%;
}
.home .bannerPrincipal { 
	background: url(../img/banner-principal-money.jpeg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }
/*.home .bannerPrincipal::before { content: '';width: 58%;height: 100%;background-image: url(../img/sombra.png);background-size: cover;background-position: right;background-repeat: no-repeat;position: absolute;top: 0;left: 0; }*/
.home .seccion1.bannerPrincipal { margin-top:75px;}
.home .seccion1 .conteLeft { padding: 50px 0px 80px 0px; }
.home .seccion1 .conteLeft h1{
        font-size: 35px;
        font-weight: 900;
        line-height: 38px;
    }
.home .seccion1 .conteLeft p { color: #fff;}
.home .seccion2 { padding: 100px 0px; }
.home .seccion2::before { content: '';width: 50%;height: 100%;background-image: url(../img/nuestra-mision-2.jpg);background-size: cover;background-position: left;background-repeat: no-repeat;position: absolute;top: 0;right: 0; }
.home .seccion2 .conteLeft { padding: 0 40px 0 0; }
.home .seccion2 .logoHome { width: 500px;margin: 0px 0px 30px; }
.home .seccion2 .conteLeft p { color: #b1b1b1; }
.home .seccion2 .texto { margin: 50px 0px 0px;padding: 0px 20px 0px 70px;position: relative; }
.home .seccion2 .texto::before { content: '';width: 50px;height: 36px;background-image: url(../img/comillas.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 0;left: 0; }
.home .seccion2 .texto .comilla::after { content: '';width: 18px;height: 13px;transform: rotate(180deg);background-image: url(../img/comillas.png);background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;display: inline-block;margin-left: 10px;top: -5px; }
.home .seccion2 .texto p { font-size: 19px;text-align: justify;margin: 0px;font-weight: 600;color: #57585a; }
.home .seccion3 { padding: 40px 0px 60px;background-image: url(../img/banner-suscribete.jpg); }
.home .seccion3 h2, .home .seccion3 p { color: #fff;margin: 0px 0px 20px; }
.home .seccion3 .submitBoletin { margin: 0px auto; }
.home .seccion3 li:nth-child(1) { width: 66.66%;padding: 0px 0px 0px 60px; }
.home .seccion3 li:nth-child(2) { width: 33.33%; }
.home .seccion3 .formulario { width: 550px; margin: auto; }
.conteBoletin { width: 700px;margin: 0px;background-color: rgba(255, 255, 255, 0.2);padding: 30px;border-radius: 50px; }
form { width: 100%;position: relative; }
form ::placeholder { font-size: 15px;line-height: 15px;font-weight: 500;color: #b1b1b1;font-family: 'Poppins', sans-serif; }
form input:not([type=submit]), form textarea { font-size: 15px;line-height: 15px;font-weight: 500;color: #b1b1b1;background-color: #fff;padding: 10px 20px;border: 1px solid #fff;border-radius: 30px;font-family: 'Poppins', sans-serif;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
form input[type=submit] { font-size: 15px;line-height: 15px;padding: 10px; }
form textarea { height: 200px; }
.conteBoletin form input:not([type=submit]) { width: 70%;float: left; }
.conteBoletin form input[type=submit] { width: 28%;float: right;height: 43px; }
.conteWhatss { width: 180px;height: 180px;margin: 0px auto;background-color: rgba(255, 255, 255, 0.2);border-radius: 50%;display: flex;align-content: center;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.conteWhatss .icoWhatss { width: 120px;margin: auto;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.conteWhatss:hover { background-color: rgba(255, 255, 255, 0.8);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.home .seccion3-2 { padding: 60px 0px;background-image: url(../img/banner-video.jpg); }
.home .seccion3-2 .conteVideo { width: 720px;height: 480px;margin: 0px auto;-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.75);cursor: pointer;position: relative;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;z-index: 2; }
.home .seccion3-2 .conteVideo::before { content: '';width: 260px;height: 62px;background: rgba(38, 167, 88, 0.65);position: absolute;top: -20px;left: -140px;z-index: -1; }
.home .seccion3-2 .conteVideo::after { content: '';width: 260px;height: 62px;background: rgba(38, 167, 88, 0.65);position: absolute;bottom: -20px;right: -140px;z-index: -1; }
.home .seccion3-2 .conteVideo:hover { opacity: 0.6; }
.home .seccion3-2 .conteVideo iframe { width: 100%;height: 100%;z-index: -1;pointer-events: none; }
.home .seccion3-2 .conteVideo a { width: 100%;height: 100%; }
.home .seccion3-2 .conteGaleria { margin: 0px auto;width: 100%;position: relative; }
.galeriaVideos .video { width: 100%;/*height: 320px;*/cursor: pointer;position: relative;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;z-index: 2; }
.galeriaVideos .video:hover, .galeriaVideos .arrow:hover { opacity: 0.6; }
.galeriaVideos .video iframe { width: 100%;height: 100%;z-index: -1;pointer-events: none; }
.galeriaVideos .video a { width: 100%;height: 100%; }
.galeriaVideos .arrow { width: 50px;height: 50px;background: #3d6f93;border-radius: 50%;font-size: 20px;line-height: 50px;color: #fff;text-align: center;position: absolute;top: 50%;left: -60px;margin-top: -25px;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
.galeriaVideos .arrow.right { left: inherit;right: -60px; }
.owl-carousel { touch-action: manipulation;touch-action: none; }
.home .seccion4, .home .seccion6 { padding: 50px 0px; }
.home .seccion4 h2, .home .seccion6 h2, .home .seccion7 h2 { margin: 0px 0px 30px; }
.home .seccion4 li h3, .home .seccion6 li h3, .home .seccion7 li h3 { margin: 0px 0px 20px; line-height: 30px; }
.home .seccion4 li h3 {
    margin: 20px 0 5px 0;
}
.home .seccion6 li { padding: 0px 20px; }
.home .seccion4 li .icoBeneficio { width: 90px;margin: 0px auto 10px; }
.home .seccion4 li p, .home .seccion6 li p, .home .seccion7 li p, .home .seccion7 li p.textCenter.textJust { color: #b1b1b1; }
.home .seccion5 { padding: 60px 0px;background-color: #fafafa; }
.home .seccion5::before { content: '';width: 46%;height: 100%;background-image: url(../img/retos.jpg);background-size: cover;background-position: right;background-repeat: no-repeat;position: absolute;top: 0;left: 0; }
.home .seccion5 .conteRight { padding: 0px 100px 0px 20px; }
.home .seccion5 .conteRight p { margin: 20px 0px;color: #b1b1b1;text-align: justify; }
.home .seccion5 .conteRight .conte { width: 100%;padding: 40px 0px 0px;height: 90px;display: table;position: relative; }
.home .seccion5 .conteRight .conte:before { content: '';width: 100%;height: 2px;display: block;background-color: #b1b1b1;position: absolute;top: 0;left: 0; }
.home .seccion5 .conteRight .conte h3, .home .seccion5 .conteRight .conte .btn { display: table-cell;vertical-align: middle; }
.seccion5 ul li {
    padding: 5px 0 3px 25px;
    line-height: 30px;
    position: relative;
    font-size: 18px;
    color: #b1b1b1;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.seccion5 ul li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #b1b1b1;
    left: 7px;
    top: 17px;
}
.home .seccion6 .icoGanancias { margin: 0px auto 30px;width: 85px;height: 85px;background-color: #ebf1fe;border-radius: 50%;display: flex;align-content: center;position: relative; }
.home .seccion6 .icoGanancias .paso { width: 26px;height: 26px;background-color: #3d6f93;border-radius: 50%;font-size: 12px;line-height: 26px;font-weight: 500;color: #fff;text-align: center;font-family: 'Poppins', sans-serif;position: absolute;top: 0;right: 0; }
.home .seccion6 .icoGanancias .img { width: 50px;margin: auto; }
.home .seccion7 { padding: 50px 0px;background-color: #fafafa;  }
.home .seccion7 li { width: 100%; }
.home .seccion7 p { margin: 10px 0px; }
.home .seccion7 p span { display: block; }
.home .seccion7 p.textLeft, .home .seccion7 p.textJust { color: #191919 }
.home .seccion7 .textRedes { color: #3d6f93; }
.home .seccion7 .textRedes a, .home .seccion7 p a {
	display: inline-block;
	transition: all .25s ease-in-out;
} 
.home .seccion7 .textRedes a:hover, .home .seccion7 p a:hover {
	color: #151d3f;
}
.home .seccion7 .conteLeft, .home .seccion7 li:nth-child(2) .conteRight { width: 30%;padding: 0px 30px; }
.home .seccion7 .conteRight, .home .seccion7 li:nth-child(2) .conteLeft { width: 70%;padding: 0px 50px; }
.home .seccion7 li:nth-child(1) .conteRight { padding: 30px 50px; }
.home .seccion7 .linea { width: 450px;height: 5px;background: #3d6f93;display: block;margin: 50px auto; }
.home .seccion7 .conteFoto { width: 200px;margin: 0px auto 20px;border-radius: 50%; }
.home .seccion8 { padding: 40px 0px 60px;background-image: url(../img/banner-invertir.jpg); }
.home .seccion8 h2, .home .seccion8 p { color: #fff;margin: 0px 0px 20px; }
.home .seccion8 .aqui { color: #3d6f93;text-decoration: underline;display: inline-block; }
.home .seccion8 .conteBoletin { margin: 0px auto; }
.home .seccion9 { /*padding: 60px 0px 40px;background-image: url(../img/invierte-seguro-invierte-informado.png);*/ }
.home .seccion9 li:nth-child(1) { width: 40%; }
.home .seccion9 li:nth-child(2) { width: 60%;padding: 0px 50px; }
.home .seccion9 .conteTitulo { width: 350px;display: block;margin: 30px auto 0px;padding: 50px 30px 30px;border: 5px solid #3d6f93;position: relative; }
.home .seccion9 .conteTitulo:before { content: '';width: 150px;height: 60px;display: block;background-color: #3d6f93;position: absolute;top: -30px;left: 50%;margin-left: -75px; }
.home .seccion9 .conteTitulo h1 { font-size: 50px; }
.home .seccion9 h2 { color: #fff;margin: 0px 0px 30px;margin-top: 110px; }
.home .seccion9 form input:not([type=submit]), .home .seccion9 form textarea { width: 100%;float: left;border-radius: 3px;border: 1px solid #fff; }
.home .seccion9 form input[name=correo], .home .seccion9 form input[name=telefono] { width: 48%; }
.home .seccion9 form input[name=telefono] { float: right; }
.home .seccion9 form input[type=submit] { width: 120px;float: right; }
.home .seccion9 .btnRegistro { margin: 0px auto;width: 280px; }
.home .seccion10 { 
    padding-top:0px;
    
     }
    
.suscripcion .seccion1 { padding: 250px 0px; }

.seccionBlog { padding: 50px 0px; }
.seccionBlog h2 { margin: 0px 15px 30px;font-size: 40px;line-height: 40px;color: #3d6f93;font-weight: 500; }
.seccionBlog h2 span { color: #57585a; }
.seccionBlog .post:hover { transform: scale(1.1); }
.seccionBlog .post { margin: 20px auto;width: 90%; }
.seccionBlog .info { padding: 15px 25px;background: #ebf1fe; }
.seccionBlog .info h3 { height: 65px;font-size: 21px;line-height: 21px;color: #191919;font-weight: 500; }
.seccionBlog .info p { margin: 0;font-size: 15px;line-height: 27px;color: #191919; }

/********************** ERROR **********************/
.error .seccion1 { padding: 0px;height: 100vh; }
.error .contenedor { width: 350px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center; }
.error .seccion1 .btn { margin: 20px auto 0px; }
.error .seccion1 h1 strong { font-size: 140px;line-height: 140px; }
.error .seccion1 h1 span { margin-top: 15px; }
.error .seccion1 h1 { color: #444; }

/*********************** FORMULARIOS ***********************/
#mc_embed_signup{ width:100%; background:transparent; }
#mc-embedded-subscribe { margin: 0px auto !important; font-size: 18px; line-height: 18px; color: #fff !important; font-weight: 600; font-family: 'Poppins', sans-serif; padding: 15px !important; width: 250px; text-align: center; background-color: #3d6f93; border: none; border: 3px solid #3d6f93 !important; border-radius: 30px !important; position: relative; cursor: pointer; -webkit-box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 10%); -moz-box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.1); box-shadow: 3px 3px 8px 0px rgb(0 0 0 / 10%); -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease }
#mc-embedded-subscribe:hover {  background-color: #fff;color: #3d6f93 !important;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }
/********************** FOOTER **********************/
footer .seccion1 { padding: 40px 0px;background-color: #161d23; }
.logoFooter { width: 280px;margin: 0px auto 30px; }
footer .seccion1 p { font-size: 13px;line-height: 24px;color: #fff;margin: 30px 0px 0px; }
footer .seccion1 p span { margin-left: 10px;margin-right: 10px; }
.powered { display: inline; }
.home .seccion1 .conteLeft p {
	font-size: 18px;
   
}
.marginTop{
        margin-top: 5%;
    }
.fondoAzul{
        background:rgb(14 22 45 / 70%);
        padding: 6px;


    }
ul.social-media  {
    text-align: center;
}
ul.social-media li {
    display: inline-block;
    padding: 0 25px;
}
ul.social-media i {
    font-size: 30px;
    color: #4caf50;
    transition: all .25s ease-in-out;
}
ul.social-media i:hover {
    color: #3d6f93;
}
/********* Testimonios *********/
.seccion-slider {
	padding: 40px 0px 55px 0px;
}
.swiper {
	margin-top: 20px;
}
.swiper-button-next, .swiper-button-prev {
	color: #151d3f!important;
}
.swiper-pagination-bullet-active {
	background: #151d3f!important;
}
.seccion-slider .content-slide {
	max-width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.seccion-slider .content-slide h4.textCenter {
	margin-top: 15px;
}
.seccion-slider .contenedor h2{
    font-size: 35px;
    font-weight: 900;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0!important;
}

section#Beneficios ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
}
section#Beneficios ul li {
    width: 22%;
    margin-bottom: 20px;
}
.home .seccion4 li h3 {
    margin: 20px 0 5px 0;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

@media screen and (min-width: 1100px) {
    a.flotanteWhatss i {
        line-height: 65px;
    }
}

@media screen and (max-width: 1024px) {
    a.flotanteWhatss i {
        line-height: 50px;
    }
    a.flotanteWhatss {
       right: 40px;
    }
}
/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/
    section#Beneficios ul {
        justify-content: center;
    }
    section#Beneficios ul li {
        width: 100%;
    }
    .newsletter { margin-left: 0px; padding-right: 0px; }
	body { padding-top: 50px; }
	.contenedor { width: 90%; }
    .seccionM{
        padding-top: 45px;
    }
    .home .seccionM .contenedor h2{
       
       padding-bottom: 30px;
       font-weight:900;
       padding-bottom: 20px;
        
    }
    .home .seccionM .contenedor .subtitle{
        padding-top: 20px;
    }
    .movil { display: block; }
	.laptop { display: none; }
	p { font-size: 15px;line-height: 22px;margin-bottom: 10px; }
	.btn { font-size: 16px;line-height: 16px;padding: 10px;width: 180px;margin-bottom:10px; }
	.flotanteWhatss { width: 50px;height: 50px;font-size: 35px;line-height: 50px;bottom: 100px;right: 10px; }
	.clear15 { height: 10px; }
	.conteRight, .conteLeft, .col2 li, .col3 li, .home .seccion3 li:nth-child(2), .home .seccion9 li:nth-child(1), .home .seccion9 form input[name=correo], .home .seccion9 form input[name=telefono] { width: 100%; }
	.home .seccion1 .conteLeft { padding: 50px 0px 80px 0px; }
    .contenedor-prod h3{
        font-size: 18px;
        line-height: 30px;
    }
    .team-images{
        width: 100%;
    height: 650px;
    }
    .col-lg-3{
        padding-bottom: 60px;
    }
    .textRight, .textLeft, h1, h2, h3, p { text-align: center; }
	h1 { font-size: 35px;line-height: 40px; }
	h2 { font-size: 25px;line-height: 36px; }
	h3 { font-size: 18px;line-height: 22px; }
	/*********************** HEADER ***********************/
	header, .headerAnima { padding: 10px 0px; }
	.logo, .logoAnima { width: 100px;margin: 8px 0px; }
	.menu { width: 100%;display: none; }
	.menu li { width: 100%;padding: 0px;height: 40px; }
	.menu li a { font-size: 15px; }
	/*********************** HOME ***********************/
	.home .seccion1 { padding: 70px 0px;}
	.home .bannerPrincipal::before { width:100%; }
	/*.home .seccion1.bannerPrincipal { margin-top:20px; background-position: left; padding-top: 100px; }*/
    .home .seccion1.bannerPrincipal{
        margin-top: 0px;
    }
    .home .bannerPrincipal {
        
    background: url(../img/banner-principal-movil.jpg) no-repeat ;
    background-position: right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.btnS { background: #3d6f93; color: #fff; font-size: 20px; border-radius: 30px; margin-top: 20px; line-height: 17px;padding: 23px;width: 156px;border-width: 2px; margin-left:auto; margin-right:auto; }
.imgfooter { margin-top: 20px; margin-left:auto; margin-right:auto; }
a.flotanteWhatss i:after {
    font-size: 13px;
}
.paddingTG{
padding-top: 12%;
}
	.home .seccion3, .home .seccion4, .home .seccion6, .home .seccion7, .home .seccion8, .home .seccion9, .seccionBlog { padding: 25px 0px; }
	.home .seccion1 .conteLeft, .home .seccion2 .conteLeft, .home .seccion4 li, .home .seccion6 li, .home .seccion5 .conteRight, .home .seccion7 li:nth-child(1) .conteRight { padding: 0px; }
	 .home .seccion1 .conteLeft h1 { 
        padding: 0px 20px 25px 20px;
        font-size: 20px;
        line-height: 28px;
        }
          .home .seccionC{
         padding-bottom: 25px;
        padding-top: 45px;

    }
    
    .marginTop{
        margin-top: 40%;
    }
.fondoAzul{
    padding: 0px;
}
.marginT0{
    margin-top: 0px;
    padding-top: 0px;
}
     .home .seccion1 .conteLeft p { 
       padding: 0px 20px 0px 20px;
        
        font-size: 16px;
      /*  margin: 10px 0px 15px;
         padding-right:0px;*/}
	.home .seccion2 { padding: 25px 0px 325px; }
	.home .seccion2::before { width: 280px;height: 280px;position: absolute;top: unset;bottom: 25px;right: 50%;margin-right: -140px; }
	.home .seccion2 .logoHome { width: 300px;margin: 0px auto 15px; }
	.home .seccion2 .texto { margin-top: 15px;padding: 0px 10px 0px 40px; }
	.home .seccion2 .texto::before { width: 34px;height: 23px; }
	.home .seccion2 .texto p, .home .seccion4 li p, .home .seccion6 li p, .home .seccion7 li p { }
	.home .seccion3 h2, .home .seccion3 p, .home .seccion9 h2 { margin-bottom: 15px; }
	.home .seccion3 li:nth-child(1), .home .seccion7 .conteLeft, .home .seccion7 li:nth-child(2) .conteRight, .home .seccion7 .conteRight, .home .seccion7 li:nth-child(2) .conteLeft, .home .seccion9 li:nth-child(2) { width: 100%;padding: 0px; }
	.home .seccion3 .formulario { width:auto;}
	.conteBoletin { width: 100%;padding: 15px;border-radius: 30px; }
	form ::placeholder { font-size: 14px;line-height: 14px; }
	form input:not([type=submit]), form textarea { font-size: 14px;line-height: 14px;padding: 8px 15px;border-radius: 30px; }
	form input[type=submit] { font-size: 14px;line-height: 14px;padding: 8px; }
	form textarea { height: 200px; }
	.conteBoletin form input:not([type=submit]) { width: 100%;margin-bottom: 10px; }
	.conteBoletin form input[type=submit] { width: 100%;height: 35px; }
	.conteWhatss { width: 100px;height: 100px;margin-top: 20px; }
	.conteWhatss .icoWhatss, .home .seccion4 li .icoBeneficio { width: 60px; }
	.home .seccion3-2 { padding: 20px 0px; }
	.home .seccion3-2 .conteVideo { width: 300px;height: 165px; }
	.home .seccion3-2 .conteVideo::before { width: 100px;height: 24px;top: -10px;left: -20px; }
	.home .seccion3-2 .conteVideo::after { width: 100px;height: 24px;bottom: -10px;right: -20px; }
	.home .seccion3-2 .conteGaleria { width: 300px; }
	.galeriaVideos .arrow { left: -25px; }
	.galeriaVideos .arrow.right { left: inherit;right: -25px; }
	.home .seccion4 h2, .home .seccion6 h2, .home .seccion7 h2 { margin-bottom: 15px; font-weight:900; }
    .home .seccion10 .contenedor h2{
        padding-top: 20px;
        font-weight: 900;
        font-size: 25px;
    }
    .seccion-slider .contenedor h2{
        font-size: 25px;
        font-weight: 900;
    }
    .home .seccionC .contenedor h2{
        font-size: 25px;
        font-weight: 900;
        padding-bottom: 20px;
    }
    .home .seccion4 .contenedor h3{
        font-size: 18px;
        line-height: 22px;
        padding-top: 15px;
    }
    
	.home .seccion4 li h3, .home .seccion6 li h3, .home .seccion7 li h3, .home .seccion8 h2, .home .seccion8 p { margin-bottom: 10px; }
	.home .seccion5 { padding: 0px 0px 215px; }
	.home .seccion5::before { width: 300px;height: 180px;top: unset;bottom: 25px;left: 50%;margin-left: -150px; }
	.home .seccion5 .conteRight p { font-size: 15px;margin: 10px 0px; }
	.home .seccion6 .icoGanancias { margin-bottom: 15px;width: 70px;height: 70px; }
	.home .seccion6 .icoGanancias .img { width: 40px; }
	.home .seccion7 .linea { width: 240px;height: 3px;margin: 10px auto 20px; }
	.home .seccion7 .conteFoto { width: 120px;margin-bottom: 10px; }
	.home .seccion9 .conteTitulo { width: 250px;margin: 20px auto;padding: 30px 15px 15px;border-width: 3px; }
	.home .seccion9 .conteTitulo:before { width: 100px;height: 40px;top: -20px;margin-left: -50px; }
	.home .seccion9 .conteTitulo h1 { font-size: 30px; }
	.home .seccion9 form input[type=submit] { width: 180px;display: block;float: none;margin: 0px auto; }
	.home .seccion9 form textarea { height: 80px; }
	.home .seccion9 h2 { margin-top: 0; }
	.seccionBlog h2 { margin: 0px 0px 10px;font-size: 28px;line-height: 28px; }
	.seccionBlog li { width: 50%; }
	.seccionBlog .post { margin: 10px auto;width: 95%; }
	.seccionBlog .info { padding: 10px; }
	.seccionBlog .info h3 { height: 70px;font-size: 17px;line-height: 17px; }
	.seccionBlog .info p { font-size: 14px;line-height: 20px; }
	/********************** ERROR **********************/
	.error .contenedor { width: 300px; }
	/********************** FOOTER **********************/
	footer .seccion1 { padding: 20px 0px; }
	.logoFooter { width: 220px;margin-bottom: 15px; }
	footer .seccion1 p { margin-top: 15px; }

	.seccion-slider {
		padding: 50px 0px 0!important;
	}
	.seccion-slider h2 {
		margin-top: 30px!important;
		line-height: 40px;
	}
	.seccion5 ul li {
		font-family: 'Poppins', sans-serif;
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.logo, .logoAnima { width: 200px; }
	.home .seccion3-2 .conteVideo { width: 430px;height: 240px; }
	.seccion9 form { width: 400px;margin: 0px auto; }
	.seccionBlog .info h3 { height: 55px; }
}

@media screen and (min-width: 600px) and (max-width: 1023px) { 
    /*********************** GENERAL ***********************/ 
    .contenedor { width: 90%; }
    p { font-size: 16px; }
    .logo, .logoAnima { width: 200px; }
    .home .seccion1, .home .seccion3, .home .seccion3-2, .home .seccion4, .home .seccion6, .home .seccion7, .home .seccion8, .home .seccion9 { padding: 30px 0px; }
    .home .seccion3-2 .conteVideo { width: 540px;height: 300px; }
    .home .seccion3-2 .conteGaleria { width: 100%; }
    .home .seccion4 li { width: 50%;padding: 0px 10px; }
    .home .seccion4 li:nth-child(5) { width: 100%; }
    .home .seccion6 li { width: 33.33%;padding: 0px 10px; }
    .seccionBlog li { width: 33.33%; }
}

@media screen and (max-width: 1440px) and (min-width: 900px){
    .home .bannerPrincipal{
        height: 550px;
    }
.home .seccionM{
    padding-top: 45px;
}
.home .seccionM h2{
    font-size: 35px;
    font-weight: 900;
    padding-bottom: 30px;
}
.home .seccion4 h2, .home .seccion6 h2, .home .seccion7 h2 {
        font-size: 35px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .home .seccion1 .conteLeft a{
    margin-top: 30px;
    margin-bottom: 30px;

}
.home .seccion4 h2, .home .seccion6 h2, .home .seccion7 h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
.home .seccion4{
    padding-top: 45px;
    font-size: 35px;
    font-weight: 900;
}
.home .seccionC .contenedor h2{
       
        
        padding-bottom: 35px;
        font-size: 35px;
        font-weight: 900;
        
    }
    .home .seccion10 .contenedor h2{
        padding-top: 45px;
        font-size: 35px;
        font-weight: 900;
    }
    .home .seccion1 .conteLeft {
    padding: 12% 20px 80px 30px;
}
.subtitle{
    padding-bottom: 20px;
}

} 
@media screen and (min-width: 1024px) and (max-width: 1439px) {
	/*********************** GENERAL ***********************/
	body { padding-top: 50px; }
	.contenedor { width: 960px; }
    .container { 
    width: 100%; 
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
	p { font-size: 18px;line-height: 25px;margin-bottom: 15px; }
	.btn { font-size: 25px;line-height: 17px;padding: 20px;width: 200px;border-width: 2px; margin-left: auto;
        margin-right: auto; }
    .btnS { background: #3d6f93; margin-left: auto; margin-right: auto; color: #fff; font-size: 20px; border-radius: 30px; margin-top: 20px; line-height: 17px;padding: 26px;width: 156px;border-width: 2px; }
    .btnS:hover, .btnS:disabled { background-color: #fff;color: #3d6f93;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease; }

	/*********************** CLEAR ***********************/
	.clear15 { clear: both; height: 12px; }
	/*********************** H1 - H6 ***********************/
	h1 { font-size: 50px;line-height: 60px; }
	h2 { font-size: 30px;line-height: 34px;  }
	h3 { font-size: 21px;line-height: 24px; }
	/*********************** HEADER ***********************/
	header { padding: 15px 0px; }
	.headerAnima { padding: 10px 0px; }
	.logo { width: 125px; }
	.logoAnima { width: 125px; }
	.menu { padding:35px 0px;}
	.menu li { padding: 0px 10px;height: 22px; }
	.menu li a { font-size: 14px;line-height: 15px; }
	/*********************** HOME ***********************/
	.home .seccion1.bannerPrincipal {margin-top:65px; background: url(../img/banner-principal-money.jpeg) no-repeat center center;}
	.home .seccion1 .conteLeft { padding: 120px 0px 100px 35px; }
	/*.home .seccion1 .conteLeft p { margin: 15px 0px 30px; }*/
	.home .seccion2 { padding: 80px 0px; }
	.home .seccion2 .conteLeft { padding: 30px; }
	.home .seccion2 .logoHome { width: 340px;margin-bottom: 20px; }
	.home .seccion2 .texto { margin-top: 40px;padding-left: 60px; }
	.home .seccion2 .texto::before { width: 45px;height: 32px; }
	.home .seccion2 .texto p { font-size: 17px; }
	.home .seccion3, .home .seccion8 { padding: 30px 0px 50px; }
	.home .seccion3 h2, .home .seccion3 p, .home .seccion4 li h3, .home .seccion6 li h3, .home .seccion7 li h3, .home .seccion8 h2, .home .seccion8 p { margin-bottom: 15px; }
	.home .seccion3 li:nth-child(1) { padding: 0px 0px 0px 50px; }
	.conteBoletin { width: 550px;padding: 20px; }
	form ::placeholder { font-size: 14px; }
	form input:not([type=submit]), form textarea { font-size: 14px;padding: 8px 15px; }
	form input[type=submit] { padding: 8px; }
	form textarea { height: 150px; }
	.conteBoletin form input[type=submit] { padding: 4px;height: 31px; }
	.conteWhatss { width: 135px;height: 135px; }
	.conteWhatss .icoWhatss { width: 90px; }
	.home .seccion3-2, .home .seccion5 { padding: 50px 0px; }
	.home .seccion3-2 .conteVideo { width: 660px;height: 400px; }
	.home .seccion3-2 .conteVideo::before { width: 180px;height: 43px;top: -15px;left: -100px; }
	.home .seccion3-2 .conteVideo::after { width: 180px;height: 43px;bottom: -15px;right: -100px; }
	.home .seccion6, .home .seccion7, .seccionBlog { padding: 65px 0px; }
    .home .seccion4{
        /*padding: 15px 0px;*/
        padding-top: 75px;
    }
	.home .seccion4 h2, .home .seccion6 h2, .home .seccion7 h2 { font-size: 35px; line-height: 45px; font-weight: 900; margin-bottom: 20px }
	.home .seccion4 li .icoBeneficio { width: 70px; }
	.home .seccion4 li p, .home .seccion6 li p, .home .seccion7 li p {  }
	.home .seccion5 .conteRight { padding: 0px 60px 0px 10px; }
	.home .seccion5 .conteRight .conte { padding-top: 30px;height: 70px; }
	.home .seccion6 .icoGanancias { margin-bottom: 20px;width: 75px;height: 75px; }
	.home .seccion6 .icoGanancias .paso { width: 20px;height: 20px;line-height: 20px; }
	.home .seccion6 .icoGanancias .img { width: 40px; }
	.home .seccion7 .conteLeft, .home .seccion7 li:nth-child(2) .conteRight { padding: 0px 20px; }
	.home .seccion7 .conteRight, .home .seccion7 li:nth-child(2) .conteLeft { padding: 0px 30px; }
	.home .seccion7 li:nth-child(1) .conteRight { padding: 95px 30px; }
	.home .seccion7 .linea { width: 350px;margin: 30px auto; }
	.home .seccion7 .conteFoto { width: 175px; }
	.home .seccion9 { padding: 50px 0px 30px; }
	.home .seccion9 li:nth-child(2) { padding: 0px 40px; }
	.home .seccion9 .conteTitulo { width: 300px;margin-top: 20px;padding: 40px 25px 20px; }
	.home .seccion9 .conteTitulo:before { width: 120px;height: 50px;top: -25px;margin-left: -60px; }
	.home .seccion9 .conteTitulo h1 { font-size: 42px; }
	.home .seccion9 h2 { margin-bottom: 20px;margin-top: 80px; }
    .home .seccionM{
         padding: 75px 0px 0px 0px;

    }
    .home .seccionM .contenedor h2{
        font-size: 35px;
        font-weight: 900;
        line-height: 45px;
       padding-bottom: 30px;
        
    }
    .home .seccionM .contenedor .subtitle{
        padding-top: 20px;
    }
     .home .seccionC{
         padding-bottom: 40px;

    }
     .home .seccionC .contenedor h2{
        font-size: 35px;
        font-weight: 900;
        
        padding-bottom: 30px;
        
    }
     .home .seccion10 .contenedor h2{
         font-size: 35px;
         font-weight: 900;
       padding-top: 45px;
     }
	.seccionBlog h2 { margin-bottom: 20px;font-size: 38px;line-height: 38px; }
	.seccionBlog .info { padding: 10px 20px; }
	.seccionBlog .info h3 { height: 58px;font-size: 19px;line-height: 19px; }
	.seccionBlog .info p { font-size: 14px;line-height: 25px; }
	/********************** FOOTER **********************/
	footer .seccion1 { padding: 30px 0px; }
	.logoFooter { width: 280px;margin-bottom: 20px; }
	footer .seccion1 p { font-size: 12px;line-height: 22px;margin-top: 20px; }
}
@media screen and (max-width: 480px) {
    #guillermo-movil {
        display: block!important;
        padding: 70px 0 0;
    }
    .home .bannerPrincipal::before {
        background: #151d3f!important;
    }
    .seccion-slider .content-slide h4.textCenter {
        line-height: 20px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 97%;
    }
}
@media (min-width: 1440px) {

	.menu li a {
		font-size: 16px;
	}
}

/********* Nuevo top header ********/
.top-header {
    color: white;
    padding: 5px 20px 0 20px;
    text-align: right;
}
.btn-premium {
    color: white;
    text-align: center;
    background-color: #3d6f93;
    height: 35px;
    line-height: 42px;
    display: block;
    width: 280px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 800;
    padding: 0 20px;
    border-radius: 22px;
    transition: all .25s ease-in-out;
    margin-left: auto;
}
.btn-premium:hover {
    background-color: white;
    color: #151d3f;
}
.miembro-premium {
  background: url(../img/miembro-premium-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 75px;

}
.miembro-premium .container-wrapper {
    padding: 180px 0 130px 0;
    position: relative;
}
.miembro-premium .rectangle {
    border: 4px solid #1e75a4;
    width: 80%;
    height: 155%;
    position: absolute;
    top: -30%;
    left: 10%;
    z-index: -2;
}
.miembro-premium .text-continaer {
    max-width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.miembro-premium h1 {
    text-transform: uppercase;
    color: #1e75a4;
    font-size: 50px;
    letter-spacing: 0;
    font-weight: 800;
    margin-bottom: 10px;
}
.miembro-premium p {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #161d3e;
}
.miembro-premium a {
    transition: all .25s ease-in-out;
    background-color: #1e75a4;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 70px;
    font-size: 28px;
    height: 50px;
    max-width: 75%;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
    position: relative;
    bottom: -20px;
}
.miembro-premium a:hover {
    background-color: #161d3e;
}
.miembro-premium .text-wrapper {
    padding: 0 70px;
    background-color: #eeeeee;
}
.background-notice-premium {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
}
/*COLUMNAS*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, 
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, 
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, 
.col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, 
.col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, 
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

    @media (min-width: 992px) {
            .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
     
    .col-lg-4{-ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
}

@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6{
        -ms-flex:0 0 50%;
        flex:0 0 50%;
        max-width:50%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1500px) {
    .miembro-premium .text-continaer {
        max-width: 55%;
    }
}
@media screen and (max-width: 1200px) {
    .miembro-premium .text-continaer {
        max-width: 90%;
    }
}
@media screen and (max-width: 780px) {
    .miembro-premium h1 {
        font-size: 40px;
    }
    .miembro-premium a {
        line-height: 70px;
        font-size: 20px;
    }
    .miembro-premium p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .miembro-premium {
        margin-top: 35px;
        height: calc(100vh - 35px);
    }
    .miembro-premium h1 {
        font-size: 30px;
    }
    .miembro-premium a {
        line-height: 60px;
        font-size: 13px;
        max-width: 100%;
    }
    .miembro-premium p {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 10px;
        text-align: justify;
    }
    .miembro-premium .text-wrapper {
        padding: 0 35px;
    }
    .miembro-premium .rectangle {
        width: 90%;
        left: 5%;
    }
    
}





