﻿/*--
    Theme Name: Goal Capital
    Theme URI: www.goalcapital.pe
    Author: Studioh
    Author URI: http://www.studioh.pe
    Description: Diseñado por Studioh
    Version: 1.0
    Tags:  
    License: 
    License URI: 

--*/
body {
    font-family: 'Poppins';
    -webkit-font-smoothing: antialiased;
}
.comilla {
    position: absolute;
    left: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%;
}
.row-sa {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.row-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
:root{

--blue: #001669;
--lblue: #243e9c;
--lblue2: #e6edfe;
--turqueza: #00deb3;
--purple: #6c63ff;
}
.blue-text {
    color: var(--blue);
}

.bg-turqueza{
  background: var(--turqueza);
  color: white;
}
.bg-blue{
  background: var(--blue);
  color: white;
}

.bg-turqueza:hover {
    background: #00a3ab;
    color: white;
}
.box-formulario input.wpcf7-not-valid {
    border-color: red;
}
.wpcf7-not-valid-tip {

    display: none;
}

ul.datos-footer > li > a i {
    font-size: 25px;
    margin-right: 10px;
    color: white;
}
/*============================
=            PAGE            =
============================*/

.breadcrumbs_row {
    display: flex;
    padding: 35px 0px 0;  
}


.breadcrumbs_row > * {
    margin-right: 10px;
    padding-right: 15px;
    margin-bottom: 0;
    font-weight: 400;
    position: relative;
}

span.page-active {
    color: #b5b5b5;
}

.breadcrumbs_row a {
    color: var(--blue);
}

h6 {}

.breadcrumbs_row h6:after {
    content: "\f105";
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
}

.breadcrumbs_row h6:last-child:after {
    display: none;
}
.bl_page {
    background: linear-gradient(1deg, #001669, #00219c);
    height: 380px;
    justify-content: center;
    align-items: center;
    padding-top: 170px;
    color: white;
}

.titulo-page {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
    transform: translateY(20px);
    visibility: hidden;

}
section.bl_page p {
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
    transform: translateY(20px);
    visibility: hidden;
}


.animated .titulo-page {    
    opacity: 1;
    transition: 0.4s;    
    transform: translateY(0px);
    visibility: visible;

}
.animated section.bl_page p {
    opacity: 1;

    transition: 0.4s;
    transition-delay: 0.2s;    
    transform: translateY(0px);
    visibility: visible;
}
section.content_page-blog{
     opacity: 0;
    transition: 0.4s;
    overflow: hidden;
    transform: translateY(30px);
    visibility: hidden;
}

.animated section.content_page-blog{
     opacity: 1;
    transition: 0.3s;   
    transition-delay: 0.5s; 
    transform: translateY(0px);
    visibility: visible;
}

.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}



.blog-post-container h1 {
    font-size: 35px;
    color: #001e90;
    margin: 30px 0 30px;
}

/*=============================================
SINGLE BLOG
=============================================*/
.blog-post-container ul li {
    list-style: disc;
    margin-bottom: 20px;
}

.blog-post-container ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.blog-post-container a {
    color: var(--blue);
    border-bottom: 1px dashed;
}

.blog-post-container p {
    line-height: 1.7;
}

.blog-post-container {
    line-height: 1.7;
}

.blog-post-container .attachment-blog-single {
    border-radius: 15px;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.blog-post-container h2, .blog-post-container h3 {
    font-size: 25px;
    color: #001e90;
    margin: 40px 0 20px;
}
.blog-post-container {
    padding-bottom: 100px;
}

.avatar-autor img {
    width: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #0000001c;
}

.box-info-post {
    display: flex;
}

.info-autor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 17px;
}
.about-autor {
    background: var(--lblue2);
    padding: 20px 50px 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    border-radius: 15px;
}
section.container.padding-blog {
    padding-bottom: 50px;
}
.img-autor_bottom img {
    width: 150px;
    border-radius: 50%;
}

.desc_autor h6 {
    margin: 20px 0;
    font-size: 21px;
    font-weight: 600;
}

.img-autor_bottom {
    width: 30%;
    margin-top: 30px;
}

.desc_autor {
    width: 70%;
}

/*======================/
===================/
SOCIAL MEDIA BUTTONS
/*==================/
=======================*/


.social-row .icon {
    position: relative;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    margin-top: 0px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .social-row .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .social-row .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .social-row .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .social-row .icon:hover span,
  .social-row .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }

  .social-row a {
    border: 0;
  }

  .social-row .whatsapp,
  .social-row .whatsapp .tooltip,
  .social-row .whatsapp .tooltip::before {
    background: linear-gradient(45deg,#22bc28,#20a033);
    color: #ffffff;
  }

  .social-row .facebook,
  .social-row .facebook .tooltip,
  .social-row .facebook .tooltip::before {
    background-color: #3b5999;
    color: #ffffff;
  }
  
   .social-row .pinterest,
  .social-row .pinterest .tooltip,
  .social-row .pinterest .tooltip::before {
    background-color: #c8232c;
    color: #ffffff;
  }
  .social-row .twitter,
  .social-row .twitter .tooltip,
  .social-row .twitter .tooltip::before {
    background-color: #46c1f6;
    color: #ffffff;
  }
  
  .social-row .instagram,
  .social-row .instagram .tooltip,
  .social-row .instagram .tooltip::before {
    background-color: #e1306c;
    color: #ffffff;
  }
  
  .social-row .linkedin,
  .social-row .linkedin .tooltip,
  .social-row .linkedin .tooltip::before {
    background-color: #0e76a8;
    color: #ffffff;
  }
  
  .social-row .youtube,
  .social-row .youtube .tooltip,
  .social-row .youtube .tooltip::before {
    background-color: #de463b;
    color: #ffffff;
  }
  
  .fix-social {
    width: 90px;
    position: fixed;
    left: 50px;
    top: 40%;
}
  .social-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 60px;
  }


/*=============================================
BLOG
=============================================*/


.box-article:hover {
    transform: translateY(-10px);
}

.box-article {
    display: flex;
    overflow: hidden;
    transition: 0.4s;
    flex-wrap: wrap;
    box-shadow: 0 1px 8px rgb(82 112 148 / 20%);
    border-radius: 44px 0px 0px 0px;
    margin-bottom: 30px;
}

.box-article:hover .art_img img {


}
.art_img img {
    width: 100%;
    height: auto;

}

.art_img {
    overflow:  hidden;
}

.art_text {
    padding: 20px 20px;
}

.art_text h4 {
    color: #002097;
    font-weight: 600;
    font-size: 18px;
    min-height: 60px;
}

.art_text p {
    font-size: 15px;
    color: #001669;
}

.box-article:hover {
 
    transition: 0.2s ease;
}

.box-article:hover .art_text h4, .box-article:hover .art_text p {
    

   
}

/*=============================================
=            SERVICIOS PAGE PAGINA            =
=============================================*/
img.anim-i-1 {
    opacity: 0;
    transition: 0.7s;
    transition-delay: 0.4s;
    transform: translateY(-20px);
    visibility: visible;
    width: 320px;
}

.animated img.anim-i-1 {
    opacity: 1;       
    transform: translateY(0);
    visibility: visible;
}


section.bl_servicios {
    margin-top: 100px;
    color: var(--blue);
}



.serv-box-img {
    position: relative;
        height: 300px;
        overflow: hidden;
}
section.section-3 {
    padding: 40px 0;
}
.image_div {
    height: 400px;
    background-size: cover;
    background-position: center;
}
.image_div2 {
    height: 300px;
    background-size: cover;
    background-position: center;
}


.image_div.corner-right {
    border-radius: 90px 0px 0px 10px;
}

.image_div.corner-right:after {content: '';height: 250px;width: 250px;background: #e2eafd;position: absolute;right: -40px;top: -40px;z-index: -1;}

section.bl_servicios p {
    color: #222;
    font-weight: 300;
}

section.bl_servicios-2 {
    background: var(--lblue2);
}

.box-10 {
background: white;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    padding: 30px 0;
    width: 100%;
}

.box-10 h4 {
    width: 100%;
    padding: 30px 30px 0;
    font-size: 16px;
    min-height: 80px;
}

.box-10 img {
    max-height: 90px;
}
/*=====  End of SERVICIOS PAGE PAGINA  ======*/



/*=====  End of PAGE  ======*/



/*-----------------------------------------------------------------------------------*/
/*  GENERAL
/*-----------------------------------------------------------------------------------*/
.center-v {
    align-items: center;
}
.around {
    justify-content: space-around;
}
.end {
    justify-content: flex-end;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
li{
    padding: 0;
    margin: 0;
}
body::-webkit-scrollbar {
    width: 7px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #07d6d6;
  outline: 1px solid white;
}

a {
    color: var(--turqueza);

}

::selection {

  background: #00daff;
  color: #fff;  
  text-shadow: none;

}

::-moz-selection {
  background: #00daff;
  color: #fff;
  text-shadow: none;

}


button:focus, button {
    outline: none;
}
.bt {
    display: block;
    padding: 5px 20px;
    border: 1.8px solid;
    border-radius: 20px;
}

a {

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;

}



a:hover{

  color: black;

}



input::-moz-focus-inner {

  border: 0;

}

.middle{
      display: flex;
    -ms-display: flex;
    display: flex;
    align-items: center;
}

a:hover, a:active, a:focus {

  text-decoration: none;

  outline: none;

}



h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;


}

h1{
  font-size: 60px;
  font-weight: 600;
}

h2{
  font-family: 50px;
  font-weight: 600;
}


button{
    padding: 0;
    border: 0;
    background: inherit;
}



input, select {
  border: none;
  outline: none;
}



th {
  border-width: 0 1px 1px 0;
}



td {
  border-width: 0 1px 1px 0;
}



section{
  padding: 100px 0; 
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-weight: 300;
}


.border-t {
    border-top: 1px solid #ffffff29;
    padding-top: 10px;
}
.taxonomy-image, .taxonomy-description {
    display: none;
}
.no-over{overflow: hidden;}

.text-justify {text-align: justify;}

.margin-t100{margin-top: 100px;}
.margin-t40{margin-top:40px;}
.margin-t30{margin-top:30px;}
.margin-t50{margin-top:50px;}

.margin-b50{margin-bottom: 50px}

.margin-b100{margin-bottom: 100px}

.margin-b25{margin-bottom: 25px;}

.display-none{display: none;}

.no-padding {padding: 0;}

.no-margin {margin: 0;}

.white-text{color:white;}

.bg-white{
  background-color: white;
  color: #333;
}

#pagepiling .section{
background:white;
}
.no-relative{
  position: inherit;
}



.copyright-h{
  fill: white;
  width: 50px;
}

.menu {
    padding: 0px;
}

.menu li::marker {
    color: #00daff;
}

p.cta-wpp a {
    background: #00daff;
    color: #020715;
    padding: 6px 20px;
    display: block;
    border-radius: 9px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
}

p.cta-wpp a i {
    color: #020715;
    font-size: 20px;
    margin-right: 7px;
}

p.microcopy {
    color: #59637d;
    font-size: 11px;
    padding: 5px;
}

/*===================/
COLUM H
/*==================/
=======================*/
.cl-10 {
    width: 10%;
}
.cl-20 {
    width: 20%;
}
.cl-30 {
    width: 30%;
}
.cl-40 {
    width: 40%;
}
.cl-50 {
    width: 50%;
}
.cl-60 {
    width: 60%;
}
.cl-70 {
    width: 70%;
}
.cl-80 {
    width: 80%;
}
.cl-90 {
    width: 90%;
}
.cl-100 {
    width: 100%;
}

/*======================/
===================/
HEADER
/*==================/
=======================*/

.menu-principal li.submenu-v > .sub-menu > li {
    padding: 0 15px;
    width: 33%;
}

.menu-principal li.submenu-v > .sub-menu {
    min-width: 500px;
    padding: 30px 0 30px 0px;
    right: -30px;
    left: inherit;
}
.menu-principal li.submenu-v > .sub-menu > li img {
    max-height: 70px;
    display: block;
    margin: 0 auto 15px;
    transition: 0.3s ease;
}

.menu-principal li.submenu-v > .sub-menu:after {
    left: inherit;
    right: 50px;
}

.menu-principal li.submenu-v > .sub-menu > li > a {
    padding: 8px 0;
    text-align: center;
    display: block;
  
}



.menu-principal li.submenu-v > .sub-menu > li > a:hover img {
   transition: 0.3s ease;
   transform: scale(1.2);
}

a.sol-text:hover {
    opacity: 0.8;
}
.main-head.stick {
    position: fixed;
    background: #001669;
    z-index: 99;
    
}

.open_menu .overlay {
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.main-head.stick {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
      -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
a.sol-text {
    color: #030d28!important;
    background: var(--turqueza);
    padding: 1px 20px;
    border-radius: 5px;
    font-weight: 600;
}
li.welcome img {
    margin-right: 10px;
    padding-bottom: 2px;
}

li.welcome {
    display: flex;
    align-items: center;
}

.welcome span {
    text-transform: capitalize;
}


.fix-header {
    padding: 10px 0;
    border-bottom: 1px solid #89a1fb26;
}
.single-post .fix-header, .single-who .fix-header {
    padding: 10px 0;
    border-bottom: 1px solid #89a1fb26;
    background: var(--blue);
}
.main-head {
    position: absolute;
    width: 100%;
    color: white;
    z-index: 9;
}

.row-head {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.block-logo img {
    width: 160px;
    height: auto;
}

.block-menu {
    display: flex;
}

.menu-principal li {
    padding: 0;
    margin: 0;
    position: relative;
}

.menu-principal {
    margin: 0;
    padding: 0;
    padding-right: 0px;
    display: flex;
    list-style: none;
    align-items: center;
    margin-right: 20px;
}


.buttons-menu ul li {
    display: inline-block;
    margin-left: 30px;
}

.buttons-menu > ul {
    margin: 0;
    padding: 0;
}

.menu-principal li a {
    padding: 20px 20px;
}
.menu-principal li a:hover {
    color: var(--turqueza);
}
.main-head a {
    color: white;
}
.buttons-menu a img {margin-right: 5px;width: 13px;}

.buttons-menu a {
    display: flex;
    align-items: center;
}
.buttons-menu {
    position: relative;
}

.buttons-menu > ul {
    display: flex;
}


.buttons-menu ul li:nth-child(2) {
    margin-left: 20px;
}

a.bt.register {
    color: var(--turqueza);
    padding: 8px 30px;
    font-size: 15px;
}

/*/Megamenu/*/

.open_submenu .big_content {
    filter: blur(1px);
    transition: 0.3s;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000c2;
    visibility: hidden;
    opacity: 0;

    transition: 0.4s;
}

.open_submenu .overlay {
    visibility: visible;
    opacity: 1;

    transition: 0.4s;
}
body.open_submenu{

}
.menu-principal li > .sub-menu {
    position: absolute;
    top: 40px;
    background: white;
    padding: 40px 0;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
    min-width: 600px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    transform: translateY(20px);
}
.menu-principal li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: 0.4s ease;
    transform: translateY(0px);

}
.menu-principal li > .sub-menu:after {
    content: '';
    position: absolute;
    top: -15px;
    left: 50px;
    border-width: 0px 30px 20px 30px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}
.menu-principal li > .sub-menu > li > a {
    color: #0e0e0e;
    font-size: 14px;
    display: block;
    padding: 0;
    font-weight: 700;
}

.menu-principal li > .sub-menu > li {
    width: 25%;
    display: block;
    text-align: center;
}

img.s-men {
    height: 90px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.menu-principal li.menu-level > .sub-menu {
    min-width: 130px;
    border-radius: 10px;
    padding: 20px 0;
    right: 0px;
    left: inherit;
}

.menu-principal li.menu-level > .sub-menu > li {
    min-width: 100%;
}
/*------------------------------------*\
   CUSTOM SELECT
\*------------------------------------*/

i.icon.w150 {
    width: auto;
}

.w150 .select2-container--default .select2-selection--single {
    padding: 11px 10px;
    border-radius: 0;
    background: #bfbfbf;
    border: 0;
    text-align: center;
        font-size: 15px;
}
.select2-container--default .select2-selection--single {
    height: inherit;
    background: #e8e8e8;
    width: 100%;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    border:  0;
   
}
.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 10px;
    right: 10px;
 
}
/*------------------------------------*\
    swiper custom
\*------------------------------------*/
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .4;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--turqueza);
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%;
}


.next-but {     
    right: 0px;
    
}

.back-but {     
    left: 0px;
    
}

.next-but, .back-but {
    position: absolute;
    bottom: 10%;
    color: var(--turqueza);    
    z-index: 9;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
}
.arrows_slider {
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 10;
    width: 120px;
}
.next-but:hover, .back-but:hover {
    color: var(--blue);
    background: var(--turqueza);
}
/*------------------------------------*\
    ANIMATION INTRO
\*------------------------------------*/

  .animation-2 {   
     
    opacity: 0;
    -webkit-transform: translateY(200px) scaleY(1.3);
    transform: translateY(200px) scaleY(1.3);
    -webkit-transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);       
  }

    .has-animate .animation-2{
    opacity: 1;
    -webkit-transform:translateY(0px) scaleY(1);
    transform: translateY(0px) scaleY(1); 
   
  }

