/*  bootstrap write start   */
.container {
  max-width: 1200px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.pc {
  display: inherit;
}

.mvl {
  display: none !important;
}


/*  bootstrap write start   */



/**test*sta**/

.brdtest1 {
  border: 5px dotted blueviolet !important;
}

.brdtest2 {
  border: 5px dotted orangered !important;
}

.brdtest3 {
  border: 5px dashed greenyellow !important;
}

.brdtest4 {
  border: 5px solid green !important;
}


/**test*end**/



/*-------------------global--------------------------*/
html {
  scroll-behavior: smooth;
}


html {
  --c_BLANCO: #FFFFFF;
  --c_NEGRO: #000000;
  --c_BLANCO2: #F8F8F8;
  --c_AMARILLO: #EAAA00;
  --c_ROJO1: #CD163F;
  --c_ROJO2: #CC0935;
  --c_ROJO3: #BA0C2F;
  --c_GRIS1: #584446;
  --c_GRIS2: #CECECE;
  --c_GRIS3: #707070;
  --c_GRIS4: #00000029;
  --c_GRIS5: #E3E3E3;
  --c_GRIS6: #00000043;
  --c_GRIS7: #A5A5A5;
  --c_GRIS8: #DADADA;
  --c_GRIS9: #E0E0E0;
  --c_GRIS10: #DDDFE3;
  --c_AMARILLO2: #EAAA0070;
  --c_AMARILLO3: #EAAA0029;
  --c_VERDE: #609D56;

}


@font-face {
  font-family: Jost-Regular;
  src: url('../fuentes/jost/Jost-Regular.ttf');
}

@font-face {
  font-family: Jost-Bold;
  src: url('../fuentes/jost/Jost-Bold.ttf');
}

@font-face {
  font-family: Corinthia-Regular;
  src: url('../fuentes/corinthia/Corinthia-Regular.ttf');
}

@font-face {
  font-family: Corinthia-Bold;
  src: url('../fuentes/corinthia/Corinthia-Bold.ttf');
}


/*****icono******/

.imicono1 {
  height: 31px;
  width: 31px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

.imicono2 {
  height: 23px;
  width: 23px;
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 0px;
}

.imicono2b {
  height: 23px;
  width: 23px;
  margin-right: 10px;
  margin-left: 0px;
  margin-top: 0px;
}

.imicono2c {
  height: 16px;
  width: 16px;
  margin-right: 10px;
  margin-left: 5px;
  margin-top: 0px;
}

.imicono3 {
  height: 48px;
  width: 32px;
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  bottom: 10px;
  right: -10px
}

.imicono4 {
  height: 14px;
  width: 14px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

.imicono8 {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

.imicono8l {
  height: 18px;
  width: 18px;
  margin-bottom: 6px;
}

.imicono24 {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
}

.imicono100 {
  height: 97px;
  width: 97px;

}

.ovhidden{
  overflow:hidden !important;
}






.ff-JR {
  font-family: Jost-Regular;
}

.ff-JB {
  font-family: Jost-Bold;
}

.ff-CR {
  font-family: Corinthia-Regular;
}

.ff-CB {
  font-family: Corinthia-Bold;
}

.ffita {
  font-weight: 200;
  font-style: italic
}



* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
  font-family: Jost-Regular, sans-serif !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
  max-width: 100%;
}

.footer {
  position: relative;
  top: auto;
  bottom: 0;
  margin-top: auto;
  margin-bottom: 0px;
  width: 100%;

}



input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: var(--c_ROJO2);
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}






a {
  font-family: Jost-Regular, sans-serif !important;
  line-height: 1.7;
  color: inherit !important;
  margin: 0px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-decoration: none !important;
  background-color: inherit;
}

a:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none !important;
  color: inherit !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

p {
  font-family: Jost-Regular, sans-serif !important;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c_GRIS1);
  margin: 0px;
}

ul,
li {
  margin: 0px;
  list-style-type: none;
}

::placeholder {
  color: var(--c_GRIS2) !important;
}

input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder {
  color: var(--c_GRIS1);
}

input:-moz-placeholder {
  color: var(--c_GRIS1);
}

input::-moz-placeholder {
  color: var(--c_GRIS1);
}

input:-ms-input-placeholder {
  color: var(--c_GRIS1);
}

textarea::-webkit-input-placeholder {
  color: var(--c_GRIS1);
}

textarea:-moz-placeholder {
  color: var(--c_GRIS1);
}

textarea::-moz-placeholder {
  color: var(--c_GRIS1);
}

textarea:-ms-input-placeholder {
  color: var(--c_GRIS1);
}

label {
  display: block;
  margin: 0;
}

iframe {
  border: none !important;
}

img {
  pointer-events: none !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.menunotrp {
  background-color: var(--c_BLANCO) !important;
}

.menutrp {
  background-color: rgba(255, 255, 255, 0.92) !important;
}



.dnone {
  display: none !important;
}

.dnormal {
  display: normal !important;
}

.colAMARILLO {
  color: var(--c_AMARILLO) !important;
}

.colBLANCO {
  color: var(--c_BLANCO) !important;
}

.colBLANCO2 {
  color: var(--c_BLANCO2) !important;
}

.colROJO1 {
  color: var(--c_ROJO1) !important;
}

.colROJO2 {
  color: var(--c_ROJO2) !important;
}

.colROJO3 {
  color: var(--c_ROJO3) !important;
}

.colGRIS1 {
  color: var(--c_GRIS1) !important;
}

.colGRIS2 {
  color: var(--c_GRIS2) !important;
}

.colGRIS3 {
  color: var(--c_GRIS3) !important;
}

.colGRIS4 {
  color: var(--c_GRIS4) !important;
}

.colGRIS5 {
  color: var(--c_GRIS5) !important;
}

.colGRIS6 {
  color: var(--c_GRIS6) !important;
}

.colGRIS7 {
  color: var(--c_GRIS7) !important;
}

.colGRIS8 {
  color: var(--c_GRIS8) !important;
}

.colGRIS9 {
  color: var(--c_GRIS9) !important;
}

.colVERDE {
  color: var(--c_VERDE) !important;
}

.colNEGRO {
  color: #000000 !important;
}

.bgAMARILLO {
  background-color: var(--c_AMARILLO) !important;
}

.bgBLANCO {
  background-color: var(--c_BLANCO) !important;
}

.bgBLANCO2 {
  background-color: var(--c_BLANCO2) !important;
}

.bgNEGRO {
  background-color: var(--c_NEGRO) !important;
}

.bgROJO3 {
  background-color: var(--c_ROJO3) !important;
}

.bgROJO2 {
  background-color: var(--c_ROJO2) !important;
}

.bgROJO1 {
  background-color: var(--c_ROJO1) !important;
}

.bgROJO3 {
  background-color: var(--c_ROJO3) !important;
}

.bgGRIS1 {
  background-color: var(--c_GRIS1) !important;
}

.bgGRIS2 {
  background-color: var(--c_GRIS2) !important;
}

.bgGRIS3 {
  background-color: var(--c_GRIS3) !important;
}

.bgGRIS4 {
  background-color: var(--c_GRIS4) !important;
}

.bgGRIS5 {
  background-color: var(--c_GRIS5) !important;
}

.bgGRIS6 {
  background-color: var(--c_GRIS6) !important;
}

.bgGRIS7 {
  background-color: var(--c_GRIS7) !important;
}

.bgVERDE {
  background-color: var(--c_VERDE) !important;
}

.h16 {
  height: 16px !important;
}

.h20 {
  height: 20px !important;
}

.h25 {
  height: 25px !important;
}

.h30 {
  height: 30px !important;
}

.h35 {
  height: 35px !important;
}

.h40 {
  height: 40px !important;
}

.h45 {
  height: 45px !important;
}

.h50 {
  height: 50px !important;
}

.h55 {
  height: 55px !important;
}

.h60 {
  height: 60px !important;
}

.h65 {
  height: 65px !important;
}

.h70 {
  height: 70px !important;
}

.h75 {
  height: 75px !important;
}

.h80 {
  height: 80px !important;
}

.hbarmenupc {
  height: 84px !important;
  min-height: 84px !important;
}

.h90 {
  height: 90px !important;
  min-height: 90px !important;
}

.h100 {
  height: 100px !important;
  min-height: 100px !important;
}

.h300 {
  height: 300px !important;
  min-height: 300px !important;
}

.mh140 {
  min-height: 140px;
}

.mh136 {
  min-height: 136px;
  height: 136px;
}

.mh16 {
  height: 16px !important;
}

.mh30 {
  height: 30px !important;
  width: 100% !important;
}

.mh40 {
  height: 40px !important;
  min-height: 40px !important;
  width: 100% !important;
}

.mh50 {
  height: 50px !important;
  min-height: 50px !important;
  width: 100% !important;
}

.mh80 {
  height: 80px !important;
  min-height: 80px !important;
  width: 100% !important;
}

.mh100 {
  height: 100px !important;
  width: 100% !important;
}

.mh150 {
  height: 150px !important;
  min-height: 150px !important;
  width: 100% !important;
}

.mh200 {
  height: 200px !important;
  min-height: 200px !important;
  width: 100% !important;
}


.mh300 {
  height: 300px !important;
  min-height: 300px !important;
  width: 100% !important;
}

.mh350 {
  height: 350px !important;
  min-height: 350px !important;
  width: 100% !important;
}

.mh400 {
  height: 400px !important;
  min-height: 400px !important;
  width: 100% !important;
}

.mh500 {
  height: 500px !important;
  min-height: 500px !important;
  width: 100% !important;
}

.mh600 {
  height: 600px !important;
  min-height: 600px !important;
  width: 100% !important;
}

.mh650 {
  height: 650px !important;
  min-height: 650px !important;
  width: 100% !important;
}

.mh700 {
  height: 700px !important;
  min-height: 700px !important;
  width: 100% !important;
}

.mh770 {
  height: 770px !important;
  width: 100% !important;
}

.mh800 {
  height: 800px !important;
  min-height: 800px !important;
  width: 100% !important;
}

.mh900 {
  height: 900px !important;
  min-height: 900px !important;
  width: 100% !important;
}

.mh1000 {
  min-height: 1000px !important;
  height: 1000px !important;
  width: 100% !important;
}

.mx1600 {
  max-width: 1600px !important;
}

.mx200 {
  max-width: 200px;
}

.mnh800 {
  min-height: 800px !important;
}

.mxw80{
 max-width: 80%; 
}

.w20 {
  width: 20px !important;
}

.w25 {
  width: 25px !important;
}

.w30 {
  width: 30px !important;
}

.w35 {
  width: 35px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w75 {
  width: 75px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.mw100 {
  min-width: 100px !important;
}

.imlogomenupc {
  width: 132px !important;
  height: auto !important;
}

.im100 {
  width: 100px !important;
  height: auto !important;
}

.im125 {
  width: 125px !important;
  height: auto !important;
}

.im150 {
  width: 150px !important;
  height: auto !important;
}

.im200 {
  width: 200px !important;
  height: auto !important;
}

.im300 {
  width: 300px !important;
  height: auto !important;
}


.posfix {
  position: fixed !important;
}

.posrel {
  position: relative !important;
}

.posrelR {
  position: relative !important;
  right: 0 !important;
}

.posrelL {
  position: relative !important;
  left: 0 !important;
}

.posabsol {
  position: absolute !important;
}

.posabsolX {
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  z-index: 100;
}

.posabsolEstado {
  position: absolute !important;
  right: 8px !important;
  top: 8px !important;
}

.posabsolPrecio {
  position: absolute !important;
  right: 8px !important;
  top: 36px !important;
}

.posabsolReservar {
  position: absolute !important;
  right: 8px !important;
  bottom: 8px !important;
}

.posabsolcerrar {
  position: absolute !important;
  right: 18px !important;
  bottom: 12px !important;
}

.posabsolcerrarp {
  position: absolute !important;
  right: 5px !important;
  bottom: 2px !important;
}

.posabsolNo {
  position: absolute !important;
  left: 274px !important;
  top: -45px !important;

}

.posabsolRight {
  position: absolute !important;
  right: 4px !important;
  top: 4px !important;

}

.posabsolR {
  position: absolute !important;
  right: 0px !important;
  top: -1px !important;

}

.posabsolRm5 {
  position: absolute !important;
  right: 15px !important;
  top: 5px !important;
}

.posabsolRm10 {
  position: absolute !important;
  right: 15px !important;
  top: 10px !important;
}

.posabsolBo {
  position: absolute !important;
  left: 0px !important;
  bottom: 1px !important;

}

.posabsolfr {
  position: absolute !important;
  left: 8px !important;
  bottom: 15px !important;
}

.posabsolbusc {
  position: absolute !important;
  left: 3px !important;
  top: 16px !important;
}

.posabsolgratis {
  position: absolute !important;
  top: 1px !important;
  left: -8px !important;
  z-index: 10;
  font-size: 11px;
  background-color: var(--c_BLANCO2);
}

.cupo {
  cursor: pointer !important;
}

.cuinh {
  cursor: inherit !important;
}

.bold {
  font-weight: 700 !important;
}

th {
  font-weight: 500 !important;
}

.posfixed {
  position: fixed !important;
}

.possticky {
  position: sticky !important;
}

.imgparallax {
  background-attachment: fixed !important;
  z-index: -1;
}

/*---------------- global---end--------------------------*/



/*---------------- custom--------------------------*/

.ngx-slider .ngx-slider-pointer {
  background-color: var(--c_ROJO2) !important;

}

.ngx-slider-bar.ngx-slider-selection {
  background-color: var(--c_ROJO2) !important;
}


.custom-control label::before {
  height: 19px !important;
  width: 19px !important;
}

.custom-control label::after {
  background: center center no-repeat;
  color: #000000;
}


.imagendefondo {
  background-image: url("https://www.madguides.es/assets/images/logo-horizontal.svgg");
  background-size: 22%;
  background-repeat: no-repeat;
  background-position: 50% 2%;
}

.imagendefondolayer {
  background-color: rgba(255, 255, 255, 0.95);
}


.pagewrapper {
  margin-left: auto;
  margin-right: auto;
  height: 100% !important;
  min-height: 80vh !important;
}



.imagebanner {
  object-fit: cover !important;
  width: 100% !important;
  height: auto !important;
  min-height: 600px !important;
  height: 900px !important;
  box-shadow: inset 0 0 0 1000px #ffffff98 !important;
}

.imagebannerhome {
  object-fit: cover !important;
  margin-top: 0px !important;
  width: 100% !important;
  min-height: 685px !important;
  height: 685px !important;
  box-shadow: inset 0 0 0 1000px #ffffff98 !important;
}

.imagebannerbuscador {
  object-fit: cover !important;
  margin-top: 0px !important;
  width: 100% !important;
  min-height: 376px;
  height: 376px;
  box-shadow: inset 0 0 0 1000px #ffffff98 !important;
}

.imgbannerbusc {
  width: 100% !important;
  height: auto !important;
  min-height: 376px !important;
  height: 376px !important;
  box-shadow: inset 0 0 0 1000px #ffffff28 !important;
  object-fit: cover !important;
}

.imagebannerseccion {
  width: 100% !important;
  height: auto !important;
  min-height: 550px !important;
  height: 550px !important;
  box-shadow: inset 0 0 0 1000px #ffffff98 !important;
  object-fit: cover !important;
  object-position: center center;
}

.titbanner {
  max-width: 600px;
  font-size: 50px;
  text-align: left;
  padding-left: 8px;
  margin-bottom: 0;
}

.subtitbanner {
  max-width: 600px;
  font-size: 34px;
  text-align: left;
  padding-left: 8px;
  margin-top: 0;
}

.child-elements {
  pointer-events: none;
}






/*----------------valid------start--------------------*/

input.ng-touched.ng-invalid,
textarea.ng-touched.ng-invalid,
input.ng-touched.ng-invalid~label::before {
  box-shadow: 0px 0px 35px 0px #f1001a70 !important;
  border-color: #f1001a70 !important;
}

/*----------------valid-----end---------------------*/


.panelG {
  box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.2) !important;
  max-width: 1480px;
  min-width: 450px;
  width: 97%;
  height: 77%;
  min-height: 700px;
  max-height: 700px;
  padding: 10px;
  border-radius: 15px;

  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.panelA {
  box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.2) !important;
  max-width: 1480;
  min-width: 350px;
  width: 90%;
  height: 90%;
  min-height: 800px;
  padding: 10px;
  border-radius: 15px;

  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.shad {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  border-radius: 7px !important;
}





.bordeimagencard {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.bordecirculo {
  border-radius: 50% !important;
  max-width: 240px;
  height: 240px;
}

.minh {
  min-height: 1080px !important;
}

.bdrojo {
  box-shadow: 0px 0px 25px 0px #f1001a70 !important;
}

.apagado {
  opacity: 0.4 !important;
  cursor: no-drop !important;
}

.bgrojo {
  background-color: #9a1914 !important;
}

.trojo {
  color: #9a1914 !important;
}



.panelpeq {
  box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.2) !important;
  margin: 20px;
  max-width: 350px;
  min-width: 300px;
  width: 97%;
  border-radius: 15px;
  min-height: 350px;
  height: 100%;
}



.panscroll {
  height: 480px;
  width: 100%;
  border: 0.5px solid #656565;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.panscrollVH {
  height: 75vh;
  width: 100%;
  border: 0.5px solid #656565;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.panscrollp {
  height: 300px;
  max-height: 310px;
  width: 100%;
  border: 0.5px solid #efefef;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.panscrollpm {
  height: 220px;
  max-height: 220px;
  width: 100%;
  border: 0.5px solid #efefef;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.panscrollC {
  height: 599px;
  width: 100%;
  border: 0.5px solid #656565;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.panscrollG {
  height: 638px;
  min-height: 638px;
  width: 100%;
  border: 0.5px solid #656565;
  overflow: auto;
  padding-left: 0px;
  padding-right: 0px;
}

.panscrollM {
  height: 100vh;
  min-height: 350px;
  width: 100%;
  border: 0px solid #656565;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.panscrolltabla {
  height: 65px;
  min-height: 65px;
  width: 100%;
  border: 0px solid #ddfc6d;
  overflow: auto;
  padding-left: 1px;
  padding-right: 1px;
}

.posabsoltt {
  position: absolute !important;
  bottom: 40% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #00000030;
}



.bordeli {
  border-bottom: 0.5px solid #efefef !important;
}

.bordeme {
  border-bottom: 0.8px solid #656565 !important;
}


.w95 {
  width: 95% !important;
}

.layer {
  background-color: rgba(0, 0, 0, 0.82) !important;
  padding: 20px !important;
}

.destac :hover {
  filter: brightness(110%) !important;
}


select option:checked {
  background-color: #00000030 !important;
}

.apagado {
  opacity: 0.3;
  cursor: no-drop !important;
}

.input100 option[value=""] {
  color: #efefef !important;
}

.icomenu {
  bottom: 18px !important;
  font-size: 16px !important;
  position: absolute !important;
}

.canv {
  max-height: 600px;
  min-height: 280px;
}

.customBackdrop {
  background-color: #00000080 !important;
}

.current {
  background-color: #000000 !important;
}

.cajabu {
  height: 0px;
  position: fixed;
  z-index: 1000;
}

.posabsolnot{
  position: absolute !important;
  bottom: 23px; 
  left: 40px;

}

.posabsolcarro{
  position: absolute !important;
  bottom: 54px; 
  left: 23px;
  padding: 1px 4px !important;
}



/*scroll**start***/

::-webkit-scrollbar {
  width: 10px;
  background-color: #656565;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.8);
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 7px #656565;
  background-color: #fdd32c80;
}

/*scroll***+end***/

textarea {
  resize: none !important;
  min-height: 100px !important;
}

.overlay {
  z-index: 199;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 50%, 0.15);
  cursor: default;
}


.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.linesep {
  background-color: var(--c_GRIS1);
  margin-left: 15px;
  margin-right: 30px;
  height: 3px;
  text-align: center;
}

.linesepwhite {
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 30px;
  height: 3px;
  text-align: center;
  width: 95%;
}

.linecell {
  height: 1px !important;
  background-color: var(--c_GRIS2);
  text-align: center;
  margin: 2px auto !important;
  width: 90%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.lineAma {
  height: 2px !important;
  background-color: var(--c_AMARILLO);
  text-align: center;
  margin: auto !important;
  width: 50%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.lineNeg {
  height: 2px !important;
  background-color: #000000;
  text-align: center;
  margin: auto !important;
  width: 50%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.linefull {
  height: 1px !important;
  background-color: var(--c_GRIS3);
  margin: 0 !important;
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.linelight {
  height: 1px !important;
  background-color: var(--c_GRIS2);
  margin: 0 !important;
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.swiper-button-next {
  content: '';
  background-image: url("../../assets/images/i-slider-flecha-derecha.svg") !important;
  height: 30px !important;
  z-index: 10;
}

.swiper-container-rtl,
.swiper-button-prev {
  content: '';
  background-image: url("../../assets/images/i-slider-flecha-izquierda.svg") !important;
  height: 30px !important;
  z-index: 10;
}


.detalleslider .swiper-button-next {
  content: '';
  background-image: url("../../assets/images/i-slider-galeria-derecha.svg") !important;
  height: 38px !important;
  width: 38px !important;
  z-index: 10;
  border-radius: 50% !important;
  background-color: #ffffff !important;
}

.detalleslider .swiper-container-rtl,
.detalleslider .swiper-button-prev {
  content: '';
  background-image: url("../../assets/images/i-slider-galeria-izquierda.svg") !important;
  height: 38px !important;
  width: 38px !important;
  z-index: 10;
  border-radius: 50% !important;
  background-color: #ffffff !important;
}


.swiper-pagination-bullet-active {
  background: var(--c_AMARILLO) !important;
}

.logos {
  max-width: 170px;
  max-height: 170px;
}

.hero {
  min-height: 60vh;
  width: auto;
}

.mih1200 {
  min-height: 1200px !important;
}



/*==================================================================*/







/***mapa*************/
.map-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 3px;
  border: 0.5 solid #efefefef;
}

.map-frame {
  border: 2px solid black;
  height: 100%;
}

#map {
  height: 100%;
}

.leaflet-control-attribution,
.leaflet-control-zoom {
  display: none;
}

.leaflet-popup-content {
  font-size: 20px !important;
}

.leaflet-tile-loaded {
  filter: brightness(1) grayscale(1) !important;
}

.leaflet-container a {
  color: #000000 !important;
}

.leaflet-container .leaflet-control-attribution {
  background: none !important;
  background-color: #fff !important;
}

.leaflet-marker-icon {
  border: 1px solid #656565;
  background-color: #fdd32c;
  border-radius: 25px;
  padding: 5px;
}

.leaflet-popup-content-wrapper {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/***********mapa**/



/**gallery*******/

.myCustomModalClass .modal-dialog {
  min-width: 380px !important;
  max-width: 1000px !important;
  max-height: 500px !important;
  height: auto !important;
  background-color: #ffffff30 !important;
}

.myCustomModalClass .modal-dialog .modal-body {
  background-color: #ffffff30 !important;
  padding: 0 !important;
}

.myCustomModalClassZoom .modal-dialog {
  min-width: 320px !important;
  max-width: 380px !important;
  max-height: 380px !important;
  height: 380px !important;
  background-color: #ffffff !important;
}

.myCustomModalClassZoom .modal-dialog .modal-body {
  background-color: #ffffff !important;
  padding: 0 !important;
}

.sliderT {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderT:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.sliderT {
  background-color: #2196f3;
}

input:focus+.sliderT {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.sliderT:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliderTs */
.sliderT.round {
  border-radius: 34px;
}

.sliderT.round:before {
  border-radius: 50%;
}



.btgris {
  padding: 6px 10px;
  border-radius: 25px;
  width: 240px;
  height: 42px;
  border: 1px solid var(--c_GRIS1);
  background-color: var(--c_GRIS1);
  color: var(--c_BLANCO);
  font-size: 20px !important;
  box-shadow: 0rem 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}

.btgris:hover {
  filter: brightness(110%) !important;
}




/*************home pc start**************************/

/*******modal buscador  start pc*****/
.mhbannerhome {
  height: 100% !important;
  width: 100% !important;
  min-height: 765px;
  margin-top: 0px;
}

.imagenbannerbuscador {
  position: relative;
  top: 80px;
}

.imagenbanner {
  position: relative;
  top: 80px;
}

.posabsoliconosmodal {
  position: absolute !important;
  top: 540px !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 6 !important;
}

#diviconos {
  width: 556px;
  height: 92px;
  padding: 0;
  margin-left: auto;
  margin-right: 40px;
}

#diviconos div {
  color: var(--c_BLANCO);
  font-size: 15px !important;
  margin-left: auto;
  margin-right: auto;

}

#iconobanner1 {
  height: 39px;
  width: 30px;
}



#panelbuscadorhome {
  width: 702px;
  height: 436px;
  z-index: 10 !important;
  box-shadow: 0rem 0.5rem 2rem rgba(0, 0, 0, 0.2) !important;
  padding: 0;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--c_BLANCO) !important;
  opacity: 0.9;
}

.posabsolbeforemodal {
  position: absolute !important;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 5;
  min-height: 685px;
  background-color: #00000038;
}

#titulomodalbuscador {
  font-size: 40px;
  line-height: 1.0 !important;
  font-family: Jost-Bold;
  color: var(--c_ROJO3);
  width: 444px;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 20px;

}

#titulomodalbuscador div {
  height: 101px;
  min-height: 101px;
}

#subtitulomodalbuscador {
  font-size: 24px;
  line-height: 1.3;
  color: var(--c_GRIS1);
  padding-top: 12px;
  padding-bottom: 12px;
  width: 538px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#subtitulomodalbuscador div {
  height: 74px !important;
  min-height: 74px !important;
}

.posabsolcjbuscador {
  position: absolute !important;
  top: 15px;
  left: 0;
  right: 0;
  width: 296px;
  margin-right: auto;
  margin-left: 42px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

#cjbuscador {
  width: 524px !important;
  font-size: 24px !important;
  margin-left: auto;
  margin-right: auto;

}

#divcjbuscador {
  height: 67px;
  border: 1px solid var(--c_GRIS2);
  border-radius: 40px;
}

