@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&display=swap');





body{
	font-family: 'DM Sans', sans-serif;
	/* background-color: #f7f8fa; */
}
.f32{
    font-size: 32px;
    line-height: 48px;
}

.f18{
    font-size: 18px;
    line-height: 28px;
}
.f14{
	font-size: 14px;
    line-height: 24px;
}

.sp-20{
	letter-spacing: 2px;
}
.medium{
	font-weight: 500;
}
.semibold{
	font-weight: 600;
}

.gris-azulado{
	color:#4C5A6B;
}

.fondo-blanco{
    background: #fff;
}

.btn-degradado-naranja{
    background: #fc4a1a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f7b733, #fc4a1a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}


.btn-degradado-videollamada{
background: #7F00FF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


color:#fff;
}


.divider{
    
    border-bottom: 1px dotted #ccc;
}


.bg-azul{
background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.btn{
	    border-radius: 50px;
}
.btn.lg{
	height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 600;
}

.btn-primary{
	background-color: #006fb3;
}
.btn-secondary{
	background-color: #006fb3;
}
.btn-salmon{
	background-color: #E93A7D;
	color: #fff;
}

.btn-offline{
    background-color: #9f9498;
    color: #fff;
}


.btn-salmon:hover{
	background-color: #ce2a75;
	color: #fff;
}

.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-brand img{
	max-width: 230px;
}
.navbar{
    max-width: 1625px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0 0 10px 10px;
	    padding: 30px 40px;

	-webkit-box-shadow: -2px 6px 12px -6px #01052B; 
    box-shadow: -2px 6px 12px -6px #01052B;
    
    -webkit-transition:padding 0.2s ease;
    -moz-transition:padding 0.2s ease; 
    -o-transition:padding 0.2s ease;        
    transition:padding 0.2s ease;  
}



.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
}



.navbar-dark .navbar-nav .nav-link{
	color: #fff;

}

.navbar-light .navbar-nav .nav-link{
	    font-size: 15px;
    text-transform: uppercase;
    padding: 0 10px;

}




.llamanos-top-container{
    display: flex;	
    align-items: center;
}

.llamanos-top-container figure{
	margin-left: 10px; 
	margin-bottom: 0;
}
.datos-contacto-top{
	text-align: right;
}

.datos-contacto-top .box-title a{
	text-decoration: none;
    font-size: 14px;
    color: #000;
}

.datos-contacto-top .box-description{
	font-size: 14px;
	color: #999;
	padding: 0;
	margin: 0;
}


/* */ 
.banner-home{
	height: 65vh;
 display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.banner-home-inner{
	margin-top: -200px;
	margin-bottom: -50px;
	text-align: center;
}

.banner-home-inner h1{
	text-align: center;
	color: #fff;
	    font-size: 82px;
    letter-spacing: -2.5px;
        line-height: 75px;
    margin-bottom: 30px;
     text-shadow: -1px -1px 5px rgba(0,0,0,0.41);


}


.banner-home-inner h2{
    text-align: center;
    color: #000;
        font-size: 82px;
    letter-spacing: -2.5px;
        line-height: 75px;
    margin-bottom: 30px;
     text-shadow: -1px -1px 5px rgba(0,0,0,0.41);


}

.buscador-container{
	margin: auto;
	background-color: #fff;
	box-shadow: 0 3px 51px 0 rgb(0 0 0 / 10%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 23px 0 25px 0;
	border-radius: 10px 10px 10px 10px;
	max-width: 1200px;
	display: inline-block;
}

.buscador-container-inner{
	display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 0 20px;
}
.buscador-container-inner h4{
	color: #006fb3;
    font-weight: 700;
    text-transform: uppercase;
    font-family: DM Sans;
    font-size: 16px;
    margin: 0;
        padding: 0 0 10px 0;
}

.buscador-container-inner select{
	width: 100%;
    display: block;
    height: auto;
    min-height: auto;

    max-width: 273px;
    font-size: 14px;
    color: #999;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DCDCDC;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 10px 15px 10px;
    
        -moz-appearance: none;

}
.columna{
	padding: 0px 10px 0 10px;
}
.columna.apply-filters{
	    padding-top: 30px;


}
.apply-filters__button{
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .75px;
    color: #FFF;
    background-color: #006fb3;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 47px 15px 47px;

}

.intro-container{
	background-size: cover;
	text-align: center;
	padding: 120px 0 60px 0;
}
.intro-container h2{
	font-size: 54px;
    color: #000;
    font-weight: 700;
    max-width: 800px;
}
.intro-container p{
	    color: #999;
    font-weight: 400;
    line-height: 1.5;
}

.intro-container {
	max-width: 800px;
	margin:auto;
    font-size: 24px;
}


.destacados-grid {
	margin-top: 80px;
	margin-bottom: 80px;
}

.destacados-grid .item{
    height: 100%;
	background-color: #fff;
	    border-radius: 10px 10px 10px 10px;
	    box-shadow: 0 3px 51px 0 rgb(0 0 0 / 10%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}


.heading-title{
	color: #000;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 15px;
}

.heading-subtitle{
color: #006fb3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-subtitle2{
color: #006fb3;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -10px;
    margin-left: 110px;
    
    
}






.destacados-grid .item p{
    font-size: 16px;
    color: #999;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1rem;	
}

.destacados-grid .contenido-item{
	padding: 35px 35px 20px 35px;
}

.destacados-grid .header-imagen{
border-radius: 10px 10px 0 0;
height: 200px;
background-size: cover;
}

.icono-texto-container{
	display: flex;
	  align-items: center;
}

.icono-texto-container .icono{
	background-color: #006fb3;
	padding: 10px;
	border-radius: 50%;
	margin-right: 10px;
}

.icono-texto-container .icono img{
	max-width: 100%;
	width: 28px;
	height: auto;
}

.icono-texto-container a{
	    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

/* Testimonios */
.testimonios-container{
	background-image: url(../assets/img/fondo-onda-gris-abajo.jpg);
	background-size: cover;
	background-position: top center; 
}

.testimonios-container h2{
	text-align: center;
}
	
	.carousel-item{
		text-align: center;

	}

	.carousel-item .contenido-quotes{
		max-width: 560px;
		margin: auto;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.quote-icon{
		width: 32px;
		padding-bottom: 35px;
	}

	.image-quote{
	}
	.carousel-item p{
		font-size: 22px;
	    line-height: 32px;
	    margin-top: 35px;
	    margin-bottom: 45px;
	}
/* Fin testimonios */



/* FOOTER */
.footer-bs {
    background-color: #000;
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);

	font-size: 14px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding: 5px 0px;}
.footer-bs .footer-nav ul.pages a { font-size: 14px !important; color:rgba(255,255,255,1.00); text-decoration: none; font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { font-size: 14px; color:rgba(255,255,255,0.80); text-decoration: none;}
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00); text-decoration: none;}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}
/* FIN FOOTER */

/* SELECT ***********/
.select {
  position: relative;
  min-width: 200px;
    width: 100%;
}
.select svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
    padding: 15px 30px 15px 12px;

  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
}
.select select:required:invalid {
  color: #5a667f;
}
.select select option {
  color: #223254;
}
.select select option[value=""][disabled] {
  display: none;
}
.select select:focus {
  outline: none;
  border-color: #07f;
  box-shadow: 0 0 0 2px rgba(0,119,255,0.2);
}
.select select:hover + svg {
  stroke: #07f;
}
.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

/* FIN SELECT ***********/


/* Resultados de busqueda */
.banner-resultados{
	height: 50vh;
}

.banner-resultados2{
    height: 35vh;
}

.banner-resultados3{
    height: 25vh;
}



.resultados-list {

}

.resultados-list .item{
    max-width: 1060px;
    margin: 0 auto 25px auto;
	background-color: #fff;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 3px 51px 0 rgb(0 0 0 / 10%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
}

.resultados-list .item-wraper{
    display: flex;
}

.avatar_container{
    text-align: center;
}

.avatar{
    background: #f4f6fa;
    width: 100px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.avatar img{
    width: 100%;
    height: auto; 
    display: inline-block;
}

.estrella{
    width: 18px;
    height: auto;
}

.especialistas_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.especialistas_list li{
    display: inline-block;
    font-size: 10px;
    background-color: #f4f6fa;
    border-radius: 30px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.resultados-list  h4{
	color: #006fb3;
    font-weight: 700;
    text-transform: uppercase;
    font-family: DM Sans;
    font-size: 14px;
    margin: 0;
    padding: 0 0 5px 0;
}

.resultados-list .heading-subtitle{
    font-size: 18px;
    color: #006fb3;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.resultados-list  p{
	color: #999;
    font-weight: 400;
    line-height: 1.5;
}

.agencia-tag{
    font-size: 12px;
    margin-bottom: 15px;
    background: #006fb3;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 3px 10px;
}
.agencia-tag a{
    color: #fff;
    text-decoration: none;
}
.separador-dot{
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.resultados-list .footer-item{
    text-align: right;
        background: #d2e1ff;
    	border-radius: 0 0 10px 10px;
    

}

.resultados-list .footer-item .btn{
    text-transform: uppercase;
    font-size: 14px;

}

/* Profile */

.profile-wraper{
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0 0 0 ;

}


x


.avatar img{
    width: 120px;
    height: auto; 
    display: inline-block;
}



.profile-wraper .resultados-list .item-wraper{
    display: flex;

}


.avatar{
    background: #f4f6fa;
    width: 120px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}

.profile-wraper .agencia-tag{
    display: inline-block;
}

.profile-wraper .acciones .btn{
    position: relative;
    padding: 10px 10px 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
}
.profile-wraper .acciones .btn i{
    position: absolute;
    left: 15px;
    top: 14px;
}

.info-agencia{
    border-radius: 10px;
    border: 1px solid #ccc;
    color: #999;
    font-size: 14px;
}


.testimonios-mini{
    background: none;
    background: #f6f8fc;
    border-radius: 10px;
}


.testimonios-mini .carousel-item .contenido-quotes{
    padding: 10px 0;
}
.testimonios-mini .quote-icon{
    padding-bottom: 0;
}

.testimonios-mini p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 50px;
}

.testimonios-mini .image-quote{
   max-width: 70px;
    height: auto
}

.testimonios-mini .gris-azulado {
    color: #4C5A6B;
    font-size: 10px;
}


/* Fin Profile */


/* tipos de viaje */

.tipos_de_viaje_single .intro-container{
        padding: 0;

}
.tipos_de_viaje_single .intro-container h1{
	font-size: 54px;
    color: #000;
    font-weight: 700;
    max-width: 800px;
}



.tipos_de_viaje_single .wraper-intro{
    background-color: #f6f8fc;
    border-radius: 10px;

}

.miniatura-tipo-viaje{
    width:200px; height: 100%; 
    background-size: cover;
    background-position: center;
}

.tipos_de_viaje_single  p.card-text  {
  padding-top: 5px; 
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;/*si no se declara añade los ... pero muestra todo el texto*/
}



/* fin tipos de viaje */
/* MODAL INICIAR VIDEOLLAMADA */
.modal-title {
    width: 100%;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

#videollamadaModal .modal-header{
    border-bottom: none;
}

#videollamadaModal  .modal-body{
    padding-top: 0;
}

#videollamadaModal  .btn-salmon {
    background-color: #E93A7D;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 15px 30px;
}

.icono-circulo{
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    background-color: #E93A7D;
}
.icono-circulo i{
    font-size: 26px;

}

.fecha-reserva-container{
    background-color: #f7f8fc;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.fecha-reserva-container label{
    padding-left: 5px;
}
/* FIN MODAL INICIAR VIDEOLLAMADA */

/* DESTINOS */
.destinos_categories .item .imagen-destino{
    width: 100%;
    height: 255px;
    background-size: cover;
    background-position: center
}

.destinos_categories .item .card{
    border-radius: 10px;
    overflow: hidden;
}

.destinos_categories .item {
    border-radius: 10px;
}
.destinos_categories .item  h3{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center
}

.destinos_categories .item p{
    text-align: center;
    color: #999;
}
.destinos_categories .item .stretched-link{
    text-align: center;
}

.destinos_categories .item .card{
    transition: all .5s
}

.destinos_categories .item .card:hover{
        border: 1px solid rgba(0,0,0,0);
    box-shadow: none;
}

.destinos_categories .intro-container{
    padding: 0;
}
.destinos_categories .intro-container h1{
    font-size: 54px;
    color: #000;
    font-weight: 700;
    max-width: 800px;
}
/* FIN DESTINOS */

/* VIDEOCHAT */
.video_chat_container{
    display: flex;
    padding-top: 0;
    height: calc( 100vh - 75px);
}

.columna_video{
    width:calc(100% - 400px)
}

.columna_chat{
    width:400px;
}
.video_chat_container .contenerdor_video_big{
    position: relative;
    height:  calc(100vh - 75px);
    overflow: hidden;
}

.video_chat_container .contenerdor_video_big  #video_cliente{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
      width: auto;
  height: auto;
      -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);

}