/*------------------------------------*\
    ANIMATION 1
\*------------------------------------*/
  
  .animation-1 {   
    z-index: 0;  
    opacity: 0;
    -webkit-transform: translateY(200px) scaleY(1.3);
    transform: translateY(200px) scaleY(1.3);
    -webkit-transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);       
  }

  .item-h:first-child.animation-1{
    opacity: 1;
    -webkit-transform:translateY(0px) scale(1);
    transform: translateY(0px) scale(1);  
  }
  

  
  .animation-1.active, .item-h:first-child.animation-1{
    opacity: 1;
    -webkit-transform:translateY(0px) scaleY(1);
    transform: translateY(0px) scaleY(1); 
  }
  



.animation-1:nth-child(3) {
    transition-delay: 0.4s;
}

.animation-1:nth-child(4) {
    transition-delay: 0.6s;
}

.animation-1:nth-child(5) {
    transition-delay: 0.8s;
}



/*------------------------------------*\
    ANIMATION 1
\*------------------------------------*/
  
  .animation-2 {
    display: block;   
    box-sizing: border-box;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(200px) scaleY(1.3);
    transform: translateY(200px) scaleY(1.3);
    -webkit-transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);
    transition: transform 1s cubic-bezier(.165,.84,.44,1), opacity 1s cubic-bezier(.165,.84,.44,1);       
  }
  .animation-2 > a {
    display: block;
    height: 100%;
}
  .item-h:first-child.animation-2{
    opacity: 1;
    -webkit-transform:translateY(0px) scale(1);
    transform: translateY(0px) scale(1);  
  }
  
