
body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #fff;
  width: 100% !important;
  max-width: 100% !important;
}

a {
  color: #cda45e;
  text-decoration: none;
}

a:hover {
  color: #0B3A6A !important;
  text-decoration: none;
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v9/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMaC82U-ro.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Helvetica-light';
  font-display: swap;
  src: url("../font/Helvetica-light.ttf") format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Didot-italic';
  font-display: swap;
  src: url("../font/Didot-italic.ttf") format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Didot';
  font-display: swap;
  src: url("../font/Didot.ttf") format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Din-light';
  font-display: swap;
  src: url("../font/Din-light.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: 'Din';
  font-display: swap;
  src: url("../font/Din.ttf") format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'Palatino';
  font-display: swap;
  src: url("../font/Palatino.ttf") format('truetype');
  font-style: normal;
}
@font-face {
  font-family: 'GeorgiaPro';
  font-display: swap;
  src: url("../font/GeorgiaPro-CondBoldItalic.ttf") format('truetype');
  font-style: normal;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-top-color: #004777;
  border-bottom-color: #004777;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {desv
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#fondo:before {
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(6,76,126,0.7);
}

#fondo_cuadro:before {
   background: url(../img/slider/cuadro.webp);
   background-size: auto;
   background-repeat: repeat;
   background-position: center center;
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

#fondo_blanco:before {
  content:'';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,1);
}
.cont_res{
  position: relative;
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: right;
}
.res{
  letter-spacing: 0.1rem;
  font-family: 'Helvetica-light';
  font-weight: 600;
  position: absolute;
  background: #064c7d;
  color: #ffffff;
  font-size: 14px;
  padding: 15px 15px;
  z-index: 100;
  top: 130px;
  margin-right: 30px;
}
.res:hover{
  cursor: pointer;
  color: #ffffff !important;
}
.res_modal{
  color: #ffffff !important;
  letter-spacing: 0.1rem;
  font-family: 'Helvetica-light';
  font-weight: 600;
  font-size: 14px;
}
.res_modal:hover{
  cursor: pointer;
  color: #bdbcbc !important;
}

.texto_nosotros{
  margin-left: -6px;
}

.texto_nosotros .nos_inf{
  margin-right: 30px;
  margin-left: 50px;
}
.texto_nosotros h3{
  color:#2E2E2E;
  font-size: 47px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-family: 'Palatino';
  margin: 0px 0px 21px calc((100% - 560px) * 0.5);
}
.texto_nosotros hr{
  height: 2px;
  width: 300px; 
  color: #064c7d !important;
  opacity: 1 !important;
  margin: 0px 0px 21px calc((100% - 560px) * 0.5);
}

.texto_nosotros p{
  color:#7B736F;
  text-align: justify;
  font-size: 17px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 400;
  font-family: 'Din-light';
  margin: 0px 0px 21px calc((100% - 560px) * 0.5);
  width: 490px;
}
.texto_nosotros a{
  color:#A5C8DE;
}
.texto_nosotros a:hover{
  color:#A5C8DE !important;
}

.img_logo_1{
    margin: 63px 0px 32px calc((100% - 560px) * 0.5);
  }
