html,
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: 'gothambook';
  font-size: 1em;
  line-height: 1.6em;
  height: 100%;
  color: #2c3246;
  scroll-behavior: smooth;
}


.Separacion_top {
  margin-top: 120px;
}
.Separacion_top_2 {
  margin-top: 90px;
}
.Separacion_bottom {
  margin-bottom: 120px;
}
.Separacion_bottom_2 {
  margin-bottom: 90px;
}

.Separacion_interior_top {
    box-sizing: border-box;
    padding-top: 120px;
}

.Separacion_interior_top_2 {
    box-sizing: border-box;
    padding-top: 80px;
}

@media only screen and (max-width: 768px) {
  .Separacion_top {
    margin-top: 60px;
  }
  .Separacion_top_2 {
    margin-top: 50px;
  }
  .Separacion_bottom {
    margin-bottom: 60px;
  }
  .Separacion_bottom_2 {
    margin-bottom: 50px;
  }

.Separacion_interior_top {
    box-sizing: border-box;
    padding-top: 60px;
}  

.Separacion_interior_top_2 {
    box-sizing: border-box;
    padding-top: 50px;
}
}

.container-fluid {
  float: left;
}

.container {
    max-width: 1020px !important;
}

h2{
    width: 100%;
    height: 40px;
    font-family: 'gothammedium';
    line-height: auto;
    font-size: 30px;
    background-image: url(../img/bk/bk-titulos.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #5D6275;
}

/*=======Animaciones=======*/
.Zoom{opacity:0;}
.Entrada{opacity:0;}
.Entrada_top{opacity:0;}
.Entrada_bottom{opacity:0;}
.Entrada_left{opacity:0;}
.Entrada_right{opacity:0;}
.li_menu{opacity:0;}

/*=====================*/

.menu-cdj{
    padding-right: 220px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
.menu-cdj{
    padding-right: 150px;
}
}

@media only screen and (max-width: 992px) {
.menu-cdj{
    padding-right: 0px;
}
}

#Top-redes{
    display: inline-block;
    box-sizing: border-box;
}

#Top-redes img{
    width: 23px;
    height: auto;
}

#Top-redes p{
    line-height: 0px;
   margin-top: 20px;
}

@media only screen and (max-width: 992px) {
#Top-redes{
position: absolute;
width: 100%;
height: 25px;
top:-5px;
padding: 0px;
}

#Top-redes p{
   margin-top: 0px;
}
}

/*=====================*/

#Nosotros{
    margin-top: 150px;
    height: auto;
    background-image: url(../img/bk/bk-nosotros.png);
    background-position: center;
    background-repeat: repeat-x;
}

#Nosotros img{
    width: 100%;
    max-width: 600px;
    height: auto;
}

#Nosotros-img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 470px;
}

#Nosotros-txt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 470px;
}

#Nosotros-txt p{
    height: 170px;
}

#Nosotros-txt a img{
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#NT1{
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding: 30px;
}

#NT2{
    width: 100%;    
    visibility: hidden;
    position: absolute;
    box-sizing: border-box;
    padding: 30px;    
}

.NT-BTN{
    margin-left: 160px;
}

@media only screen and (max-width: 1200px) {
#Nosotros{
    margin-top: 150px;
    height: auto;
}

#Nosotros-txt p{
    height: 200px;
}

#Nosotros-img{
    height: 380px;
}

#Nosotros-txt{
    height: 380px;
}
}

@media only screen and (max-width: 992px) {
#Nosotros{
    margin-top: 75px;
}

.NT-BTN{
    margin-left: 0px;
}
}

@media only screen and (max-width: 768px) {
#Nosotros{
    background-position:top;
    margin-top: 50px;
    background-image: none;
}

#Nosotros-img{
    height: auto;
}

#Nosotros-txt{
    height: 400px;
    box-sizing: border-box;
    padding-bottom: 25px;
    text-align: center;
}

#Nosotros-txt p{
    height: 300px;
}
}

/*=====================*/

#Servicios{
    margin-top: 110px;
}
  