/*------------------------------------*\
    EFECTOS IMG PORTFOLIO
\*------------------------------------*/

.active.animation-image:before, .active.animation-image:after {
 height:0;   
}


.animation-image:before {

    content: "";
    width: 100%;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all ease 0.5s;
    transition-delay: 0.3s;
    
}

.animation-image:after {

    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: all ease 0.5s;
    transition-delay: 0s; 
   }
    

.active .cover-img{
    transform: scale(1);
}
  .cover-img {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
    border-radius: 5px;
    transform: scale(1.8);
    transition: all ease 0.8s;
    z-index: 1;
    transition-delay: 0.1s;
}
.bl_herramientas .cover-img {

    border-radius: 45px 4px 4px 4px;
    
}
.bl_herramientas P {
    color: #212529;
}
  .animation-2.active{
    opacity: 1;
    -webkit-transform:translateY(0px) scaleY(1);
    transform: translateY(0px) scaleY(1); 
  }
  



.box-testimonio h5 {
    color: var(--blue);
    font-weight: 600;
    font-size: 17px;
}


/*======================/
===================/
HOME
/*==================/
=======================*/

section.bl-filosofia {
    width: 70%;
    margin-left: 15%;
}

section.bl-filosofia b {
    color: #001669;
    font-weight: 700;
}

/* block 1 */
img.slider-img {
position: absolute;
    bottom: 0;
    height: 540px;
    margin-left: -80px;
}

.content-slider {
    background: var(--blue);
    color: white;
    position: relative;
}
.section-home_1 {
   
    position: relative;
    overflow: hidden;
}
.bg-fondo {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 750px;
    height: 80%;
}
.row-cl {
    display: flex;
    flex-wrap: wrap;
}

.row-slider {
    display: flex;
    height: 450px;
        justify-content: space-around;

}
.row-slider img {
    max-width: 80%;
}
.animated .titulo-1 {
    opacity: 1;
    transform: translateY(0px);
}

.titulo-1 {
    color: white;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
    transform: translateY(20px);
}
.animated .copy {
    transform: translateY(0px);
    transition: 0.4s;
    opacity: 1;
    transition-delay: 0.4s;
}

.copy {
    font-weight: 300;
    font-size: 14px;   
    margin: 20px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.4s;
    overflow: hidden;
}
.titulo-1 b {
    color: var(--turqueza);
    font-weight: 700;
}
.animated bt-big:after {
    width: 0;
    transition-delay: 0.8s;
}
.bt-big:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00deb3;
    transition: 0.4s;
}
.bt-big {
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    position:relative;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.7s;
    transform: translateY(0px);
}
.animated .bt-big{
  opacity:1;
}
.animated .bt-big:after {
    width: 0;
    transition-delay: 0.8s;

}
svg#corner {
    position: absolute;
    bottom: -2px;
    background: white;
    width: 100%;
}

polygon.st1 {
    fill: #001669;
}

h1.titulo-1 span {
    display: block;
    margin-top: 10px;
    font-size: 25px;
}

