@charset "UTF-8";
/* ==========================================   BEM  ==========================================*/
/*   .block
/*   .block__elemnt
/*   .block--modificador

/* ==========================================   normalize  ==========================================*/
@import "../base/normalize.css";

/* ==========================================   fonts   ==========================================*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,400,400i,600,600i,700,700i');


/* ==========================================   Generales ==========================================*/
*:focus {
  outline: none;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-position: 0 -60px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #3F3F3F;
  font-size: 1em;
}
a {
  text-decoration: none;
  color: #3F3F3F;
}

img:active{
  border:none;
  text-decoration: none;
}

a:hover{
  color: #692832;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
.block{
  display: block;
}
.white{
  color: white;
}
.center{
  margin: 0 auto;
}
.texto-centrado{
  text-align: center;
}
.texto-left{
  text-align: left;
}
.texto-right{
  text-align: right;
}
.bold{
  font-weight: 600;
}
section{
  padding: 50px 0px;}
.fondo-gris{
  background: #E5E5E5;
}

.titulo{
  font-style: normal;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  margin: 0 auto;
}
.titulo--padding120{
  padding: 120px 0px 60px 0px;
}
.titulo span, .noria-red{
  color: #692832;
}
.subtitulo {
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.2em;
  /* identical to box height */
}
p {
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 152.38%;
  /* or 24px */
  align-items: center;
  letter-spacing: -0.03em;
}
.rectangulo-info-destacada{
  width: 90%;
  height: auto;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin:0 auto;
}
.rectangulo-info-destacada.rectangulo-info-destacada--fondo-verde{
  border: solid 2px #692832;
  background-color: #EEF8E8;
}
.rectangulo-info-destacada.rectangulo-info-destacada--fondo-blanco{
  border: solid 2px #692832;
  background-color: #ffffff;
}
/* botones  */
.btn{
 
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn--altura{
  height: 50px;
}
.btn-success {
  background-color: #0e182b;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  border: solid 2px #0e182b;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.btn-success:hover, .btn-success:focus{
  background-color: #9a791d;
  border: solid 2px #9a791d;
}
.btn-success .btn-success__fondo-blanco{
  background: #ffffff;
  color: #3F3F3F;
  padding: 10px 10px;
  border-radius: 5px  ;
  -webkit-border-radius: 5px  ;
  -moz-border-radius: 5px  ;
  -ms-border-radius: 5px  ;
  -o-border-radius: 5px  ;
  display: flex;
}
.btn-success .btn-success__fondo-blanco-grande{
  background: #ffffff;
  color: #3F3F3F;
  padding: 10px 40px;
  border-radius: 5px  ;
  -webkit-border-radius: 5px  ;
  -moz-border-radius: 5px  ;
  -ms-border-radius: 5px  ;
  -o-border-radius: 5px  ;
  display: flex;
}
.btn-success .btn-success__fondo-blanco .player{
  background: url('../img/generales/player.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 80px;
}

.btn-outline-success{
  color: #692832;
  border-color: #692832;
}







/* contenido listas */
ul.lista {
list-style-type: none;
padding: 0px;
margin-top: 20px;
margin-bottom: 20px;
}
.lista--paloma li {
  background: url('../img/generales/paloma.png');
  background-position: 0 2px;
  padding: 5px 0px 2px 45px;
  background-repeat: no-repeat;
  line-height: 1.9em;
}
.lista--puntos-verdes li{
  background: url('../img/generales/circulo-verde.png');
  background-position: 0 7px;
  padding-left: 25px;
  background-repeat: no-repeat;
}
/* tabs */
.tabs-wrap{
  height: auto;
  margin: 0 auto;
}
.tabs-wrap--80{
  width: 80%;
}
.tabs-wrap--90{
  width: 90%;
}
.tabs-wrap .nav-tabs .nav-link:hover {
  border-color: #fff #692832 #692832 transparent;
  background: rgb(243, 243, 243);
}
.tabs-wrap .nav-tabs .nav-link:focus {
  border-color: #fff #692832 #692832 transparent;
  background: #fff;
}
.tabs-wrap .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active  {
  border-color: #692832 #692832 #fff;
}
.tabs-wrap a.nav-link {
  background: #EEF8E8;
}
.tabs-wrap .nav-tabs .nav-link{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #fff #692832 #692832 transparent;
  padding: 20px;
  font-weight: 600;
}
.tabs-wrap .nav-tabs .nav-link.tabs-2{
  width: 50%;
}
.tabs-wrap .nav-tabs .nav-link.tabs-3{
  width: 33.33%;
}
.tabs-wrap .nav-tabs .nav-link.tabs-4{
  width: 25%;
}
.tabs-wrap .tab-content{
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
}
.tabs-wrap .nav-tabs {
  border-bottom: #692832 solid 1px;
}
.tabs-wrap .tab-pane{
  padding:40px;
}
/* apa styles */
sup {
  vertical-align: middle;
  font-size: 0.7rem;
  color: #692832;
  font-weight: bold;
  padding: 0.2rem;
}
.referencia {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */
  color: #3F3F3F;
}
  /* modales */
  .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.modal-body {
position:relative;
padding:0px;
}
.close {
position:absolute;
right:0;
top:-30px;
z-index:999;
font-size:2rem;
font-weight: normal;
color:#fff;
opacity:1;
}
#exampleModalCenter .modal-dialog{
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #exampleModalCenter .modal-dialog{
    width: 750px;
  }
}
@media (min-width: 992px) {
  #exampleModalCenter .modal-dialog{
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #exampleModalCenter .modal-dialog{
     width: 85%;
     margin: 30px auto;
  }
}
/* ocultar */
@media (min-width:800px)
{
.invisible-desk{
  display: none;
}
}
@media (max-width:799px)
{
.invisible-mobil{
  display: none;
}
}
/*--------------------------------------------------------------
## menu Superior
--------------------------------------------------------------*/
nav{
  width: 100%;
}
nav.bg-light {
  background-color: #ffffff !important;
  border: 0.8px solid #E5E5E5!important;
}
nav .navbar-brand {
  margin-right: 100px;
}
nav a.nav-link {
  color: #3F3F3F !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 14px !important;
  align-items: center !important;
  letter-spacing: -0.03em !important;
}
nav .nav-link:hover {
  border-bottom: solid #692832 1px;
}
nav .btn-dorado {
  background-color: #9a791d;
  padding: 0.5rem 2rem;
  display: block;    
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  border: solid 2px #9a791d;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  letter-spacing: -0.03em !important;
}
nav .btn-dorado:hover{
  background-color: #0e182b;
  padding: 0.5rem 2rem;
  display: block;    
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  border: solid 2px #0e182b;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  letter-spacing: -0.03em !important;
}