.posabsolbtbuscador {
  position: absolute !important;
  top: 8px;
  left: auto;
  right: 8px;
}

.posabsolmodalbannerhome {
  position: absolute !important;
  top: 55px !important;
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important;
  z-index: 300;

}

.btredondoRojo {
  padding: 10px 10px;
  border-radius: 40px;
  min-width: 169px;
  max-width: 199px;
  height: 51px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

.btredondoRojo:hover {
  filter: brightness(110%) !important;
}

.btredondoRojo span {
  font-family: Jost-Bold;
  margin-left: 12px;
  margin-right: 10px;
}

.btredondoRojoxl {
  padding: 10px 30px;
  border-radius: 40px;
  min-width: 200px;
  max-width: 90%;
  height: 51px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

.posabsolprop {
  position: absolute !important;
  left: 0;
  top: 70px;
  z-index: 3100 !important;
  visibility: visible !important;
}

#panelpropbuscador {
  height: auto;
  width: 524px;
  background-color: var(--c_BLANCO) !important;
  border-radius: 8px;
  border: 1px solid var(--c_GRIS2);
  opacity: 1 !important;
  background-color: #ffffff !important;
}

.cartamodalprop {
  width: 100%;
  min-height: 50px;
  padding: 8px 20px !important;
  margin: 0 !important;
}

.imgcartamodalprop {
  width: 39px !important;
  height: 39px !important;
  padding: 0 !important;
  border-radius: 10px;
}

.infocartamodalprop {
  min-width: 364px;
  width: 100%;
  height: 24px;
  padding-left: 20px !important;
  padding-right: 5px;
  padding-top: 8px;
}

#textomodalprop {
  color: var(--c_GRIS1) !important;
  font-size: 18px;
  min-height: 20px;
  line-height: 1.1;
}