/* block 2 */
.section-home_2 {
    margin-bottom: 100px;
    color: var(--blue);
}
.box-req {
    width: 25%;
    text-align: center;
    padding: 0 30px;
}
.diferencia .box-req{
  width: 20%;

}

.diferencia .box-req img {
    height: 140px;
}


.box-req.dos {
    width: 30%;
    text-align: center;
    padding: 20px 30px;
    background: #e9effd;
    border-radius: 25px;
    margin-bottom: 50px;
}
.box-req img {
    height: 200px;
}

.box-req h4 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 700;
    color: var(--lblue);
}

.titulo-2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 37px;
}


/* block 3 */

.section-home_3 {
    background: linear-gradient(182deg, #001669, #0024ad);
    padding: 0px 0;
    color: white;
}
img.asesora {
    max-width: 400px;
    margin-top: -90px;
    margin-bottom: 40px;
}
.beetween {
    place-content: space-between;
}

img.planta {
    width: 510px;
    margin-top: -60px;
}

.section-home_3 h2 {
    color: white;
    margin-bottom: 20px;
}

ul.list-beneficios {
    list-style: none;
    color: white;
    padding: 0;
    margin: 0;
}

ul.list-beneficios > li b {
    font-size: 35px;
    color: var(--turqueza);
    margin-right: 10px;
}


ul.list-beneficios li {
    display: flex;
    align-items: center;
}

/* block invierte /*/

img.invierte-img {
    max-width: 100%;
}
.bg-blue.row-cl {
    background: var(--blue);
    width: 100%;
    border-radius: 5px;
    color: white;
    margin-top: 80px;
    align-items: center;
}

.box-invierte {
    display: flex;
    align-items: center;    
    flex-wrap: wrap;
    align-content: center;
}
.section_cta .titulo-2 {
    margin-bottom: 0;
    color: var(--blue);
}

.box-invierte i {
color: var(--turqueza);
    font-size: 30px;
    margin-bottom: 10px;
}

.box-invierte span {
text-align: center;
    padding: 0 40px;
    color: #07d6d6;
}
/* block 4 */

.section_cta {
    background: var(--turqueza);
}

.row-cl.center {
    justify-content: center;
    text-align: center;
}

.section_cta .bt-big:hover {
    background: transparent;
    border: 1px solid var(--blue);
    color: var(--blue);
}
.section_cta .bt-big {
    background: #030d28;
    color: #07d6d6;
    margin-top: 10px;
}


img.isotipo-img {
    width: 160px;
    padding: 40px 0;
}


/*======================/
===================/
REGISTRO
/*==================/
=======================*/

.text-register {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.section_registro {
    padding: 0;
    min-height: 100vh;
    overflow: hidden;
    padding-top: 70px;
}

.box-img-registro {
    background: var(--blue);
    padding: 10% 20%;
}

.box-img-registro img {width: 100%;}

.box-register {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 10%;
    height: 600px;
    align-items: center;
    align-content: center;
}

.box-field {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 0 30px;
        text-align: left;
}

.box-register input {
    display: block;
    border-bottom: 1px solid #c1c1c1;
    width: 100%;
}

.box-field label {
    color: #888888;
    position: absolute;
    bottom: 0;
    margin: 0;
}

button.bt-big.blue {
}

.blue {
    background: var(--blue);
    color: white;
}

.bt-medium {
    padding: 10px 25px;
    font-size: 17px;
    border-radius: 10px;
    margin: auto;
}

.box-micro {
    width: 100%;
    align-items: center;
    display: flex;
    margin-bottom: 40px;
    padding: 0 20px;
}

.box-micro input {width: 40px;}

.box-micro p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
    background: var(--turqueza);
    color: #FFF;
}
.lrm-user-modal-container .input-text, .lrm-user-modal-container input[type=email], .lrm-user-modal-container input[type=password], .lrm-user-modal-container input[type=search], .lrm-user-modal-container input[type=tel], .lrm-user-modal-container input[type=text], .lrm-user-modal-container input[type=url], .lrm-user-modal-container select, .lrm-user-modal-container textarea {
    background-color: #ffffff;
   
}
.back{
    text-align:center;
}
.lrm-user-modal {

    background: rgb(16 16 16 / 74%);
 
}
/*======================/
===================/
PAGE HEAD
/*==================/
=======================*/



.section_page {
    background: linear-gradient(180deg, #001669 , #082592);
    padding-bottom: 0;
    color: white;
    min-height: 100vh;
    overflow: hidden;
}

.box-char img {
    width: 100%;
}

.box-char {
    
}

.box-page {padding: 0 10%;}

.title_page {
    color: var(--turqueza);
    margin-bottom: 30px;
    font-weight: 100;
}
section.bl_servicios span {
    margin: 0 0 10px;
}
section.bl_servicios p span {
    margin-bottom: 15px;
    display: block;
}
section.bl-filosofia p {
    background: #e1e9fd;
    padding: 20px 20px;
}

section.bl-filosofia p b {
    display: block;
    font-size: 20px;
}
/*======================/
===================/
FOOTER
/*==================/
=======================*/
.form-suscribete input {width: 100%;margin-bottom: 10px;border-radius: 15px;padding: 6px 10px;}

.form-suscribete input[type=submit] {
    background: var(--turqueza);
    font-weight: 600;
    margin: 0;
}

ul.datos-footer li {
    margin-bottom: 10px;
}
.social-media {
    display: flex;
    font-size: 20px;
}

.social-media a {
    padding: 0 10px;
    color: white;
}

.social-media a:hover {
    color: var(--turqueza);
}

ul.datos-footer img {
    margin-right: 10px;
}

.main-footer {
background: var(--blue);
    color: #fff;
    padding: 80px 0 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 200;
}
.menu-footer li {
    margin-bottom: 8px;
    width: 80%;
    line-height: 1.3;
}
.copyright_1 {
    color: var(--turqueza);
    position: relative;
    width: 100%;
    font-size: 13px;
        margin-top: 50px;
    margin-bottom: 20px;
}

.copyright_1 span {
    background: var(--blue);
    position: relative;
    z-index: 2;
    padding-right: 10px;
    font-weight: 600;
}

.copyright_1:after {
    content: '';
    position: absolute;
    top: 11px;
    width: 100%;
    right: 0;
    height: 1px;
    background: var(--turqueza);
    z-index: 0;
    }

.copyright_2 {
    font-size: 11px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.box-logo_footer img {
    width: 200px;
}

.box-logo_footer {
    padding: 0px 0 20px;
}

.main-footer p {
    font-size: 13px;
    margin-top: 20px;
}

.titulo-2_footer {
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
}

.menu-footer  li  a {
    color: white;
}

ul.datos-footer > li > a {
    color: white;
    margin-top: 5px;
    display: block;
}

ul.datos-footer > li > a i {
    color: var(--turqueza);
    width: 20px;
}

.menu-footer  li  a:hover {
    color: var(--turqueza);
}


/*======================/
===================/
SOLICITUD
/*==================/
=======================*/
input.p-file {
    padding: 10px 0;
}
.box-solicitud {
    max-width: 500px;
    margin: auto;
    background: white;
    color: #131313;
    border-radius: 15px;
}
.tabla_sol {
    padding: 0px 80px 10px;
}

.tabla_sol h3 {
    font-size: 30px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.badge-sol {
    background: #02e079;
    color: white;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 5px;
}

.row-sol {
    margin-bottom: 10px;
    display: flex;
    text-align: left;
}

.row-sol b {
    width: 50%;
}

.row-sol span {
    width: 50%;
}

.form-enviar {
    padding: 0px 0;
}

.tabla_sol_bottom {
    border-top: 1px solid #e1e1e1;
    padding: 20px 80px 20px;
}

.form-enviar textarea {
    outline: none;
    border: 0;
    background: #f1f1f1;
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
}

button.btn-send {
    background: #030d28;
    padding: 5px 20px;
    border-radius: 7px;
    color: white;
    margin-top: 10px;
}

/*======================/
===================/
HOME - PARTNERS
/*==================/
=======================*/
.row-partner .titulo-2 {
    margin-bottom: 70px;
}
.row-partner {

    background: linear-gradient(
182deg
, #001669, #0024ad);
    color: white;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 100px 100px;
    border-radius: 70px;
    margin-bottom: -30px;
    position: relative;

}

.row-partner img {
    max-height: 110px;
    max-width: 210px;
}

section.section_partner {
    padding-bottom: 0;
}


.section_partner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*======================/
===================/
BLOQUE TEAM
/*==================/
=======================*/
.bl_team {
    background: #e6edfe;
    padding: 50px 0;
    margin-bottom: 50px;
}

.avatar-img img {
    border-radius: 50%;
    max-width: 220px;
    max-height: 220px;
}

.datos-team h6 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    color: var(--blue);
    text-align: center;
    margin-top: 30px;
}

.datos-team span {
    display: block;
    text-align: center;
}

button.plus {
    text-align: center;
    display: block;
    margin: auto;
}

.avatar-img {
    text-align: center;
}

.box-team {
    background: white;
    min-height: 300px;
    border-radius: 15px;
    padding-bottom: 20px;
}

.desc-team {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
}

.avatar-img img {
    margin-top: -40px;
}

.datos-team {
    margin-top: 20px;
}

button.plus {
    font-size: 30px;
    font-weight: 100;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 1;
    border: 2px solid;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    background: var(--blue);
    color: var(--turqueza);
    border-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

button.plus:before {content: '+';font-weight: 400;left: 4px;top: 0px;font-size: 26px;}

.active button.plus:before {
    content: '-';
}

button.plus:hover {
    background: var(--blue);
    color: var(--turqueza);
    border-color: var(--blue);
}

.titulo-3 {
    margin-bottom: 100px;
    font-weight: 700;
    font-size: 37px;    
}

.active .desc-team {
    margin-top: 20px;
    max-height: 400px;
    transition: 0.4s ease;
}

.active .avatar-img img {
    width: 0;
    transition: 0.4s ease;
    height: 0;
}

.desc-team p {font-size: 15px;}




/*////////////////////
TEMPLATE TESTIMONIOS
////////////////////*/

.box-testimonio {
    margin: 0 50px;
    background: var(--lblue2);
    padding: 40px;
    border-radius: 10px 10px 10px 60px;
}

.content_1 {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.bl_testimonio .cl-50 {
    margin-bottom: 50px;
}

/*======================/
===================/
LA EMPRESA
/*==================/
=======================*/

.box-2 {
    width: 40%;
    background: #e6edfe;
    color: var(--blue);
    padding: 50px 0 50px 70px;
    border-radius: 35px;
}
.box-2 p {
    padding-right: 20px;
}
.row-cl.sa {
    justify-content: space-around;
}

.box-2 h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.box-2 h4:after {content: '';position: absolute;bottom: 0;right: 0;width: 90%;background: #acb8d8;height: 1px;}



/*======================/
===================/
CONTACTO
/*==================/
=======================*/
.section_page .titulo-3 {
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
    visibility: hidden;
    transform: translateY(20px);
}


.animated .section_page .titulo-3 {
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
    transform: translateY(0px);
}
ul.datos-contacto {
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 40px;
}

ul.datos-contacto li a {
    color: white;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 30px;
    position: relative;
    padding: 0 10px;
}
.animated ul.datos-contacto li a:after {
    width: 0;
    transition-delay: 0.8s;
}
ul.datos-contacto li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #3066dd;
    transition: 0.4s;
}
.row-cl.around {
    justify-content: space-around;
}

ul.datos-contacto li a i {
    margin-right: 20px;
    font-size: 30px;
}

a.bt.register svg {
    width: 18px;
    height: auto;
    margin-right: 10px;
    fill: var(--turqueza);
}

a.bt.register svg path{

    fill: var(--turqueza);
}

.row-center-middle {
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 65px 0;
}

.titulo-3 b {font-weight: 700;}


.section-contacto_1 {
    background: #f5f5f5;
    padding: 50px 0;
}

.box-formulario {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 5%;
    align-items: center;
    align-content: center;
    background: white;
    border-radius: 15px;
    opacity: 0;
    transition: 0.4s;
    overflow: hidden;
    transform: translateY(20px);
}
.box-formulario select {
    display: block;
    border: 1px solid #c1c1c1;
    width: 100%;
    padding: 8px 15px 8px;
    border-radius: 10px;
    font-size: 15px;
}

.box-field span {
    display: block;
    margin: 0;
}

.box-field b {
    font-weight: 500;
    font-size: 12px;
}
.animated .box-formulario {
    opacity: 1;
    transition: 0.4s;
    overflow: hidden;
    transform: translateY(0px);
    transition-delay: 0.4s;
}
.formulario .box-field {
    width: 50%;
    position: relative;
    margin-bottom: 50px;
    padding: 0 30px;
}

.box-formulario input {
    display: block;
    border: 1px solid #c1c1c1;
    width: 100%;
    padding: 8px 15px 8px;
    border-radius: 10px;
    font-size: 15px;
}

.box-formulario label {
    color: #888888;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding-left: 5px;
}


.box-field.input-3 {
    width: 100%;
    margin-bottom: 10px;
}

.box-formulario textarea {
    width: 100%;
    border: 1px solid #c1c1c1;
    height: 90px;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 15px;
}

.center-h {
    justify-content: center;
}

.box-formulario .box-field.mj-area label {
    position: absolute;
    top: 0;
    padding-left: 10px;
}

.box-formulario .box-micro input {
    width: 40px;
}

.box-formulario textarea:focus {
    outline: none;
}

/*======================/
===================/
MULTIFORM solicitar online
/*==================/
=======================*/
.container-stepform {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(100px);
}

.has-animate .container-stepform {
    opacity: 1;
    transition: 0.4s;
    transform: translateY(0px);
}


@media (min-width: 769px){
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:before {
    height: 45px;
    line-height: 36px;
    top: -65px;
    width: 45px;
    font-size: 24px;
    position: absolute;
    z-index: 1;
}

}

.titulo-2.green_text {
    color: var(--turqueza);
    text-align: left;
    margin-bottom: 20px;
}


/*======================/
===================/
FAQ
/*==================/
=======================*/


.section-faq_1 {
    background: #f5f5f5;
}

.box-faq {
    background: white;
    border-radius: 4px;
    padding: 20px 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.result {
    background: #f7f7f7;
    padding: 80px 0;
}
.box-faq h3 {
    font-size: 20px;
    text-align: left;
    color: var(--blue);
    font-weight: 600;
}
.result2 h4 {
    margin: 30px 0 10px;
}
.card-faq h5 {
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    padding: 20px 1.25rem;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    position: relative;
    background-color: rgba(0,0,0,.03);
}
.card-faq h5:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
}

.active .card-body-faq {
    display: block;
}
.card-body-faq {
    display: none;
    font-size: 14px;
    padding: 0 10px;
}
/*======================/
===================/
SOLICITA ONLINE
/*==================/
=======================*/

section.section_page.multiform {
    padding-top: 80px;
}

.bg-solicita-online {

}
.fw-wizard-step-container {
    color: #040404;
    background: white;
    border-radius: 5px;
    padding: 40px;
}

#multi-step-form .fw-progress-bar {
  
    display: flex;
}


/*====================================
=            PROGRESS BAR            =
====================================*/
#progress-bar {
position: relative;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    z-index: 99;
    background-color: #00deb3;
    transition: width 0.2s;
    display: block;
}
.bt_submit {
    background: #00f1c2;
    padding: 10px 30px;
    color: white;
    border-radius: 10px;
    margin-top: 10px;
}
.bt_next{
        background: linear-gradient(
45deg, #00deb3, #001669f2);
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    transition: all 0.4s;
}
/*=====  End of PROGRESS BAR  ======*/

.wpcf7 form.failed .wpcf7-response-output {
    background: #ffb900;
    border-color: #fd9700;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #00b794;
    background: #00deb3;
    padding: 10px 0;
    color: white;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
}


/*======================/
===================/
CUSTOM BUTTON
/*==================/
=======================*/

.btn-slide:after, .btn-slide:before {
    content: "";
    position: absolute;
    left: -120%;
    right: 120%;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    transform: skewX(-40deg);
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
}

.bl_herramientas {
    color: var(--blue);
}

section.no-section {
    padding: 47px 0;
    background: var(--blue);
}

.btn-slide:after {
    -webkit-transition: all 0.3s ease-in-out 0.15s;
    -o-transition: all 0.3s ease-in-out 0.15s;
    transition: all 0.3s ease-in-out 0.15s;
}
.btn-slide:hover:after {
    left: -70%;
}

.btn-slide:hover:before {
    left: -85%;
}

.btn-slide:hover {
    background: linear-gradient(
269deg, #04af8e, #04866d);
}
.btn-slide {
    background: linear-gradient(
269deg, #00deb3, #00c39e);
    color: white!important;
    font-weight: 600;
    padding: 12px 35px 12px 35px;
    position: relative;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
    overflow: hidden;
    border-radius: 6px;
}

/*======================/
===================/
PERFIL INVERSIONISTA
/*==================/
=======================*/
.buttons p {
    width: 100%;
}
.bt_start {
    padding: 13px 40px;
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    position: relative;    
    transition: 0.4s;   
    background: linear-gradient(45deg, #00deb3, #1579bf);
    margin-top: 40px;
    color: white;
    opacity: 0;
    transform: translateY(-15px);
}
.send-form-bg {
    background: #001669;
    padding: 50px 0;
    text-align: center;
}
.results > section {
    padding-bottom: 0;
}

.buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 50px auto;
    background: var(--lblue2);
    padding: 40px 40px;
    border-radius: 15px;
}
.send-form h3 {
    color: white;
    margin-bottom: 20px;
}
.row-center-middle.h100 {
    height: 400px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: 0.4s;
}

.row-center-middle.h100 h3 {
    width: 100%;
}

.show_cuestionario .row-center-middle.h100 {
    height: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

div#cuestionario {
    height: 0;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.show_cuestionario div#cuestionario {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.4s;
}

.animated .bt_start {
    opacity: 1;
    transform: translateY(0px);
}
.chained-quiz-question > p {
    font-size: 25px;
    font-weight: 600;
}


label.chained-quiz-choice {
    font-size: 18px;
}

.chained-quiz-area {
    padding-top: 40px;
}


.chained-quiz-choice{
  /*   display: block; */
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ececec;
  display: flex;
  width: 100%;
  align-items: center;
}

.chained-quiz-choice input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.chained-quiz-choice label{
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  z-index: 9;
  width: 100%;
  margin: 0;
  cursor: pointer;
  padding: 4px 0;
  padding-left: 55px;
  -webkit-transition: all 0.25s linear;
}

.chained-quiz-choice:hover label{
    color: #001f92;
    font-weight: 600;
}

.chained-quiz-choice .check{display: block;position: absolute;border: 4px solid #AAAAAA;border-radius: 100%;height: 20px;width: 20px;top: 6px;left: 20px;/*    z-index: 5; */transition: border .25s linear;-webkit-transition: border .25s linear;}

.chained-quiz-choice:hover .check {
  border: 3px solid #001f92;
}

.chained-quiz-choice .check::before {/*   display: block; */position: absolute;content: '';border-radius: 100%;height: 8px;width: 8px;top: 3px;left: 3px;/*   margin: auto; */transition: background 0.25s linear;-webkit-transition: background 0.25s linear;}

input[type=radio]:checked ~ .check {
  border: 3px solid #001f92;
}

input[type=radio]:checked ~ .check::before{
  background: #001f92;
}

input[type=radio]:checked ~ label{
  color: #001f92;
  font-weight: 600;
}

.content_result {
    background: #ffffff;
    text-align: left;
    padding: 50px 70px;
    color: #011970;
    margin-top: 30px;
}




.chained-quiz-choices {
    max-width: 60%;
    margin: auto;
}

input#chained-quiz-action-1 {
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    transition: 0.4s;
    background: linear-gradient(
45deg
, #00deb3, #1579bf);
    margin-top: 10px;
    color: white;
}


.pregunta-titulo h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 13px;
}

.box-pregunta {
    margin-bottom: 40px;
}

.card-faq h5:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
}

.active.card-faq h5:after {
    content: "\f068";
}

.card-faq h5:hover {
    transition: all 0.2s ease;
    background: #e8e8e8;
}

/*======================/
===================/
MATENINIMIENTO
/*==================/
=======================*/



section.mant_section {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    background: var(--blue);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.box-logo-mant {
    position: relative;
    z-index: 9;
    width: 100%;
    text-align: center;
}

canvas#bg-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-logo-mant img {
    width: 250px;
}

.footers-mant {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #ffffff4a;
    font-size: 11px;
}

.container_menu-movil {
    display: none;
}

/*====================================
=            CALCULADORAS            =
====================================*/
.menu-calculadora img {
    height: 60px;
    max-width: 40px;
    margin-right: 10px;
    margin-left: 20px;
}


.menu-calculadora a {
    color: #0635c9;
}
.text_calc h5 small {
    display: block;
    margin-top: 10px;
}
.menu-calculadora li {
    border-bottom: 1px solid #e0e0e0;
}

.box-menu-calc h3 {
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.page-template-page-calculadora3 img.anim-i-1, .page-template-page-calculadora2 img.anim-i-1, .page-template-page-calculadora1 img.anim-i-1 { 
    width: 270px;
    max-height: 260px;

}
.row_datos {
    display: flex;
    padding: 15px 0;   
    align-items: center;
    border-bottom: 1px solid #c5c5c5;
    justify-content: space-between;

}
.part_result {
    margin-top: 30px;
    display: none;
}

span#invest {
    font-size: 36px;
    font-weight: 700;
    display: block;
}

.box_resultb span {
    font-weight: 600;
}
b#test {
    font-size: 30px;
    font-weight: 700;
    padding: 0 10px;
    color: #212529;
}
.text-info-age {
    margin-top: 40px;
}
input#test {
    text-align: center;
    font-size: 24px;font-weight: 700;color: #001669;
background: transparent;}

.bt_wpp {
    background: linear-gradient(45deg, #00deb3, #001669f2);
    padding: 15px 30px;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    transition: all 0.4s;
    display: block;
    margin: auto;
    width: fit-content;
  
}

.bt_wpp:hover {
    transition: linear 0.2s all;

}

.bt_wpp i {
    position: absolute;
    left: 0;
    font-size: 25px;
    height: 100%;
    background: #08cea7;
    top: 0;
    display: flex;
    width: 41px;
    align-items: center;
    justify-content: center;
}

.box-age {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.box-age > div {
    width: 40%;
}

.text-info-age ul {
    margin-bottom: 30px;
    padding-left: 30px;
}

.text-info-age ul li {position: relative;margin-bottom: 4px;padding-left: 20px;font-weight: 300;}

.text-info-age ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    color: #00deb3;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}

.box-age > div span {
    font-weight: 600;
    display: block;
    margin-top: 4px;
    font-size: 20px;
}





.row_datos input {
    background: #e8e8e8;
    width: 100%;
    font-size: 23px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 10px;
        padding-right: 100px;
}

.text_calc {
    width: 50%;
}

.row_calc {
    background: #f3f3f3;
    padding: 0px 0;
}

.calculator_box {
    background: white;
    box-shadow: 0px 0px 15px #0000000d;
    padding: 20px 40px;
    margin-bottom: 50px;
}
.calculator_box h2 {
font-size: 30px;
    text-align: center;
    color: var(--blue);
    font-weight: 700;
}
.bt_calcular {
    background: linear-gradient(45deg, #00deb3, #001669f2);
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    transition: all 0.4s;
}
.bt_calcular:hover {
    transition: linear 0.2s all;
    background: linear-gradient(
45deg
, #069479, #0324a0f2);
    transform: scale(1.05);
}
.bt_4 {
    background: #9e9e9e;
    padding: 10px 30px;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 10px;
    transition: all 0.4s;
}
.bt_4:hover {
    transition: linear 0.2s all;
    background: #656565;
    transform: scale(1.05);
}
.buttons-calc {
    display: flex;
    justify-content: space-around;
}
.input_calc {
    width: 50%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.input_calc i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 60px;
    background: #bfbfbf;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    font-style: inherit;
    text-align: center;
}

.row_datos:last-child {
    margin-bottom: 40px;
}

.row_calc .row {
    margin-top: 40px;
}

.text_calc h5 {
    font-size: 17px;
    font-weight: 600;
    padding-right: 50px;
}

.text_calc span {
    font-size: 13px;
    display: none;
}
.row_result {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    margin-bottom: 70px;
    background: #e8e8e8;
}


.row_text {
    margin-bottom: 50px;
    margin-top: 50px;
}

.row_text h3 {
    font-weight: 600;
    font-size: 20px;
}

.result_1 {
    text-align: center;
    margin-top: 40px;
}

.box_resultb {
    display: inline-block;
    background: var(--lblue2);
    padding: 5px 20px;
    border-radius: 5px;
}

/*/Steps/*/

.step-box.active {
    display: block;
}

.step-box {
    display: none;
}


.checkbox {
    display: flex;
    position: relative;
    justify-content: center;
    width: 160px;
}
.checkbox span {
    position: absolute;
    top: -70px;
    font-size: 11px;
    line-height: 1;
    right: 0;
    text-align: center;
    padding: 0 15px;
    font-weight: 600;
}

.checkbox input {
    height: 25px;
    width: 25px;
}


/*=====  End of CALCULADORAS  ======*/


/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){


}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){


}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){



}

/*=============================================
MOVIL (SM revisamos en 320px)
=============================================*/

@media (max-width:767px){

.diferencia .box-req img {
  height: 120px;
}

.diferencia .box-req {
    width: 100%;
}
.serv-box-img {

    margin-bottom: 40px;
}
/*===================/
CONTACTO
/*==================/
=======================*/
.box-10 h4 {
   
    padding: 30px 10px 0;

}

section.bl_servicios {
    margin-top: 0;
    color: var(--blue);
    padding-top: 50px;
}

.titulo-3 {
    font-weight: 400;
    font-size: 25px;
}
.row-center-middle {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 25px 0;
}
ul.datos-contacto {

    margin-top: 30px;
}
.box-page {
    padding: 0;
}
ul.datos-contacto li a {    
    margin-bottom: 10px;
    position: relative;
    padding: 0 10px;
    width: 100%;
    font-size: 18px;
}
ul.datos-contacto li a i {
    margin-right: 20px;
    font-size: 20px;
}
/*===================/
HEADER MOVIL
/*==================/
=======================*/

.container_menu-movil .menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 20px;
}
.container_menu-movil .open.menu-item-has-children > a:after {
    content: "\f106";
}

.menu-item-has-children {
    position: relative;
}
.social-media_movil {
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

.social-media_movil > a {
    display: block;
    padding: 0 10px;
    font-size: 18px;
}

.social-media_movil > a > div {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


ul.menu-movil > li .sub-menu > li > a {
    color: #ffffff;
    padding: 8px 40px 8px 40px;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

ul.menu-movil > li .sub-menu {
    display: none;
    padding-bottom: 20px;
}
.hamburger-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
    cursor: pointer;
    right: 25px;
    z-index: 11;
    padding: 20px;
  }
.hamburger-menu span {
    text-transform: uppercase;
    left: calc(-100% + -5px);
    padding: 8px 9px 8px 0;
    top: calc(50% - 18px);
    position: absolute;
    font-size: 13px;
    color: #111;
  }
.hamburger-menu .bar,
.hamburger-menu .bar::after,
.hamburger-menu .bar::before {
    width: 35px;
    height: 3px;
  }
.hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #00deb3;
    top: 0;
  }
.hamburger-menu .bar::before, .hamburger-menu .bar::after {
    position: absolute;
    background: #00deb3;
    content: '';
    left: 0;
    border-radius: 5px;
  }
.hamburger-menu .bar::before {
    bottom: 10px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
.hamburger-menu .bar::after {
    top: 10px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
.open_menu .hamburger-menu .bar {
    background: rgba(255, 255, 255, 0);
  }
.open_menu .hamburger-menu .bar::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
.open_menu .hamburger-menu .bar::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }

li.w_menu {
}

.main-head.stick {
    position: fixed;
    background: #001669;
    z-index: 99;
    top: 0;
}
.box-req.dos {
    width: 100%;

}
.box-nav {
    position: fixed;
    bottom: 20px;
    z-index: 999;
    right: 15px;
}

.container_menu-movil {
    position: absolute;
    width: 100%;
    top: 70px;
    background: linear-gradient(1deg, #001669, #00219c);
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    padding: 30px 0;
    left: 0;
    color: white;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.top_mov, .bottom_mov {
width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    position: relative;
    z-index: 6;
}
.fix-header {
    
    border-bottom: 1px solid #40465452;
}
.open_menu .container_menu-movil {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
}
.block-menu_2 {
    display: block;
    width: 60%;
}

.block-logo {
    width: 40%;
}

ul.btn_mobile {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.btn_mobile img, ul.btn_mobile svg {
    display: block;
    height: 22px;
    margin: auto;
    margin-bottom: 5px;
    fill: var(--turqueza);
}

ul.btn_mobile > li a {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 12px;
    display: block;
    color: #07d6d6;
}

ul.btn_mobile > li {border-left: 1px solid #363c4c;}

.fix-header > .container {
    padding: 0;
}

/*/Style menu/*/

.nav:target .menuicon,
.open_menu .menuicon {
  color: white;
  transform: rotate(180deg);
}
.nav:target .menuicon__circle,
.open_menu .menuicon__circle {
  stroke-dashoffset: 0;
}
.nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4),
.open_menu .menuicon__bar:nth-child(1),
.open_menu .menuicon__bar:nth-child(4) {
  opacity: 0;
}
.nav:target .menuicon__bar:nth-child(2),
.open_menu .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}
.nav:target .menuicon__bar:nth-child(3),
.open_menu .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.nav:target .nav__menu,
.open_menu .nav__menu {
  visibility: visible;
}
.nav:target .nav__item,
.open_menu .nav__item {
  opacity: 1;
  transform: translateY(0);
}

.nav__toggle {
  display: inline-block;
  
  z-index: 10;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  right: 15px;
  top: 15px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.15s linear;
}
.nav__toggle:hover, .nav__toggle:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.nav__toggle, .nav__toggle {
  background-color: rgba(0, 0, 0, 0.5);
}

.nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--screen-height);
  position: relative;
  z-index: 5;
  visibility: hidden;
}

.menuicon {
  display: block;
  cursor: pointer;
  color: white;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menuicon__bar, .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.menuicon__bar {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.menuicon__circle {
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: 144.513262038;
  stroke-dasharray: 144.513262038;
}

.splash {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 1px;
  height: 1px;
}
.splash::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--turqueza);
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}

.open_menu .splash::after {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.open_menu .top_mov, .open_menu 
 .bottom_mov {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
    transform: translateY(0px);
    transition-delay: 0.7s;
}

ul.menu-movil {
    position: relative;
    z-index: 9;
}
ul.menu-movil > li > a {
    color: #ffffff;
    padding: 10px 40px;
    font-size: 15px;
    font-family: 'Poppins';
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 1px solid #00deb333;
}

.buttons-mobile a {
    display: flex;
    align-items: center;
    width: 70%;
    border: 1px solid var(--blue);
    margin: auto;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    color: var(--blue);
    font-size: 18px;
    font-weight: 800;
    font-family: 'Poppins';
}

.buttons-mobile svg {
    height: 21px;
    width: auto;
    margin-right: 18px;
}
.block-logo img {
width: 100%;
    height: auto;
    padding: 0px 5px 0px;
}

.xs-none{
    display: none;
}

/*===================/
COLUM H
/*==================/
=======================*/
.cl-10, .cl-20, .cl-30, .cl-40, .cl-50, .cl-60, .cl-70, .cl-80, .cl-90 {

width: 100%;
flex: 0 0 100%;
max-width: 100%;
}

/*===================/
Home CEL
/*==================/
=======================*/
.chained-quiz-choices {
    max-width: 100%;
    margin: auto;
}
section.bl-filosofia {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 0;
}
.section-home_1 {    
    padding: 0;
    
}
.row-slider {
    display: flex;   
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    height: 520px;
}
.titulo-1 {
    font-size: 35px;
}
img.slider-img {
    position: absolute;
    bottom: 0;
    height: 370px;
    right: inherit;
    transform: scalex(-1);
    left: 0;
}

.bg-fondo {

    width: 100%;
   
}
.box-req {
    width: 100%;
}

.section-home_3 {
    background: var(--blue);
    padding: 60px 0px 60px;
    position: relative;
}
.row-partner {

    padding: 90px 15px;
  
}
img.planta {
    width: 80%;
    margin-top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*/Bloque invierte /*/
.box-invierte {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 17px;
}
.box-invierte i {
   
    width: 15%;
}

.box-invierte span {
    text-align: left;
  
    width: 85%;
}
.box-req {

    margin-bottom: 50px;
}
svg#bg-slider {
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: 0;
    width: 610px;
    height: auto;
    transition: 0.4s ease;
}

.xs-p120{
        padding: 120px 0;
        text-align: right;
}


.titulo-2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
}
.chained-quiz-question > p {
    font-size: 16px;
    font-weight: 500;
}
/*===================/
Footer Movil
/*==================/
=======================*/
.menu-footer {
    margin-bottom: 40px;
}

.fw-wizard-button-container {
    margin-bottom: 50px;
    padding: 0 20px 90px;
}
#multi-step-form .fw-wizard-buttons button, #multi-step-form .fw-wizard-buttons .fw-btn {
    height: inherit;
    padding: 20px 22px;
    margin-top: 10px;
    font-size: 14px;
    color: #07d6d6;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: transparent;
    font-weight: normal;
    border: 1px solid #07d6d6;
}
footer.main-footer .cl-20:last-child {
    margin-top: 60px;
}
/*======================/
===================/
LA EMPRESA MOVIL
/*==================/
=======================*/
.box-2 {
    width: 100%;    
    color: var(--blue);
    padding: 50px 0 50px 40px;    
    margin-bottom: 30px;
}
section.bl_page img {
    width: 200px;
}

section.bl_page p {
    margin-bottom: 50px;
}

.bl_page {    
    height: 560px; 
    padding-top: 120px;   
}



}


/*=============================================
MOVIL (XS revisamos en 565px)
=============================================*/

@media (max-width:565px){
.input_calc {
    width: 100%;
   
}
.box-testimonio {
    margin: 0 0px;   
    padding: 40px;  
}
.text_calc {
    width: 100%;
}
.text_calc h5 {
    font-size: 13px;

}
.titulo-page {
    font-size: 25px;

}
.row_datos input {
    padding: 10px 10px;
    font-size: 19px;
    padding-right: 70px;
}

/*======================/
===================/
Calculadoras
/*==================/*/
.checkbox span {
    display: none;
}
.row_datos {
    flex-wrap: wrap;
}
.checkbox {
    display: flex;
    position: relative;
    justify-content: inherit;
    width: auto;
    padding: 9px;
    align-items: center;
}
.checkbox input {
    height: 50px;
    width: 50px;
}
.checkbox:after {
    content: 'Marcar si cuenta con seguro de desgravamen';
    font-size: 12px;
    line-height: 1;
    padding: 0 20px;}

.calculator_box {
    padding: 15px 20px;
 }

.bt_next{

        display: block;
        margin: 20px auto;
}

.bt_calcular {
    display: block;
    width: 100%;
}

.bt_4 {
    display: block;
    width: 100%;
    text-align: center;
}
.buttons-calc {

    flex-wrap: wrap;
}

.menu-calculadora a {
    color: #0635c9;
    display: flex;
    align-items: center;
    padding: 0 10px 0 0;
}


ul#menu-menu-calculadoras {
    margin-bottom: 40px;
}

.menu-calculadora li {
    padding-bottom: 10px;
}
.cl-50.text-right {
    text-align: center!important;
}
.page-template-page-calculadora3 img.anim-i-1, .page-template-page-calculadora2 img.anim-i-1, .page-template-page-calculadora1 img.anim-i-1 {
    width: 230px;
    max-height: 180px;
}
.box-team {   
    magin-bottom: 20px;
}

h1 {
    font-size: 35px;
}
h5 {
    font-size: 15px;
}
.box-testimonio:nth-child(odd) {
    margin-bottom: 40px;
}
}/*/Fin 565/*/