nav .dropdown-menu{
  font-size: 0.85em;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #3F3F3F;
  letter-spacing: -0.03em !important;
}

/*--------------------------------------------------------------
## header banner
--------------------------------------------------------------*/
.header {
  margin-top: 30px;
  background: #E5E5E5;
  padding: 50px 0px;
}
/*--------------------------------------------------------------
## contenido
--------------------------------------------------------------*/

.carousel-item img{
width: 100%;
}

.carousel-item h5{
 font-size: 2rem;
font-weight: bold;
text-shadow: 2px 2px 2px rgb(90, 90, 90);
}

.carousel-item p{
  text-shadow: 2px 2px 2px rgb(90, 90, 90);
}




/* servicios */

.services {
  position: relative;
  padding: 20px;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services h3 {
  font-weight: 400;
  font-size: 1.4rem;
}
.services h3 a {
  color: #31486f;
}
.services .icon {
  text-align: center;
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  display: table;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  font-size: 3rem;
  line-height: 40px;
  color: #0e182b;
}
.services:focus,
.services:hover {
  background: #0e182b;;
  color: rgba(255, 255, 255, 0.7);
}
.services:focus h3 a,
.services:hover h3 a {
  color: #fff;
}
.services:focus .icon i,
.services:hover .icon i {
  color: #bea34d;
}



/*--------------------------------------------------------------
## que dicen los expertos
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##fondo banner
--------------------------------------------------------------*/
.fondo-banner{
  background: url('../img/generales/fondo-banner-dudas.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
  border-top: 0.8px solid #E5E5E5;
  margin: 50px 0px 0px 0px;
  padding-top: 20px;
  background: #0e182b;
  color: #ffffff;
  padding: 7em 0 3em 0;
}
#footer h4{
color: #fff;
font-size: 20px;
padding-top: 15px; 
padding-bottom: 15px;
}

#footer .pleca-footer{
  border-top: 2px solid #9a791d;
  width: 10%;
}