#aviso .adp_linea{
  position: absolute;
  margin-top: 14%;
  margin-left: 3%;
  color: #fff;
  width: 150px;
  transform: rotate(90deg);
  border-top: 5px solid #fff;
}
.p_txt{
  margin-top: 70px;
  font-family: 'Din-light';
  font-weight: 400;
  margin-bottom: 100px;
  margin-left: 50px;
  margin-right: 70px;
}
.p_txt h1{
  color: #3a3634;
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.accordion-button:not(.collapsed) {
    color: #3a3634 !important;
    font-weight: 900;
    background-color: transparent !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-body{
   color: #7B736F !important;
}
.accordion-body a{
  color: #A5C8DE !important;
}
#aviso h1{
    font-family: 'GeorgiaPro';
    font-size: 60px !important;
    position: absolute;
    margin-top: 8%;
    margin-left: 12%;
}
.avp_txt p{
  color: #7B736F;
  text-align: justify;
  font-family: 'Din-light';
  font-weight: 400;
  margin-top: 70px;
  margin-left: 50px;
  margin-right: 70px;
  margin-bottom: 70px;
}
.img_nos{
    height: 600px;
} 
/* Estilos Movil */
@media (max-width: 1240px) {
  .img_logo_1{
    margin: 63px 0px 32px calc((100% - 560px) * 0.5);
  }
}
@media (max-width: 1200px) {
  .texto_nosotros .nos_cont{
    padding-left: 70px !important;
  }
  .testimonials .testimonial-item .testimonial-img {
      width: 100% !important;
      height: 493px !important;
      object-fit: cover;
      border-radius: 0 !important;
      margin: 0px !important;
      z-index: 2;
      border: 0px !important;
  }
  .parallax-dos::after {
    background-size: 50%;
  }
  .parallax_::after {
    background-size: 575px 696px !important;
 }
 .img_logo_2 {
    margin-left: 20px !important;
  }
  .img_logo_3 {
    margin-left: 20px !important;
  }
  #footer .img1{
    margin-left: 90px !important;
  }
  #footer .f_ref {
    margin-left: 70px !important;
  }
  .avp_txt p{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .p_txt{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 1116px) {
  .texto_nosotros .nos_cont{
    padding-left: 120px !important;
  }
}
@media (max-width: 1050px) {
  #footer .f_ref {
    margin-left: 160px !important;
 }
  .texto_nosotros .nos_cont{
    padding-left: 30px !important;
  }
  .swiper-slide {
    width: 100% !important;
    margin: 0px !important;
  }
  .testimonials .testimonial-item .testimonial-img {
      width: 100% !important;
      height: 493px !important;
      object-fit: cover;
      border-radius: 0 !important;
      margin: 0px !important;
      z-index: 2;
      border: 0px !important;
  }
  .parallax-dos::after {
    background-size: 50%;
  }
  .img_logo_1{
    margin-left: 60px;
  }
  .texto_nosotros h3{
    margin-left: 30px;
  }
  .texto_nosotros hr{
    margin-left: 30px;
    margin-top: 21px;
  }
  .texto_nosotros p{
    margin-left: 30px;
    width: 750px;
  }
   #slider .row>* {
    width: 50%;
  }
  .cm_comen .row>* {
    width: 50%;
  }
  .cm_comen .order-2 {
    order: 0 !important;
 }
 .com_cm_1{
  margin-top: 15px !important;
 }
 .cont_trip{
  margin-top: 0px !important;
 }
 .parallax::after {
    width: 485px;
    height: 640px;
    background-size: 485px 696px;
 }
 .parallax_::after {
    background-size: 524px 696px !important;
 }
 .footer_p2 .row>* {
   width: 370px;
 }
 .footer_p2 .order-2 {
   order: 0 !important;
 }
 .home_s1{
  left: 33% !important;
  }
  #footer .f_ref {
   width: 370px !important;
 }
}

@media (max-width: 1048px) {
  .img_logo_1 {
    margin-left: 20px !important;
 }
 .texto_nosotros .nos_inf {
   margin-left: 0px !important;
 }
 .texto_nosotros p {
    width: 430px;
 }
}

@media (max-width: 1040px){
  .parallax::after {
    width: 666px;
    height: 640px;
    background-size: 526px 640px;
 }
  .coment_linea{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .parallax_::after {
    background-size: 485px 696px !important;
 }
}
@media (max-width: 990px){
  .img_nos{
    height: 100% !important;
  } 
  #footer .img1 {
    margin-top: 6px !important;
  }
  #footer .f_ref {
    margin-left: 100px !important;
  }
  .texto_nosotros p {
    width: 770px;
  }
  .img_logo_2 {
    margin-left: 150px !important;
  }
  .img_logo_3 {
    margin-left: 150px !important;
  }
  #aviso .adp_linea{
  margin-top: 16%;
  margin-left: 0%;
 }
 .p_txt{
  margin-left: 0px;
  margin-right: 0px;
 }
.nosotros_row .col-lg-6{
    width: 100% !important;
  } 