#Servicios-slider{
    margin-top: 60px;
    background-image: url(../img/bk/bk-tarjetas.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: contain;
    padding-bottom: 115px !important;
    box-sizing: border-box;
}

.Cont-tarjeta{
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.Tarjeta-apagada{
    width: 90%;
    height: 460px;
    background-color: #CFD9E8;
    display: block;
    position: absolute;
    z-index: 998;
    text-align: center;
    color:#5D6275 !important;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: 'gothammedium';
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;    
}

.Tarjeta-apagada img{
    width: 100%;
    max-width: 180px;
    height: auto;
    margin-top: 90px;
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;    
}

.Tarjeta-apagada:hover{
   background-color: #253583;
    color:#ffffff!important;   
}

.Tarjeta-apagada:hover img{
    color:#ffffff!important;
    filter: brightness(2.75);
}


.Tarjeta-prendida{
    width: 90%;
    height: 460px;
    background-color: #253583;
    display: block;
    position: absolute;
    z-index: 999;
    text-align: center;
    color:#ffffff!important;
    font-size: 26px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-family: 'gothammedium';
}

.Tarjeta-prendida img{
    width: 100%;
    max-width: 180px;
    height: auto;
    margin-top: 90px;
}

@media only screen and (max-width: 992px) {
.Cont-tarjeta{
    width: 100%;
    height: 220px;
}

.Tarjeta-apagada{
    height: 220px;
}

.Tarjeta-apagada img{
    margin-top: 35px;
    max-width: 100px;
}

.Tarjeta-prendida{
    height: 220px;
}

.Tarjeta-prendida img{
    margin-top: 35px;
    max-width: 100px;
}

.Tarjeta-3{
    margin-top: 20px;
}

.Tarjeta-3 .Tarjeta-apagada{
    width: 95%;
}
}

@media only screen and (max-width: 576px) {

#Servicios{
    margin-top: 55px;
}

#Servicios-slider{
    margin-top: 30px;
    padding-bottom: 10px !important;
}

#Servicios-slider .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    padding: 0px !important;
    margin-left: -5px;
}

#Servicios-slider .container{
    padding-left: 0px;
    padding-right: 0px;
}

.Tarjeta-apagada{
    font-size: 16px;
    width: 100%;
    border: 2px solid #ffffff;
}

.Tarjeta-prendida{
    font-size: 16px;
    width: 100%;
    border: 2px solid #ffffff;
}

.Tarjeta-3{
    margin-top: 0px;
}
}

#TP-06,
#TP-05,
#TP-04,
#TP-03,
#TP-02,
#TP-01,
#TC-06,
#TC-05,
#TC-04,
#TC-03,
#TC-02,
#TC-01{
    display: none;
}

#Servicios-oculto{
    background-image: url(../img/bk/bk-sompra-interior.png);
    background-position: bottom;
    background-repeat: repeat-x;
    box-sizing: border-box;
}

#Servicios-oculto li{
    list-style-image: url(../img/bullet.png);
}

#Servicios-oculto img{
    width: 100%;
    max-width: 115px;
    height: auto;
}

.SO-detalles{
    position: relative;
    margin-left: -100px;
}

.SO-img{
    width: 100% !important;
    max-width: 800px !important;
    height: auto;
}

.SO-txt{
    font-family: 'gothambook_italic';
    width: 70%;
    margin:  0 auto;
    margin-top: 50px;    
}

@media only screen and (max-width: 576px) {
.SO-txt{
    width: 90%;
    margin-top: 30px; 
}
}

/*=====================*/

#Asesorias{
    margin-top: 110px;
}

.Btn-asesorias{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #5D6275;
    font-size: 22px;
    font-family: 'gothammedium';
    box-sizing: border-box;
    padding-bottom: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:contain;
    margin-top: 40px;
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
}

.Btn-asesorias:hover{
    text-decoration: none;
    color: #BC2550;
}

.Altura-1 {
    height: 200px;
}

.Altura-2 {
    height: 200px;
}

@media only screen and (max-width: 992px) {
.Btn-asesorias{
    font-size: 18px;
}

.Altura-1 {
    height: 170px;
}

.Altura-2 {
    height: 170px;
}
}