#footer .footer-links
{
  padding: 0;
  margin: 0;
  
}
#footer .footer-links li
{
  list-style: none;
  
}


#footer .footer-links li a, #footer a
{
  color: #ffffff;
  
}









/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
## RESPONSIVE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  /*--------------------------------------------------------------
## menu Superior
--------------------------------------------------------------*/
@media (max-width:728px) {
 
/*  */
  body {
    background-position: 0 -60px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #3F3F3F;
    font-size:1rem;
  }
/* content */

.container p{
  padding:0px 20px;
}

/*  */
.titulo{
  font-style: normal;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  margin: 0 auto;
  text-align: center;
}

/*  */
.titulo--padding120{
  padding: 80px 0px 60px 0px;
}

/*  */
.subtitulo {
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  /* identical to box height */
}

.rectangulo-info-destacada{
  width: 100%;
  height: auto;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin:0 auto;
}
/* botones  */
.btn{
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn--altura{
  height: 50px;
}
.btn-success {
  background-color: #0e182b;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  border: solid 2px #0e182b;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.btn-success:hover, .btn-success:focus{
  background-color: #9a791d;
  border: solid 2px #9a791d;
}
.btn-success .btn-success__fondo-blanco{
  background: #ffffff;
  color: #3F3F3F;
  padding: 10px 10px;
  border-radius: 5px  ;
  -webkit-border-radius: 5px  ;
  -moz-border-radius: 5px  ;
  -ms-border-radius: 5px  ;
  -o-border-radius: 5px  ;
  display: flex;
}
.btn-success .btn-success__fondo-blanco-grande{
  background: #ffffff;
  color: #3F3F3F;
  padding: 10px 40px;
  border-radius: 5px  ;
  -webkit-border-radius: 5px  ;
  -moz-border-radius: 5px  ;
  -ms-border-radius: 5px  ;
  -o-border-radius: 5px  ;
  display: flex;
}
.btn-success .btn-success__fondo-blanco .player{
  background: url('../img/generales/player.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 80px;
}

.btn-outline-success{
  color: #692832;
  border-color: #692832;
}


/* contenido listas */
ul.lista {
list-style-type: none;
padding: 0px;
margin-top: 20px;
margin-bottom: 20px;
}

/*  */
.lista--paloma li {
  background: url('../img/generales/paloma.png');
  background-position: 0 2px;
  padding: 5px 0px 2px 45px;
  background-repeat: no-repeat;
  line-height: 1.8rem;
}
.lista--puntos-verdes li{
  background: url('../img/generales/circulo-verde.png');
  background-position: 0 7px;
  padding-left: 25px;
  background-repeat: no-repeat;
  line-height: 1.8rem;
}



/*  */
.tabs-wrap--80{
  width: 100%;
}
.tabs-wrap--90{
  width: 100%;
}



/*  */
.tabs-wrap .nav-tabs .nav-link{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #fff #692832 #692832 transparent;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 0.65rem;
  text-align: center;
}


/*  */
.tabs-wrap .tab-pane{
  padding:20px;
  font-size: 0.8rem;
}
/* apa styles */
.referencia {
  font-style: normal;
  font-weight: normal;
  font-size: 0.6rem;
  line-height: 18px;
  /* identical to box height */
  color: #3F3F3F;
}


/*--------------------------------------------------------------
## menu Superior
--------------------------------------------------------------*/

nav .navbar-brand {
  margin-right: 10px;
}
/*  */
.wrap-menu .navbar-brand {
  margin-right: 10px;
}
.wrap-menu .navbar-brand img{
  width: 100px;
}


/*--------------------------------------------------------------
## header banner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## contenido
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## que dicen los expertos
--------------------------------------------------------------*/



  /*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
  #footer {
    text-align: center;
  }
  .logo-footer img {
    width: 180px;
  }

  #footer .pleca-footer{
    border-top: 2px solid #9a791d;
    width: 10%;
    margin: 20px auto;
    padding: 10px 0px;
  }
}

.i-facebook {
  font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
}