.sucursales_row .col-lg-6{
    width: 100% !important;
  } 
}
@media (max-width: 948px){
  .menu2{
    margin-left: 80% !important;
  }
}
@media (max-width: 890px){
  .footer_p2 .row>* {
   width: 370px;
 }
 .texto_nosotros .nos_inf{
  margin-left: 0px !important;
 }
 .img_logo_1 {
    margin-left: 20px;
 }
 .texto_nosotros p {
    width: 710px;
 }
 .home_s1{
  left: 31% !important;
  }
 .home_s3{
  width: 413px !important;
  height: 413px !important;
 }
 .home_s5{
  left: 28% !important;
 }
 .home_s5{
  width: 381px !important;
  height: 381px !important;
 }
 .texto_lider3{
  margin-left: 23% !important;
 }
 .comentarios{
  margin-left: 30px !important;
 }
 .coment_linea{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
 }
 .parallax::after {
    width: 485px;
    height: 640px;
    background-size: 435px 696px;
 }
 .parallax_::after {
    background-size: 440px 696px !important;
 }
 .coment_img2 {
    width: 67px;
    height: 17px;
  }
}
@media (max-width: 860px){
  #footer .img1 {
    margin-left: 40px !important;
  }
  #footer .f_ref{
    margin-left: 0px !important;
  }
  .comentarios h2{
    font-size: 20px !important;
  }
  .coment_img2 {
    width: 67px;
    height: 17px;
  }
  .res{
    margin-right: 20px;
    font-size: 12px;
    padding: 12px 12px;
  }
}
@media (max-width: 835px){
  .coment_img1 {
    width: 25px !important;
    height: 23px !important;
  }
  .coment_img2 {
    width: 67px;
    height: 17px;
 }
 .coment_img4 {
    width: 82px !important;
    height: 19px !important;
  }
  .img_trip {
    width: 83px !important;
    height: 44px !important;
  }
  .comentarios div img {
    width: 66px !important;
    height: 30px !important;
  }
  .text_trip {
    width: 210px !important;
    height: 44px !important;
  }
  .ref_1{
    margin-left: 85px !important;
  }
  .ref_2{
    margin-left: 35px !important;
  }
  .ref_3{
    margin-left: 85px !important;
  }
}
@media (max-width: 780px){
  .texto_nosotros p {
    width: 580px;
 }
 .ref_1{
    margin-left: 35px !important;
  }
  .ref_2{
    margin-left: 25px !important;
  }
  .ref_3{
    margin-left: 35px !important;
  }
  #footer .f_ref {
    margin-left: -10px !important;
 }
 .img_logo_2 {
    margin-left: 90px !important;
  }
  .img_logo_3 {
    margin-left: 90px !important;
  }
  #aviso .adp_linea{
    margin-top: 18%;
    margin-left:-4%;
   }
  .avp_txt p{
  margin-left: 0px;
  margin-right: 0px;
  }
}
@media (max-width: 757px){
  .comentarios h2 {
    font-size: 15px !important;
 }
 .ref_1{
    font-size: 12px !important;
  }
  .ref_2{
    font-size: 12px !important;
  }
  .ref_3{
    font-size: 12px !important;
  }
  .coment_img2 {
    width: 50px !important;
    height: 13px !important;
 }
 .coment_img3 {
    width: 60px !important;
    height: 19px !important;
  }
  .coment_img4 {
    width: 62px !important;
    height: 19px !important;
  }
  #footer div h1{
    font-size: 37px !important;
  }
  #footer span{
    font-size: 14px !important;
  } 
  #footer a{
    font-size: 14px !important;
  } 
  #footer .img1 {
    width: 111px !important;
    height: 53px !important;
    margin-left: 15px !important;
  }
  .cont_his p{
    font-size: 15px !important;
  }
  .parallax_::after {
    background-size: 370px 696px !important;
 }
}
@media (max-width: 733px){
  .parallax::after {
    background-size: 370px 696px;
 }
 .cont_his img {
    width: 180px !important;
    height: 180px !important;
  }
  .footer_p2 .row>* {
    width: 111px !important;
 } 
 .menu2 {
    margin-left: 74% !important;
 } 
 #comentarios .about-img img{
  height: 600px !important;
 } 
 .img_logo_2 {
    margin-left: 70px !important;
  }
  .img_logo_3 {
    margin-left: 70px !important;
  } 
  #footer .f_ref {
    margin-left: 160px !important;
 }
 #aviso .adp_linea{
  margin-left: -4% !important;
  height: 126px !important;
  margin-top: 130px !important;
 }
 #aviso h1 {
  margin-left: 140px !important;
  margin-top: 140px !important;
  font-size: 50px !important;
 }
}
@media (max-width: 689px){
#slider .row>*{
  width: 100%;
 }
}
@media (max-width: 733px){
  .texto_nosotros p {
    width: 480px;
 }
 .home_s1 .h_s1_t1{
  font-size: 25px !important;
 }
 .home_s1 .h_s1_t2{
  font-size: 17px !important;
 }
 .home_s1 .h_s1_t3{
  font-size: 53px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
 }
 .centrar_info .h_s1_img1{
  width: 290px !important;
 }
 .home_s3 {
    width: 273px !important;
    height: 273px !important;
    margin-top: -80px !important;
  }
  .h_s3_img2{
    margin-left: -140px !important;
    margin-top: 100px !important;
    width: 180px !important;
  }
  .h_s4_img1{
    width: 297px !important;
    height: 105px !important;
    margin-left: 10px !important;
  }
  .h_s4_t1{
    margin-left: 30px !important;
    font-size: 20px !important;
  }
  .h_s4_t2{
    margin-left: 60px !important;
    font-size: 50px !important; 
  }
 .home_s5 {
    left: 22% !important;
 }
 .h_s5_t1{
  font-size: 20px !important;
 }
 .h_s5_t2{
  font-size: 50px !important;
 }
 .h_s6{
  top: 33% !important;
  left: 43% !important;
 }
 .home_s7{
    width: 280px !important;
    height: 280px !important;
 }
 .h_s6_t1{
  font-size: 20px !important;
  margin-left: 250px !important;
  margin-top: -250px !important;
 }
 .h_s6_t2{
  font-size: 50px !important;
  margin-left: 250px !important;
 }
 .h_s6_t3{
  margin-left: 250px !important;
  font-size: 12px !important;
 }
 .texto_lider3 {
    margin-left: 17% !important;
 }
}
@media (max-width: 689px){
 .parallax-window:before {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  min-height: 640px;
  width: 100% !important;
  background: rgba(3,38,63,0.8) !important;
 }
 #footer .f_ref {
    margin-left: 140px !important;
  }
  .menu2{
    display: none !important;
  }
}
@media (max-width: 630px){
  .prensa_img{
    height: 180px;
  }
  #footer .img1{
    margin-left: 0px !important;
  }
  .centrar_2{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h_s4_img1{
    margin-left: 30px !important;
  }
  .h_s4_t2{
    margin-left: 80px !important;
  }
  .footer_p2 .order-1{
    align-self: start !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  .footer_p2 .order-2{
    align-self: start !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
  #footer .f_ref{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .menu2 {
    margin-left: 68% !important;
 }
 .texto_lider3 {
    margin-left: 7% !important;
 }
 #slider .row>*{
  width: 100%;
 }
 .sc_px{
  height: 1100px !important;
 }
 .pallx_1{
  height: 600px;
 }
 .pallx_2{
  height: 500px;
 }
 .parallax::after{
  width: 650px;
  background-size: 647px 696px;
 }
 .parallax_::after {
    background-size: 640px 696px !important;
 }
 .texto_nosotros p {
    width: 390px;
 }
 .img_logo_1 {
    margin-right: 20px !important;
  }
  .img_logo_2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .img_logo_3 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .cont_his{
    width: 469px !important;
    left: 255px !important;
  }
  .cont_his img {
    width: 100px !important;
    height: 100px !important;
    margin-top: 95px !important;
 }
 .cont_his h1 {
  font-size: 20px !important;
 }
 .cont_his p {
    font-size: 13px !important;
 }
 .cont_his a {
  font-size: 13px !important;
 }
 .cm_comen .row>*{
    width: 100%;
 }
 #comentarios .about-img img {
    height: 1000px !important;
 }
 .comentarios h2 {
    font-size: 22px !important; 
    margin-bottom: 20px;
    margin-top: 20px;
 }
 .coment_img2 {
    width: 69px !important;
    height: 17px !important;
 }
 .coment_linea {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
 }
 .coment_img3 {
    width: 102px !important;
    height: 29px !important;
 }
 .coment_img4 {
    width: 102px !important;
    height: 29px !important;
 }
 .img_trip {
  margin-bottom: 40px;
 }
 .h_s4_img1 {
    margin-left: 80px !important;
 }
 .h_s4_t2 {
    margin-left: 130px !important;
 }
 .h_s4_t1 {
    margin-left: 90px !important;
 }
  .owl-carousel .owl-nav .owl-prev {
    left: 20px !important;
 }
 .owl-carousel .owl-nav .owl-next {
    right: 20px !important;
 }
 .parallax-uno::after{
    background-attachment: inherit !important;
  }
  .parallax-dos::after{
    background-attachment: inherit !important;
  }
}
@media (max-width: 562px){
#comentarios .about-img img {
    height: 1000px !important;
 }
}
@media (max-width: 492px){
  .img_logo_1 {
    margin-right: 40px !important;
    width: 91px !important;
    height: 91px !important;
 }
 .img_logo_2 {
    width: 96px !important;
    height: 91px !important;
    margin-right: 40px !important;
    margin-left: 0px !important;
 }
 .img_logo_3{
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 97px !important;
    height: 70px !important;
 }
 .texto_nosotros h3 {
  font-size: 37px !important;
 }
 .texto_nosotros hr {
  width: 240px !important;
 }
 .texto_nosotros p {
    width: 350px !important;
    font-size: 15px !important;
 }
 .texto_lider3 p{
  font-size: 14px !important;
 }
 .texto_lider3{
    width: 349px !important;
    margin-left: 13% !important;
 }
 .suc_inf h1{
  font-size: 15px !important;
 }
 .suc_inf h2{
  font-size: 11px !important;
 }
 .suc_inf p{
  font-size: 15px !important;
 }
 .cont_his {
    width: 369px !important;
    left: 305px !important;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 20px !important;
 }
 .owl-carousel .owl-nav .owl-next {
    right: 20px !important;
 }.home_s1 {
    left: 28% !important;
 }
 .s1_video{
  position: absolute;
  height:100%
  width:100%
  top:0;
  left:0;
 }
 .home_s5 {
    left: 10% !important;
 }
 .home_s7 {
    width: 239px !important;
    height: 239px !important;
    margin-left: 80px !important;
 }
 .h_s6_t1 {
    font-size: 20px !important;
    margin-left: 250px !important;
    margin-top: -200px !important;
 }
 .menu2 {
    margin-left: 62% !important;
 }
 #footer .f_ref {
    margin-left: 60px !important;
 }
}
@media (max-width: 486px){
  #footer .f_ref {
    margin-left: 60px !important;
 }
 .texto_lider3 {
    margin-left: 7% !important;
 }
 .texto_nosotros .nos_cont {
    padding-left: 0px !important;
 }
 .texto_nosotros p {
    width: 330px !important;
  }
  .home_s1 {
    left: 25% !important;
 }
 .home_s3 {
    width: 213px !important;
    height: 213px !important;
  }
  .h_s3{
    left: 39% !important;
  }
  .h_s4_img1 {
    margin-left: 120px !important;
 }
 .h_s4_t2 {
    margin-left: 170px !important;
 }
 .h_s4_t1 {
    margin-left: 130px !important;
 }
 .home_s5 {
    left: 6% !important;
 }
 .home_s7 {
    width: 209px !important;
    height: 209px !important;
    margin-left: 100px !important;
 }
 .h_s6_t1 {
    margin-top: -180px !important;
 }
 .texto_lider3 .ref_slider3 {
    width: 194px !important;
  }
  #comentarios .about-img img {
    height: 800px !important;
 }
}
@media (max-width: 486px){
  #footer .f_ref {
    margin-left: 60px !important;
 }
 .h_s4_t2 {
    margin-left: 170px !important;
 }
 .h_s6_t2 {
    font-size: 40px !important;
  }
  .img_logo_1 {
    margin-right: 60px !important;
  }
  .img_logo_2 {
    margin-right: 60px !important;
  }
  .parallax-uno::after{
    background-attachment: inherit !important;
  }
  .parallax-dos::after{
    background-attachment: inherit !important;
  }
}
@media (max-width: 436px){
   #footer .f_ref {
    margin-left: 20px !important;
 }
}
@media (max-width: 467px){
  .menu #menu-flters li{
    padding: 8px 5px 10px 1px !important;
    font-size: 17px !important;
  }
}
@media (max-width: 436px){
  .img_logo_1 {
    margin-right: 40px !important;
  }
  .img_logo_2 {
    margin-right: 40px !important;
  }
  .h_s3_img2{
    margin-left: -120px !important;
    margin-top: 100px !important;
    width: 180px !important;
  }
  .home_s3{
    margin-left: 30px !important;
  }
  #aviso .adp_linea{
  margin-left: -22% !important;
  height: 126px !important;
  margin-top: 130px !important;
 }
 #aviso h1 {
  margin-left: 70px !important;
  margin-top: 140px !important;
  font-size: 50px !important;
 }
}
@media (max-width: 392px){
  .img_logo_1 {
    width: 71px !important;
    height: 71px !important;
  } 
  .img_logo_2 {
    width: 76px !important;
    height: 71px !important;
  }
  .img_logo_3 {
    width: 77px !important;
    height: 56px !important;
  }
  #footer .f_ref {
    margin-left: 0px !important;
  }
  .centrar_info .h_s1_img1{
  width: 250px !important;
 }
}
@font-face {
  font-family: "bootstrap-icons";
  font-display: swap;
  src: url("../vendor/bootstrap-icons/fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
url("../vendor/bootstrap-icons/fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}


[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-up-short::before { content: "\f145"; }
.bi-list::before { content: "\f479"; }
.bi-x::before { content: "\f62a"; }

/*---------------------------------------------------------*/

#cookies{
  padding: 0px !important;
}
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #000;
    box-shadow: -8px -7px 20px 0 rgb(0 0 0 / 10%);
    padding: 7px;
    text-align: center;
    z-index: 99;
}
#div-cookies p{
  font-size: 14px;
  font-family: Helvetica-light;
  font-weight: 400;
  text-align: justify !important;
}
#div-cookies p a{
  color: #fff;
  text-decoration:underline;
}
#div-cookies p>a:hover{
  color: #656565 !important;
}
#div-cookies .btn_cancelar:hover{
  color: #fff !important;
}
.btn_cancelar{
  width: 166px;
  color: #fff;
  background-color: #000;
  border: solid 1px #fff;
  border-radius: 0px;
}
.btn_cook{
  height: 32px;
  padding: 0 16px 0 16px;
  align-self: center;
  margin: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  white-space: nowrap;
  overflow: hidden;
}
.btn_aceptar{
  width: 83px;
  color: #000;
  border: solid 1px #000000;
  background-color: #fff;
  border-radius: 0px;
}