#listaprop {
  height: auto;
  overflow: auto;
}

#vertodosprop {
  width: 100%;
  height: 50px;
  padding-left: 80px !important;
  padding-right: 5px;
  padding-top: 10px;
  color: var(--c_GRIS1) !important;
  font-size: 18px;
  line-height: 1.1;
}

#flechaprop {
  color: var(--c_GRIS1);
  font-size: 22px;
}

/*******modal buscador  pc  end*********/
/*******visitas pc start *********/

.dist1 {
  height: 90px !important;
}

.dist2 {
  height: 50px !important;
}

.dist3 {
  height: 65px !important;
}

#divvisitas {
  height: 416px;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

#titulovisitas {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 36px;
  line-height: 1.0 !important;
  font-family: Jost-Bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visitastemporada {
  position: absolute !important;
  top: 16px;
  left: -2px;
  right: 0;
  width: 154px;
  color: var(--c_BLANCO);
  background-color: var(--c_ROJO3);
  padding-left: 8px !important;
  padding-right: 8px !important;
}


.panelVisita {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 283px;
  height: 412px;
  padding: 0px;
  border-radius: 19px;
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: hidden;
}

.imgvisita {
  height: 222px !important;
  width: 283px;
}

.titvisita {
  min-height: 80px !important;
  height: 80px !important;
  font-size: 20px;
  font-family: Jost-Bold;
  color: var(--c_GRIS1);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 16px;
  padding-bottom: 8px;
  line-height: 1.0 !important;
}