@media only screen and (max-width: 576px) {
#Asesorias{
    margin-top: 55px;
}

.Btn-asesorias{
    margin-top: 10px;
}

.Altura-1 {
    height: 150px;
}

.Altura-2 {
    height: 150px;
}
}

.Financiera{
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
   background-image: url(../img/ico/ico-financiera-gris.png);
}

.Financiera:hover{
    background-image: url(../img/ico/ico-financiera-rojo.png);
}

.Legal{
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
   background-image: url(../img/ico/ico-legal-gris.png);
}

.Legal:hover{
    background-image: url(../img/ico/ico-legal-rojo.png);
}

.Laboral{
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
   background-image: url(../img/ico/ico-laboral-gris.png);
}

.Laboral:hover{
    background-image: url(../img/ico/ico-laboral-rojo.png);
}

.Financiera{
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
   background-image: url(../img/ico/ico-financiera-gris.png);
}

.Financiera:hover{
    background-image: url(../img/ico/ico-financiera-rojo.png);
}

.Inmuebles{
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
   background-image: url(../img/ico/ico-inmuebles-gris.png);
}

.Inmuebles:hover{
    background-image: url(../img/ico/ico-inmuebles-rojo.png);
}

.Extranjeros{
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
   background-image: url(../img/ico/ico-extranjeros-gris.png);
}

.Extranjeros:hover{
    background-image: url(../img/ico/ico-extranjeros-rojo.png);
}

.Fiscales{
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
   background-image: url(../img/ico/ico-estimulos-gris.png);
}

.Fiscales:hover{
    background-image: url(../img/ico/ico-estimulos-rojo.png);
}

.Negocios{
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;
   background-image: url(../img/ico/ico-negocios-gris.png);
}

.Negocios:hover{
    background-image: url(../img/ico/ico-negocios-rojo.png);
}

#Asesorias-txt{
    background-color: #253583;
    box-sizing: border-box;
    padding: 30px  50px 100px;
    color: #ffffff;
}

#Asesorias-txt li{
    list-style-image: url(../img/bullet-blanco.png);
}

#Asesorias-txt-img img{
    width: 100%;
    max-width: 440px;
    height: auto;
    float: right;
    margin-right: -70px;
}

#Asesorias-txt a img{
    width: 25px;
}

#AO-ico-txt{
    width: 100%;
    margin-top: 50px;
}

#AO-ico{
    float: left;
    width: 30%;
}

#AO-ico img{
    width: 100%;
    max-width: 120px;
    height: auto;
}

#AO-txt{
    float: left;
    width: 70%;
    font-family: 'gothambook_italic';
}

.Asesorias-flechas{
    margin-top: 250px;
}

@media only screen and (max-width: 576px) {
#Asesorias-txt{
    padding: 20px  20px 50px;
}

#AO-ico{
    width:100%;
}

#AO-ico img{
    max-width: 80px;
    margin-bottom: 30px;
}

#AO-txt{
    width: 100%;
}

#Asesorias-txt-img img{
    float: left;
    margin-right: 0px;
}

.Asesorias-flechas{
width: 100%;
}
}

#A-08,
#A-07,
#A-06,
#A-05,
#A-04,
#A-03,
#A-02,
#A-01{
    display: none;
   /* Default */
   transition-property: all;
   transition-duration: 0.8s;
   transition-timing-function: ease;
   transition-delay: 0s;    
}

/*=====================*/

#Contacto{
    margin-top: 180px;
    background-image: url(../img/bk/bk-detalles.jpg);
    background-position: bottom;
    background-size: contain;
    background-repeat: repeat-x;
}

#Contacto-caja{
    background-color: #253583;
    color: #ffffff;
    box-sizing: border-box;
    padding: 86px 56px 40px;
}

#Contacto-caja strong{
font-size: 30px;
font-family: 'gothammedium';
}

.Contacto-separacion{
    margin-top: 15px;
}

#Contacto-contacto{
    width: 100%;
    float: left;
}

#Contacto-contacto a{
    text-decoration: none;
    color: #fff;
} 

