/* STYLE TRASLADOINTERNACIONALMASCOTAS.COM */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
  --rojo: #FF1000;
  --negro: #1d1d1d;
  --negro_pleno: #000;
  --gris1: #d1d1d1;
  --gris2: #ebebeb;
  --gris3: #818181;
  --gris4: #464646;
  --gris5: #313332; /*nuevo 20230125*/
  --gris6: #f8f9fb; /*nuevo 20230309*/
  --gris7: #efefef; /*nuevo 20230324 esp*/
  --blanco: #fff;
}

.under_negro{text-decoration: underline 2px solid var(--negro)}
.under_rojo{text-decoration: underline 2px solid var(--rojo)}
.under_blanco{text-decoration: underline 2px solid var(--blanco)}

._small{font-size: 0.8em;}
._small1{font-size: 0.875em;}
._small2{font-size: 0.7em;}

.font_rubik{font-family: 'Rubik', sans-serif;}
.font_poppins{font-family: 'poppins', sans-serif !important;}
.font_arial{font-family: 'Arial', sans-serif !important;}

/* font-family: 'Arial Bold', sans-serif; */

.bg_blanco{background-color: var(--blanco);}
.bg_gris1{background-color: var(--gris1);}
.bg_gris2{background-color: var(--gris2);}
.bg_gris3{background-color: var(--gris3);}
.bg_gris5{background-color: var(--gris5);}
.bg_gris6{background-color: var(--gris6);}
.bg_gris7{background-color: var(--gris7);}
.bg_rojo{background-color: var(--rojo);}
.bg_negro{background-color: var(--negro);}
.bg_negro_pleno{background-color: var(--negro_pleno) !important;}

.text_gris1{color: var(--gris1) !important;}
.text_gris2{color: var(--gris2) !important;}
.text_gris3{color: var(--gris3) !important;}
.text_rojo{color: var(--rojo) !important;}
.text_negro{color: var(--negro) !important;}

.text_gris4{color: var(--gris4) !important;}

.border_rojo{border-color: var(--rojo) !important;}
.border_negro{border-color: var(--negro) !important;}
.border_blanco{border-color: var(--blanco) !important;}
.border_gris3{border-color: var(--gris3) !important;}
.border_gris4{border-color: var(--gris4) !important;}

.w_full{width: 100%;}

.minw600{min-width:600px;}

.h_full{height: 100%}
.h_200{height: 200px}
.h_300{height: 300px}
.maxh_200{max-height: 200px}
.maxh_300{max-height: 300px}
.maxh_382{max-height: 382px}
.maxh_400{max-height: 400px}
.maxh_500{max-height: 500px}

.h_400{height:400px}

.fw_500{font-weight:500}
.fw_600{font-weight:600}

.rounded1{
  border-radius: 10px;
}
/* ********************************* */
.centered-element {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px){
  .centered-element {
    position: relative;
    top: 0%;
    left: 0%;
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: auto;
  }
}
/* ********************************* */


@media screen and (max-width: 450px){
  .maxh_400 {max-height: 300px;}
}

body{
  font-family: 'Arial';
  text-align: center;
  color: var(--negro);
  overflow-x: hidden; /* Hide scrollbars */
}