#video_operador{
    width: 250px;
    position: absolute;
    right:30px;
    bottom: 30px;
}





.video_chat_container .contenerdor_video_big .botones_accion_video{
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
}

.video_chat_container .contenerdor_video_big .botones_accion_video .btn{
    width: 48px !important;
    height: 48px !important;
    padding: 10px !important;
    border-radius: 50%;
    	-webkit-box-shadow: -2px 6px 12px -6px #01052B; 
    box-shadow: -2px 6px 12px -6px #01052B;
    
    background-color: #fff;
    display: inline-block;
    margin: 0 5px;
}

.video_chat_container .contenerdor_video_big .botones_accion_video .btn:hover{
    background-color:#8ee86d; 

}

.video_chat_container .contenerdor_video_big .botones_accion_video .btn:hover img{
        -webkit-filter:invert(100%) ;
        filter: invert(100%) ;
}



.video_chat_container .contenerdor_video_big .botones_accion_video .hover-rojo:hover{
    background-color:#f50000 !important; 

}

.botones_accion_video  img{
   width: 100%; 
}

.cabecera_videollamada{
    padding: 0 !important;
    max-width: 100%;
    box-shadow: none;
}

.chat-icon{
    position: absolute;
    width: 65px;
    height: 65px;
    bottom: 110px;
    right: 30px;
    z-index: 1000;
    background-color: blue;
    background-image: url(../assets/img/chat-icon.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: none;
}

.chat-notificacion{
    border-radius: 50%;
    background-color: crimson;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
}
.chat-overlay{
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 900;
    display: none;
}
@media (max-width: 1200px){
    .video_chat_container .contenerdor_video_big  #video_operador{
        right:50%;
        margin-right: -125px;
        bottom: 100px;
    } 
}





