.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEB82B;
  height: 100vh;
  position: fixed;
  z-index: 1990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;	
}
*{
  margin: 0px;
  padding: 0px;
}
body, html{
  height: 100%;
}
.bx-viewport, .bx-wrapper{
  position:relative;
  width:100%;
  height:100% !important;
  top:0;
  left:0;
}
.bxslider, .bxslider li{
  height: 100% !important;;
}
.bxslider li{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.bx-wrapper .bx-viewport{
  border: none !important;
}
.bx-wrapper .bx-controls-direction a{
  z-index: 940!important;
}
.bx-wrapper {
  box-shadow: none!important;
  background: transparent!important;
  border: none!important;
  margin-bottom: 20px!important;
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 0;
  right: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  width: 40px!important;
  height: 2px!important;
  background-color: #ffffff!important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background-color: #FFB100!important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.du{
  display: none!important;
}
.du_m{
  display: block!important;
}
.contenedor{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.encabezado{
  width: 100%;
  height: 80px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 10px 20px;
  z-index: 990;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);   
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  pointer-events: none;
}
.encabezado_scroll{
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  padding: 0 20px!important;
  height: 60px!important;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.10)!important;   
}
.encabezado_scroll > .menu > .item{
  color: #606060;
  margin: 15px 5px!important;
  padding: 5px 15px!important;
  text-shadow:  0px 3px 3px rgba(0, 0, 0, 0)!important;
}
.encabezado_scroll > .separador_header{
  background-color: #AFAFAF!important;
  margin: 16px 20px!important;
}
.encabezado_scroll > .menu{
  width: calc(100% - 96px)!important;
}
.encabezado_scroll > .logo_header > .blanco{
  display: none!important;
}
.encabezado_scroll > .logo_header > .color{
  display: block!important;
}
.encabezado_scroll > .logo_header{
  width: 55px;
  height: auto;
}
.encabezado_scroll .menu-icon{
  top: 24px!important;
}
.encabezado_scroll .menu-icon__line{
  background-color: #000000!important;
}
.logo_header{
  width: 79px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 8px 0;
  pointer-events: all;
  cursor: pointer;
}
.blanco{
  display: block;
}
.color{
  display: none;
}
.separador_header{
  width: 1px;
  height: 30px;
  display: none;
  vertical-align: top;
  background-color: #ffffff;
  margin: 25px 20px;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
/*MENU MOBILE */
.encabezado_mobile{
  width: 100%;
  height: 80px;
  display: block;
  position: fixed;
  top: -80px;
  left: 0;
  right: 0;
  bottom: auto;
  padding: 10px 20px;
  z-index: 1050;
  background: transparent!important;
  box-shadow: none!important; 
  pointer-events: none;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.nav-active .encabezado_mobile{
  display: block!important;
  top: 0!important;
}
.encabezado_mobile .logo_header{
  width: 70px;
  height: auto;
}
.cerrar{
  width: 30px;
  height: auto;
  display: block;
  position: absolute;
  left: auto;
  right: 20px;
  top: 30px;
  bottom: auto;
  pointer-events: all;
  z-index: 10;
  cursor: pointer;
}
.menu-icon {
  height: 30px;
  width: 30px;
  position: fixed;
  z-index: 950;
  right: 20px;
  top: 40px;
  cursor: pointer;
  pointer-events: all!important;
}
.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  opacity: 1;
  background-color: #ffffff;
  margin-bottom: 4px;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
  width: 30px;
}
.menu-icon__line-right {
  width: 30px;
  float: right;
}

.nav {
  position: fixed;
  z-index: 1051;
  width: 100%;
  height: auto;
  overflow: hidden;
  visibility: hidden;
}
.nav:before, .nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(234, 234, 234, 0.2);
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  -webkit-transform: translateX(0%) translateY(-100%);
          transform: translateX(0%) translateY(-100%);
}
.nav:after {
  background: white;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.nav__content {
  position: fixed;
  top:50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  font-size: calc(2vw + 10px);
  font-weight: 200;
  cursor: pointer;
}
.nav__list-item {
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
          transform: translate(0%, 100%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  padding: 0px 10px;
}
.nav__list-item .item{
  color: #000000!important;
  text-shadow: none!important;
  border: 1px solid #FEB82B!important;

}
.nav__list-item:before {
  content: "";
  position: absolute;
  background:transparent;
  width: 20px;
  height: 1px;
  top: 95%;
  left: 20px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}
.nav__list-item:hover:before {
  width: 100%;
}

body.nav-active .menu-icon__line {
  background-color: transparent;
  opacity: 0;
}
body.nav-active .menu-icon__line-left {
  opacity: 0;
}
body.nav-active .menu-icon__line-right {
  opacity: 0;
}
body.nav-active .nav {
  visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
}
body.nav-active .nav:after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
/*FIN MENU MOBILE*/
.menu{
  width: calc(100% - 120px);
  height: auto;
  display: none;
  vertical-align: top;
  text-align: right;
}
.item{
  display: inline-block;
  vertical-align: top;
  margin: 15px 5px;
  padding: 10px 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'regular', sans-serif;
  font-size: 16px;
  font-weight: 100;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  pointer-events: all!important;
  
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;

  background-color: transparent;
  border-radius: 20px;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.item:hover{
  background-color:transparent;
  -webkit-box-shadow:inset 0px 0px 0px 2px #FEB82B;
  -moz-box-shadow:inset 0px 0px 0px 2px #FEB82B;
  box-shadow:inset 0px 0px 0px 2px #FEB82B;
}
.seleccionado{
  background-color: #FEB82B!important;
  color: #ffffff!important;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
.site{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  background-color: #ffffff;
}
.destacado{
  width: 100%;
  height: auto;
  display: block;
  background-color: #000000;
  position: relative;
}
.dest_picture{
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../img/pic_destacado_01.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.slider_home{
  width: 100%;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dest_interna{
  width: 100%;
  height: 255px;
  display: block;
  background: url('../img/pic_destacado_01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.nuestros_servicios{
  background: url('../img/pic_destacado_02.jpg')!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  position: relative!important;
}
.modelo_atencion{
  background: url('../img/pic_destacado_03.jpg')!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  position: relative!important;
}
.paquetes_destacado{
  background: url('../img/pic_destacado_04.jpg')!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  position: relative!important;
}
.quienes_somos{
  background: url('../img/pic_destacado_05.jpg')!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  position: relative!important;
}
.contacto_destacado{
  background: url('../img/pic_destacado_06.jpg')!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  position: relative!important;
}
.noticias_destacado{
  background: url('../img/pic_destacado_05.jpg')!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  position: relative!important;
}
.tit_interna{
  font-family: 'regular', sans-serif;
  font-size: 22px;
  line-height: 28px;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 30px;
  margin: 0 auto;
}
.tit_interna_nota{
  font-family: 'regular', sans-serif;
  font-size: 22px;
  line-height: 28px;
  width: 100%;
  height: auto;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 30px;
  margin: 0 auto;
  padding: 0 20px 0;
}
.texto_destacado{
  font-family: 'regular', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  width: 85%;
  height: auto;
  margin: 24px auto 0 ;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
  bottom: auto;
}
.ampliacion{
  padding: 30px 0 0;
}
.cont_quotes{
  border-radius: 20px!important;
  overflow: hidden;
  height: 300px!important;
  margin-bottom: 60px;
}
.cont_quotes .bx-pager {
  position: absolute!important;
  bottom: 15px;
  top: auto;
  left: 0;
  right: 0px!important;
  margin: 0 auto!important;
}
.cont_quotes .bx-wrapper .bx-pager.bx-default-pager a{
  width: 10px!important;
  height: 10px!important;
  background-color: #ffffff!important;
}
.cont_quotes .bx-wrapper .bx-pager.bx-default-pager a:hover, .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a.active, .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background-color: #FFB100!important;
}
.cont_quotes .bx-viewport, .cont_quotes .bx-wrapper {
  height: 300px!important;
}
.quotes{
  height: 300px;
  display: block;
  background-color: #898989;
  overflow: hidden!important;
  border-radius: 20px!important;
  margin-bottom: 60px;
}
.foto_quote{
  width: 100%;
  height: 150px;
  display: block;
  vertical-align: top;
  opacity: 0.8;
}
.foto_quote1{
  background: url('../img/img_quote_01.jpg')!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.foto_quote2{
  background: url('../img/img_quote_02.jpg')!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.foto_quote3{
  background: url('../img/img_quote_03.jpg')!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.txt_quote{
  width: 100%;
  height: 150px;
  display: block;
  vertical-align: top;
  padding: 20px;
  text-align: center;
  font-family: 'regular', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #606060;
  background: url('../img/fnd_quote.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.txt_quote > span{
  font-size: 18px;
  line-height: 24px;
  font-family: 'regular', sans-serif;
  color: #606060;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
}
.tit_noticias{
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 44px;
  font-family: 'regular', sans-serif;
  font-weight: 100;
  color: #606060;
  margin: 0 0 20px;
  position: relative;
}
.bajada_interna{
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  font-family: 'regular', sans-serif;
  font-weight: 100;
  color: #606060;
  margin: 0 0 20px;
  position: relative;
}
.ver_todas{
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #FFB100;
  position: absolute;
  left: auto;
  right: 0;
  top: 20px;
  bottom: auto;
  cursor: pointer;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.ver_todas:hover{
  text-decoration: underline;
}
.modulos{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 60px;
}
.modelos{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 60px;
}
.paquetes{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.mod_nota{
  width: 100%;
  height: 360px;
  display: inline-block;
  vertical-align: top; 
  background-color: #ffffff; 
  border-radius: 20px; 
  overflow: hidden;  
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);      
  cursor: pointer;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
}
.foto_nota{
  width: 100%;
  height: 180px;
  display: block;
  overflow: hidden;
}
.txt_nota{
  padding: 25px 22px 30px;
}
.fecha_nota{
  width: 100%;
  height: auto;
  display: block;
  color: #FFB100;
  font-size: 16px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.tit_nota{
  width: 100%;
  height: auto;
  display: block;
  color: #606060;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  font-family: 'regular', sans-serif;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.mod_nota:hover > .txt_nota > .tit_nota{
  text-decoration: underline;
}
.mod_serv{
  width: 100%;
  height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top; 
  background-color: #ffffff; 
  border-radius: 20px; 
  overflow: hidden;  
  /*box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16);*/
  position: relative;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
}
.foto_serv{
  width: 60px;
  height: auto;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 25px;
  left: 22px;
  right: auto;
  bottom: auto;
}
.txt_serv{
  padding: 100px 22px 30px;
  align-self: flex-start;
  width: 100%;
  height: 430px;
  position: relative;
}
.fecha_serv{
  width: 100%;
  height: auto;
  display: block;
  color: #ffffff;
  font-size: 20px;
  text-align: left;
  font-family: 'regular', sans-serif;
  margin-bottom: 10px;
}
.separa_serv{
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.tit_serv{
  width: 100%;
  height: auto;
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  font-family: 'regular', sans-serif;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.tit_serv > ul{
  padding: 5px 0 0 15px;
}
.tit_serv > ul > li{
  list-style-type:circle!important;
  font-size: 12px;
  line-height: 14px;
  float: none!important;
  opacity: 0.8;
  margin: 0 0 4px;
}
.mod_serv:hover > .txt_serv > .fecha_serv{
  color: #FFB100;
}
.paq{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  padding: 50px 30px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 0 5px;
}
.paq_largo{
  background-color: #FEB82B!important;
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16)!important;
  position: relative;
  z-index: 10;
}
.tit_paq{
  width: 100%;
  height: auto;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: 'regular', sans-serif;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.item_paq{
  width: 100%;
  height: auto;
  display: block;
  color: #606060;
  font-family: 'regular', sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.separador_paq{
  width: 100px;
  height: 1px;
  display: block;
  margin: 20px auto;
  background-color: #606060;
  opacity: 0.3;
}
.btn_paq{
  width: 100%;
  height: 40px;
  display: block;
  background-color: #FEB82B;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'regular', sans-serif;
  font-weight: 100;
  padding: 7px 0;
  cursor: pointer;
  text-decoration: none;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn_paq_b{
  width: calc(100% - 44px);
  height: 40px;
  display: block;
  background-color: #FEB82B;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'regular', sans-serif;
  font-weight: 100;
  padding: 7px 0;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 30px;
  margin: 0 auto;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.paq_largo .tit_paq{
  color: #ffffff!important;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.paq_largo .item_paq{
  color: #000000;
  opacity: 0.5;
}
.legal_paq{
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  font-family: 'regular', sans-serif;
  color: #606060;
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 60px;
}
.paq_largo > .btn_paq{
  width: 100%;
  height: 40px;
  display: block;
  background-color: #2957A3;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'regular', sans-serif;
  font-weight: 100;
  padding: 7px 0;
}
.btn_paq:hover{
  background-color: #c48d1e;
}
.paq_largo > .btn_paq:hover{
  background-color: #19386a;
}
.paq_largo > .btn_paq_b{
  width: 100%;
  height: 40px;
  display: block;
  background-color: #2957A3;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-family: 'regular', sans-serif;
  font-weight: 100;
  padding: 7px 0;
}
.btn_paq_b:hover{
  background-color: #c48d1e;
}
.paq_largo > .btn_paq_b:hover{
  background-color: #19386a;
}
.linea_paq_top{
  width: 100%;
  height: 1px;
  display: block;
  background-color: #606060;
  opacity: 0.3;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: auto;
}
.linea_paq_bottom{
  width: 100%;
  height: 1px;
  display: block;
  background-color: #606060;
  opacity: 0.3;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 25px;
}
.footer{
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 80px;
  position: relative;
}
.logo_footer{
  width: 78px;
  height: auto;
  display: block;
  position: relative;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  cursor: pointer;
  margin: 0 auto 15px;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.logo_footer:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.accesos_footer{
  width: 100%;
  height: auto;
  display: none;
  margin-bottom: 20px;
  text-align: center;
}
.acceso{
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #AFAFAF;
}
.acceso:hover{
  text-decoration: underline;
  cursor: pointer;
}
.separa_acceso{
  display: inline-block;
  vertical-align: top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #AFAFAF;
}
.accesos_redes{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
}
.red{
  display: inline-block;
  vertical-align: top;
  cursor: pointer;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.red:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.red01{
  width: 22px;
  height: auto;
  margin-right: 25px;
  margin-top: 2px;
}
.red02{
  width: 19px;
  height: auto;
}
.red03{
  width: 19px;
  height: auto;
  margin-left: 20px;
}
.red04{
  width: 17px;
  height: auto;
  margin-top: 1px;
  margin-left: 20px;
}
.columna_nota{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.columna_banner{
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 40px;
  text-align: center;
} 
.banner_nota{
  width: 300px;
  height: 250px;
  display: inline-block;
  background: url('../img/pic_destacado_01.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bajada_interna_nota{
  font-family: 'regular', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #2957A3;
  display: block;
  margin-bottom: 20px;
  padding-right: 0;
}
.recientes{
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.columna_quienes_nota{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.columna_quienes_nota2{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  position: relative;
}
.columna_quienes_banner{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  padding: 10px 0px;
  position: relative;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
}
.text_contenido_quienes_interna_nota{
  font-size: 18px;
  line-height: 24px;
  font-size: 'regular', sans-serif;
  text-align: left;
  display: block;
  width: 100%;
  height: auto;
  padding-right: 0px;
  margin-bottom: 10px;
}
.text_contenido_quienes_interna_nota2{
  font-size: 18px;
  line-height: 24px;
  font-size: 'regular', sans-serif;
  text-align: left;
  display: block;
  width: 100%;
  height: auto;
  padding-right: 0px;
  position: relative;
  margin-bottom: 60px;
}
.comilla{
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto 20px 0;
}
.separador_columnas{
  width: 2px;
  height: 240px;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  right: auto;
  bottom: auto;
  background-color: #606060;
  opacity: 0.3;
}
.frase_comilla{
  font-family: 'regular', sans-serif;
  font-size: 26px;
  line-height: 34px;
  color: #606060;
  text-align: left;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.capsula{
  width: 42px;
  height: 15px;
  display: block;
  background-color: #FEB82B;
  margin: 0 auto 0 0;
  border-radius: 20px;
  margin-bottom: 10px;
}
.autor_comilla{
  font-family: 'regular', sans-serif;
  font-size: 24px;
  line-height: 46px;
  color: #606060;
  text-align: left;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.fecha_interna_nota{
  font-family: 'bold', sans-serif;
  font-size: 22px;
  line-height: 44px;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  color: #FFB100;
  margin-bottom: 10px;
  text-align: left;
  position: relative;
}
.volver_nota{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 44px;
  text-transform: uppercase;
  color: #FFB100;
  position: absolute;
  left: auto;
  top: 5px;
  right: 0;
  bottom: auto;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.volver_nota:hover{
  text-decoration: underline;
}
.text_destacado_interna_nota{
  font-family: 'regular', sans-serif;
  font-size: 28px;
  line-height: 32px;
  width: 100%;
  height: auto;
  color: #2957A3;
  text-align: left;
  margin-bottom: 30px;
}
.text_contenido_interna_nota{
  font-family: 'regular', sans-serif;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  height: auto;
  color: #606060;
  text-align: left;
  margin-bottom: 30px;
}
.tit_contacto{
  font-family: 'regular', sans-serif;
  font-size: 22px;
  line-height: 44px;
  width: 100%;
  height: auto;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  position: relative;
  margin: 0 auto 10px;
  text-align: left;
}
.columna_form{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  background-color: #FEB82B;
  border-radius: 20px;
  padding: 38px 30px;
  margin-bottom: -60px;
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16)!important;
  position: relative;
  top: -90px;
}
.columna_dir{
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  padding: 0 20px 40px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.bajada_contacto{
  font-family: 'regular', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #606060;
  text-align: left;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.campo_txt{
  border-radius: 20px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto!important;
  margin-bottom: 20px;
}
.campo_txt > input{
  width: calc(100% - 60px)!important;
  height: 50px!important;
  background-color: #ffffff!important;
  display: block;
  text-align: left;
  font-family: 'regular', sans-serif;
  color: #7F7F7F;
  padding: 0 30px!important;
  margin: 0!important;
  font-size: 21px!important;
  line-height: 50px!important;
  border: none!important;
}
.campo_txt > textarea{
  width: 100%!important;
  height: 132px!important;
  background-color: #ffffff!important;
  display: block;
  text-align: left;
  font-family: 'regular', sans-serif;
  color: #7F7F7F;
  padding: 10px 30px!important;
  margin: 0!important;
  font-size: 21px!important;
  line-height: 24px!important;
  border: none!important;
}
input:focus{
  border: none!important;
}
.btn_contacto{
  width: 280px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
  font-family: 'regular', sans-serif;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #2957A3;
  border-radius: 20px;
  cursor: pointer;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.btn_contacto:hover{
  background-color: #19386a;
}
.casa{
  width: 60px;
  height: auto;
  display: block;
  margin: 0 auto 20px 0;
}
.nombre_contacto{
  width: 100%;
  height: auto;
  display: block;
  font-family: 'regular', sans-serif;
  font-size: 38px;
  line-height: 46px;
  color: #606060;
  text-align: left;
  margin: 0 0 10px;
}
.subrayado_contacto{
  max-width: 340px;
  width: 100%;
  height: 1px;
  background-color: #606060;
  opacity: 0.4;
  margin: 0 auto 30px 0;
  display: block;
}
.ico_contacto{
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px;
}
.ico_contacto_primero{
  margin: 0 10px 10px 0px!important;
}
.num_contacto{
  width: 100%;
  height: auto;
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-family: 'regular', sans-serif;
  color: #606060;
  text-align: left;
  margin: 0 0 20px;
  text-decoration: none;
}
.num_contacto:hover{
  text-decoration: underline;
}
.mail_contacto{
  font-family: 'regular', sans-serif;
  font-size: 22px;
  line-height: 24px;
  text-align: left;
  color: #2957A3;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
  display: block;
  margin-bottom: 30px;

  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
}
.mail_contacto:hover{
  opacity: 1;
  text-decoration: underline;
}
.campo_error{
  background-color: #B6934D;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
}
.ico_error{
  width: 17px;
  height: auto;
  display: block;
  vertical-align: top;
  margin: 10px auto 0;
}
.texto_error{
  display: block;
  vertical-align: top;
  font-family: 'regular', sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
}
.mod{
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto 40px;
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16);
  position: relative;
}
.icono_mod{
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 45px;
  background-color: #606060;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;

  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
.icono{
  width: 42px;
  height: auto;
  display: inline-block;
  margin: 20px auto;
}
.separador_mod{
  width: 60px;
  height: 2px;
  display: block;
  vertical-align: top;
  background-color: #707070;
  opacity: 0.2;
  margin: 20px auto;

}
.texto_mod{
  display: block;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.tit_mod{
  font-family: 'regular', sans-serif;
  font-size: 28px;
  line-height: 40px;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.bajada_mod{
  font-family: 'regular', sans-serif;
  width: 90%;
  height: auto;
  display: block;
  text-align: center;
  color: #606060;
  font-size: 16px;
  line-height: 20px;
}
.conector{
  width: 4px;
  height: 40px;
  display: block;
  position: absolute;
  border: 4px solid #707070;
  margin: 0 auto;
  background-color: transparent;

  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
.der{
  border-left: none!important;
  left: 0;
  right: 0;
  top: auto;
  bottom: -40px;
}
.izq{
  border-right: none!important;
  left: 0;
  right: 0;
  top: auto;
  bottom: -40px;
}
.mod_visible .icono_mod{
  background-color: #FEB82B!important;
}
.mod_visible .der{
  border: 4px solid #2957A3!important;
  background-color: #2957A3;
}
.mod_visible .izq{
  border: 4px solid #2957A3!important;
  background-color: #2957A3;
}
@media screen and (min-width:768px){
  .menu-icon{
    display: block!important;
  }
  .bx-wrapper {
    box-shadow: none!important;
    background: transparent!important;
    border: none!important;
    margin-bottom: 20px!important;
  }
  .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 0;
    right: 0;
  }
  .bx-wrapper .bx-pager.bx-default-pager a{
    width: 40px!important;
    height: 2px!important;
    background-color: #ffffff!important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background-color: #FFB100!important;
  }
  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
      -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
  .du{
    display: block!important;
  }
  .du_m{
    display: none!important;
  }
  .contenedor{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #ffffff;
  }
  .encabezado{
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 10px 40px;
    z-index: 990;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);   
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  .encabezado_scroll{
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    padding: 0 40px!important;
    height: 60px!important;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.10)!important;   
  }
  .encabezado_scroll > .menu > .item{
    color: #606060;
    margin: 15px 5px!important;
    padding: 5px 15px!important;
    text-shadow:  0px 3px 3px rgba(0, 0, 0, 0)!important;
  }
  .encabezado_scroll > .separador_header{
    background-color: #AFAFAF!important;
    margin: 16px 20px!important;
  }
  .encabezado_scroll > .menu{
    width: calc(100% - 96px)!important;
  }
  .encabezado_scroll > .logo_header > .blanco{
    display: none!important;
  }
  .encabezado_scroll > .logo_header > .color{
    display: block!important;
  }
  .encabezado_scroll > .logo_header{
    width: 55px;
    height: auto;
  }
  .logo_header{
    width: 79px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0;
  }
  .blanco{
    display: block;
  }
  .color{
    display: none;
  }
  .separador_header{
    width: 1px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    margin: 25px 20px;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  /*MENU MOBILE */
  .encabezado_mobile{
    width: 100%;
    height: 80px;
    display: block;
    position: fixed;
    top: -80px;
    left: 0;
    right: 0;
    bottom: auto;
    padding: 10px 20px;
    z-index: 1050;
    background: transparent!important;
    box-shadow: none!important; 
    pointer-events: none;

    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .nav-active .encabezado_mobile{
    display: block!important;
    top: 0!important;
  }
  .encabezado_mobile .logo_header{
    width: 70px;
    height: auto;
  }
  .cerrar{
    width: 30px;
    height: auto;
    display: block;
    position: absolute;
    left: auto;
    right: 20px;
    top: 30px;
    bottom: auto;
    pointer-events: all;
    z-index: 10;
    cursor: pointer;
  }
  .menu-icon {
    height: 30px;
    width: 30px;
    position: fixed;
    z-index: 950;
    right: 20px;
    top: 40px;
    cursor: pointer;
    pointer-events: all!important;
  }
  .menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    opacity: 1;
    background-color: #ffffff;
    margin-bottom: 4px;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
  }
  .menu-icon__line-left {
    width: 30px;
  }
  .menu-icon__line-right {
    width: 30px;
    float: right;
  }

  .nav {
    position: fixed;
    z-index: 1051;
    width: 100%;
    height: auto;
    overflow: hidden;
    visibility: hidden;
  }
  .nav:before, .nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(234, 234, 234, 0.2);
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
    -webkit-transform: translateX(0%) translateY(-100%);
            transform: translateX(0%) translateY(-100%);
  }
  .nav:after {
    background: white;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .nav:before {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .nav__content {
    position: fixed;
    top:50%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    font-size: calc(2vw + 10px);
    font-weight: 200;
    cursor: pointer;
  }
  .nav__list-item {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
    opacity: 0;
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    padding: 0px 10px;
  }
  .nav__list-item .item{
    color: #000000!important;
    text-shadow: none!important;
    border: 1px solid #FEB82B!important;

  }
  .nav__list-item:before {
    content: "";
    position: absolute;
    background:transparent;
    width: 20px;
    height: 1px;
    top: 95%;
    left: 20px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: -1;
  }
  .nav__list-item:hover:before {
    width: 100%;
  }

  body.nav-active .menu-icon__line {
    background-color: transparent;
    opacity: 0;
  }
  body.nav-active .menu-icon__line-left {
    opacity: 0;
  }
  body.nav-active .menu-icon__line-right {
    opacity: 0;
  }
  body.nav-active .nav {
    visibility: visible;
  }
  body.nav-active .nav:before, body.nav-active .nav:after {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%);
  }
  body.nav-active .nav:after {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  body.nav-active .nav:before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
  }
  body.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  body.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  body.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  body.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  body.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  body.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  body.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  /*FIN MENU MOBILE*/
  .menu{
    width: calc(100% - 120px);
    height: auto;
    display: none;
    vertical-align: top;
    text-align: right;
  }
  .item{
    display: inline-block;
    vertical-align: top;
    margin: 15px 5px;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'regular', sans-serif;
    font-size: 16px;
    font-weight: 100;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
  
    background-color: transparent;
    border-radius: 20px;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .item:hover{
    background-color:transparent;
    -webkit-box-shadow:inset 0px 0px 0px 2px #FEB82B;
    -moz-box-shadow:inset 0px 0px 0px 2px #FEB82B;
    box-shadow:inset 0px 0px 0px 2px #FEB82B;
  }
  .seleccionado{
    background-color: #FEB82B!important;
    color: #ffffff!important;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
  }
  .site{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #ffffff;
  }
  .destacado{
    width: 100%;
    height: auto;
    display: block;
    background-color: #000000;
    position: relative;
  }
  .dest_picture{
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/pic_destacado_01.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .slider_home{
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .dest_interna{
    width: 100%;
    height: 360px;
    display: block;
    background: url('../img/pic_destacado_01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .nuestros_servicios{
    background: url('../img/pic_destacado_02.jpg')!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative!important;
  }
  .modelo_atencion{
    background: url('../img/pic_destacado_03.jpg')!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative!important;
  }
  .paquetes_destacado{
    background: url('../img/pic_destacado_04.jpg')!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative!important;
  }
  .quienes_somos{
    background: url('../img/pic_destacado_05.jpg')!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative!important;
  }
  .contacto_destacado{
    background: url('../img/pic_destacado_06.jpg')!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative!important;
  }
  .noticias_destacado{
    background: url('../img/pic_destacado_05.jpg')!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative!important;
  }
  .tit_interna{
    font-family: 'regular', sans-serif;
    font-size: 40px;
    line-height: 44px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
    margin: 0 auto;
  }
  .tit_interna_nota{
    font-family: 'regular', sans-serif;
    font-size: 40px;
    line-height: 44px;
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px;
    margin: 0 auto;
    padding: 0 5% 0;
  }
  .texto_destacado{
    font-family: 'regular', sans-serif;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 39px;
    font-weight: 100;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    width: 64%;
    height: auto;
    margin: 60px auto 0 ;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: auto;
  }
  .ampliacion{
    padding: 60px 0 0;
  }
  .cont_quotes{
    border-radius: 20px!important;
    overflow: hidden;
    height: 240px!important;
    margin-bottom: 60px;
  }
  .cont_quotes .bx-pager {
    position: absolute!important;
    bottom: 30px;
    top: auto;
    left: 0;
    right: -135px!important;
    margin: 0 auto!important;
  }
  .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a{
    width: 10px!important;
    height: 10px!important;
    background-color: #ffffff!important;
  }
  .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a:hover, .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a.active, .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background-color: #FFB100!important;
  }
  .cont_quotes .bx-viewport, .cont_quotes .bx-wrapper {
    height: 240px!important;
  }
  .quotes{
    height: 250px;
    display: block;
    background-color: #898989;
    overflow: hidden!important;
    border-radius: 20px!important;
    margin-bottom: 60px;
  }
  .foto_quote{
    width: 50%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    background: url('../img/img_quote_01.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
  }
  .txt_quote{
    width: 50%;
    height: 290px;
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    text-align: left;
    font-family: 'regular', sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #606060;
    background: url('../img/fnd_quote.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .txt_quote > span{
    font-size: 20px;
    line-height: 34px;
    font-family: 'regular', sans-serif;
    color: #606060;
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0 0;
  }
  .tit_noticias{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 30px;
    line-height: 44px;
    font-family: 'regular', sans-serif;
    font-weight: 100;
    color: #606060;
    margin: 0 0 38px;
    position: relative;
  }
  .bajada_interna{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    font-family: 'regular', sans-serif;
    font-weight: 100;
    color: #606060;
    margin: 0 0 38px;
    position: relative;
  }
  .ver_todas{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #FFB100;
    position: absolute;
    left: auto;
    right: 0;
    top: 20px;
    bottom: auto;
    cursor: pointer;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .ver_todas:hover{
    text-decoration: underline;
  }
  .modulos{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
    margin-bottom: 60px;
  }
  .modelos{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 60px;
  }
  .paquetes{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .mod_nota{
    width: 100%;
    height: 360px;
    display: inline-block;
    vertical-align: top; 
    background-color: #ffffff; 
    border-radius: 20px; 
    overflow: hidden;  
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);      
    cursor: pointer;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
  }
  .foto_nota{
    width: 100%;
    height: 180px;
    display: block;
    overflow: hidden;
  }
  .txt_nota{
    padding: 25px 22px 30px;
  }
  .fecha_nota{
    width: 100%;
    height: auto;
    display: block;
    color: #FFB100;
    font-size: 14px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .tit_nota{
    width: 100%;
    height: auto;
    display: block;
    color: #606060;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    font-family: 'regular', sans-serif;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .mod_nota:hover > .txt_nota > .tit_nota{
    text-decoration: underline;
  }
  .mod_serv{
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top; 
    background-color: #ffffff; 
    border-radius: 20px; 
    overflow: hidden;  
    /*box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16);*/
    position: relative;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
  }
  .foto_serv{
    width: 60px;
    height: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 22px;
    right: auto;
    bottom: auto;
  }
  .txt_serv{
    padding: 100px 22px 30px;
    align-self: flex-start;
    width: 100%;
    height: 430px;
  }
  .fecha_serv{
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    font-family: 'regular', sans-serif;
    margin-bottom: 10px;
  }
  .separa_serv{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 15px;
  }
  .tit_serv{
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    font-family: 'regular', sans-serif;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .mod_serv:hover > .txt_serv > .fecha_serv{
    color: #FFB100;
  }
  .paq{
    width: calc((100% / 2) - 10px);
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 50px 30px;
    border-radius: 20px;
    background-color: #ffffff;
    margin: 0 5px;
  }
  .paq_largo{
    background-color: #FEB82B!important;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16)!important;
    position: relative;
    z-index: 10;
  }
  .tit_paq{
    width: 100%;
    height: auto;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: 'regular', sans-serif;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
  }
  .item_paq{
    width: 100%;
    height: auto;
    display: block;
    color: #606060;
    font-family: 'regular', sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .separador_paq{
    width: 100px;
    height: 1px;
    display: block;
    margin: 20px auto;
    background-color: #606060;
    opacity: 0.3;
  }
  .btn_paq{
    width: 100%;
    height: 40px;
    display: block;
    background-color: #FEB82B;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    font-family: 'regular', sans-serif;
    font-weight: 100;
    padding: 7px 0;
    cursor: pointer;
    text-decoration: none;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .paq_largo .tit_paq{
    color: #ffffff!important;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .paq_largo .item_paq{
    color: #000000;
    opacity: 0.5;
  }
  .legal_paq{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    font-family: 'regular', sans-serif;
    color: #606060;
    opacity: 0.5;
    font-style: italic;
    margin-bottom: 60px;
  }
  .paq_largo > .btn_paq{
    width: 100%;
    height: 40px;
    display: block;
    background-color: #2957A3;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    font-family: 'regular', sans-serif;
    font-weight: 100;
    padding: 7px 0;
  }
  .btn_paq:hover{
    background-color: #c48d1e;
  }
  .paq_largo > .btn_paq:hover{
    background-color: #19386a;
  }
  .linea_paq_top{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #606060;
    opacity: 0.3;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .linea_paq_bottom{
    width: 100%;
    height: 1px;
    display: block;
    background-color: #606060;
    opacity: 0.3;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 25px;
  }
  .footer{
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 80px;
    position: relative;
  }
  .logo_footer{
    width: 78px;
    height: auto;
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    cursor: pointer;
    margin:  15px 0 0;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .logo_footer:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .accesos_footer{
    width: 100%;
    height: auto;
    display: none;
    margin-bottom: 20px;
    text-align: left;
  }
  .acceso{
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #AFAFAF;
  }
  .acceso:hover{
    text-decoration: underline;
    cursor: pointer;
  }
  .separa_acceso{
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #AFAFAF;
  }
  .accesos_redes{
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
  }
  .red{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .red:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .red01{
    width: 22px;
    height: auto;
    margin-top: 2px;
    margin-right: 25px;
  }
  .red02{
    width: 19px;
    height: auto;
  }
  .red03{
    width: 19px;
    height: auto;
  }
  .red04{
    width: 17px;
    height: auto;
    margin-top: 1px;
  }
  .columna_nota{
    width: calc(100% - 340px);
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
  .columna_banner{
    width: 340px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 40px;
  } 
  .banner_nota{
    width: 300px;
    height: 250px;
    display: block;
    background: url('../img/pic_destacado_01.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bajada_interna_nota{
    font-family: 'regular', sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #2957A3;
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
  }
  .recientes{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }
  .columna_quienes_nota{
    width: calc(100% - 560px);
    height: auto;
    display: block;
    vertical-align: top;
  }
  .columna_quienes_nota2{
    width: calc(100% - 560px);
    height: auto;
    display: block;
    vertical-align: top;
    position: relative;
  }
  .columna_quienes_banner{
    width: 560px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 30px 40px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
  }
  .text_contenido_quienes_interna_nota{
    font-size: 18px;
    line-height: 24px;
    font-size: 'regular', sans-serif;
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 40px;
    margin-bottom: 10px;
  }
  .text_contenido_quienes_interna_nota2{
    font-size: 18px;
    line-height: 24px;
    font-size: 'regular', sans-serif;
    text-align: left;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 40px;
    position: relative;
    margin-bottom: 60px;
  }
  .comilla{
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 20px 0;
  }
  .separador_columnas{
    width: 2px;
    height: 240px;
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    right: auto;
    bottom: auto;
    background-color: #606060;
    opacity: 0.3;
  }
  .frase_comilla{
    font-family: 'regular', sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #606060;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .capsula{
    width: 42px;
    height: 15px;
    display: block;
    background-color: #FEB82B;
    margin: 0 auto 0 0;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .autor_comilla{
    font-family: 'regular', sans-serif;
    font-size: 24px;
    line-height: 46px;
    color: #606060;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .fecha_interna_nota{
    font-family: 'bold', sans-serif;
    font-size: 22px;
    line-height: 44px;
    text-transform: uppercase;
    width: 100%;
    height: auto;
    color: #FFB100;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
  }
  .volver_nota{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFB100;
    position: absolute;
    left: auto;
    top: 5px;
    right: 0;
    bottom: auto;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .volver_nota:hover{
    text-decoration: underline;
  }
  .text_destacado_interna_nota{
    font-family: 'regular', sans-serif;
    font-size: 28px;
    line-height: 32px;
    width: 100%;
    height: auto;
    color: #2957A3;
    text-align: left;
    margin-bottom: 30px;
  }
  .text_contenido_interna_nota{
    font-family: 'regular', sans-serif;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    height: auto;
    color: #606060;
    text-align: left;
    margin-bottom: 30px;
  }
  .tit_contacto{
    font-family: 'regular', sans-serif;
    font-size: 40px;
    line-height: 44px;
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
    position: relative;
    margin: 0 auto 25px;
  }
  .columna_form{
    width: calc(100% - 586px);
    height: auto;
    display: block;
    vertical-align: top;
    background-color: #FEB82B;
    border-radius: 20px;
    padding: 38px 30px;
    margin-bottom: -60px;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16)!important;
    position: relative;
    top: -150px;
  }
  .columna_dir{
    width: 586px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
  }
  .bajada_contacto{
    font-family: 'regular', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #606060;
    text-align: left;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }
  .campo_txt{
    border-radius: 20px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto!important;
    margin-bottom: 20px;
  }
  .campo_txt > input{
    width: calc(100% - 60px)!important;
    height: 50px!important;
    background-color: #ffffff!important;
    display: block;
    text-align: left;
    font-family: 'regular', sans-serif;
    color: #7F7F7F;
    padding: 0 30px!important;
    margin: 0!important;
    font-size: 21px!important;
    line-height: 50px!important;
    border: none!important;
  }
  .campo_txt > textarea{
    width: 100%!important;
    height: 132px!important;
    background-color: #ffffff!important;
    display: block;
    text-align: left;
    font-family: 'regular', sans-serif;
    color: #7F7F7F;
    padding: 10px 30px!important;
    margin: 0!important;
    font-size: 21px!important;
    line-height: 24px!important;
    border: none!important;
  }
  input:focus{
    border: none!important;
  }
  .btn_contacto{
    width: 280px;
    height: 40px;
    display: block;
    margin: 0 auto 30px;
    font-family: 'regular', sans-serif;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #2957A3;
    border-radius: 20px;
    cursor: pointer;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .btn_contacto:hover{
    background-color: #19386a;
  }
  .casa{
    width: 60px;
    height: auto;
    display: block;
    margin: 0 auto 20px 0;
  }
  .nombre_contacto{
    width: 100%;
    height: auto;
    display: block;
    font-family: 'regular', sans-serif;
    font-size: 38px;
    line-height: 46px;
    color: #606060;
    text-align: left;
    margin: 0 0 10px;
  }
  .subrayado_contacto{
    max-width: 340px;
    width: 100%;
    height: 1px;
    background-color: #606060;
    opacity: 0.4;
    margin: 0 auto 30px 0;
    display: block;
  }
  .ico_contacto{
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
  }
  .ico_contacto_primero{
    margin: 0 10px 10px 0px!important;
  }
  .num_contacto{
    width: 100%;
    height: auto;
    display: block;
    font-size: 22px;
    line-height: 24px;
    font-family: 'regular', sans-serif;
    color: #606060;
    text-align: left;
    margin: 0 0 20px;
  }
  .mail_contacto{
    font-family: 'regular', sans-serif;
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    color: #2957A3;
    opacity: 0.5;
    cursor: pointer;
    text-decoration: none;
    display: block;
    margin-bottom: 30px;
  
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
  }
  .mail_contacto:hover{
    opacity: 1;
    text-decoration: underline;
  }
  .campo_error{
    background-color: #B6934D;
    width: 100%;
    height: 38px;
    display: block;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
  }
  .ico_error{
    width: 17px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
  }
  .texto_error{
    display: inline-block;
    vertical-align: top;
    font-family: 'regular', sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    line-height: 38px;
  }
  .mod{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 40px;
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 30px 60px;
    box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .icono_mod{
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 45px;
    background-color: #606060;
    vertical-align: top;
  
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
  }
  .icono{
    width: 42px;
    height: auto;
    display: block;
    margin: 28px auto;
  }
  .separador_mod{
    width: 2px;
    height: 90px;
    display: inline-block;
    vertical-align: top;
    background-color: #707070;
    opacity: 0.2;
    margin: 0 40px;
  }
  .texto_mod{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 172px);
    height: auto;
  }
  .tit_mod{
    font-family: 'regular', sans-serif;
    font-size: 28px;
    line-height: 40px;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
  }
  .bajada_mod{
    font-family: 'regular', sans-serif;
    width: 90%;
    height: auto;
    display: block;
    text-align: left;
    color: #606060;
    font-size: 16px;
    line-height: 20px;
  }
  .conector{
    width: 50px;
    height: 190px;
    display: block;
    position: absolute;
    border: 4px solid #707070;
  
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
  }
  .der{
    border-left: none!important;
    left: auto;
    right: -50px;
    top: 50%;
    bottom: auto;
  }
  .izq{
    border-right: none!important;
    left: -50px;
    right: auto;
    top: 50%;
    bottom: auto;
  }
  .mod_visible .icono_mod{
    background-color: #FEB82B!important;
  }
  .mod_visible .der{
    border: 4px solid #2957A3!important;
    background-color: transparent;
    border-left: none!important;
    left: auto;
    right: -50px;
    top: 50%;
    bottom: auto;
  }
  .mod_visible .izq{
    border: 4px solid #2957A3!important;
    background-color: transparent;
    border-right: none!important;
    left: -50px;
    right: auto;
    top: 50%;
    bottom: auto;
  }
}

/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1025px){
  .modulos{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width:1200px){
    .menu-icon{
      display: none!important;
    }
    .bx-wrapper {
      box-shadow: none!important;
      background: transparent!important;
      border: none!important;
      margin-bottom: 20px!important;
    }
    .bx-wrapper .bx-pager {
      position: absolute;
      bottom: 30px;
      top: auto;
      left: 0;
      right: 0;
    }
    .bx-wrapper .bx-pager.bx-default-pager a{
      width: 40px!important;
      height: 2px!important;
      background-color: #ffffff!important;
    }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
      background-color: #FFB100!important;
    }
    .noselect {
      -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
          -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
    }
    .du{
      display: block!important;
    }
    .du_m{
      display: none!important;
    }
    .contenedor{
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      background-color: #ffffff;
    }
    .encabezado{
      width: 100%;
      height: 80px;
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: auto;
      padding: 10px 40px;
      z-index: 990;
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0);   
      background: rgb(0,0,0);
      background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
      background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
      background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.24) 80%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .encabezado_scroll{
      background: rgb(255,255,255);
      background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
      background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
      background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
      padding: 0 40px!important;
      height: 60px!important;
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.10)!important;   
    }
    .encabezado_scroll > .menu > .item{
      color: #606060;
      margin: 15px 5px!important;
      padding: 5px 15px!important;
      text-shadow:  0px 3px 3px rgba(0, 0, 0, 0)!important;
    }
    .encabezado_scroll > .separador_header{
      background-color: #AFAFAF!important;
      margin: 16px 20px!important;
    }
    .encabezado_scroll > .menu{
      width: calc(100% - 96px)!important;
    }
    .encabezado_scroll > .logo_header > .blanco{
      display: none!important;
    }
    .encabezado_scroll > .logo_header > .color{
      display: block!important;
    }
    .encabezado_scroll > .logo_header{
      width: 55px;
      height: auto;
    }
    .logo_header{
      width: 79px;
      height: auto;
      display: inline-block;
      vertical-align: top;
      margin: 8px 0;
    }
    .blanco{
      display: block;
    }
    .color{
      display: none;
    }
    .separador_header{
      width: 1px;
      height: 30px;
      display: inline-block;
      vertical-align: top;
      background-color: #ffffff;
      margin: 25px 20px;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .menu{
      width: calc(100% - 120px);
      height: auto;
      display: inline-block;
      vertical-align: top;
      text-align: right;
    }
    .item{
      display: inline-block;
      vertical-align: top;
      margin: 15px 5px;
      padding: 10px 15px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: 'regular', sans-serif;
      font-size: 16px;
      font-weight: 100;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
      
      -webkit-box-shadow:none;
      -moz-box-shadow:none;
      box-shadow:none;
    
      background-color: transparent;
      border-radius: 20px;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .item:hover{
      background-color:transparent;
      -webkit-box-shadow:inset 0px 0px 0px 2px #FEB82B;
      -moz-box-shadow:inset 0px 0px 0px 2px #FEB82B;
      box-shadow:inset 0px 0px 0px 2px #FEB82B;
    }
    .seleccionado{
      background-color: #FEB82B!important;
      color: #ffffff!important;
      -webkit-box-shadow:none;
      -moz-box-shadow:none;
      box-shadow:none;
    }
    .site{
      width: 100%;
      height: auto;
      display: block;
      position: relative;
      background-color: #ffffff;
    }
    .destacado{
      width: 100%;
      height: auto;
      display: block;
      background-color: #000000;
      position: relative;
    }
    .dest_picture{
      width: 100%;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url('../img/pic_destacado_01.jpg');
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
    }
    .slider_home{
      width: 100%;
      height: 500px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .dest_interna{
      width: 100%;
      height: 360px;
      display: block;
      background: url('../img/pic_destacado_01.jpg');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
    }
    .nuestros_servicios{
      background: url('../img/pic_destacado_02.jpg')!important;
      background-size: cover!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      position: relative!important;
    }
    .modelo_atencion{
      background: url('../img/pic_destacado_03.jpg')!important;
      background-size: cover!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      position: relative!important;
    }
    .paquetes_destacado{
      background: url('../img/pic_destacado_04.jpg')!important;
      background-size: cover!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      position: relative!important;
    }
    .quienes_somos{
      background: url('../img/pic_destacado_05.jpg')!important;
      background-size: cover!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      position: relative!important;
    }
    .contacto_destacado{
      background: url('../img/pic_destacado_06.jpg')!important;
      background-size: cover!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      position: relative!important;
    }
    .noticias_destacado{
      background: url('../img/pic_destacado_05.jpg')!important;
      background-size: cover!important;
      background-position: center!important;
      background-repeat: no-repeat!important;
      position: relative!important;
    }
    .tit_interna{
      font-family: 'regular', sans-serif;
      font-size: 40px;
      line-height: 44px;
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
      position: absolute;
      left: 0;
      right: 0;
      top: auto;
      bottom: 30px;
      margin: 0 auto;
    }
    .tit_interna_nota{
      font-family: 'regular', sans-serif;
      font-size: 40px;
      line-height: 44px;
      width: 100%;
      height: auto;
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
      position: absolute;
      left: 0;
      right: 0;
      top: auto;
      bottom: 30px;
      margin: 0 auto;
      padding: 0 20% 0 0;
    }
    .texto_destacado{
      font-family: 'regular', sans-serif;
      text-transform: uppercase;
      font-size: 48px;
      line-height: 54px;
      font-weight: 100;
      text-align: center;
      color: #ffffff;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
      width: 52%;
      height: auto;
      margin: 60px auto 0 ;
      position: absolute;
      left: 0;
      right: 0;
      top: 32%;
      bottom: auto;
    }
    .ampliacion{
      padding: 60px 0 0;
    }
    .cont_quotes{
      border-radius: 20px!important;
      overflow: hidden;
      height: 240px!important;
      margin-bottom: 60px;
    }
    .cont_quotes .bx-pager {
      position: absolute!important;
      bottom: 30px;
      top: auto;
      left: 0;
      right: -110px!important;
      margin: 0 auto!important;
    }
    .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a{
      width: 10px!important;
      height: 10px!important;
      background-color: #ffffff!important;
    }
    .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a:hover, .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a.active, .cont_quotes .bx-wrapper .bx-pager.bx-default-pager a:focus{
      background-color: #FFB100!important;
    }
    .cont_quotes .bx-viewport, .cont_quotes .bx-wrapper {
      height: 240px!important;
    }
    .quotes{
      height: 250px;
      display: block;
      background-color: #898989;
      overflow: hidden!important;
      border-radius: 20px!important;
      margin-bottom: 60px;
    }
    .foto_quote{
      width: 50%;
      height: 250px;
      display: inline-block;
      vertical-align: top;
      background: url('../img/img_quote_01.jpg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.8;
    }
    .txt_quote{
      width: 50%;
      height: 290px;
      display: inline-block;
      vertical-align: top;
      padding: 40px;
      text-align: left;
      font-family: 'regular', sans-serif;
      font-size: 30px;
      line-height: 34px;
      color: #606060;
      background: url('../img/fnd_quote.jpg');
      background-position: top left;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .txt_quote > span{
      font-size: 20px;
      line-height: 34px;
      font-family: 'regular', sans-serif;
      color: #606060;
      display: block;
      width: 100%;
      height: auto;
      margin: 10px 0 0;
    }
    .tit_noticias{
      width: 100%;
      height: auto;
      display: block;
      text-align: left;
      font-size: 30px;
      line-height: 44px;
      font-family: 'regular', sans-serif;
      font-weight: 100;
      color: #606060;
      margin: 0 0 38px;
      position: relative;
    }
    .bajada_interna{
      width: 100%;
      height: auto;
      display: block;
      text-align: left;
      font-size: 20px;
      line-height: 32px;
      font-family: 'regular', sans-serif;
      font-weight: 100;
      color: #606060;
      margin: 0 0 38px;
      position: relative;
    }
    .ver_todas{
      font-family: 'Roboto', sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      font-weight: 400;
      color: #FFB100;
      position: absolute;
      left: auto;
      right: 0;
      top: 20px;
      bottom: auto;
      cursor: pointer;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .ver_todas:hover{
      text-decoration: underline;
    }
    .modulos{
      width: 100%;
      height: auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      column-gap: 30px;
      row-gap: 30px;
      margin-bottom: 60px;
    }
    .modelos{
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 60px;
    }
    .paquetes{
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px;
      position: relative;
    }
    .mod_nota{
      width: 100%;
      height: 360px;
      display: inline-block;
      vertical-align: top; 
      background-color: #ffffff; 
      border-radius: 20px; 
      overflow: hidden;  
      box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.16);      
      cursor: pointer;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
    }
    .foto_nota{
      width: 100%;
      height: 180px;
      display: block;
      overflow: hidden;
    }
    .txt_nota{
      padding: 25px 22px 30px;
    }
    .fecha_nota{
      width: 100%;
      height: auto;
      display: block;
      color: #FFB100;
      font-size: 14px;
      text-align: left;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .tit_nota{
      width: 100%;
      height: auto;
      display: block;
      color: #606060;
      font-size: 18px;
      line-height: 24px;
      text-align: left;
      font-family: 'regular', sans-serif;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .mod_nota:hover > .txt_nota > .tit_nota{
      text-decoration: underline;
    }
    .mod_serv{
      width: 100%;
      height: 430px;
      display: flex;
      align-items: center;
      justify-content: center;
      vertical-align: top; 
      background-color: #ffffff; 
      border-radius: 20px; 
      overflow: hidden;  
      /*box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16);*/
      position: relative;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
    }
    .foto_serv{
      width: 60px;
      height: auto;
      display: block;
      overflow: hidden;
      position: absolute;
      top: 25px;
      left: 22px;
      right: auto;
      bottom: auto;
    }
    .txt_serv{
      padding: 100px 22px 30px;
      align-self:flex-start;
      width: 100%;
      height: 430px;
    }
    .fecha_serv{
      width: 100%;
      height: auto;
      display: block;
      color: #ffffff;
      font-size: 20px;
      text-align: left;
      font-family: 'regular', sans-serif;
      margin-bottom: 10px;
    }
    .separa_serv{
      width: 100%;
      height: 1px;
      display: block;
      background-color: #ffffff;
      margin-bottom: 15px;
    }
    .tit_serv{
      width: 100%;
      height: auto;
      display: block;
      color: #ffffff;
      font-size: 12px;
      line-height: 16px;
      text-align: left;
      font-family: 'regular', sans-serif;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .mod_serv:hover > .txt_serv > .fecha_serv{
      color: #FFB100;
    }
    .paq{
      width: calc((100% / 4) - 10px);
      height: auto;
      display: inline-block;
      vertical-align: top;
      padding: 50px 30px;
      border-radius: 20px;
      background-color: #ffffff;
      margin: 0 5px;
    }
    .paq_largo{
      background-color: #FEB82B!important;
      box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16)!important;
      position: relative;
      z-index: 10;
    }
    .tit_paq{
      width: 100%;
      height: auto;
      display: block;
      font-size: 30px;
      line-height: 40px;
      font-family: 'regular', sans-serif;
      text-align: center;
      color: #000000;
      margin-bottom: 20px;
    }
    .item_paq{
      width: 100%;
      height: auto;
      display: block;
      color: #606060;
      font-family: 'regular', sans-serif;
      font-weight: 100;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      margin-bottom: 10px;
    }
    .separador_paq{
      width: 100px;
      height: 1px;
      display: block;
      margin: 20px auto;
      background-color: #606060;
      opacity: 0.3;
    }
    .btn_paq{
      width: 100%;
      height: 40px;
      display: block;
      background-color: #FEB82B;
      border-radius: 20px;
      font-size: 20px;
      text-align: center;
      color: #ffffff;
      font-family: 'regular', sans-serif;
      font-weight: 100;
      padding: 7px 0;
      cursor: pointer;
      text-decoration: none;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .paq_largo .tit_paq{
      color: #ffffff!important;
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    .paq_largo .item_paq{
      color: #000000;
      opacity: 0.5;
    }
    .legal_paq{
      width: 100%;
      height: auto;
      display: block;
      text-align: left;
      font-family: 'regular', sans-serif;
      color: #606060;
      opacity: 0.5;
      font-style: italic;
      margin-bottom: 60px;
    }
    .paq_largo > .btn_paq{
      width: 100%;
      height: 40px;
      display: block;
      background-color: #2957A3;
      border-radius: 20px;
      font-size: 20px;
      text-align: center;
      color: #ffffff;
      font-family: 'regular', sans-serif;
      font-weight: 100;
      padding: 7px 0;
    }
    .btn_paq:hover{
      background-color: #c48d1e;
    }
    .paq_largo > .btn_paq:hover{
      background-color: #19386a;
    }
    .linea_paq_top{
      width: 100%;
      height: 1px;
      display: block;
      background-color: #606060;
      opacity: 0.3;
      position: absolute;
      top: 25px;
      left: 0;
      right: 0;
      bottom: auto;
    }
    .linea_paq_bottom{
      width: 100%;
      height: 1px;
      display: block;
      background-color: #606060;
      opacity: 0.3;
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      bottom: 25px;
    }
    .footer{
      width: 100%;
      height: auto;
      display: block;
      padding-bottom: 80px;
      position: relative;
    }
    .logo_footer{
      width: 78px;
      height: auto;
      display: block;
      position: absolute;
      left: auto;
      top: 0;
      right: 0;
      bottom: auto;
      cursor: pointer;
      margin:  15px 0 0;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .logo_footer:hover{
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    .accesos_footer{
      width: 100%;
      height: auto;
      display: none;
      margin-bottom: 20px;
      text-align: left;
    }
    .acceso{
      display: inline-block;
      vertical-align: top;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 32px;
      color: #AFAFAF;
    }
    .acceso:hover{
      text-decoration: underline;
      cursor: pointer;
    }
    .separa_acceso{
      display: inline-block;
      vertical-align: top;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 32px;
      color: #AFAFAF;
    }
    .accesos_redes{
      width: 100%;
      height: auto;
      display: block;
      text-align: left;
    }
    .red{
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .red:hover{
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    .red01{
      width: 22px;
      height: auto;
      margin-top: 2px;
      margin-right: 25px;
    }
    .red02{
      width: 19px;
      height: auto;
    }
    .red03{
      width: 19px;
      height: auto;
    }
    .red04{
      width: 17px;
      height: auto;
      margin-top: 1px;
    }
    .columna_nota{
      width: calc(100% - 340px);
      height: auto;
      display: inline-block;
      vertical-align: top;
    }
    .columna_banner{
      width: 340px;
      height: auto;
      display: inline-block;
      vertical-align: top;
      padding: 0 0 0 40px;
    } 
    .banner_nota{
      width: 300px;
      height: 250px;
      display: block;
      background: url('../img/pic_destacado_01.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .bajada_interna_nota{
      font-family: 'regular', sans-serif;
      font-size: 24px;
      line-height: 30px;
      color: #2957A3;
      display: block;
      margin-bottom: 20px;
      padding-right: 40px;
    }
    .recientes{
      width: 100%;
      height: auto;
      display: block;
      position: relative;
    }
    .columna_quienes_nota{
      width: calc(100% - 560px);
      height: auto;
      display: block;
      vertical-align: top;
    }
    .columna_quienes_nota2{
      width: calc(100% - 560px);
      height: auto;
      display: block;
      vertical-align: top;
      position: relative;
    }
    .columna_quienes_banner{
      width: 560px;
      height: auto;
      display: inline-block;
      vertical-align: top;
      padding: 30px 40px;
      position: absolute;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
    }
    .text_contenido_quienes_interna_nota{
      font-size: 18px;
      line-height: 24px;
      font-size: 'regular', sans-serif;
      text-align: left;
      display: block;
      width: 100%;
      height: auto;
      padding-right: 40px;
      margin-bottom: 10px;
    }
    .text_contenido_quienes_interna_nota2{
      font-size: 18px;
      line-height: 24px;
      font-size: 'regular', sans-serif;
      text-align: left;
      display: block;
      width: 100%;
      height: auto;
      padding-right: 40px;
      position: relative;
      margin-bottom: 60px;
    }
    .comilla{
      width: 60px;
      height: auto;
      display: block;
      margin: 0 auto 20px 0;
    }
    .separador_columnas{
      width: 2px;
      height: 240px;
      display: block;
      position: absolute;
      left: 0;
      top: 40px;
      right: auto;
      bottom: auto;
      background-color: #606060;
      opacity: 0.3;
    }
    .frase_comilla{
      font-family: 'regular', sans-serif;
      font-size: 32px;
      line-height: 38px;
      color: #606060;
      text-align: left;
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px;
    }
    .capsula{
      width: 42px;
      height: 15px;
      display: block;
      background-color: #FEB82B;
      margin: 0 auto 0 0;
      border-radius: 20px;
      margin-bottom: 10px;
    }
    .autor_comilla{
      font-family: 'regular', sans-serif;
      font-size: 24px;
      line-height: 46px;
      color: #606060;
      text-align: left;
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px;
    }
    .fecha_interna_nota{
      font-family: 'bold', sans-serif;
      font-size: 22px;
      line-height: 44px;
      text-transform: uppercase;
      width: 100%;
      height: auto;
      color: #FFB100;
      margin-bottom: 10px;
      text-align: left;
      position: relative;
    }
    .volver_nota{
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      line-height: 44px;
      text-transform: uppercase;
      color: #FFB100;
      position: absolute;
      left: auto;
      top: 5px;
      right: 0;
      bottom: auto;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .volver_nota:hover{
      text-decoration: underline;
    }
    .text_destacado_interna_nota{
      font-family: 'regular', sans-serif;
      font-size: 28px;
      line-height: 32px;
      width: 100%;
      height: auto;
      color: #2957A3;
      text-align: left;
      margin-bottom: 30px;
    }
    .text_contenido_interna_nota{
      font-family: 'regular', sans-serif;
      font-size: 18px;
      line-height: 22px;
      width: 100%;
      height: auto;
      color: #606060;
      text-align: left;
      margin-bottom: 30px;
    }
    .tit_contacto{
      font-family: 'regular', sans-serif;
      font-size: 40px;
      line-height: 44px;
      width: 100%;
      height: auto;
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
      position: relative;
      margin: 0 auto 25px;
    }
    .columna_form{
      width: calc(100% - 586px);
      height: auto;
      display: block;
      vertical-align: top;
      background-color: #FEB82B;
      border-radius: 20px;
      padding: 38px 30px;
      margin-bottom: -60px;
      box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16)!important;
      position: relative;
      top: -150px;
    }
    .columna_dir{
      width: 586px;
      height: auto;
      display: inline-block;
      vertical-align: top;
      padding: 40px;
      position: absolute;
      left: auto;
      right: 0;
      top: 0;
      bottom: auto;
    }
    .bajada_contacto{
      font-family: 'regular', sans-serif;
      font-size: 20px;
      line-height: 24px;
      color: #606060;
      text-align: left;
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 20px;
    }
    .campo_txt{
      border-radius: 20px;
      overflow: hidden;
      display: block;
      width: 100%;
      height: auto!important;
      margin-bottom: 20px;
    }
    .campo_txt > input{
      width: calc(100% - 60px)!important;
      height: 50px!important;
      background-color: #ffffff!important;
      display: block;
      text-align: left;
      font-family: 'regular', sans-serif;
      color: #7F7F7F;
      padding: 0 30px!important;
      margin: 0!important;
      font-size: 21px!important;
      line-height: 50px!important;
      border: none!important;
    }
    .campo_txt > textarea{
      width: 100%!important;
      height: 132px!important;
      background-color: #ffffff!important;
      display: block;
      text-align: left;
      font-family: 'regular', sans-serif;
      color: #7F7F7F;
      padding: 10px 30px!important;
      margin: 0!important;
      font-size: 21px!important;
      line-height: 24px!important;
      border: none!important;
    }
    input:focus{
      border: none!important;
    }
    .btn_contacto{
      width: 280px;
      height: 40px;
      display: block;
      margin: 0 auto 30px;
      font-family: 'regular', sans-serif;
      font-size: 20px;
      line-height: 40px;
      text-align: center;
      color: #ffffff;
      background-color: #2957A3;
      border-radius: 20px;
      cursor: pointer;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .btn_contacto:hover{
      background-color: #19386a;
    }
    .casa{
      width: 60px;
      height: auto;
      display: block;
      margin: 0 auto 20px 0;
    }
    .nombre_contacto{
      width: 100%;
      height: auto;
      display: block;
      font-family: 'regular', sans-serif;
      font-size: 38px;
      line-height: 46px;
      color: #606060;
      text-align: left;
      margin: 0 0 10px;
    }
    .subrayado_contacto{
      max-width: 340px;
      width: 100%;
      height: 1px;
      background-color: #606060;
      opacity: 0.4;
      margin: 0 auto 30px 0;
      display: block;
    }
    .ico_contacto{
      width: 30px;
      height: auto;
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 10px;
    }
    .ico_contacto_primero{
      margin: 0 10px 10px 0px!important;
    }
    .num_contacto{
      width: 100%;
      height: auto;
      display: block;
      font-size: 22px;
      line-height: 24px;
      font-family: 'regular', sans-serif;
      color: #606060;
      text-align: left;
      margin: 0 0 20px;
    }
    .mail_contacto{
      font-family: 'regular', sans-serif;
      font-size: 22px;
      line-height: 24px;
      text-align: left;
      color: #2957A3;
      opacity: 0.5;
      cursor: pointer;
      text-decoration: none;
      display: block;
      margin-bottom: 30px;
    
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
    }
    .mail_contacto:hover{
      opacity: 1;
      text-decoration: underline;
    }
    .campo_error{
      background-color: #B6934D;
      width: 100%;
      height: 38px;
      display: block;
      text-align: center;
      border-radius: 10px;
      overflow: hidden;
    }
    .ico_error{
      width: 17px;
      height: auto;
      display: inline-block;
      vertical-align: top;
      margin: 10px;
    }
    .texto_error{
      display: inline-block;
      vertical-align: top;
      font-family: 'regular', sans-serif;
      color: #ffffff;
      text-align: left;
      font-size: 14px;
      line-height: 38px;
    }
    .mod{
      width: 90%;
      height: auto;
      display: block;
      margin: 0 auto 40px;
      background-color: #F6F6F6;
      border-radius: 20px;
      padding: 30px 60px;
      box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.16);
      position: relative;
    }
    .icono_mod{
      width: 90px;
      height: 90px;
      display: inline-block;
      border-radius: 45px;
      background-color: #606060;
      vertical-align: top;
    
      transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
    }
    .icono{
      width: 42px;
      height: auto;
      display: block;
      margin: 28px auto;
    }
    .separador_mod{
      width: 2px;
      height: 90px;
      display: inline-block;
      vertical-align: top;
      background-color: #707070;
      opacity: 0.2;
      margin: 0 40px;
    }
    .texto_mod{
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 172px);
      height: auto;
    }
    .tit_mod{
      font-family: 'regular', sans-serif;
      font-size: 28px;
      line-height: 40px;
      width: 100%;
      height: auto;
      display: block;
      text-align: left;
      color: #000000;
      margin-bottom: 10px;
    }
    .bajada_mod{
      font-family: 'regular', sans-serif;
      width: 90%;
      height: auto;
      display: block;
      text-align: left;
      color: #606060;
      font-size: 16px;
      line-height: 20px;
    }
    .conector{
      width: 50px;
      height: 190px;
      display: block;
      position: absolute;
      border: 4px solid #707070;
    
      transition: all 1s ease-out;
      -webkit-transition: all 1s ease-out;
      -moz-transition: all 1s ease-out;
      -o-transition: all 1s ease-out;
      -ms-transition: all 1s ease-out;
    }
    .der{
      border-left: none!important;
      left: auto;
      right: -50px;
      top: 50%;
      bottom: auto;
    }
    .izq{
      border-right: none!important;
      left: -50px;
      right: auto;
      top: 50%;
      bottom: auto;
    }
    .mod_visible .icono_mod{
      background-color: #FEB82B!important;
    }
    .mod_visible .der{
      border: 4px solid #2957A3!important;
      background-color: transparent;
      border-left: none!important;
      left: auto;
      right: -50px;
      top: 50%;
      bottom: auto;
    }
    .mod_visible .izq{
      border: 4px solid #2957A3!important;
      background-color: transparent;
      border-right: none!important;
      left: -50px;
      right: auto;
      top: 50%;
      bottom: auto;
    }
}