.s1_video{
  position: absolute;
  height:100%
  width:100%
  top:0;
  left:0;
 }

.home_s1{
  left: 37%;
}
.com_cm_1{
  margin-top: 85px;
}
.parallax_az{
  content:'';
  z-index: 1;
  background: rgba(3,38,63,0.8);
}
.parallax-window {
    min-height: 640px;
    width: 100%;
}
.parallax-window:before {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  min-height: 640px;
  width: 50%;
  background: rgba(3,38,63,0.8) !important;
}

.parallax-window2 {
    min-height: 640px;
    background: transparent;
    width: 100%;
}

.f_p_az{
  display: flex;
  justify-content: center;
  align-items: center;
}
.suc_inf{
  position: absolute;
  background-color: #fff;
  width: 321px;
  height: 480px;
  z-index: 2;
  box-shadow: 0px 0px 1px 4px rgba(0,0,0,.06);
  justify-content: center;
}
.suc_inf h1{
  letter-spacing: 0.45em;
  color: rgb(47,46,46);
  font-size: 19px;
  text-align: center;
  line-height: normal;
  font-family: Palatino;
  font-weight: 400;
  margin-top: 40px;
}
.suc_inf h2{
  letter-spacing: 0.45em;
  color: rgb(47,46,46);
  font-size: 14px;
  text-align: center;
  line-height: normal;
  font-family: Palatino;
  font-weight: 400;
}
.suc_inf p{
  line-height: 1.1em;
  font-size: 17px;
  letter-spacing: normal;
  color: rgb(47,46,46);
  text-align: center;
  font-family: Din-light;
  font-weight: 400;
  margin-top: 25px;
  margin-right: 45px;
  margin-left: 45px;
}
.suc_inf img{
  width: 53px;
  height: 54px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.suc_inf h3{
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  color: rgb(3,38,63);
  text-align: center;
  font-family: Din-light;
  font-weight: 700;
}
.suc_inf h3 a{
  color: rgb(46,46,46);
}
.historia {
  background: url("../img/historia/1.webp") center center;
  background-size: cover;
  position: relative;
}

.historia:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .historia {
    background-attachment: fixed;
  }
}
.cont_his{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 569px;
  height: 528px;
  z-index: 2;
  margin: 100px 0px 10px calc((100% - 980px) * 0.5);
  left: 205px;
}
.cont_his img{
  width: 212px;
  height: 212px;
  position: relative;
  margin: 25px 0px 37px 0;
  align-self: start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cont_his h1{
  color:#59514D;
  text-align: center;
  font-size: 24px;
  line-height: normal;
  letter-spacing: normal;
  font-family: Palatino;
  font-weight: 400;
  margin-bottom: 25px;
}
.cont_his hr{
  height: 2px;
  width: 49px;
  color: #59514D !important;
  opacity: 1 !important;
  margin: 0px 0px 7px 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cont_his p{
  color: rgb(160,160,159);
  text-align: center;
  font-size: 17px;
  line-height: normal;
  letter-spacing: normal;
  font-family: Din-light;
  font-weight: 600;
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px
}
.cont_his a{
  width: 222px;
  height: 65px;
  background-color: #fafafa;
  color: #000;
  text-align: center;
  font-size: 16px;
  cursor: pointer!important;
  text-decoration: none;
  align-items: center !important;
  font-family: Palatino;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 10px;
}
.cont_his a:hover{
  background-color: #064C7E;
  color: #fff !important;
}
.his_btn{
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}
.comentarios{
 
  margin-left: 60px;
  margin-right: 70px;
}
.coment_img1{
  width: 30px;
  height: 28px;
  margin-bottom: 7px;
}
.comentarios h2{
  font-size: 23px;
  font-family: Didot-italic;
  font-weight: lighter;
  color: #7B736F;
  line-height: 1.5em;
  letter-spacing: normal;
  margin-bottom: 14px;
}
.coment_img2{
  width: 67px;
  height: 17px;
  object-fit: cover;
  object-position: 50% 50%;
}
.coment_img3{
  width: 102px;
  height: 29px;
  object-fit: cover;
  object-position: 50% 50%;
}
.coment_img4{
  width: 102px;
  height: 29px;
  object-fit: cover;
  object-position: 50% 50%;
}
.coment_img5{
  width: 17% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.coment_img6{
  width: 30% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.coment_img7{
  width: 23% !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.comentarios a{
  font-size:15px;
  color: #CCCCCC !important;
  cursor: pointer;
  text-decoration: underline;
  line-height: 1em;
  letter-spacing: normal;
  font-family: Helvetica-light;
  text-align: right;
}
.coment_linea{
  height: 40px!important;
  width: 570px;
  margin-left: -40px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.comentarios div img{
  width: 76px;
  height: 40px;
  max-width: 76px;
  margin-top: 7px;
  margin-left: 8px;
}
.cont_trip{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 293px;
  margin-top: 30px;
}
.img_trip{
  width: 93px; 
  height: 54px;
  background-color: #34e0a1;
  float: left;
}
.text_trip{
  border: 1px solid #34e0a1;
  padding: 7px 8px 7px 8px;
  color: #000;
  width: 200px;
  height: 54px;
  float: right;
}
.texto_trip2{
  margin-top: 6px;
  font-size: 14px;
  color: #000;
}

@media (min-width: 1240px) {
    .testimonials .testimonial-item .testimonial-img {
      height: 493px !important;
      width: 100%;
      object-fit: cover;
      border-radius: 0 !important;
      margin: 0px !important;
      z-index: 2;
      border: 0px !important;
  }
  .testimonials .swiper-pagination {
      margin-top: 30px;
      position: relative;
  }
  .testimonials-slider div.swiper-slide.swiper-slide-next:before{
  content: "";
  background: transparent;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  }
  .testimonials-slider div.swiper-slide:before{
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

  }
}


 .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
 .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

 .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 0;
      color: white !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 1; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 30px; }
    .owl-carousel .owl-nav .owl-prev {
      left: 20px; }
    .owl-carousel .owl-nav .owl-next {
      right: 20px; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0; }
    .owl-carousel .owl-dots .owl-dot {
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #ff5959; }


.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
.hero {
  position: relative; }

 .work {
  width: 100%; }
  .work .img {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26); }
    .work .img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      z-index: -1;
      background: rgba(255, 93, 177, 0);
      background: -moz-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -o-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -ms-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), to(black));
      background: linear-gradient(to bottom, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
      opacity: .3; }
    .work .img .icon {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #fff;
      display: block;
      opacity: 0;
      -webkit-trd-flexansition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (prefers-reduced-motion: reduce) {
        .work .img .icon {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
  .work .text h3 {
    font-size: 18px;
    font-weight: 500; }
    .work .text h3 a {
      color: #000; }
  .work .text span {
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-weight: 500; }
  .work:hover .img .icon {
    opacity: 1; }
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #064c7d;
}

.back-to-top i {
  font-size: 28px;
  color: #064c7d;
  line-height: 0;
}

.back-to-top:hover {
  background: #064c7d;
  color: #fff;
}

.back-to-top:hover i {
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#topbar {
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #0B3A6A;
}

#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #cda45e;
}

#topbar .languages ul a {
  color: white;
}

#topbar .languages ul li + li {
  padding-left: 10px;
}

#topbar .languages ul li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  content: "/";
}
#header {
  background: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0 0 10px 2px rgba(1, 1, 1, 0.1);
}

#header.header-scrolled {
  top: 0;
  background: #fff;
  border-bottom: 1px solid #fff;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #000;
}

