/* estilos del sitio web */

/*fuentes y fuentes CDN*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*estilos generales*/
html, body{font-family: 'Montserrat', sans-serif; background: #fff}
html{position:relative; min-height:100%}
body{margin-bottom:0px; position: relative;}
.height-100{height:100%}
.displayflex{display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.sinpaddingleft{padding-left:0px !important}
.sinpaddingright{padding-right:0px !important}
.row-con-margen{margin-left:-15px; margin-right:-15px}
.w100Hauto{width:100%; height:auto}
.error{color:#F00; font-size:10px; font-weight:300;}
.empty{color:#F00; font-size:10px; font-weight:300;}
.oculto-success{font-size:14px; font-weight:300; text-align:center; margin-top:10px; color:#000}
.error-borde{border-color:#FFC107 !important}
.centrado {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
}
.mailto{color:inherit; text-decoration:none}
.mailto:hover{color:inherit; text-decoration:underline;}
.display-block{display:block}
.grayscale
{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
/*-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.grayscale:hover{
	-webkit-filter:none !important;
	filter:none !important;
	-moz-filter:none !important;
	-o-filter:none !important;
	-ms-filter:none !important;
}
span.pointer,b.pointer,a.pointer{cursor:pointer}
.relative{position:relative}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 appearance:none;
 -moz-appearance:none;
 margin: 0;
}
.pointer{cursor:pointer}
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.row{margin-left:0px; margin-right:0px}
.row-con-margen{margin-left:-15px !important; margin-right:-15px !important}
:focus {
    outline: none;
}
.elemento *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity:1;
}
.elemento *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000 !important;
	opacity:1;
}
.elemento *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #000000 !important;
	opacity:1;
}
.relativeZ1{position: relative; z-index: 1}
.transition{
		transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
#ocultosuccess,#ocultosuccess2{
  text-align: center;
}
.mensaje-de-error,.mensaje-de-error-2{
  color:#DB2629; margin-bottom: 10px; font-size: 12px
}
.content-table{
  display: table; width: 100%; height: 100%
}
.content-row{
  display: table-row;
}
.content-cell{
  display: table-cell; vertical-align: middle;
}
.float {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: #25d366;
    color: rgba(31, 173, 83, 0.3);
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
    z-index: 10000;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
.float:hover {
  color: rgba(38, 217, 104, 0.7);
}
.float .fa-whatsapp{
  color: #fff;
  font-size: 40px;
  margin-top: 11px;
}
.acciones{
  position: fixed; right: 45px; bottom: 30px; z-index: 10000
}
.height100{height: 100%}
.pngrendering {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(207, 8, 8, 0);
  }
}

.loader{
  position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 11000; background: #EE5382;
}
.loader .logo{
  width: 300px;
}

/*Header*/
header{
  position: fixed; width: 100%; left: 0; top: 0; z-index: 1000; background: #FFFFFF; height: 80px;
}
header .bloque-rosa{
  background: #EE5382; height: 13px; width: 100%; position: absolute; left: 0; bottom: 0; pointer-events: none
}
header .logo{margin-top: 11px; width: 168px; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;}
.nav{display: block; position: relative; z-index: 1}
header ul{
  padding-left: 0px !important; padding-right: 0; border:none; border-radius: 0px; margin-bottom: 0px !important; text-align: right; display: block; margin-top: 21px; padding-bottom: 0; transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; -ms-transition:all 0.5s;
}
header ul li{
  list-style-type: none !important; display: inline-block !important; margin-left: 30px !important; background: none !important; border-radius: 0px !important; border:none !important;
}
header ul li:first-child{margin-left: 0px !important}
header ul li:last-child{margin-right: 0px !important}
header ul li a:hover,header ul li a:focus{
  color: #5F2CA3;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #EE5382;
}
nav-tabs>li>a {
    margin-right: 0px;
    line-height: normal;
    border:none;
    border-radius: 0px;
}
.nav>li>a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #EE5382;
  background-color: inherit;
  border:none;
  padding: 0
}
.nav>li>a .caret{vertical-align: middle; position: relative; bottom: 0}
.nav-tabs {
    border-bottom: none;
}
.nav-stacked>li+li {
    margin-top: 0px;
    margin-left: 0;
}
.nav-tabs>li>a:hover {
    border-color: inherit;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color:transparent;
}
.affix {
  position: relative;
}
.a-seccion{
  position: absolute; top: -70px; height: 1px; opacity: 0;
}
.list-groups{
    position: sticky; /* Supported in latest version of Chrome, Firefox, Safari, Opera and Edge browsers */
    top: 0px;
}
header .list-group-item.active,header .list-group-item:hover,header .list-group-item:focus {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #EE5382;
  background: none;
  border:none
}
@media only screen and (min-width:768px){.dropdown:hover .dropdown-menu{display:block}}
.dropdown-toggle::after{display: none}
header .dropdown-menu{position:absolute;top:100%;left:-18px !important;z-index:1000;display:none;float:left;min-width:195px;padding:5px 0;padding:0; padding-left: 0; padding-right: 0; padding-top: 30px; margin:2px 0 0;list-style:none;font-size:16px;text-align:left;background-color:transparent;border:1px solid #ccc;border:none;border-radius:0;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 0;}
header .dropdown-menu>li>a:hover,header .dropdown-menu>li>a:focus, header .dropdown-menu>li>a.active{
  background: #EE5382;
  color: #fff;
  text-decoration: none;
  border-radius: none;
}
header .dropdown-menu>li>a{
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #EE5382;
  padding-left: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
header .dropdown-menu>li>a.one{
  padding-top: 30px
}
header .dropdown-menu>li>a.tres{padding-bottom: 35px}
header .dropdown-menu>li{margin-left: 0 !important; display: block !important;}
header .contiene-select{
  position: relative; margin-left: 80px; margin-right: 90px
}
header .contiene-select select{
  width: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  color: #EE5382;
  background: none;
  padding-left: 0;
  text-align: center;
  border:none;
  cursor: pointer;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}
header .contiene-select select option{
  font-weight: 700;
}
header .contiene-select .caret{pointer-events: none; position: absolute; right: 0; bottom: 8px}
.inicio-1{position: relative; margin-top: 80px}
.inicio-1 h1{
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  margin: 0
}
.inicio-1 .subtitulo{
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  margin: 0
}
.inicio-1 .info{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  z-index: 1
}
.inicio-1 .degradado{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 19.89%, rgba(0, 0, 0, 0) 87.16%); background-blend-mode: multiply; width: 100%; height: 100%; position: absolute; top:0; left:0
}
.info-here{
  position: absolute; bottom: 0; right: 5%; z-index: 1
}
.info-here a{
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  left: 32px;
  top: 14px;
}
.info-here a span{
  color: #365072;
}
.info-here .icon{position: relative; bottom: 0}
.inicio-2{
  position: relative; padding-top: 75px; padding-bottom: 75px
}
.inicio-2 .info .titulo{
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #EE5382;
  margin-bottom: 14px
}
.inicio-2 .info p{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 0
}
.inicio-2 .info .credencial{margin-top: 40px}
.inicio-2 .azul{
  width: 85%; height: 100%; background: #365072; position: absolute; left: 0; top: 0
}
.inicio-2 .rosa{
  background: #EE5382; height: 210px; width: 45%; position: absolute; left: 0; top: 0
}
.inicio-2 .rosa-2{
  background: #EE5382; height: 210px; width: 15%; position: absolute; right: 0; top: 0
}
.inicio-2 .isotipo{
  width: 283px; position: absolute; right: 38px; bottom: -50px; z-index: 1
}
.inicio-3{
  position: relative; height: 383px; background-image: url('../img/inicio-3.jpg'); background-color: rgba(51,51,51,0.7); background-blend-mode: multiply;
}
.inicio-3 .titulo{
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
}
.inicio-3 .titulo span{color: #EE5382; font-weight: 800}
.inicio-4{
  background: #F2F2F2; padding-top: 58px; padding-bottom: 100px; padding-left: 7.5px; padding-right: 7.5px
}
.inicio-4 .titulo-principal{
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #EE5382;
  margin-bottom: 58px
}
.inicio-4 .item img{
  border-radius: 15px 15px 0px 0px;
}
.inicio-4 .item .info{
  padding-top: 40px; padding-bottom: 70px; padding-left: 30px; padding-right: 30px; background: #fff;
  background: #FFFFFF;
  border: 1px solid #EE5382;
  border-top:none;
  box-shadow: 3px 2px 16px 5px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
}
.inicio-4 .item .info h2{
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 33px;
  color: #365072;
  margin-bottom: 25px;
  margin-top: 0;
  min-height: 120px
}
.inicio-4 .item .info p{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #4F4F4F;
  margin-bottom: 35px
}
.inicio-4 .item .info button{
  width: 176.24px;
  height: 40px;
  background: #EE5382;
  border-radius: 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  border:none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
}
.inicio-4 .pdl75{padding-left: 7.5px}
.inicio-4 .pdr75{padding-right: 7.5px}
.slick-prev, .slick-next{display: none !important}
.comentarios{padding-top: 30px; padding-bottom: 100px; background: #EE5382; position: relative;}
.comentarios .titulo{
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 43px
}
.comentarios .add-comment{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-align: right;
  color: #FFFFFF;
  margin-top: 29px
}
.comentarios .add-comment span{cursor: pointer;}
.comentarios .add-comment span img{position: relative; bottom: 1px}
.comentarios .item{width: 372px; padding-left: 7.5px; padding-right: 7.5px;}
.comentarios .item .info{
  background: #FFFFFF;
  border-radius: 15px;
  padding-top: 20px; padding-bottom: 40px; padding-left: 50px; padding-right: 50px
}
.comentarios .item .info .comillas{
  margin-bottom: 20px
}
.comentarios .item .info .p{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #4F4F4F;
  margin-bottom: 20px
}
.comentarios .item .c-stars{
  margin-bottom: 20px
}
.comentarios .item .c-stars i{
  color: #ef8743; font-style: normal;
}
.comentarios .item .c-stars i::after{
  content: "\f005";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ef8743;
}
.comentarios .item .nombre{
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: normal;
  color: #365072;
}
.comentarios .item .nombre span{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #4F4F4F;
}
.comentarios .contiene-slick .control{position: absolute; top: 50%; margin-top: -19.5px; cursor: pointer;}
.comentarios .contiene-slick .control.left{left: -35px}
.comentarios .contiene-slick .control.right{right: -35px}
.siguenos{
  background-image: url('../img/fondo-siguenos-free-walking-tour.jpg'); background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-position: center; background-color: rgba(51,51,51,0.5); background-blend-mode: multiply; position: relative; height: 407px
}
.siguenos .centrado{
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
}
.siguenos .centrado img{margin-bottom: 14px}
.siguenos .centrado a{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
.siguenos .centrado a:hover, .siguenos .centrado a:focus{
  color: #FFFFFF;
  text-decoration: none;
}
footer{
  padding-top: 44px; padding-bottom: 39px; background: #365072;
}
footer .logo{
  margin-top: 27px
}
footer .whats{
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: inline-block;
}
footer .whats:hover,footer .whats:focus{
  color: #FFFFFF; text-decoration: none
}
footer .p{
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 50px;
  color: #FFFFFF;
}
footer .info{
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 50px;
  color: #FFFFFF;
}
footer .info a, footer .info a:hover, footer .info a:focus{
  color: #FFFFFF; text-decoration: none
}
footer .last{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  color: #FFFFFF;
  margin-top: -14px
}
footer .icon-instagram{
  width: 18px
}
footer .separador{
  margin-left: 15px; margin-right: 15px
}
footer .info-here{position: relative; right: inherit; bottom: inherit; width: 174px; display: inline-block;}
.modal.estilo-tours .modal-dialog .contenido .c-wp{
  margin-top: 70px; margin-bottom: 0;
}
.modal.estilo-tours .modal-dialog .contenido .c-wp .wp{width: 218px; margin-bottom: 20px}
.modal.estilo-tours{z-index: 15000}
.modal.estilo-tours .modal-dialog{
  width: 1088px; max-width: 100%;
}
.modal.estilo-tours .modal-dialog .contenido{position: relative; padding-bottom: 0}
.modal.estilo-tours .modal-dialog .contenido .close-modal{position: absolute; right: -50px; top: 0; z-index: 1; cursor: pointer;}
.modal.estilo-tours .modal-dialog .contenido .datos{padding-left: 77px; padding-right: 61px}
.modal.estilo-tours .modal-dialog .contenido .datos h1{
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 62px;
  color: #365072;
  margin-bottom: 37px;
  margin-top: 32px;
}
.modal.estilo-tours .modal-dialog .contenido .datos p{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #4F4F4F;
  margin-bottom: 40px
}
.modal.estilo-tours .modal-dialog .contenido ul{
  padding-left: 0; margin-bottom: 0;
}
.modal.estilo-tours .modal-dialog .contenido ul li{
  list-style-type: none; position: relative; padding-left: 47px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #365072;
  margin-bottom: 24px
}
.modal.estilo-tours .modal-dialog .contenido ul li span{
  font-size: 12px;
}
.modal.estilo-tours .modal-dialog .contenido ul li img{position: absolute; left: 0; top: 0}
.modal.estilo-tours .modal-dialog .c-form .titulo{
  margin-top: 88px;
  margin-bottom: 29px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #365072;
}
.modal.estilo-tours .modal-dialog .c-form input[type=text],.modal.estilo-tours .modal-dialog .c-form .input-group,.modal.estilo-tours .modal-dialog .c-form input[type=email],.modal.estilo-tours .modal-dialog .c-form textarea, .modal.estilo-tours .modal-dialog .c-form select{
  height: 46.93px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #365072;
  padding-left: 20px;
  width: 100%;
  background: none;
  border: 1px solid #EE5382;
  border-radius: 5px;
  margin-bottom: 10px
}
.modal.estilo-tours .modal-dialog .c-form .form-control{border: none; height: 100%; color: #365072; padding-left: 0; font-weight: 600;}
.modal.estilo-tours .modal-dialog .c-form .gj-datepicker-bootstrap [role=right-icon] button{border:none}
.modal.estilo-tours .modal-dialog .c-form select{appearance:none; -webkit-appearance:none; -moz-appearance:none}
.modal.estilo-tours .modal-dialog .c-form textarea{
  height: 94px
}
.modal.estilo-tours .modal-dialog .c-form .c-select{position: relative;}
.modal.estilo-tours .modal-dialog .c-form .c-select .arrow{position: absolute; right: 15px; top: 19px; pointer-events: none;}
.modal.estilo-tours .modal-dialog .c-form .pdl5{padding-left: 5px}
.modal.estilo-tours .modal-dialog .c-form .pdr5{padding-right: 5px}
.modal.estilo-tours .modal-dialog .c-form .g-recaptcha{display: inline-block; transform: scale(0.55); transform-origin: left;}
.modal.estilo-tours .modal-dialog .c-form .contiene-boton{margin-top: 10px}
.modal.estilo-tours .modal-dialog .c-form button.env{
  width: 168px;
  height: 40px;
  background: #EE5382;
  border-radius: 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  border:none
}
.modal.estilo-tours .modal-dialog .isotipo-cortado{
  position: absolute; right: 0; bottom: 0; pointer-events: none
}
.modal.estilo-tours .modal-dialog .isotipo-c{max-width: 100%}
.modal.estilo-tours .modal-dialog .recuadro{
  width: 30.32px;
  height: 231px;
  background: #EE5382;
  position: absolute;
  left: 0;
  top: 0
}
.modal.estilo-tours .modal-dialog *::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #365072 !important;
	opacity:1;
}
.modal.estilo-tours .modal-dialog *:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #365072 !important;
	opacity:1;
}
.modal.estilo-tours .modal-dialog *::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #365072 !important;
	opacity:1;
}
.modal.estilo-tours .modal-dialog *:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #365072 !important;
	opacity:1;
}
#modalReview.modal.estilo-tours .modal-dialog{
  width: 720px; max-width: 100%;
}
#modalReview.modal.estilo-tours .modal-dialog .contenido .close-modal{
  right: 0
}
#modalReview.modal.estilo-tours .modal-dialog .c-form .titulo{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 34px;
  margin-top: 74px
}
#modalReview.modal.estilo-tours .modal-dialog .c-form textarea{
  height: 160px
}
#modalReview.modal.estilo-tours .modal-dialog .c-form button{
  width: 100%
}
#modalReview.modal.estilo-tours .modal-dialog .c-form .g-recaptcha{
  transform: scale(0.75);
}
#modalReview.modal.estilo-tours .modal-dialog .c-form .contiene-boton{
  margin-top: 17px
}
#modalReview.modal.estilo-tours .modal-dialog .contenido{
  padding-bottom: 48px
}
#modalReview.modal.estilo-tours .modal-dialog .califica{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #365072;
  margin-bottom: 27px
}
#modalReview .star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 16px;
    height: 18px;
    cursor: pointer;
}