.titvisita span {
  height: 27px !important;
  
}

.textvisita {
  min-height: 57px !important;
  font-size: 14px !important;
  color: var(--c_GRIS3) !important;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  line-height: 1.2 !important;
}

.textvisita span {
  height: 57px !important;
}

.infovisita {
  min-height: 27px;
  font-size: 14px !important;
  color: var(--c_GRIS3) !important;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 8px;
  text-align: left;
}

.preciovisita {
  height: 27px;
  width: 177px;
  color: var(--c_GRIS1);
}

.preciovisitaeuro {
  font-size: 20px !important;
  font-family: Jost-Bold;
  color: var(--c_GRIS1);
}

.porpersona {
  font-size: 12px !important;
}

.horasvisita {
  height: 27px;
  margin-left: auto;
  margin-right: 0;
}

.imghorasvisita {
  height: 16px;
  text-align: right;
}

.cantidadhorasvisita {
  height: 27px;
  font-size: 20px;
  font-family: Jost-Bold;
  color: var(--c_ROJO3)
}


#btvertodas {
  padding: 10px 10px;
  border-radius: 40px;
  width: 296px;
  height: 57px;
  border: 1px solid var(--c_GRIS1);
  background-color: var(--c_GRIS1);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

#btvertodas:hover {
  filter: brightness(110%) !important;
}

/*******visitas pc end*********/
/*******testimonios**start*********/

.imglogotestim {
  width: 210px;
}

#divlogotestim div {
  height: 92px;
}

#titulotestimonios {
  font-size: 36px;
  font-family: Jost-Bold;

  margin-left: auto;
  margin-right: auto;
  line-height: 1.0 !important;
}

#titulotestimonios div {
  height: 48px;
}

#carrtestim {
  width: 100% !important;
  height: 275px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.panelTestimonio {
  border: 0.3px solid #efefef !important;
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  max-width: 985px !important;
  min-height: 266px;
  border-radius: 19px;
  padding: 0;
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
}


.posimgtestim {
  position: absolute;
  left: 80px;
  top: 32px;
}

.imgtestim {
  width: 193px;
  height: 193px;
}

.infotestim {
  margin-top: 40px !important;
  width: 790px;
  height: 193px;
  padding: 0;
}