#header .logo img {
  max-height: 40px;
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  color: #2f2e2e;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Helvetica-light';
  font-weight: 600;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #064c7d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #444444;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #a0a09f;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: rgb(46,46,46);
  font-size: 45px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x{
  color: #fff !important;
  font-size: 45px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
@media (max-width: 700px) {
  #div-cookies p{
    font-size: 12px;
    font-family: Helvetica-light;
    font-weight: 400;
    text-align: justify !important;
  }
  #div-cookies .col-lg-9{
     width: 70% !important;
  }
  #div-cookies .col-lg-3{
     margin-left: 3% !important;
  }
  .btn_cancelar{
    width: 126px;
    color: #fff;
    background-color: #000;
    border: solid 1px #fff;
    border-radius: 0px;
  } 
}
@media (max-width: 520px) {
  #div-cookies p{
    font-size: 11px;
    font-family: Helvetica-light;
    font-weight: 400;
    text-align: justify !important;
  }
  #div-cookies .col-lg-9{
     width: 65% !important;
  }
  #div-cookies .col-lg-3{
     margin-left: 3% !important;
  }
  .btn_cancelar{
    width: 126px;
    color: #fff;
    background-color: #000;
    border: solid 1px #fff;
    border-radius: 0px;
  } 
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(46, 46, 46, 0.6);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #1a1814;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: rgb(83,127,158);
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile  ul{
  bottom: 35px !important;
}
.navbar-mobile .fb{
  display:inline-block;
  width: 60px !important;
}
.navbar-mobile .fb a{
  width: 60px !important;
}
.navbar-mobile .in{
  display:inline-block;
  width: 60px !important;
}
.navbar-mobile .in a{
  width: 60px !important;
}
.navbar-mobile .trip{
  display:inline-block;
  width: 60px !important;
}
.navbar-mobile .trip a{
  width: 60px !important;
}
.navbar-mobile .lin{
  display:inline-block;
  width: 60px !important;
}
.navbar-mobile .lin a{
  width: 60px !important;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #cda45e;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row>*{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section {
  overflow: hidden;
}
.about {
  background: #fff;
  position: relative;
}
.about:before {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
 .about-img {
  position: relative;
  transition: .5s;
}

 .about-img img {
  max-width: 100%;
  position: relative;
}

 .about-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: '';
  transition: .5s;
}
.about-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: '';
  transition: .5s;
}
.menu-card{
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-img, .card-img-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  padding: 15px;
  width: 100%;
  height: 308px;
}
.card h1{
  font-size: 17px;
  letter-spacing: 0.3em;
  line-height: normal;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 10px;
}
.card h2{
  color: #FF5C36;
  font-size: 12px;
  letter-spacing: 0.3em;
  lin.header .navbar-brande-height: normal;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
  font-weight: bold;
}
.card p{
  line-height: 1.4em;
  letter-spacing: normal;
  text-align: justify;
  font-size: 14px;
  color: #000;
  font-family: Din-light;
  font-weight: 600;
}