#Contacto-contacto-img{
    width: 30px;
    float: left;    
}

#Contacto-contacto-img img{
    width: 23px;
}

#Contacto-contacto-txt{
    width: 80%;
    float: left;
}

@media only screen and (max-width: 576px) {
#Contacto{
    margin-top: 90px;
}

#Contacto img{
    max-width: 50px;
}

#Contacto-caja{
    padding: 50px 0px 40px;
}

#Contacto-contacto-img{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#Contacto-contacto-txt{
    width: 100%;
    text-align: center;
}

}

/*Contacto*/

#Formulario{
    margin-top: 55px;
}

div.elem-group {
     margin: 7px 0;
    box-sizing: border-box;
    padding: 0px 0px;

}

label {
    display: block;
    padding-bottom: 4px;
    font-size: 1em;
    color: #2C3246;
}

input, select, textarea {
  border: 1px solid #A7D3F4 !important;
  box-sizing: border-box;
  font-size: 1em;
  width: 100%;
  padding: 5px;
  background-color: #ffffff !important;
  color: #2C3246 !;
  box-sizing: border-box;
}

textarea {
  height: 100px;
}

#Aviso-boton{
text-align: right;
}

.btn-formulario {
  height: 40px;
  font-size: 1em;
  cursor: pointer;
  width: 106px;
  max-width: 500px;
  /* Default */ transition-property: all; transition-duration: 1s; transition-timing-function: ease; transition-delay: 0s;
  margin-top: 7px;
  text-align: center!important;
  box-sizing: border-box;
  border-radius: 50px;
  background-color: #CFD9E8;
  color: #253583;
  font-family: 'gothambold';
  margin-right: 0px;
  right: 0px;
}

.btn-formulario:hover {
  background-position: 0px;
}

input::placeholder {
  color: black;
}

textarea::placeholder {
  color: black;
}

.form-control{margin-bottom: 7px; border: 0px; width: 100%; border-radius: 0px;}
.form-group{box-sizing: border-box;}

/*=====================*/

#Pie{
    margin-top: 70px;
    background-color: #BC2550;
    box-sizing: border-box;
    padding-top: 57px;
    padding-bottom: 100px;
    color: #fff;
}

.Logo-pie img{
    width: 114px;
}

.Redes-pie{
    border-bottom: 1px solid #fff;
    margin-top: 44px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.Redes-pie img{
    width: 23px;
}

.Contacto-pie img{
    width: 23px;
}

.Contacto-pie a{
color: #fff;
text-decoration: none;
}

#Pie-nav {
    margin-top: 100px;
}

#Pie-nav ul li{
    color: #ffffff;
    list-style: none;
    background-color: #253583;
    margin-left: 0 !important;
    padding-left: 0px !important;
}

#Pie-nav  a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

#Pie-nav  a:hover{
    text-decoration: underline;
}

@media only screen and (max-width: 576px) {
.Contacto-pie img{
margin-bottom: 20px;
margin-top: 20px;
}
}

/*=====================*/

#Whatsapp{
    position: fixed;
    width: 450px;
    height: 90px;
    background-color: #CFD9E8;
    z-index: 1000;
    margin-top: 30%;
    right: -360px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px;
    float: left ;
      /* Default */
      transition-property: all;
      transition-duration: 1s;
      transition-timing-function: ease;
      transition-delay: 0s;
}

#Whatsapp:hover{
    right: -60px;
}

#Whatsapp-img{
    width: 20%;
    float:left ;
}

#Whatsapp-img img{
    width: 70px;
    height: auto;
}

#Whatsapp-txt{
    width: 80%;
    float:left ;
    color: #253583 !important;
     font-family: 'gothambook';
}

#Whatsapp-txt strong{
    font-family: 'gothambold';
    margin-top: 10px;
    float: left;
}

@media only screen and (max-width: 576px) {
#Whatsapp{
    bottom: 20px;
    height: 70px;
     right: -380px;
     border-radius: 100px;
}

#Whatsapp:hover{
    right: -380px;
}

#Whatsapp-img img{
    width: 50px;
}
}