.autortestim {
  font-size: 24px;
  font-family: Jost-Bold;
  width: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;

}

.autortestim div {
  height: 32px !important;
  max-height: 32px !important;
  padding: 0;
}

.nombrevisitatestim {
  font-size: 20px;
  font-family: Jost-Bold;
  color: var(--c_ROJO3);
  position: absolute;
  top: 0;
  right: 60px
}

.nombrevisitatestim div {
  height: 27px !important;
  max-height: 27px !important;
  padding: 0 !important;
}

.texttestim {
  font-size: 24px;
  color: var(--c_GRIS3);
  width: 563px;
  padding-top: 6px;
  padding-bottom: 6px;
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 45px;
}

.texttestim div {
  height: 90px !important;
  max-height: 90px !important;
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
}

.titulotestim {
  font-size: 18px;
  color: var(--c_GRIS1);
  font-family: Jost-Bold;
  position: absolute;
  bottom: 0;
  left: 0px;

}

.titulotestim div {
  height: 32px !important;
  max-height: 32px !important;
  padding: 0;
}

.veracttestim {
  font-size: 18px;
  color: var(--c_GRIS1);
  width: 126px;
  padding-top: 6px;
  padding-bottom: 20px;
  position: absolute !important;
  bottom: -15px;
  right: 60px;
}

.veracttestim div {
  height: 32px !important;
  max-height: 32px !important;
  padding: 0;
}

/*******testimonios pc end*********/
/*******contacto pc start*******************/

.imagebannerseccion {
  height: 663px;
}

#posabsollemacontacto {
  position: absolute !important;
  top: 40px;
  left: 0 !important;
  right: 0 !important;
  min-height: 95px;
  color: var(--c_BLANCO);
  background-color: #00000040;
  border-radius: 25px;
  min-width: 670px;
  min-width: 670px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 20px;
  width: 100%;
  min-width: 300px;
  max-width: 600px;

}

#posabsollemacontacto div {
  font-size: 34px;
  font-family: Jost-Bold;

}

.posabsolcontactohome {
  position: absolute !important;
  bottom: 0px !important;
  right: 0 !important;
  left: 0 !important;
  color: var(--col_GRIS1);
  min-height: 300px;
}

#basecontactohome {

  height: 300px;
  min-height: 300px;
}

.panelcontactohome {
  z-index: 1 !important;
  width: 98%;
  min-height: 390px;
  height: 390px;
  padding: 0px;
  border-radius: 60px 60px 0 0;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--c_BLANCO);
}

#intpanelcontactohome {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  min-height: 590px;
  height: 590px;
}

#pontecontac {
  padding-top: 42px;
  padding-bottom: 14px;
  width: 472px;

}

#pontecontac div {
  height: 37px;
  font-size: 24px !important;
}

#nombrecontact {

  height: 48px;
  margin-right: auto;
  margin-left: 0;
  margin-top: 14px;
  margin-bottom: 8px;
}

#emailcontact {

  height: 48px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 14px;
  margin-bottom: 8px;
}

#mensajecontact {
  width: 740px !important;
  height: 110px;

}

#aceptocontact {
  height: 24px;
  min-width: 300px;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 57px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
}

#btcontact {
  margin-top: 11px;
  margin-bottom: 38px;
  margin-left: auto;
  margin-right: 0;
  background-color: var(--GRIS1);
}

#btcontact button {
  height: 51px;
  width: 213px;
  font-size: 20px;
}


.cuad {
  height: 50px;
  border: 2px solid var(--c_GRIS2);
  padding: 0px;
  border-radius: 4px;
  font-size: 18px;

}

.cuadG {
  height: 110px;
  width: 100%;
  border: 2px solid var(--c_GRIS2);
  padding: 0px;
  border-radius: 4px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px !important;
  margin-bottom: 11px;
}

.cuad input,
.cuadG textarea {
  padding: 20px;
  height: 100%;
  width: 100%;
}

.fieldpeq {
  position: relative !important;
  font-size: 10px !important;
  right: -10px;
  bottom: 15px;
  color: var(--c_GRIS3) !important;
}

.fieldpeq2 {
  position: relative !important;
  font-size: 10px !important;
  right: -10px;
  bottom: 25px;
  color: var(--c_GRIS3) !important;
}

.fieldpeq3 {
  position: absolute !important;
  font-size: 10px !important;
  left: 0px;
  top: -14px;
  color: var(--c_GRIS3) !important;
}


/******contacto **end************************/
/************************home pc  end**********************/

/************************buscador pc start**********************/

/************banner buscador pc st*****************/
.posabsolresultado {
  position: absolute !important;
  bottom: -80px !important;
  right: 0 !important;
  left: auto;
  height: 60px;
  width: 70%;
  min-width: 1000px;
  background-color: var(--c_BLANCO);
  border-radius: 40px 0 0 0;
  z-index: 100;
}

.mhbannerbuscador {
  width: 100% !important;
  min-height: 376px;
  height: 376px;
}

#textoresultado {
  height: 37px;
  font-size: 28px;
  font-family: Jost-Bold;
  color: var(--c_GRIS1);
}

#buscaresultado {
  height: 37px;
  font-size: 28px;
  font-family: Jost-Bold;
  color: var(--c_ROJO2);
  width: 200px;
}

#contresultado {
  height: 21px;
  font-size: 16px;
  color: var(--c_GRIS1);
  padding-top: 10px;
}



/************banner buscador pc end*****************/
/************contenido buscador pc st*****************/
.horizontal-parent {
  position: absolute;
  top: -1rem;
  left: 230px;
  width: 600px;
  height: 45vw;
}

.horizontal-child {
  position: relative;
  left: 450px;
  top: -110px;
  display: block;
  width: 45vh;
  height: 52vw;
  overflow-y: scroll;
  transform-origin: 100% 0%;
  transform: rotate(-90deg) translateY(-100vh);

}

.slide {
  width: 45vw;
  height: calc(45vh - 8rem);
  column-width: 250px;
  transform-origin: 0% 0%;
  transform: rotate(90deg) translateY(-100%);
  text-align: center;
}

.horizontal-child::-webkit-scrollbar {
  display: none;
}


#divtipoplan {
  position: relative;
  left: 0;
  min-width: 160px;
}

.brdcirclebusca {
  padding-right: 15px;
  padding-top: 4px;
  border: 1px solid var(--c_GRIS10);
  color: var(--c_GRIS1);
  border-radius: 25px;
  height: 32px;
  max-width: 300px;
  text-align: center;
  overflow: hidden;
}

#busc {
  margin-top: 78px !important;

}

#buscadorpor {
  font-size: 15px;
  position: relative !important;
  left: 0;
  top: 10px;
}

#tipoplan {
  font-size: 24px;
  font-family: Jost-Bold;
}



.posabsolflechabusca {
  position: absolute;
  right: -10px;
  left: auto;
  top: 24px;
  background-color: #00000000;
  z-index: 100;
}

#filtros {
  position: relative !important;
  width: 300px;
  margin-right: 12px;
}

#resultadobusca {
  position: relative !important;
  width: 968px;
  margin-left: 12px;
}

#contenidobusca {
  min-height: 100vh;
  height: auto;
}

#introducefechas {
  width: 290px;
  border: 1px solid var(--c_GRIS3);
  border-radius: 4px;
  padding: 20px;
  background-color: var(--c_BLANCO2);
  margin-bottom: 12px;
}

#introducefechastexto {
  width: 246px;
  margin-left: auto;
  margin-right: auto;
  color: var(--c_GRIS1);
  font-size: 16px;
  margin-bottom: 10px;
  background-color: var(--c_BLANCO2);
}

#introducefechascal {
  width: 246px;
  margin-left: auto;
  margin-right: auto;
  color: var(--c_GRIS1);
  font-size: 16px;
  border: 1px solid var(--c_GRIS3);
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.btredondoRojodisponibilidad {
  padding: 10px 10px;
  border-radius: 40px;
  width: 245px;
  height: 51px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
  text-align: center;
  font-family: Jost-Bold;
  margin-top: 15px;
  cursor: pointer;
}