.card span{
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(3,38,63);
    text-align: center;
    font-family: Din-light;
    font-weight: 700;
}
.card a{
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(3,38,63);
    text-align: center;
    font-family: Din-light;
    font-weight: 700;
}

.menu #menu-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.menu{
background-color: #252421;
}

.menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 22px 10px 22px;
  font-size: 22px;
  letter-spacing: 0.3em;
  line-height: normal;
  color: #fff;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: 'Palatino';
}

.menu #menu-flters li:hover, .menu #menu-flters li.filter-active {
  color: #A5C8DE;
}

.menu #menu-flters li:last-child {
  margin-right: 0;
}

.menu .menu-item {
  margin-top: 30px;
}
.card_suc{
  color: #000;
  border: 0px !important;
  border-radius: 0px !important;
  width: 430px;
  height:615px;
}
.ocultar_suc{
  display: none;
}
.events {
  background: #595959;
  background-size: cover;
  position: relative;
}

.events::before {
  content: '';
  background-color: rgba(46, 46, 46, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.events .events-carousel {
  background: rgba(46, 46, 46, 0.6);
  padding: 30px;
}
.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}



.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}

.events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 0px;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 2px solid rgba(255,255,255);
}




@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer{
  background: rgb(250,250,250);
}
#footer {
  background: rgb(250,250,250);
}
#footer div h1{
  color:#4A3F37;
  line-height: 0.8em;
  letter-spacing: normal;
  text-align: center;
  font-size: 47px;
  font-family: Palatino;
  padding-top: 59px;
  padding-bottom: 32px;
}
#footer p{
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
#footer span{
  color:#7B736F;
  text-align: center;
  font-size: 17px;
  line-height: normal;
  letter-spacing: normal;
  font-family: Din-light;
} 
#footer a{
  color:#A5C8DE !important;
  text-align: center;
  font-size: 17px;
  line-height: normal;
  letter-spacing: normal;
  font-family: Din-light;
  text-decoration:underline;
}
#footer hr{
  height: 2px;
  width: 49px;
  color: #064c7d !important;
  opacity: 1 !important;
  margin: 0px 0px 7px 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#footer .img1{
  width: 128px;
  height: 54px;
  object-fit: cover;
  object-position: 50% 50%;
  margin-left: 150px;
  margin-top: 36px;
  margin-bottom: 26px;
}
#footer .footer_p2{
  border-top: 1px solid rgb(204,204,204);
  background-color: #fff;
}
#footer .redes{
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
#footer .redes img{
  margin-top: 40px;
}