/*/////////////////////////////////*/
/*/////////  chat styles  /////////*/
/*/////////////////////////////////*/
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 0px;
    padding-bottom: 5px;
    /* border-bottom: 1px dotted #B3A9A9; */
    margin-top: 10px;
    width: 80%;
}


.chat li .chat-body p
{
    margin: 0;
    font-size: 14px;
    color: #777777; 
}


.chat-care
{
    overflow-y: scroll;
    height: calc(100vh -  175px) !important;
    padding: 0;
}
.chat-care .chat-img
{
    width: 18%;
    height: auto;
}
.chat-care .img-circle
{
    background-color: #f7f7f7;
        width: 100%;
    border-radius: 50%;
}
.chat-care .chat-img
{
    display: inline-block;
}
.chat-care .chat-body
{
    display: inline-block;
    max-width: 75%;
        background-color: #f7f7f7;
    border-radius: 12.5px;
    padding: 15px;
}
.chat-care .chat-body strong
{
  color: #0169DA;
}


.chat-care small{
        font-size: 10px;
    padding-top: 4px;
}
.chat-care .admin
{
    text-align: right ;
    float: right;
}
.chat-care .admin p
{
    text-align: left ;
}
.chat-care .agent
{
    text-align: left ;
    float: left;
}
.chat-care .left
{
    float: left;
}
.chat-care .right
{
    float: right;
}