#selecfiltros {
  width: 290px;
  border: 1px solid var(--c_GRIS3);
  border-radius: 4px;
  padding: 20px;
  background-color: var(--c_BLANCO2);
  margin-top: 12px;
  font-family: Jost-Bold;
  font-size: 18px;
}

.selecfiltroschecks {
  position: relative;
  width: 246px;
  margin-left: auto;
  margin-right: auto;
  color: var(--c_GRIS1);
  font-size: 14px;
  margin-bottom: 10px;
  background-color: var(--c_BLANCO2);
  width: 100%;
}

.selecfiltrostit {
  border-top: 1px solid var(--c_GRIS2);
  padding: 8px 10px;
  font-size: 18px;
  font-family: Jost-Bold;
}

.selecfiltrosarrow {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}



.custom-control label.checkfiltrotexto::before {
  font-size: 10px !important;
  height: 16px !important;
  width: 16px !important;
  color: var(--c_GRIS1) !important;
  padding-top: 5px;
}

.checkfiltrotexto {
  padding-left: 5px;
  font-size: 14px;
  color: var(--c_GRIS1);
  padding-top: 2px;
}

#sliderojo {
  width: 100%;
  -webkit-transition: .2s;
  transition: opacity .2s;
  display: block;
}

#sliderojo:focus {
  outline: none;
}

#sliderojo,
#sliderojo::-webkit-slider-runnable-track,
#sliderojo::-webkit-slider-thumb {
  -webkit-appearance: none;
}

#sliderojo::-webkit-slider-thumb {
  background-color: white;
  width: 20px;
  height: 20px;
  border: 5px solid var(--c_ROJO2);
  border-radius: 50%;
  margin-top: -9px;
}


#sliderojo::-webkit-slider-runnable-track {
  background-color: var(--c_ROJO2);
  height: 5px;
}

#precioinicial {
  position: absolute;
  left: 0;
  top: -24px;
  font-size: 12px;
}

#preciofinal {
  position: absolute;
  right: 0;
  top: -24px;
  font-size: 12px;
}

#ordenarpor {
  width: 309px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 8px;
}

#ordenarportexto {
  font-size: 16px;
  color: var(--c_GRIS1);
  margin-left: auto;
  margin-right: 0;
}

#ordenarporselec {
  font-size: 16px;
  color: var(--c_GRIS1);
  margin-left: 10px;
  margin-right: 0;
}

.panelVisitaBuscador {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 858px;
  height: 222px;
  padding: 0px;
  border-radius: 19px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: hidden;
  position: relative !important;
}

.panelinfovisitabuscador {
  height: 222px;
  min-width: 570px;
}

.imgvisitabuscador {
  height: 222px !important;
  width: 282px;
  border-radius: 19px 0 0 19px;
}

.titvisitabuscador {
  min-height: 27px !important;
  font-size: 20px;
  font-family: Jost-Bold;
  color: var(--c_GRIS1);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 16px;
  padding-bottom: 8px;
}

.titvisitabuscador span {
  height: 27px !important;
}

.textvisitabuscador {
  min-height: 100px !important;
  font-size: 14px !important;
  color: var(--c_GRIS3) !important;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  line-height: 1.2 !important;
}

.textvisitabuscador span {
  height: 100px !important;
}

.infovisitabuscador {
  position: relative;
  bottom: 0;
  height: 27px;
  font-size: 14px !important;
  color: var(--c_GRIS3) !important;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  padding-bottom: 0px;
  text-align: left;
}

.preciovisitabuscador {
  margin-top: auto;
  margin-bottom: 0px;
  padding-right: 20px !important;
  height: 27px;
  min-width: 126px;
  color: var(--c_GRIS1);
  border-right: 1px solid var(--c_GRIS3);
}

.preciovisitaeurobuscador {
  font-size: 20px !important;
  font-family: Jost-Bold;
  color: var(--c_GRIS1);
}

.porpersonabuscador {
  font-size: 12px !important;
}

.horasvisitabuscador {
  margin-top: auto;
  margin-bottom: 0px;
  height: 27px;
  width: 100px;
  margin-right: auto;
  margin-left: 15px;
}

.imghorasvisitabuscador {
  height: 16px;
  text-align: right;
  margin-top: 6px !important;
}

.cantidadhorasvisitabuscador {
  height: 27px;
  font-size: 20px;
  font-family: Jost-Bold;
  color: var(--c_ROJO3)
}

.idiomasvisitabuscador {
  height: 27px;
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.posabsolmodalbannerbuscador {
  position: absolute !important;
  top: -58px !important;
  right: 280px !important;
  left: auto !important;
  z-index: 1001;
  height: 30px;
  padding-bottom: 0;
  min-width: 220px;
  width: 220px;
}

.brdbot {
  border-bottom: 1px solid var(--c_GRIS3);
}

.cajaquebuscas {
  min-width: 250px;
}

.posabsolcjbuscador {
  position: absolute !important;
  top: 15px;
  left: 0;
  right: 0;

  margin-right: auto;
  margin-left: 42px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 24px;
}

.posabsolpropbuscador {
  position: absolute !important;
  right: -50px;
  top: 70px;
  z-index: 3100 !important;
  visibility: visible !important;
}

.posabsollupa {
  position: absolute !important;
  right: -35px;
  top: 17px;
  z-index: 3100 !important;
  visibility: visible !important;
}

.posabsolidiomasdispo {
  border-radius: 5px;
  background-color: var(--c_GRIS1);
  color: var(--c_BLANCO);
  font-size: 12px;
  min-height: 130px;
  width: 85px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  padding: 10px;
}

.pastifiltro {
  border-radius: 25px;
  border: 1px solid var(--c_GRIS1);
  color: var(--c_BLANCO);
  background-color: var(--c_GRIS1);
  padding: 5px 75px 5px 15px;
  min-height: 32px;
  margin: 5px !important;
  width: auto !important;

}


.filtdel {
  right: -20px;
  min-width: 50px !important;
}

.posabsolfechasfiltro {
  position: absolute !important;
  left: 20px;
  top: 130px;
  height: 414px;
  width: 279px;
  min-width: 279px;
  z-index: 1000;
  background-color: var(--c_BLANCO);
  color: var(--c_GRIS1);
  border: 1px solid var(--c_GRIS2);
  border-radius: 7px;
}

.btRedondoCalendarFiltro {
  border-radius: 25px;
  border: 1px solid var(--c_GRIS2);
  color: var(--c_GRIS1);
  background-color: var(--c_BLANCO);
  padding: 5px;
  height: 40px;
  margin: 5px !important;
  width: auto !important;
  min-width: 100px !important;
}

.btRedondoRojoCalendarFiltro {
  border-radius: 25px;
  border: 1px solid var(--c_ROJO2);
  color: var(--c_BLANCO);
  background-color: var(--c_ROJO2);
  padding: 5px;
  height: 40px;
  margin: 5px !important;
  width: auto !important;
  min-width: 100px !important;
}

.btRedondoBlancoCalendarFiltro {
  border-radius: 25px;
  border: 1px solid var(--c_BLANCO);
  background-color: var(--c_BLANCO);
  color: var(--c_ROJO2);
  padding: 5px;
  height: 40px;
  margin: 5px !important;
  width: auto !important;
  min-width: 100px !important;
}

.btRedondoVerMasResultados {
  border-radius: 25px;
  border: 1px solid var(--c_GRIS3);
  background-color: var(--c_GRIS3);
  color: var(--c_BLANCO);
  padding: 5px 20px;
  height: 52px;
  margin: 5px !important;
  width: 296 !important;
  min-width: 296px !important;
  font-size: 20px;
}

.daySelected {
  background-color: var(--c_ROJO2) !important;
  color: var(--c_BLANCO) !important;
  height: auto;
  min-width: 30px;
  border-radius: 50%;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 4px;
  z-index: 100;
}

.dayVisit {
  border: 2px solid var(--c_VERDE) !important;
  color: #000000;
  height: auto;
  min-width: 30px;
  border-radius: 50%;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 4px;
}

.selcate {
  border: 1px solid var(--c_GRIS1) !important;
  background-color: var(--c_GRIS2) !important;
}

/***********contenido buscador pc end*****************/

/************************buscador pc end**********************/



/************************detalle pc start**********************/

#titulovisita {
  font-size: 36px;
  font-family: Jost-Bold;

  margin-left: 0;
  margin-right: auto;
  line-height: 1.0 !important;
}