#footer .btn_f{
  width: 142px;
  height: 40px;
  background-color: #fafafa;
  color: #000 !important;
  text-align: center;
  font-size: 15px;
  cursor: pointer!important;
  text-decoration: none;
  align-items: center !important;
  font-family: Palatino;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 11px;
  margin-top: -30px;
  margin-left: 220px;
  margin-bottom: 10px;
}
#footer .btn_f:hover{
  background-color: #064C7E;
  color: #fff !important;
}
#footer .f_ref{
  margin-left: 120px;
  width: 450px;
  margin-bottom: 30px;
}
#footer .inf_f1{
  margin-left: 180px;
  font-size: 15px !important;
  text-decoration:underline
}
#footer .inf_f{
  font-size: 15px !important;
  text-decoration:underline
}
#footer div h2{
  text-align:center;
  font-size:15px;
  line-height: normal;
  letter-spacing: normal;
  font-family: Din-light;
  color: rgb(96,94,94);
  margin-top: 16px;
  padding-bottom: 17px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  color: rgb(204,204,204) !important;
}
.menu2{
  position: fixed;
  color: #000;
  z-index: 100;
  width: 122px;
  height: 158px;
  align-self: center;
  margin-left: 85%;
  margin-top: 19%;
}
.menu2 ul{
  width: 100%;
  height: 158px;
  justify-content: space-between;
}
.menu2 li a{
  align-items: center;
  font-family: Helvetica-light;
  font-size: 13px;
  color: #000;
}
.menu2 li{
  text-align: right;
  list-style: none;
  width: 122px !important;
  height: 18px !important;
  margin-bottom: 15px;
  padding-right: 38px;
}

 .menu_circulo {
    cursor: pointer;
    pointer-events: auto;
    width: 12px;
    height: 12px;
    transition: all .2s ease-in-out;
    fill: transparent;
    stroke: rgb(0,0,0);
    stroke-width: 4px;
    margin-left: 97px;
    margin-top: -50px;
}
.menu2 a:hover{
  color: #000 !important;
}
.menu2_n span{
  visibility: hidden;
}
.menu2_f span{
  visibility: hidden;
}
.menu2_s span{
  visibility: hidden;
}
.menu2_h span{
  visibility: hidden;
}
.menu2_c span{
  visibility: hidden;
}
.menu2_con span{
  visibility: hidden;
}
section .no_p{
  padding: 0px !important;
}

.img_cover{
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.centrar_info{
  width: 100%;
  display: flex;
  justify-content: center;
}
.centrar_info2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:  column;
}
.mostrar_mov{
  display: none !important;
}

@media (max-width: 500px) {
  .mostrar_mov{
    display: block !important;
  }
  .mostrar_web{
    display: none !important;
  }
}