#modalReview .star a {
    display: block;
    width: 100%;
    background-position: 0 0;
}
#modalReview .star_content{display: inline-block; margin-left: 12px;}
#modalReview .star {
    position: relative;
    top: -1px;
    float: left;
    width: 17px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

#modalReview .star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}

#modalReview div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676;
}

#modalReview div.star.star_on {
    display: block;
}

#modalReview div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}

#modalReview div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}
.modal-backdrop{
  z-index: 14000
}
.modal.estilo-sucess{
  z-index: 15000
}
.modal.estilo-sucess .modal-dialog{
  width: 720px; max-width: 100%
}
.modal.estilo-sucess .modal-dialog .contenido{
  height: 486px; position: relative; background: #fff
}
.modal.estilo-sucess .modal-dialog .contenido .centrado{text-align: center;}
.modal.estilo-sucess .modal-dialog .contenido .centrado img{margin-bottom: 10px}
.modal.estilo-sucess .modal-dialog .contenido .texto{
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #365072;
}
.modal.estilo-sucess .modal-dialog .contenido .texto span{font-weight: 600;}
.modal.estilo-sucess .close-modal{
  position: absolute; right: 0; top: 0; cursor: pointer;
}
.inicio-3.personalizado{background-image: url(../img/tour-personalizado.jpg);}
.inicio-3.personalizado button{width: 167px; height: 40px; border:none; background: #365072; border-radius: 10px; color:#fff; font-weight: 800; font-size: 16px; line-height: normal;}
.comentarios .p.scroll{
  padding-right: 30px;
  height: 200px;
  overflow: auto;
}
/*Scrollbar*/
.comentarios .p.scroll::-webkit-scrollbar {
  width: 8px;
}

 /* Estilos barra (thumb) de scroll */
.comentarios .p.scroll::-webkit-scrollbar-thumb {
  background: #EE5382;
  border-radius: 4px;
}

.comentarios .p.scroll::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

.comentarios .p.scroll::-webkit-scrollbar-thumb:hover {
  background: #EE5382;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
.comentarios .p.scroll::-webkit-scrollbar-track {
  background: #365072;
  border-radius: 4px;
}

.comentarios .p.scroll::-webkit-scrollbar-track:hover,
.comentarios .p.scroll::-webkit-scrollbar-track:active {
  background: #365072;
}

/* medias SM para abajo*/
@media (max-width:991px)
{
  body{padding-top: 80px}
  header{display: none}
  .oculto{display: none}
  #modalMenu .contiene-logo{
    width: 143px;
    height: 38px;
    text-align: center;
    position: absolute;
    left: 9px;
    top: 14px;
  }
  #modalMenu .logo{width: 143px;}
  #modalMenu .cierra-menu{
    filter: none; margin-top: 23px
  }
  #modalMenu{
    z-index: 14500; padding-right: 0px !important
  }
  #modalMenu .modal-dialog{
    padding: 0px; margin: 0px; height: 100%; width: 100%; max-width: none
  }
  #modalMenu .modal-content{
    border:none; border-radius: 0px; background:#EE5382; padding-top: 0; height: 100%
  }
  #modalMenu .menu-m{
    width:100%; position: absolute; top: 0; left: 0; padding-top: 0; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; z-index: 1; height: 80px; background: #fff;
  }
  #modalMenu .menu-m .borde-rosa{
    height: 13px; background: #EE5382; width: 100%; position: absolute; left: 0; bottom: 0
  }
  #modalMenu ul{padding-left: 0px; margin-bottom: 0px; text-align: center;}
  #modalMenu ul li{list-style-type: none; text-align: center; margin-bottom: 22px}
  #modalMenu ul li:last-child a{border:none}
  #modalMenu ul li a{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
  }
  #modalMenu ul li a:hover,#modalMenu ul li a:focus{
    color: #FFFFFF; text-decoration: none
  }
  #modalMenu ul li .submenu{width: 194px; border-top:1px solid #fff; border-bottom: 1px solid #fff; padding-top: 14px; padding-bottom: 4px; margin-top: 18px}
  #modalMenu ul li .submenu li{
    margin-bottom: 15px
  }
  #modalMenu ul li .submenu li a{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  #modalMenu ul li.c-form{margin-top: 47px}
  #modalMenu ul li form{display: inline-block; margin-right: 50px}
  #modalMenu .contiene-select{position: relative; width: 60px; display: inline-block;}
  #modalMenu .contiene-select select{
    width: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    background: none;
    padding-left: 0;
    text-align: center;
    border:none;
    cursor: pointer;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
  }
  #modalMenu .contiene-select select option{
    font-weight: 700; color: #EE5382
  }
  #modalMenu .contiene-select .caret{pointer-events: none; position: absolute; right: 0; bottom: 8px}
  #modalMenu .img-instagram{
    width: 16px
  }
  .acciones {
    right: 15px; bottom: 17px
  }
  .float {
    width: 40px;
    height: 40px;
  }
  .float .fa-whatsapp {
    color: #fff;
    font-size: 29px;
    margin-top: 6px;
  }
  .menu-mobile{
    position: fixed; width: 100%; left: 0; top: 0; z-index: 9999; height: 80px; background: #fff;
  }
  .menu-mobile .contiene-logo{
    width: 143px;
    height: 38px; left: 9px; top: 14px;
    position: absolute;
  }
  .menu-mobile .logo{width: 143px;}
  .menu-mobile .abre-menu{
     margin-top: 23px
  }
  .menu-mobile .borde-rosa{
    height: 13px; background: #EE5382; width: 100%; position: absolute; left: 0; bottom: 0
  }
  .inicio-1{margin-top: 0}
  .inicio-1 h1{
    font-weight: 800;
    font-size: 40px;
    line-height: 43px;
  }
  .inicio-1 .subtitulo{
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
  }
  .inicio-1 .info{width: 100%}
  .inicio-1 .info-here{bottom: 5px}
  .info-here{right: 10px !important}
  .inicio-2{
    padding-top: 40px; padding-bottom: 194px; background: #365072;
  }
  .inicio-2 .azul{display: none}
  .inicio-2 .rosa-2{display: none}
  .inicio-2 .rosa{
    width: 100%; height: 229px;
  }
  .inicio-2 .info .titulo{
    font-weight: 800;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 13px;
    margin-top: 10px
  }
  .inicio-2 .info p{
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  .inicio-2 .isotipo{width: 204px; right: 10px; bottom: -46px}
  .inicio-3{height: 439px; background-image: url('../img/inicio-3-movil.jpg'); background-size: cover; -webkit-background-size: cover; -moz-background-size: cover;}
  .inicio-3 .titulo{
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    width: 300px
  }
  .inicio-4 .titulo-principal{
    font-weight: 800;
    font-size: 32px;
    line-height: 60px;
    margin-bottom: 15px
  }
  .inicio-4{padding-top: 34px}
  .inicio-4{padding-left: 10px; padding-right: 10px; padding-bottom: 17px}
  .inicio-4 .row{margin-left: 0px !important; margin-right: 0px !important}
  .inicio-4 .container-fluid{padding-left: 0; padding-right: 0}
  .inicio-4 .pdr75 {
    padding-right: 0;
  }
  .inicio-4 .pdl75 {
    padding-left: 0;
  }
  .inicio-4 .item .info{padding-top: 17px; padding-left: 12px; padding-right: 12px; padding-bottom: 70px}
  .inicio-4 .item .info h2{
    font-weight: 800;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
    min-height: inherit;
  }
  .inicio-4 .item .info p{
    text-align: center;
  }
  .inicio-4 .item{margin-bottom: 29px}
  .comentarios{padding-bottom: 50px}
  .comentarios .titulo{margin-bottom: 15px; font-weight: 800; font-size: 32px; line-height: 60px;}
  .comentarios .add-comment{
    margin-top: 0; margin-bottom: 64px; font-weight: 600; font-size: 16px; line-height: 45px; text-align: center;
  }
  .comentarios .item{width: 100%; padding-left: 0; padding-right: 0}
  .comentarios .item .info{padding-left: 34px; padding-right: 34px}
  .comentarios .item .info .p{
    font-size: 15px; line-height: 22px
  }
  .comentarios .contiene-slick .control.left {
    left: 0;
    top: 0;
    margin-top: -50px;
  }
  .comentarios .contiene-slick .control.right {
    right: 0;
    top: 0;
    margin-top: -50px;
  }
  .siguenos{background-image: url('../img/follow-us-movil.jpg'); height: 510px; background-position: center;}
  footer{padding-top: 56px; padding-bottom: 26px; text-align: center;}
  footer .logo{margin-top: 0; margin-bottom: 39px}
  footer .p{font-size: 11px;}
  footer .last{
    margin-top: 30px; margin-bottom: 39px; font-size: 12px; text-align: center;
  }
  footer .text-right{text-align: center !important;}
  footer .info-here{right: 0 !important}
  .modal.estilo-tours .modal-dialog{width: 100%; margin: 0px !important}
  .modal.estilo-tours .modal-content{border-radius: 0; border:none}
  .modal.estilo-tours .modal-dialog .contenido .close-modal{right: 0}
  .modal.estilo-tours .modal-dialog .contenido .datos{
    padding-left: 0; padding-right: 0;
  }
  .modal.estilo-tours .modal-dialog .recuadro{
    width: 15px; height: 152px
  }
  .modal.estilo-tours .modal-dialog .contenido .datos h1{
    font-size: 36px; line-height: 40px; margin-bottom: 35px; margin-left: 32px; margin-top: 20px; min-height: 120px
  }
  .modal.estilo-tours .modal-dialog .contenido .datos p{font-size: 14px; line-height: 25px; margin-bottom: 55px}
  .modal.estilo-tours .modal-dialog .contenido ul li{
    font-size: 14px; line-height: 24px
  }
  .modal.estilo-tours .modal-dialog .c-form .titulo{
    margin-top: 40px
  }
  .modal.estilo-tours .modal-dialog .isotipo-cortado{width: 300px}
  .modal.estilo-tours .modal-dialog .c-form .c-captcha{text-align: center;}
  .modal.estilo-tours .modal-dialog .c-form .g-recaptcha{transform-origin: center; transform: scale(0.75);}
  .modal.estilo-tours .modal-dialog .c-form .contiene-boton{text-align: center;}
  .modal.estilo-tours .modal-dialog .contenido{padding-bottom: 0}
  .modal.estilo-tours{padding-right: 0 !important}
  .inicio-2 .info{text-align: center;}
  .inicio-3.personalizado{background-image: url('../img/tour-personalizado-movil.jpg');}
}