#titulovisita div {
  height: 48px;
}

.scroll-with-offset {
  padding-top: 90px;
  margin-top: -90px;
}

.divcalendar {
  height: auto;
  width: 384px;
  border: 1px solid var(--c_GRIS2);
  ;
  border-radius: 7px;
  padding: 24px !important;


}

.posfixed80 {
  position: fixed;
  top: 90px;
}

.posfixedW280 {
  position: fixed !important;
  width: 280px;
}

.posrelinicio {
  position: relative !important;
  top: auto;
  margin-top: auto;
  margin-bottom: 0;
}

.posrelfinal {
  position: relative !important;
}

.imgsel {
  border: 1px solid var(--c_ROJO2);
  filter: brightness(1.2);
}

.ffimaglat {
  min-height: 546px;

}

.fimaglat {
  width: 138px !important;
  min-width: 138px !important;
  height: 480px !important;
}

.max5ima {
  height: 480px !important;
  max-height: 480px !important;
  overflow-y: hidden !important;
}


.conteni {
  width: 800px !important;
  min-width: 800px !important;
}

.imageneslat {
  overflow: hidden;
  border-radius: 7px;
  width: auto !important;
}

.imagenescent {
  overflow: hidden;
  border-radius: 7px;
  width: auto !important;
  min-width: 626px !important;
}

.chimaglat {
  position: relative !important;
  width: 100% !important;
  height: 91px !important;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.imglat {
  object-fit: cover;
  width: 100%;
  height: 91px;
}

.wrapper-calendar {
  min-height: 270px;
  text-align: center;
  color: var(--c_GRIS2) !important;
}

.olCalendar {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0;
  padding: 0;
  gap: 2px;
}

.liCalendar {
  padding: 0 4px !important;
  font-size: 18px !important;
  cursor: pointer !important;
}

.liCalendar:hover {
  background-color: var(--c_GRIS4);
  color: var(--c_GRIS1);
}

.liCalendarSelected {
  background-color: var(--c_GRIS4);
  color: var(--c_GRIS1);
}

.first-day {
  grid-column-start: var(--first-day-start, 0);
}

.day-name {
  text-align: center;
}

.header-calendar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 16px;
}

.month-calendar {
  width: auto;
  font-size: 24px;
  color: var(--c_GRIS3) !important;
  text-align: right;
  font-family: Jost-Bold;
  margin-left: auto;
  margin-right: 3px;
}

.age-calendar {
  margin-right: auto;
  margin-left: 3px;
  width: auto;
  font-size: 18px;
  color: var(--c_GRIS2) !important;
  text-align: left;
  margin-bottom: -4px;
}

.arrowcalendar {
  cursor: pointer !important;
  height: 30px !important;
  width: 30px !important;
  padding: 2.5px !important;
  border-radius: 50% !important;
  color: var(--c_GRIS2) !important;
  border: 1px solid var(--c_GRIS2) !important;
}

.cajaselecvisita {
  background-color: var(--c_BLANCO2) !important;
  border-top: 2px solid var(--c_GRIS2) !important;
  padding: 4px 12px;
  height: 40px;
}

.btredondoRojoCalendar {
  padding: 10px 10px;
  border-radius: 40px;
  width: 245px;
  height: 51px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

#detallevisita {
  min-height: 600px !important;
}

.detalleslider {
  min-height: 480px;
  width: 635px;
  margin-left: 18px;
  margin-right: 18px;

}

.pestas {
  border: 1px solid var(--c_GRIS2);
  background-color: var(--c_BLANCO2) !important;
  color: var(--col_GRIS1);
  padding: 24px;
  align-items: center;
  width: 795px;
  border-radius: 7px;
  height: 44px;
  top: -100px;
  border-radius: 10px 10px 0 0;
}

.pulsada {
  color: var(--c_GRIS1) !important;
  border-bottom: 2px solid var(--col_ROJO2) !important;
}

.linvertical {
  background-color: var(--c_GRIS2) !important;
  width: 2px !important;
  height: 20px !important;
  min-height: 20px !important;
  position: relative;
  bottom: -2px;
}

.linedots {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: auto;
  padding: 0 10px;
  width: 80% !important;
  height: 4px !important;
  border-bottom: 2px dotted var(--c_GRIS2) !important;
}



.modalredes {
  z-index: 10;
  position: absolute;
  top: 30px !important;
  right: -1px !important;
  background-color: var(--c_BLANCO2);
  color: var(--c_GRIS1);
  width: 134px;
  min-height: 102px;
  border-radius: 0px 0px 2px 2px;
  padding: 15px;
  box-shadow: 0 0 0.5rem 0 rgba(200, 200, 200, 0.2) !important;
  border: 0.5px solid #efefef;
  overflow: auto;
}

#pestaDescripcion {
  width: 164px;
}

#pestaPrecios {
  width: 126px;
}

#pestaDetalles {
  width: 122px;
}

#pestaCancelaciones {
  width: 174px;
}

#pestaPuntoencuentro {
  width: 213px;
}

.boxv {
  opacity: 1;
  -webkit-transition: opacity 0.75s;
  -moz-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s;
}

.nboxv {
  opacity: 0;
}

.posrelbtm5 {
  position: relative !important;
  top: -5px !important;
}

.trprecios {
  height: 32px !important;
  max-height: 32px;
  width: 304px;
  line-height: 1.1 !important;
}

.tdprecios {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
}

/************************detalle pc end**********************/

/****recomendadas  start******/

#titulovisitasrecomendadas {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-size: 36px;
  line-height: 1.0 !important;
  font-family: Jost-Bold;
}

/****recomendadas  end******/






/**************carrito start*******************/

.hpago{
  height: 70px ;
}

.circulopasos {
  background-color: var(--c_BLANCO);
  color: var(--c_ROJO2);
  padding-top: 4px;
  border: 1px solid var(--c_BLANCO);
  border-radius: 50%;
  width: 38px;
  height: auto;
}

.circulopasosapagado {
  border: 1px solid var(--c_GRIS2);
  border-radius: 50%;
  width: 38px;
  height: auto;
  color: var(--c_GRIS2);
  padding-top: 4px;
}

.descripcionpaso {
  margin-left: 20px;
  position: relative;
  top: 4px;
  font-family: Jost-Bold;
}

.descripcionpasoapagado {
  margin-left: 20px;
  position: relative;
  top: 4px;
  color: var(--c_GRIS2);
}

.divPanelVisitaCarrito{
  min-width: 780px !important;
}

.panelVisitaCarrito {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 780px;
  height: 194px;
  padding: 0px;
  border-radius: 19px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: hidden;
  display: flex !important;
}

.panelPreciototal {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 384px;
  min-height: 172px;
  padding: 20px 15px;
  border-radius: 7px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 0 !important;
  margin-left: 20px !important;
  overflow: hidden;
}

.precioAmarillo {
  font-size: 24px;
  display: flex !important;
  color: var(--c_GRIS1);
  height: 50px;
  padding: 6px 10px;
  background-color: #FCF2D9;
}