.mw{
  max-width: 1200px !important;
  margin: auto;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.mw_1{
  max-width: 900px !important;
  margin: auto;
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.btn_over_text_black :hover{
  color: black !important;
}

.shadow_1{
  box-shadow: 0 0 12px 4px rgba(87, 87, 87, 0.3);
}

@media (max-width: 768px) {
  .show_small{display: block !important;}
  .show_large{display: none !important;}
}

/* ************************************************** */
.banner_top{
  background-color: var(--rojo);
  min-height: 40px;
  text-align: center;
  font-size: 0.9em;
}

.banner_top_cont{
  text-align: left;
  color: white;
  padding: 8px 0;
}

.banner_top_btn{
  padding: 0px !important;
  color: white;
  font-size: 0.9em;
}

.aqui{
  color: black !important;
  text-decoration: underline !important;
  font-weight: 500;
}
.aqui:hover{
  color: white !important;
}

@media (max-width: 768px) {
  .banner_top_cont{
    font-size: 0.8em;
  }

  .banner_top_btn{
    margin-right:18px;
  }
}
/* *************************************************** */
.navbar {
    /* background-color: transparent; */
    margin-top: 25px;
}


@media (max-width: 505px) {
  .navbar {
    margin-top: 38px;
  }
}


@media (min-width:506) and (max-width: 768px) {
  .navbar {
    margin-top: 50px;
  }
}

.navbar-toggler_index {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  /* border: 1px solid white; */
  border: transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler-icon_index {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
  
.navbar-toggler_index {
  display:none;
}

.navbar-toggler{
  border: transparent;
}

@media (max-width: 768px) {

  #text_ppal1{ display:none;}
  #text_ppal1_small{ display:block !important}

}

@media (max-width: 991px) {

  .navbar-toggler_index {
    display:block;
  }


  .navbar-collapse {
    background-color:rgb(255, 255, 255);
    color: #000;
  }

  #navbar_banderas{
    display: none;
  }
}

.cont_ppal{
  position: relative;
  cursor: default;
}

.img_ppal{
  width: 100%;
  /* height: auto; */
  /* max-height: 90svh; */
}

.img_ppal_small{
  width: 100%;
  /* height: auto; */
  /* max-height: 90svh; */
}

.text_ppal{
  position: absolute;
  top: 57%;
  left: 40%;
  transform: translate(-30%, -50%);
}

.text_ppal1{
  /* font-size: 3vw; */
  font-size: clamp(2.5vw, 3vw, 3vw);
  line-height: 1.1em;
  font-weight: 600;
  color: white;

}

.text_ppal2{
  font-size: 1.2vw;
  color: white;
  margin-top: 0.6vw;
  /* margin-bottom: 50px; */
  margin-bottom: 4vw;
}

/* .btn_flecha{
  position: relative;
  color: white;
} */

/* #btn_flecha_small{
  display:none;
} */

/* **************************************** */
.btns_redes_flotantes{
  position: absolute;
  right:50%;
  top: 50%;
  transform: translate(600px, -50%); /*(x, y)*/
}

@media screen and (max-width: 1260px){
  .btns_redes_flotantes{
    transform: translate(45vw, -50%); /*(x, y)*/
  }
}

.social_icon_header_wrapper{
  margin: 20px 0;
}
.social_icon_header{
  color: rgb(238, 238, 238) !important;
}

.social_icon_header svg:hover{
  transform: scale(1.2);
  cursor:pointer;
  color: white !important;
}

/* **************************************** */
.bandera1{
  max-width: 50px;
  margin-left:10px;
  margin-top: 15px;
}
/* **************************************** */

@media screen and (max-width: 992px){

  .img_ppal_small{
    display: block !important;
  }
  
  .img_ppal{
    display: none;
  }

  .text_ppal{
    left: 13%;
    top: 59%;
    transform: translate(0%, -50%); /*(x, y)*/
  }

  .text_ppal1{
    font-size: 7.7vw;
    line-height: 1.2em;
    font-weight: bold;

  }

  .text_ppal2{
    font-size: 3vw;
    margin-top: 3.6vw;
    margin-bottom: 50px;

  }

  .btns_redes_flotantes{
    display: none;
  }

  /* #btn_flecha{
    display:none;
  }  */

  /* #btn_flecha_small{
    display:block;
  } */

}

.logo_pwt{
  max-height: 50px;
}

.logo_pwt_2{
  max-height: 50px;
}

@media screen and (max-width: 768px){

  .logo_pwt{
    max-width: 160px !important;
  }

  .logo_pwt_2{
    max-height: 30px;
    padding-left:10px;
    vertical-align: -11px;
  }

  #bienvenidos{
    display: none;
  }

  #bienvenidos_small{
    display: block !important;
  }
}

.header{
  padding: 1.3em;
  background-color: #fff;
}

.title1{
  font-family: 'Arial';
  font-weight: 600;
  font-size: 3em;
  line-height: 1em;
  margin-top: 10px;
  /* cursor: default; */
}


.subtitle{
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: var(--rojo);
  /* cursor: default; */
}



.slider {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80vh;
  transition: all .2s ease-in-out;
  animation: slide 10s infinite;
}

.overlay {
  color: #fff;
  width: 100%;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .2s ease-in-out;
}


/* *************************************************** */
/* SLICKS Y SU CONTENIDO */
.slick{
  width:100%;
  /* max-height:400px; */
}

/* ********** */
/* mantiene oculto el slick hasta que cargan las imágenes: */
/* .slick{
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slick.slick-initialized {
  visibility: visible;
  opacity: 1;    
} */
/* ********** */

.img_top{
  width: 100%;
  object-fit:cover;
  object-position: 0% 30%;
  height: 200px;
}

.img_top1{
  /* width: 100%; */
  margin:auto;
  object-fit:cover;
  object-position: 0% 30%;
}

.img_top2{
  /* width: 100%; */
  object-fit:cover;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* object-position: 0% 0%; */
}

.img{
  width: 100%;
  object-fit:cover;
}

/* ************************************ */
/* LOGOS FOOTER */
.img_logos_footer {
  object-fit: contain;
  width: 100%;
  max-width:300px;
}

/* ************************************ */

.img2{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto; /* to keep proportions */
  height: auto; /* to keep proportions */
  max-width: 100%; /* not to stand out from div */
  max-height: 100%; /* not to stand out from div */
  margin: auto auto 0; /* position to bottom and center */
}


/* ************************************************** */
/* IMÁGENES EN GENERAL */

.pos_rel{
  overflow: hidden;
  position: relative;
}

.pos_abs{position: absolute;}

.centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-left{ /* Bottom right text */
  position: absolute;
  top: 8px;
  left: 16px;
}


.bottom_right{ /* Bottom right text */
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.scale img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s; /* Animation */
  position: relative;
  opacity: 0.2;
  cursor:pointer;
  transform: scale(1.1);

}

.scale img:hover{
  transform: scale(1.0);
  opacity: 1;
}

.text_1{
  color: var(--negro);
  font-size: 1.4em;
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  /* text-shadow: 2px 2px 3px var(--negro); */
  /* offset-x | offset-y | blur-radius | color */
  cursor: pointer;
  /* transition: var(--rojo) .3s ease-in-out, box-shadow .3s ease-in-out; */
}

.text_1_fl{
  font-size: 1.3em !important;
}

.btn_style1:hover{
  background-color: var(--rojo) !important;
  color: #fff !important;
}

.card1_hover1:hover{
  border-color: var(--rojo) !important;
}

/* ************************************************** */
.icons1{
  max-width: 100px;
}

.icons1_text{
  margin: 0 0 30px;
  padding: 20px 0;
  font-size: 0.75em;
}


/* ************************************************** */
/* OFERTAS (slick) */


.oferta_btn_reservar{
  position: absolute;
  top:-45px;
  right: 0px;
  font-weight: 500;
}

.oferta_img_title{
  position: absolute;
  color: white;
  font-size: 0.8em;
  font-weight: 500;
  /* top: 10px; */
  /* left: 10px; */

}

@media screen and (min-width: 1120px){
  .margin_slick{
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* ************************************************** */
/* SERVICIOS INDEX (SLICK)*/


.servicios_dig{
  display:none; /*oculta hasta que carga el slide. Luego slide (js) lo muestra*/
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (min-width: 990px){

  #serv_slick{ display: none !important; }
  #serv_no_slick{ display: block !important; }

  /* #serv_dig_slick{ display: none !important; } */
  /* #serv_dig_no_slick{ display: block !important; } */

}

.serv_box{
  height: 500px;
  border-radius: 10px;
}

.serv_box_dig{
  height: 500px;
  border-radius: 10px;
  background-color: rgb(255, 203, 186) !important;
}

.serv_box_landing{
  height: 450px;
  border-radius: 10px;
}

.serv_box_img{
  width:100%;
  height: 170px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.serv_box_img1{
  width:auto;
  max-height: 170px;
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.serv_box_title{
  color: var(--rojo);
  font-weight: 600;
  font-size: 1.1em;
}

.serv_box_title_dig{
  color: var(--rojo);
  font-weight: 600;
  font-size: 1em;
  height: 50px;
}

.serv_cont_dig{
  height: 140px;
  font-size: 0.8em;
}

.serv_box_line{
  /* padding-left:0.6em; */
  padding-left:0.4em;
}
/* ************************************************** */
/* NUESTRO EQUIPO POR EL MUNDO slick */
.equipo_mundo_1 {
  font-weight: 600;
  padding: 5px 10px;
}

.texto_rojo {
  color: var(--rojo);
}

.slick_conocenos {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 10px;
}

.slick_conocenos.slick-initialized {
    visibility: visible;
    opacity: 1;
    height: auto;
}


/* ************************************************************** */
/* ************************************************************** */

.slick_cargando {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 200px;
}

.slick_cargando.slick-initialized {
    visibility: visible;
    opacity: 1;
    height: auto;
}

/* ************************************************************** */
/* SPINNER BOOTSTRAP */
.sp1-container{
  width: 100%;
  height: 200px;
  text-align: center;
  position: relative;
}

.sp1{
  width: 200px;
  height: 100%;
  /* color: var(--negro) !important; */
}

.spinner_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: arial, sans-serif;
  font-weight: 600;
  font-size: 60px;
  color: var(--gris2);
}
/* ************************************************** */
/* SERVICIOS */

.cont_pic{
  position: relative;
  overflow: hidden;
  width: 100%;
}

.pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.1);
  transition: transform .2s; /* Animation */
}

.pic_img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40%;
  padding-top: 10px;
  text-align: center;    
  background: rgba(255, 255, 255, 0.2);
  transition: height 0.2s ease-out;
  color: var(--negro);
  font-size: 1.1em;
  font-weight: 600;    
  font-family: 'Arial', sans-serif;
  font-family: 'poppins', sans-serif;
}

.text_content{
  width:90%;
}

.card1{ overflow: hidden; }


@media screen and (max-width: 450px){
  .h_serv{
    height: 300px;
  }
}

@media screen and (min-width: 768px){
  
  .pic_img{
    transform: scale(1.1);
    transition: transform .4s; /* Animation */
    opacity: 0.4;
  }

  .cont_pic{ border: none; }

  .card1:hover{ border: 2px solid var(--rojo); }

  .pic:hover > .text {
    width: 100%;
    height: 100px;  /*mismos tamaños!!*/
    background: rgba(255, 255, 255, 0.9);
  }

  .pic:hover > .pic_img {
    transform: scale(1.0);
    opacity: 1;
  }

  .h_serv{ height:400px; }

}


@media screen and (min-width: 450px) and (max-width: 768px){
  .h_serv{ height: 400px; }
}

@media screen and (max-width: 990px){

  .cont_pic{ border: 1px solid var(--rojo); }

  /* .row_serv{ margin: 0.5em; } */
}

@media screen and (max-width: 768px){

  .pic_img{
    opacity: 1;
    transform: scale(1.0);
  }

  .text {
    width: 100%;
    height: 70px;
    background: rgba(255, 255, 255, 0.9);
  }
}

@media screen and (min-width: 768px) and (max-width: 1030px){
  .text{ font-size: 1em; }
}

/* ************************************************** */
/* SUCURSALES */

.h_suc{
  transition: transform .2s; /* Animation */
  position: relative;
}

.suc_bg{
  transform: scale(1.2);
  transition: transform .2s; /* Animation */
}

.h_suc:hover .suc_bg{
  opacity: 0.5;
  transform: scale(1);
  cursor:pointer;
}

.suc_overlay_text{
  position: absolute;
  bottom: 10%;
  left: 20%;
}

.h_card:hover .suc_overlay_text span{
  color: var(--rojo) !important;
}

.suc_overlay_text_2{
  z-index: 300;
}

.h_card:hover .suc_overlay_text_2 span{
  color: var(--rojo) !important;
}

.suc_overlay_img{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width:100%;
  /* height: 2em; */
  /* opacity: 0; */
  transition: transform .2s, height 0.2s ease-out /* Animation */
}

.suc_overlay_img img{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 14rem;
}

@media screen and (max-width: 900px){
  .suc_overlay_text  {display: none}
  .suc_overlay_text_2 {display: block !important}
}

.banner_fran_cel{ display: none;}

/* ************************************************** */
@media screen and (max-width: 900px){
  .banner_fran_pc{ display: none;}
  .banner_fran_cel{
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

}

/* ************************************************** */
/* PRÓXIMAS SALIDAS */

.card_salidas .table thead tr td{
  border: none;
}

.card_salidas .table tbody tr td{
  border: none;
}

@media screen and (max-width: 900px){

  .card_salidas{
    font-size: small !important;
  }

  .card_salidas button{
    font-size: 0.7em !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  /* últimos disponibles: */
  .span_tabla_salidas{
    /* display: none; */
  }

  .fecha_limite_tabla_salidas{
    font-size: 0.8em;
  }

}


/* ************************************************** */
.banner_certif_small{ display: none;}

.banner_certif_large{ position: relative;}

.banner_certif_large_text1{
  position: absolute;
  /* top: 3em; */
  top: 50%;
  transform: translate(0%, -50%);
  left: 2.2em;
  text-align: left;
  color: white;
  font-size: 1.2em;
}

@media screen and (max-width: 900px){
  .banner_certif_large{ display: none;}
  .banner_certif_small{
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

}


/* ************************************************** */
/* PAGINA AGENTES */

.tabla_agentes .table tbody tr :nth-child(1)first-letter {
  text-transform: uppercase;
}

.tabla_agentes .table thead tr th{
  border: none;
  font-weight: 400 !important;
  font-size: 0.8em;
}

.tabla_agentes .table thead tr td{
  border: none;
}

.tabla_agentes .table tbody tr td{
  border: none;
}

.tabla_agentes .table tbody tr td:nth-child(1) {
  text-transform: lowercase;
}

.tabla_agentes .table tbody tr td:nth-child(1):first-letter {
  text-transform: uppercase;
}

.tabla_agentes .table tbody tr td:nth-child(1) {
  min-width: 150px !important;
}

.tabla_agentes .table tbody tr td:nth-child(2) {
  min-width: 150px !important;
}

.tabla_agentes .table tbody tr td:nth-child(3) {
  min-width: 250px !important;
}

.tabla_agentes .table tbody tr td:nth-child(4) {
  min-width: 200px !important;
}

.tabla_agentes .table tbody tr td:nth-child(5) {
  min-width: 200px !important;
}

.tabla_agentes .table tbody tr td:nth-child(6) img {
  width: 25px;
}

.tabla_agentes .table tbody tr td:nth-child(7) img {
  width: 22px !important;
}

/* ************************************************** */

@media screen and (max-width: 902px){
  .btn_agentes{
    font-size: 0.9em !important;
  }
}

/* ************************************************** */
/* NUEVA ALIANZA */
.title_1a{
  font-family: 'Arial';
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1em;
  cursor: default;
}
.subtitle_1a{
  font-family: 'poppins', sans-serif;
  font-weight: 500;
  font-size: 0.65em;
  color: var(--rojo);
  cursor: default;
  margin-bottom: 6px;
}

.bg_grad{
  position: relative;
  background-image:
    linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0)),
    url('../../images/perroviaja_1.jpg');
  width: 100%;
  height: 256px;
  background-size: cover;
}

.bg_grad_2{
  position: relative;
  background-image:
    linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0)),
    url('../../images/alianzas/aero_fondo3.png');
  width: 100%;
  height: 256px;
  background-size: cover;
  background-position: center;
}

#alianza_img_izq_2{
    display: none;
  }