/*MD*/
@media (min-width:768px) and (max-width:991px)
{
#modalReview.modal.estilo-tours .modal-dialog{
  margin: 1.75rem auto !important;
}
}

/*LG*/
@media (min-width:992px) and (max-width:1199px)
{
.inicio-4 .item .info{padding-left: 25px; padding-right: 25px}
.inicio-4 .item .info h2{font-size: 22px; line-height: 30px; min-height: 90px}
.comentarios{padding-left: 35px; padding-right: 35px}
footer .p{font-size: 11px}
.modal.estilo-tours .modal-dialog .contenido .close-modal{right: 0}
.inicio-2 .isotipo{width: 183px; bottom: -80px}
.inicio-3 .titulo{font-size: 30px; line-height: 36px}
.inicio-4 .item .info button{max-width: 100%}
.inicio-4 .item .info h2{font-size: 20px; line-height: normal;}
.inicio-4 .item .info p{font-size: 12px; line-height: normal;}
}

@media (max-width:767px){
}
@media (min-width:992px){

  .inicio-2 .info{margin-left: -15px}
  .inicio-2 .c-img-tour{padding-left: 0}

}
@media (min-width:768px) and (max-height:660px){

}
@media (min-width:768px) and (max-height:500px){

}
@media (min-width:768px) and (max-height:767px)
{

}
@media (max-width:360px){
}
@media (min-width:1600px){
}
@media (min-width:1200px) and (max-width:1400px)
{
.inicio-2 .isotipo{width: 243px; right: 30px}
}