.btredondoRojoPreciototal {
  height: 52px;
  width: 234px;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

.btredondoRojoActualizar {
  height: 52px;
  width: 204px;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

.btredondoCancelar {
  height: 52px;
  width: 204px;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid var(--c_GRIS2);
  background-color: var(--c_BLANCO);
  color: var(--c_GRIS1);
  font-size: 20px !important;
}

.divcalendarmodal {
  height: auto;
  width: 100%;
  padding: 24px !important;
  min-width: 350px;

}

.panelResumen {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 384px;
  min-height: 422px;
  height: auto;
  padding: 20px 15px;
  border-radius: 7px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 20px !important;
  margin-left: 0 !important;
  overflow: hidden;
}

.panelResumenVisits {
  width: 100%;
  min-height: 222px;
  height: auto;
  max-height: 90vh;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: auto;

}



.panelDatosReserva {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 780px;
  height: auto;
  min-height: 340px;
  
  padding: 20px;
  border-radius: 19px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 0 !important;
  margin-left: 0px !important;
  overflow: hidden;

}

.zonaRegistro {
  width: 800px;

}

.hazlogin {
  margin-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
  padding: 15px;
}

.aceptapoliticas {
  margin-left: 20px;
  width: 100%;
  display: flex !important;
  font-size: 18px;
  padding: 0 15px;
}



.btredondoRojoContinuar {
  height: 52px;
  width: 234px;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

.btline127 {
  width: 127px;
  font-size: 20px !important;
  cursor: pointer;
}

.panelMetodopago {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 785px;
  /* height: 428px; */
  height: auto;
  padding: 20px;
  border-radius: 19px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 0 !important;
  margin-left: 20px !important;
  overflow: hidden;

}

.cj {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px !important;
  color: var(--c_GRIS7);
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: 5px;
  margin-bottom: 14px;
  border: 1px solid var(--c_GRIS8) !important;
}

.cjselect {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px !important;
  color: var(--c_GRIS7);
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-top: 5px;
  margin-bottom: 14px;
  border: 1px solid var(--c_GRIS8) !important;
  width: 100%;
}

.cj input {
  width: 97% !important;
}

.lblform {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 10px;
  color: var(--c_GRIS1);

}


.btredondoRojoPagar {
  height: 52px;
  width: 180px;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

.btredondoPagarapagado {
  height: 52px;
  width: 180px;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid var(--c_GRIS3);
  background-color: var(--c_GRIS2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

.crediticono {
  position: absolute !important;
  top: 10px;
  right: 5px;
  opacity: 0.1;
}

#titulopanelpedido{
  font-size: 20px;
  font-family: Jost-Bold;
  color: var(--c_GRIS1);
  margin-top: 2px;
  margin-bottom: 6px;

}

.posabsolprecio{
  position:absolute;
  font-size:24px;
  font-family: Jost-Bold;
  color: var(--c_GRIS1);
  right: 15px; bottom: 15px; 
  top: auto;
}

.posabsolRedes{
  position: absolute;
  right: 18px; 
  top: 14px
}

.btcontdatosper{ 
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 10px;
}





/***************carrito end******************/

/***************compra star***************/

.panelFull {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 1199px;
  height: 122px;
  padding: 20px;
  border-radius: 19px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  overflow: hidden;
}

.panelReservafirmada {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 785px;
  height: 194px;
  padding: 0px;
  border-radius: 19px;
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 20px !important;
  margin-left: 0px !important;
  display: flex;
  overflow: hidden;
  
}

.btredondoRojoVerReservas {
  height: 52px;
  width: 234px;
  padding: 10px 10px;
  border-radius: 40px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
}

.imgReservafirmada{
  height: 222px !important;
  width: 282px;
  border-radius: 19px 0 0 19px;
  object-fit: cover;
}
.panelinfoReservafirmada {
  height: 222px;
  min-width: 570px;
  padding: 20px;
}

.posabsolverreservas{
  position: absolute;
  left: auto;
  right: 20px;
  margin-left: 100px;
  top: 20px;
}

/*************compra end******************/


/*************mi cuenta start***************/

.titmicuenta {
  min-height: 27px !important;
  font-size: 24px;
  font-family: Jost-Bold;
  color: var(--c_GRIS1);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 16px;
  padding-bottom: 8px;
}

.titmicuenta span {
  height: 27px !important;
}



.panelMicuenta {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 855px;
  height: auto;
  padding: 0px;
  border-radius: 19px;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-right: auto !important;
  margin-left: 40px !important;
  overflow: hidden;
  position: relative !important;
}


.infoMicuenta {
  min-height: 27px;
  font-size: 14px !important;
  color: var(--c_GRIS3) !important;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.menulatenlace {
  padding: 8px 10px;
  font-size: 18px;
  color: var(--c_GRIS1);
}

.activolat {
  background-color: var(--c_AMARILLO3) !important;
}


.menulateral {
  background-color: var(--c_BLANCO);
  min-width: 300px;
  width: 300px;
  min-height: 1311px;
  border-right: 5px solid #00000010;
  height: 100vh;
}

.btredondoRojoMicuenta {
  padding: 10px 10px;
  border-radius: 40px;
  width: 234px;
  height: 51px;
  border: 1px solid var(--c_ROJO2);
  background-color: var(--c_ROJO2);
  color: var(--c_BLANCO);
  font-size: 20px !important;
  font-family: Jost-Bold;
}

.infopanelreserva{
  height: 160px !important;
  max-height: 160px;
  overflow: hidden;
  max-width: 80%;
}


/*************mi cuenta end***************/

/*************quienes start***************/

.imagenempresa {
  min-width: 742px;
  height: 100%
}

.imglaempresa {
  height: 489px;
  width: auto;
}

.txtlat {
  width: 342px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/*************quienes end***************/

/*************ayuda start***************/

.posabsolNoEnc{
  position: absolute;
  top: 10px;
  right: 10px ;
  /* transform: translate(-50%, -50%); */

}


.panelNoencuentras {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, 0.2) !important;
  width: 510px;
  height: 253px;
  padding: 25px;
  border-radius: 30px;
  margin-top: auto !important;
  margin-bottom: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  overflow: hidden;
}

.wfaq {
  width: 600px;
}
/*************ayuda end***************/


/********  footer st pc     *********/

.footh300 {
  padding-top: 70px;
  height: 300px;
  min-height: 300px;
}

.footh137 {
  padding-top: 20px;
  height: 137px;
  min-height: 137px;
}

.intfooter {

  margin-left: auto;
  margin-right: auto;

}

#barrafooter {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  position: relative;
  top: auto !important;
  bottom: 0 !important;
  margin-top: auto;
  margin-bottom: 0;
  background-color: var(--c_GRIS1) !important;
}

.enlacefoot {
  font-size: 18px !important;
  cursor: pointer !important;
}

#logofooter3 {
  height: 80px !important;
  width: 80px !important;
}

#logofooter {
  height: 130px !important;
  width: 130px !important;
}
#logoccmm {
  height: 130px !important;
  width: auto !important;
  object-fit: contain;
  
}

.flexcenter{
  display: flex;
  justify-content: center;
  align-items: center;
}




/********  footer end pc     *********/


/*******cookies*st***************/
.aviso-cookies {
  display: block;
  background: #fff;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 340px;
  min-width: 300px;
  line-height: 150%;
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  padding-top: 60px;
  box-shadow: 0px 2px 20px 10px rgba(0, 0, 0, 0.55);
  text-align: center;
  height: 450px;
}

.aviso-cookies .galleta {
  max-width: 120px;
  height: auto;
  position: absolute;
  top: 10px;
  left: calc(50% - 60px);
}

.fondo-aviso-cookies {
  display: block;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.close {
  position: absolute;
  right: 8px;
  top: 0px;
}

/* toogle */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderT {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderT:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .sliderT {
  background-color: #2196f3;
}

input:focus + .sliderT {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .sliderT:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliderTs */
.sliderT.round {
  border-radius: 34px;
}

.sliderT.round:before {
  border-radius: 50%;
}

.mhcook {
  height: 400px !important;
  max-height: 400px;
}
.btcook {
  border-radius: 5x;
  border: 1px solid #efefef;
  height: 80px;
  width: 100%;
  padding: 5px;
  cursor: pointer;
}

 


/*******cookies*end***************/

button.swal2-styled{
  border: 1px solid  !important;
  color: var(--c_BLANCO) !important;
  font-size: 20px !important;
  font-family: Jost-Bold !important;
  border-radius: 40px !important;
  padding: 5px !important;
  width: 134px !important;
  height: 40px !important;
}