.clearfix {
  clear: both;
}




::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}



@media (max-width: 990px){
    
    .chat-icon{
        display: block;
        cursor: pointer;
    }
    .video_chat_container{
        display: block;
        height: auto;
        padding-top: 0;
    }
    
    .columna_video{
        position: absolute;
        width:100%;
    }

    .columna_chat{
        z-index: 1050;
        display: none;
         position: absolute;
        top: 0;
        width:100%;
        padding-top:50px;
        
        right: 10px;
        width: 100%;
        padding-top: 50px;
        left: 10px;
        width: calc(100% - 20px);
    }
    
    .chat-care {
        height: calc(84vh - 175px) !important;
    }
}



@media (max-width: 576px){
    .video_chat_container{
        padding-top: 0;
    }
    
    #video_cliente{
        height: 100vh;
        width: auto;
          transform: translate(-25%, 0);
        -webkit-transform: translate(-25%, 0);
    }
    
    #video_operador{
        width:200px;
        margin-right: -100px !important;
    }
    
    .navbar-brand img{
            max-width: 170px;
    }
    
    .chat-care {
        height: calc(75vh - 175px) !important;
    }
}


/* FIN VIDEOCHAT */


/* mapa localizaciones */

.destinos_mapa  .intro-container{
    padding: 120px 0 0 0;
}
.destinos_mapa .desplegable_contenedor h5 a{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.destinos_mapa .desplegable_contenedor {
    margin-bottom: 30px;
}

.destinos_mapa .desplegable_contenedor ul{
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.destinos_mapa .desplegable_contenedor ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    
}


.map-destinos{
    height: 100%;
    min-height: 60vh;
    background: #000;
    margin-bottom: 30px;
    
}

/* FIN  mapa localizaciones */


/* CONTACTA */
.contacta_single .intro-container{
    padding:  0
}


.text-md-left {
    text-align: left!important;
}
.svg-icon.svg-icon-light{
        color: #3494e6!important;
    height: 3rem!important;
    width: 3rem!important;
}


.svg-icon {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 3;
    vertical-align: text-bottom;
    --layer1: currentColor;
    --layer2: currentColor;
}

.svg-icon.svg-icon-light {
    stroke-width: 2;
}

.contacta_single .text-primary{
    font-size: .9rem;

}

.pb-6, .py-6 {
    padding-bottom: 6rem!important;
    padding-top: 6rem!important;
}


.contacta_single  .form-label{
        font-weight: 400;
        color: #868e96;
    font-size: .7875rem;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.contacta_single .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: .6rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    margin-bottom: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contacta_single .btn{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1;
    padding: .6rem .75rem;
    font-size: .6875rem;
    line-height: 1.5;
    border-radius: 0;
}
.text-muted {
    color: #868e96!important;
    font-size: .9rem;
}


/* FIN CONTACTA */

/* BLOG */
.blog_archive .text-muted{
        color: #868e96!important;
    letter-spacing: .1em;
}

.text-sm {
    font-size: .7875rem;
}

.blog_archive .btn {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1;
    padding: .6rem .75rem;
    font-size: .6875rem;
    line-height: 1.5;
    border-radius: 0;
    text-decoration: none;
}

.blog_archive .small, .blog_archive small {
    font-size: 12px;
    font-weight: 400;
}


.text-gray-500 {
    color: #adb5bd!important;
}
.blog_archive .mr-2{
        display: inline-block;
    margin-right: 5px;
}

.text-dark {
    color: #343a40!important;
}

.blog_archive .h5, .blog_archive h5 {
    font-size: 1.125rem;
        font-weight: 700;
    line-height: 1.1;
    
}
.blog_archive .h5 a, .blog_archive h5 a{
text-decoration: none;
 }

.pl-0{
    padding-left: 0!important;
}

.read-more{
    text-decoration: none;
    color: #000;
}

.cabecera-blog{
     background-repeat: no-repeat; background-size: cover;
    background-position:center; padding: 270px 0 175px 0; 
    margin-bottom:50px;
}
/* FIN BLOG */

/* BLOG SINGLE */
.single-container{
    padding-top: 175px; 
}

.breadcrumb {
    font-size: .7875rem;

    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;

}

.justify-content-center {
    justify-content: center!important;
}


.single-container .h1, .single-container h1 {
    font-size: 4.05rem;
        font-weight: 700;
    line-height: 1.1;
    max-width: 968px;
    margin: auto;
}

.breadcrumb a {
    color: #212529;
        text-decoration: none;
    background-color: transparent;
}

.breadcrumb-item.active {
    color: #868e96;
}

.imagen-destacada{
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 35px;
}

.lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.single-container  .text-lg {
    font-size: 1.125rem;
}

.single-container  .h2,.single-container  h2 {
    font-size: 2.7rem;
    margin-bottom: 35px;
}

.single-container   .h3, .single-container  h3 {
    font-size: 1.8rem;
        margin-bottom: 35px;
}

.single-container p{
    margin-bottom: 35px;
}

.blockquote {
    padding: 1rem;
    border-left: 5px solid #3494e6;
        font-size: 1.125rem;
    margin-bottom: 35px;
}

.single-container ol, .single-container ul{
    margin-bottom: 35px;
}




/* FIN BLOG SINGLE */

.imagen-destino{
    width: 100%;
    height: 255px;
    background-size: cover;
    background-position: center
}