@media screen and (max-width: 575px){
  .bg_grad{
    background-image:
      /* radial-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255)), */
      url('../../images/perroviaja_1.jpg');
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center; 
  }

  .bg_grad_2{
    position: relative;
    background-image:
      /* linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0)), */
      url('../../images/alianzas/aero_fondo3.png');
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center; 
  }

  #alianza_img_izq_1{
    display: none;
  }

  #alianza_img_izq_2{
    display: block !important;
  }

  .card2{border: 1px solid var(--negro) !important}
}
/* ************************************************** */
/* SECCIÓN NOSOTROS */
.circle{
  border-radius: 50%;
  border: 3px solid var(--rojo);
  width: 200px;
  height: 200px;
  margin: auto;
  overflow: hidden;
}

.img_circle{
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon_mail1{
  max-width: 25px;
}

.hover1{
  transition: transform .1s;
}

.hover1:hover{
  transform: scale(1.1);
}

@media screen and (max-width: 575px){
.ms1{margin-left: 50px !important;}
}

/* ************************************************** */
/* PRESENCIA EN MEDIOS */

.logos_cont{
  height: 80px;
  padding: 1.5rem 0.2em;
}

.logos_medios{
  /* opacity: 0.4; */
  object-fit: contain;
}

.logos_medios2{
  opacity: 0.8;
  object-fit: contain;
}

@media screen and (max-width: 575px){
  
  .logos_cont{
  height: 45px;
    padding: 0.5rem;
  }
  .logos_medios{
    height: 20px !important;
  }

  .logo_infonegocios{
    padding-top:0.2em !important;
  }
}

/* ************************************************** */
/* SOCIAL MEDIA */
.social_icon{
  margin: 2em;
  color: grey;
}


.social_icon svg:hover{
  transform: scale(1.2);
  cursor:pointer;
}

.social_face_color svg{color:#4267B2}
.social_inst_color svg{color:#C13584;}
.social_twit_color svg{color:#1DA1F2}
.social_wapp_color svg{color:#25D366}
.social_link_color svg{color:#0A66C2}

.social_face svg:hover{color:#4267B2}
.social_inst svg:hover{color:#C13584;}
.social_twit svg:hover{color:#1DA1F2}
.social_wapp svg:hover{color:#25D366}
.social_link svg:hover{color:#0A66C2}

.wapp_color{color:#25D366}

.bg_wapp{background-color:#25D366 !important; color:white !important}

.footer{
  min-height: 30px;
}

@media screen and (max-width: 575px){
  .social_wapp{display:none;}
  .social_mail{display:none;}

  .small_viewport{display:block;}
  .medium_viewport{display:none;}
}

@media screen and (min-width: 575px){
  .small_viewport{display:none;}
  .medium_viewport{display:block;}
  }

/* ***************************************** */
/* REQUERIMIENTOS */

.dot_fill{
  max-height:7px;
  margin-right:8px;
}

.fw_bold1{
  font-weight: 500 !important;
}

.fw_bold2{
  font-weight: 600 !important;
}
/* ***************************************** */
/* FORMAS DE PAGO */

.card3{
  border: solid 1px;
  border-color: rgb(197, 197, 197);
  border-radius: 10px;
}

@media screen and (min-width: 576px){
  .card_a{
    min-height: 210px;
  }
}
.bb{ border-bottom: #adadad solid 1px !important; }

/* ***************************************** */
/* HOME BUTTON */
.home_button:hover{
  background-color: var(--rojo);
  border-color: var(--negro) !important;
}

/* ***************************************** */
/* FOOTER */

/* ***************************************** */
/* WHATSAPP BUTTON FLOTANTE */
.wapp_wrapper{
  position: fixed;
  bottom: 20px;
  /* left: 20px; */
  right: 20px;
  width: 60px;
  height: 60px;
  color: #fff !important;
  background-color: #25D366;
  border-radius: 50%;
  z-index: 100;
  text-align: center;
  /*padding: 20px;*/
}
.wapp{
  margin-top: 12px;

}

/* ***************************************** */
/* MODAL */

.modal_img{
  max-height: 400px;
}
/* ***************************************** */

.color_white{color: #fff;}

/* ***************************************** */
/* FOOTER */

.line_double{
  line-height: 2;
}

.img_data_fiscal{
  max-width: 50px;
}

@media screen and (max-width: 768px){
  #cookies_md{display:none}
  #cookies_sm{display:block !important}
}

/* ***************************************** */
/* ***************************************** */
/* PÁGINA SERVICIOS */

.rec{
  font-size: 1em;
  font-family: 'poppins', sans-serif;
}

.icons2{
  max-width: 20px;
}
/* ***************************************** */
/* ***************************************** */
/* BANNER ALIANZA */

.banner1b{
  display: none;
}

/* ********* */

.banner1a_text{
  position: absolute;
  /* top: 3em; */
  top: 50%;
  transform: translate(0%, -50%);
  left: 3em;
  font-size: 1.2em;
}

.banner1a_btn{
  width: 20vw;
  margin-top: 0.4em;
}

.banner3_text{
  position: absolute;
  /* top: 1.8em; */
  top: 50%;
  transform: translate(0%, -50%);
  left: 1.8em;
  font-size: 2.2em;
}


.banner4_text{
  position: absolute;
  /* top: 1.8em; */
  top: 47%;
  transform: translate(0%, -50%);
  left: 2.6em;
  font-size: 2vw;
  line-height: 1.2em;
}

@media screen and (min-width: 1200px){
  .banner4_text{
    font-size: 1.6em;
  }

}


.banner4_text_small{
  position: absolute;
  /* top: 1.8em; */
  top: 50%;
  transform: translate(0%, -50%);
  left: 2.6em;
  font-size: 2vw;
  line-height: 1.2em;
}
/* ********* */

.banner1b_text{
  position: absolute;
  top: 1.4em;
  left: 2em;
  font-size: 0.8em;
}

.banner1b_btn{
  /* margin-top: 1vw; */
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  font-size: 0.8em;
}

/* ********* */

@media screen and (min-width: 906px) and (max-width: 1200px){
  .banner1a_text{
    /* top: 2em; */
    top: 50%;
    transform: translate(0%, -50%);
    left: 2em;
    font-size: 1.2em;
  }

  .banner3_text{
    top: 50%;
    transform: translate(0%, -50%);
    left: 2em;
    font-size: 1.8em;
  }
}

@media screen and (min-width: 768px) and (max-width: 906px){
  .banner1a_text{
    /* top: 1em; */
    top: 50%;
    transform: translate(0%, -50%);
    left: 2em;
    font-size: 1em;
  }


}

@media screen and (max-width: 767px){

  .banner1b_text{
    /* top: 1.8em; */
    top: 50%;
    transform: translate(0%, -50%);
    left: 2em;
    font-size: 2.8vw;
  }

}


@media screen and (max-width: 906px){

  .banner3_text{
    top: 50%;
    transform: translate(0%, -50%);
    left: 2em;
    font-size: 3vw;
  }

  
  .banner1b_btn{
    width: 25vw;
    min-width:150px;
    margin-top: 0.8em;
    padding: 10px 0;
  }

}

/* NUEVO BANNER MARZO 2023 */

.banderita{
  position: relative;
  top: -60px;
  left: 0px;
  background-color: var(--rojo);
  color: white;
  height: 45px;
  padding: 0.5em 1em;
  border-radius: 10px 10px 0 0 ;
  width: 280px;
  text-align: center;
}

.banderita_es{ /* INDEX ESPAÑA */
  top: -150px;
  width: 210px;
}

.banner_destinos{
  /* border: 1px solid blue; */
  position: relative; 
  max-width: 900px; 
  margin: auto;
}

.banner_destinos_cont{
  position: relative;
  top: -70px;
  left: 0px;
  background-color: white;
  background-color: var(--rojo);
  color: white;
  border-radius: 10px;
  padding: 20px 20px;
}


.banner_destinos_cont_es{ /* INDEX ESPAÑA */
  top: -160px;
}

.banner_destinos_col{
  border-right: 1px solid rgb(75, 75, 75);
}

.fondo_destinos{
  background-color: white;
}


.bann_des_dias{
  color: rgb(150, 150, 150);
  font-weight: 600;
}


.svg_redes1{
  width:2.6em;
  height:2.6em;
}

.svg_redes2{
  width:2.3em;
  height:2.3em;
}

.svg_redes3{
  width:2.6em;
  height:2.6em;
}

.svg_redes4{
  width:3em;
  height:3em;
}

@media screen and (max-width: 768px){

  .fondo_destinos{
    background-color: var(--gris2);
    padding-bottom: 5px;
  }

  .banner_destinos{
    margin-bottom: 30px;
  }

  .banner1a{
    display: none;
  }

  .banner1b{
    display: block !important;
  }

  .banderita{
    width: 90%;
    margin: 0 auto;
    top: 0px;
    /* text-align: left; */
    text-align: center;
    /* padding-left: 25px; */
  }

  .banderita_es{
    width: 90%;
    margin: 0 auto;
    top: -83px;
    text-align: left;
    padding-left: 25px;
  }


  .banner_destinos_cont{
    top: -5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 90%;
    margin:auto;
    /* padding-left: 30px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner_destinos_cont_es{
    top: -93px;
  }

  .form_ayuda_es{
    margin-left: 0.8em;
    margin-right: 0.8em;
  }

  .form_ayuda_int_es{
    padding-left: 0.2em !important;
    padding-right: 0.2em !important;
  }
  
  .banner_destinos_col{
    border-right: none;
    /* border-bottom: 1px solid grey; */
  }

  .banner_destinos_col_todas{
    /* padding-top: 15px !important; */
    /* padding-bottom: 15px !important; */
    padding: 15px !important;
  }
  
  .bann_des_dias{
    text-align: right !important;
  }

  .sucursales_texto{
    display: none;
  }

  .bandera1{
    margin: 0px;
    margin-right:20px
  }

  
  .svg_redes1{
    width:2em;
    height:2em;
  }

  .svg_redes2{
    width:1.8em;
    height:1.8em;
  }

  .svg_redes3{
    width:2em;
    height:2em;
  }

  .svg_redes4{
    width:2em;
    height:2em;
  }
  
}

.a_hover1:hover{
  color: white !important;
}

/* ***************************************** */



/* ***************************************** */
/* TABLA JAULAS */
.tabla_jaulas{
  max-width: 380px;
  border: 3px solid;
  border-color: var(--rojo);
  font-size: 1.4em;
  border-radius: 10px;
}

.tabla_jaulas thead{
  border-bottom: 3px solid #FF1000;
}

.tabla_jaulas th {
  padding:  0.5em 0 0.1em;
}

.tabla_jaulas th:first-child {
  border-right: 3px solid var(--rojo) !important;
}
.tabla_jaulas tr{
  border-bottom: 0px !important;
}

/* .table_wrapper table tbody tr:nth-child(2){
  padding-top: 2em !important;
} */

.tabla_jaulas td {
  padding: 0.2em 1em;
  border-left: 0px;
}

.tabla_jaulas tr td:first-child {
  font-weight: 500;
  border-right: 3px solid var(--rojo) !important;
}


/* ***************************************** */
/* ***************************************** */
/* BANNER REMAX */

.banner2b{
  display: none;
}

.banner2b_text{
  cursor: default;
}
/* ********* */

.banner2a_text{
  position: absolute;
  top: 2em;
  left: 3em;
  font-size: 1.2em;
  cursor: default;
}

.banner2a_btn{
  margin-top: 2rem;
}

.banner2a_foot{
  position: absolute;
  bottom: 5px;
  left: 7em;
  font-size: 0.5em;
}

@media screen and (min-width: 906px) and (max-width: 1050px){
  .banner2a_text{
    top: 1em;
    left: 2em;
    font-size: 1em;
  }

  .banner2a_btn{
    margin-top: 1rem;
  }

  .banner2a_foot{
    left: 4em;
  }
}

@media screen and (min-width: 768px) and (max-width: 906px){
  .banner2a_text{
    top: 1em;
    left: 1.5em;
    font-size: 0.8em;
  }

  .banner2a_btn{
    margin-top: 0.8rem;
  }

  .banner2a_foot{
    left: 3em;
    font-size: 0.4em;
  }

}

@media screen and (max-width: 768px){
  .banner2b{
    display: block;
  }

  .banner2a{
    display: none;
  }

}
/* ********* */

.banner2b_text1{
  font-size: 8vw;
}

.banner2b_text{
  position: absolute;
  width:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* font-size: 1.6em; */
  font-size: 4vw;
  font-weight: 600;
}

.banner2b_btn{
  min-width: 200px;
  margin-top: 5vw;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  font-size: 3vw;
}

/* ***************************************** */
/* ***************************************** */
/* PÁGINA BLACK POINTS */
.fondo_fran{
  position: relative;
  height: 880px;
  padding: 0px 1em;
}

.img_fondo_fran{
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  position: absolute;
  object-position: top;
  left: 0%;
  /* top: 20px; */
  max-height: 880px;
}

.card_fran{
  position: relative;
  top: 70px;
  border-radius:  25px !important;
}

.br_1{
  border-radius: 25px !important;
}

.fran1{
  padding: 60px 60px 60px 80px;
}


.fran_form{
  /* padding: 80px; */
  margin-right: 80px;
  padding: 60px 30px 60px;
  height:100%;
}

.bp_btn_mas_info{
  border-radius: 25px;
  margin-top: 20px;
}

.bp_btn_postulate{
  border-radius: 0 0 5px 5px !important;
  padding: 10px 0;
  display: none;
}

@media screen  and (max-width: 430px){
  .fondo_fran{
    height:850px;
    }

}
@media screen  and (max-width: 440px){

  .bp_title2{
    font-size: 0.8em !important;
  }

  .bp_title1{
    font-size: 1.4em !important;
    font-weight: 600;
  }

  .fondo_fran{
    min-height: 0px;
    padding: 0px 0.5em;
  }
  
  .img_fondo_fran_cel{
    display: block !important;
  }

  .card_fran{
    padding: 0px !important;
    top:35px;
    border-radius: 8px !important;
  }
  
  .fran1{
    padding: 1em;
    padding-top: 1.5em;
    border-radius: 5px 0 0 5px !important;
  }
  
  .fran_form{
    margin-right: 0px;
    padding:40px 10px 20px;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }

  .bp_mail{
    font-size: 12px !important;
  }

}

@media screen and (max-width: 768px){

  
  .form_fran_col{
    display: none;
  }

  .bp_btn_postulate{
    display: block;
  }
  
  .bp_btn_mas_info{
    margin-bottom: 30px;
  }

  .bp_btn_mas_info{
    border-radius: 5px;
    margin-top: 0px;
  }
  
}

@media screen  and (min-width: 768px){

  .bp_parrafo_1{
    display:none;
  }

  .bp_parrafo_2{
    display:block !important;
  }

}

@media screen  and (min-width: 440px) and (max-width: 768px){


  .fondo_fran{
    min-height: 820px;
  }

  /* .img_fondo_fran{
    height: 100vh;
    object-position: left;
    top: 20px;
    display: none;
  } */

  
  .img_fondo_fran_cel{
    display: block !important;
  }

  .card_fran{
    padding: 0px !important;
    top:70px;
  }
  
  .fran1{
    padding: 1em;
    padding-top: 1.5em;
  }
  .fran_form{
    margin-right: 0px;
    padding:40px 10px 20px;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1020px){

  .fondo_fran{
    min-height: 600px;
  }

  .img_fondo_fran{
    /* width: 100vw; */
    height: 100vh;
    object-position: left;
    top: 20px;
  }


  .fran1{
    padding: 1em;
    padding-top: 1.5em;
  }
  
  .fran_form{
    margin-right: -5px;
    padding: 40px 10px 20px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
  }
}

@media screen and (min-width: 1120px){
  .fran1_cont{
    height: 522px;
  }
}

@media screen and (min-width: 1350px){
  .fondo_fran{
    min-height: 880px;
  }
}
/* ***************************************** */
/* PÁGINA NOTAS */
.br_top{
  border-radius: 20px 20px 0 0 !important;
}

.br_all{
  border-radius: 20px !important;
}

/* ***************************************** */
/* PÁGINA RESTRICCIONES */

.row_restric{
  padding: 20px 60px
}
.col_restric{
  padding: 0px 30px;
}

@media screen and (max-width: 769px){
  .row_restric{
    padding: 20px 10px
  }
  .col_restric{
    padding: 0px 10px;
  }
}

/* ***************************************** */
/* PREGUNTAS FRECUENTES */
.collapsible {
  background-color: white;
  cursor: pointer;
  padding: 10px 5px;
  width: 100%;
  border: none;
  border-bottom: solid lightgrey 1px;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  /* background-color: lightgrey; */
}

.collapsible:after {
  content: url('../../images/icons/arrow-down.svg');
  color: var(--rojo);
  font-weight: bold;
  float: right;
  margin-left: 15px;
  /* margin-top: 15px; */
  /* margin-bottom: 10px; */
}

@media screen and (max-width: 769px){

  .collapsible:after {
    margin-top: 7px;
    /* margin-bottom: 10px; */
  }

}

.active:after {
  content: url('../../images/icons/arrow-up.svg');
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.hover_lightred:hover{
  background-color: rgb(243, 243, 243);
}

/* ***************************************** */
/* ***************************************** */
/* COLLAPSIBLE FOOTER */
.collapsible_footer {
  background-color: var(--negro);
  cursor: pointer;
  padding: 0px 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible_footer:hover {
  /* background-color: lightgrey; */
}

.collapsible_footer:after {
  content: url('../../images/icons/arrow-down-white.svg');
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 15px;
  /* margin-top: 15px; */
  /* margin-bottom: 10px; */
}

@media screen and (max-width: 769px){

  .collapsible_footer:after {
    margin-top: 7px;
    /* margin-bottom: 10px; */
  }

}


.active:after {
  content: url('../../images/icons/arrow-up.svg');
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.hover_lightred:hover{
  background-color: rgb(243, 243, 243);
}

.footer1{padding-top: 2em !important;}

@media screen and (max-width: 575px){
  
  .footer1{padding-top: 0px !important;}
  
  .footer_lg{display:none;}
  .footer_sm{display:block !important;}

  .col_footer{margin-bottom: 0px !important;}

}
/* ***************************************** */
/* MAPA */

#mapa_wrapper{
  /* height: 80vh; */
  /* height: 600px; */
  height: auto;
}

#mapa{
  /* width:100%; */
  /* height:500px; */
  height: 100%;
}

/* Set the size of the div element that contains the map */
#map {
  /* height: 400px; */
  height: 100%;
  width: 100%;
}

.col_puntos{
  /* height: 70vh; */
  overflow: auto;
}

#col_puntos_wrapper{
  padding-right: 2em;
}

.input_buscar {
  /* padding-right: 0.8em; */
}

.donde_estamos{
  /* padding-left:10px; */
}

@media screen and (max-width: 769px){

  .donde_estamos{
    padding-left:8px;
  }

  #form_puntospwt{
    padding-left:8px;
    padding-right:8px;
  }
  
  #col_puntos_wrapper{
    padding-right: 0.25em;
    /* display: none; */
  }

  .input_buscar {
    /* padding-right: 0.8em; */
  }

  .col_1{
    padding-right:5px !important
  }

  #mapa_wrapper{
    overflow: hidden;
  }

  #mapa{
    height: 600px;
  }
}

@media screen and (min-width: 769px){

  #col_puntos_wrapper{
    display: block;
  }

  #mapa_wrapper{
    display: block;
  }
  

  #btn_ver_listado{
    display: none;
  }

  #btn_ver_mapa{
    display: none;
  }

}
/* ***************************************** */
/* ***************************************** */



/* width */
.col_puntos::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.col_puntos::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 2px grey; */
  background-color: rgb(233, 231, 231);
  border-radius: 5px;
}

/* Handle */
.col_puntos::-webkit-scrollbar-thumb {
  background: var(--rojo);
  border-radius: 5px;
}

.hover_rojo:hover{color: var(--rojo) }


/* ***************************************** */

/* input, li {padding: 0.6rem 1rem; margin: 0;} */
li {position: relative; padding:  0;margin: 0.6em 0}

ul {list-style: none; padding: 0;}
li li:hover {color: white; background-color: rgb(184, 184, 184);}
li li.current {color: white;background-color: pink;}

#universe {
  width: 100%;
  padding-right:30px;
}
@media screen and (max-width: 769px){
  #universe {
    padding-right:0;
  }
}

.select-list-group, .select-list-group * {
  width: 100%;
  background-color: white;
}
.select-list-group .select-list-group__search + .select-list-group__toggle:after {
  content: url('../../images/lupa.svg');
  position: absolute;
  top: 0.45rem;
  right: 0.7rem;
  width: 2rem;
  padding: 0.6rem;
  text-align: center;
}
/* .select-list-group .select-list-group__search:focus + .select-list-group__toggle:after {content: "^";} */
.select-list-group [data-toggle=false] {display: none;}
.select-list-group [data-toggle=true] {display: inherit;box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.2);}
.select-list-group li[data-display=false] {display: none; cursor: pointer;}
.select-list-group li[data-display=true] {display: inherit; cursor: pointer;}
.select-list-group li[data-highlight=false] {border-left: 5px solid transparent;}
.select-list-group li[data-highlight=true] {border-left: 5px solid darkslateblue;}


/* ***************************************** */
/* SERVICIOS NUEVOS */

.slick1{display:none;}
.slick2{display:none;}
.slick3{display:none;}

.servicios{
  display:none; /*oculta hasta que carga el slide. Luego slide (js) lo muestra*/
  margin-left: 30px;
  margin-right: 30px;
}

.servicio{
  margin: 15px 0;
}

.serv_box{
  transition: transform .2s; /* Animation */
}
.serv_box:hover {
  transform: scale(1.02); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  box-shadow: 0 0 8px 4px rgba(87, 87, 87, 0.2);
}

@media screen and (max-width: 680px){
  .servicios{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 1024px){
  .servicios{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (min-width: 1250px){
  .servicios{
    margin-left: -10px;
    margin-right: -10px;
  }
}

.serv1{
  padding: 3em 2.5em !important;
}

@media screen and (max-width: 769px){
  .serv1{
    padding: 0.5em 0.5em !important;
  }
}

/* ***************************************** */
/* INSTAGRAM SLICK */
.img_instagram {
  transition: transform .5s;
}
.img_instagram:hover {
  transform: scale(1.1); 
}
/* ***************************************** */
/* ***************************************** */
a:link {color: white;}
a:link {color: inherit;}
a:visited {color: inherit;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

a:hover{color: var(--rojo) !important;}

.rojo_hover:hover{color: var(--rojo) !important;}

.a_no_hover:hover{color: #1d1d1d !important;}
.a_no_hover_rojo:hover{color: var(--rojo) !important;}
.a_no_hover_gris4:hover{color: var(--gris4) !important;}

.cp{cursor:pointer}
.ca{cursor:default}


.anchor:before {
  content:"";
  display:block;
  height:40px; /* fixed header height*/
  /* margin:-60px 0 0; */
  /* negative fixed header height */
  }

  
.a_normal{
  color: blue !important;
  text-decoration: underline !important;
}


/** NO SPINNER EN INPUT NUMBER ************************************/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}


/* ***************************************** */
/* cancel clear reset button en input */
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
/* ***************************************** */



/* Styling the default Slick dots */
.slick-dots {
  /* top: 180px;  */
  /* comentado para servicios nuevos 20221114 */
}


.slick_fran_small{
  display: none;
}

@media screen and (max-width: 768px){

  .slick_fran_regular{
    display: none;
  }


  .slick_fran_small{
    display: block;
  }

}

.slick-prev:before{
  color:grey;
  /* content: url(../../images/arrow_right.svg); */
}

.slick-next:before{
  color:grey;
  /* content: url(../../images/arrow_right.svg); */
}



/* *************************************************** */
/* VER SOLO EL PRIMER SLIDE HASTA QUE CARGA */
.slick_header .slick-slide{
  /* display: none; */
  opacity: 0;
}
.slick_header .slick-slide:first-child{
  /* display: block; */
  opacity: 1;
}
.slick-initialized .slick_header .slick-slide,
.slick-initialized .slick_header .slick-slide:first-child{
  /* display: block; */
  opacity: 1;
}

.slick_header_lg{
  display: none !important;
}

@media screen and (min-width: 768px){

  .slick_header_sm{
    display: none !important;
  }

  .slick_header_lg{
    display: block !important;
  }

}


.menu_logo{
  display: block !important;
}

@media screen and (min-width: 768px){

  .slick_header_sm{
    display: none !important;
  }

  .slick_header_lg{
    display: block !important;
  }

  .menu_logo{
    display: none !important;
  }

}



.img_blog{
  width: 100%; /* Asegura que las imágenes ocupen todo el ancho del contenedor */
  height: 200px; /* Establece una altura fija */
  object-fit: cover; /* Recorta la imagen para que ocupe todo el espacio disponible */
  object-position: center; /* Centra la imagen dentro del contenedor */
}

/* NAVBAR PARA OCULTAR EN SCROLL */
.navbar {
  transition: opacity 0.6s ease-in-out, visibility 0.6s;
}

/* *************************************************** */
/* ESPAÑA */
.img_esp1_wrapper{
  text-align: right;
}

.img_esp1{
  max-width: 200px;
}

.texto_esp1{
  text-align: left;

}

.es_menu1{
  vertical-align:-6px;
}

.es_menu2{
  vertical-align:2px;
}

@media screen and (max-width: 575px){

  .es_large{display:none !important;}
  .es_small{display:block !important;}

  .es_menu1{
    font-size: 1rem !important;
    vertical-align: -2px;
  }

  .es_menu2{
    font-size:0.9rem !important;
    margin-left: 1px;
    vertical-align: 1px;
  }
  
  .img_esp1_wrapper{
    text-align: center;
  }

  .texto_esp1{
    text-align: center;
  }

  .tels_esp1{
    margin:auto !important;
    font-size: 13px;
  }

  /* .tels2_esp1{
    text-align: left !important;
    margin-left: 7px;
  } */

  .email_esp1{
    font-size: 13px;
  }

  .es_top1{
    margin-bottom: 40px !important;
  }

}

.img_esp1{
  max-width: 200px;
}

.img_wapp_esp1{
    width: 150px;
    -webkit-filter: drop-shadow(0px 2px 5px #c9c9c9);
    filter: drop-shadow(0px 2px 5px #dddddd);
}
/* 
.wapp_esp1_wrapper{
  width: 49px;
  height: 49px;
  color: #fff !important;
  background-color: #25D366;
  border-radius: 50%;
  z-index: 100;
  text-align: center;
} */
/* 
.wapp_esp1{
  color: white !important;
} */

.mercadopago-button {
  padding: 0 1.7142857142857142em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875em;
  line-height: 2.7142857142857144;
  background: #009ee3;
  border-radius: 0.2857142857142857em;
  color: #fff;
  cursor: pointer;
  border: 0;
}