/*
Theme Name: Demo
Description: Tema para WordPress.
Author: SkynetCorp
Author URI: 
version: 2.8.1
Tags: tema
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --color-1: #ffffff;
    --color-2: #a7a7a740;
    --color-3: #e7662f;
    --color-4: #333333;
    --color-5: #626672;
    --color-6: #1c4086;
    --color-7: #3A78C9D9;
    --color-8: #223645fa;
    --color-9: #F8F8F8;

}
*{margin:0; padding:0;}
.alignleft{float:left;border:none;margin:0 20px 10px 0;}
.alignright{float:right;border:none;margin:0 0 10px 20px;}
.aligncenter{display:block; margin:0 auto 10px;}
body{font-family: "Montserrat", sans-serif; font-size: 14px; margin: 0;}
.content {
    width: 1200px;
    margin: auto;
}
.seccion {
    padding: 60px 0;
}
h1, h2, h3, h4 {
    color: var(--color-6);
}
h2 {
    font-size: 40px;
    font-weight: 800;
    padding: 10px 0;
}
h3{
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    color: var(--color-6);
}
h3 a{
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
    color: var(--color-3);
}
h3 a:hover{
    color: var(--color-3); 
}
li {
    list-style: none;
    line-height: 30px;
}
a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
p {
    padding: 5px 0;
    font-weight: 500;
    line-height: 25px;
    font-size: 15px;
    color: #626672;
}
i {
    color: var(--color-3);
}
.textoPrincipalHome {
    text-align: center;
    width: 80%;
    margin: 30px auto;
}
/* header */
header.headerMenu {
    position: sticky;
    top: 0;
    z-index: 10;
}
header .content {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
}
.logoHeader {
    width: 100%;
    height: 134px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid var(--color-2);
    padding: 20px 0 10px;
}
#text-5 {
    width: 100%;
    right: 0;
    text-align: center;
}

#text-5 li {
    display: inline-block;
    color: #bf942c;
    margin: 2px 10px;
    line-height: 20px;
}
nav.menuNavegacionHeader ul {
    display: flex;
    justify-content: right;
    align-items: center;
}
nav.menuNavegacionHeader ul li {
    max-width: 260px;
    position: relative;
    padding: 5px 0;
}
nav.menuNavegacionHeader ul.sub-menu li{padding: 2px;}
nav.menuNavegacionHeader ul a {
    padding: 5px 20px;
    display: flex;
    line-height: 22px;
    text-align: center;
    align-items: center;
    color: var(--color-1);
    text-transform: uppercase;
    font-weight: 500;
}
nav.menuNavegacionHeader ul a:hover{
    color: var(--color-3) !important;
}
nav.menuNavegacionHeader ul li:hover .sub-menu {
    display: flex !important;
}
ul.sub-menu {
    display: none !important;
}
ul.sub-menu {
    display: none !important;
    position: absolute;
    background: var(--color-1) !important;
    left: 0;
    top: 100%;
    flex-direction: column;
    width: auto;
    min-width: 190px;
    max-width: 260px;
    z-index: 10;
    border-top: 3px solid var(--color-3);
}
ul.sub-menu a {
    /* min-height: 40px !important; */
    /* height: auto !important; */
    color: var(--color-4) !important;
}
ul.sub-menu a:hover {
    color: var(--color-3) !important;
}
/* slider */
section.contenedorSliderHome {
    width: 100%;
    height: 700px;
    margin-top: -210px;
    position: relative;
    z-index: 1;
}
.mySwiperHome {
    width: 100%;
    height: 100%;
}
.mySwiperHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}
.mySwiperHome.swiper-slide {
    position: relative;
}
.gt_switcher_wrapper{top: 5px !important;background-color: #FFF;padding: 4px;border-radius: 5px;}
a.glink {
    margin: 0 4px !important;
}
.textoslider {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
}
.textoslider h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 10px 0;
    color: var(--color-1);
}
.textoslider p {
    color: var(--color-1);
}
.textoslider a {
    background: var(--color-3);
    padding: 15px 25px;
    border-radius: 10px;
    color: var(--color-1);
    text-transform: uppercase;
    display: table;
    margin: auto;
}
.textoslider p:last-child {
    margin-top: 15px;
}

/* categorias home */
.itemsCategoriasHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.itemCategoriaHome {
    width: 30%;
    height: 400px;
    margin: 15px auto;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.itemCategoriaHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subItemCategoriaHome {
    position: absolute;
    margin: 0px 15px;
    bottom: 15px;
    border-radius: 25px;
    padding: 10px 15px;
    background: var(--color-1);
    line-height: 25px;
}
.subItemCategoriaHome a {
    display: block;
    text-transform: uppercase;
    padding: 5px 0;
    color: var(--color-3);
    font-weight: 600;
}
/*porqueReservarNosotrosHome */
section.porqueReservarNosotrosHome.seccion {
    position: relative;
    padding: 60px 0 120px 0;
    margin-bottom: 80px;
}
section.porqueReservarNosotrosHome.seccion img {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}
.textoFortalezas h2 {
    color: var(--color-1);
}
.textoFortalezas p {
    color: var(--color-1);
}
section.porqueReservarNosotrosHome .textoFortalezas {
    width: 80%;
    margin: auto;
    color: var(--color-1);
    text-align: center;
    padding: 80px 0;
}
.itemsPorqueElegirnosHome {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--color-1);
    border-radius: 25px;
    margin: 50px 0 -200px 0;
    box-shadow: 1px 1px 15px 0px #00000040;
}
.itemElegirnosHome {
    width: 20%;
    margin: 15px auto;
    padding: 15px 0 10px 0;
}
.itemsPorqueElegirnosHome .itemElegirnosHome:not(:last-of-type) {
    border-right: 2px solid var(--color-5);
}
.itemElegirnosHome p {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-3);
}
.textoFortalezas p {
    font-size: 16px;
    padding: 15px 0;
}
.itemElegirnosHome strong {
    font-size: 50px;
    color: var(--color-6);
}
/* tours home 2 */
.ToursHome2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 550px;
}
.itemsTourHome2 {
    width: 49%;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.itemsTourHome2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    filter: saturate(2);
}
.datos1TourHome2 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 70%;
    background: #00000095;
    border-radius: 25px;
    padding: 15px;
}
.datos1TourHome2 p{
    color: var(--color-1);
}
.detallesdatos1Home2 p:not(:last-child) {
    border-right: 2px solid var(--color-2);
}
.detallesdatos1Home2 p {
    margin: 5px 10px 5px 0;
    padding: 0 5px 0 0;
}
.detallesdatos1Home2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
p#precioTourHome2 {
    font-weight: 800;
    color: var(--color-1);
    font-size: 25px;
    padding: 10px 0;
}
.datos1TourHome2 .botom {
    display: block;
    background: var(--color-3);
    width: 120px;
    text-align: center;
    border-color: var(--color-3);
}

/* tours Home */
.ToursHome {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.itemsTourHome {
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.itemsTourHome .botonImagen {
    width: 35%;
    height: auto;
    display: block;
    overflow: hidden;
}
.datos1TourHome {
    width: 40%;
    padding: 15px 25px;
    box-sizing: border-box;
}
.detallesdatos1Home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 25px auto;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid var(--color-5);
    box-shadow: 1px 1px 15px 0px #00000040;
}
.detallesdatos1Home p:not(:last-child) {
    border-right: 1px solid var(--color-5);
}
.detallesdatos1Home p {
    padding: 0 10px;
}
.datos2TourHome {
    width: 25%;
}
.itemsTourHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.datos2TourHome {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--color-6);
}
p#precioTourHome strong {
    font-size: 15px;
    font-weight: 400;
}
p#precioTourHome {
    color: var(--color-1);
    font-size: 35px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
}
a.botom {
    padding: 15px 25px;
    border: 2px solid var(--color-1);
    border-radius: 10px;
    color: var(--color-1);
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0;
}
a.botom:hover {
    border: 2px solid var(--color-3);
    background-color: var(--color-3);
}
.contenidoTextoPage .boxprecio ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.contenidoTextoPage .boxprecio ul li {
    width: 50%;
    list-style: none;
    padding: 40px;
    box-sizing: border-box;
    background-color: #DDD;
}
.contenidoTextoPage .boxprecio ul li:last-child{ background-color: #cecece;}
.boxprecio {
    margin-top: 30px;
}

.contenidoTextoPage .boxprecio ul li strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}

.contenidoTextoPage .boxprecio ul li em {
    display: block;
    font-size: 24px;
    font-style: normal;
    color: var(--color-3);
    font-weight: 700;
}
/* Blogs */

.BlogsHome {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.itemsBlogsHome {
    width: 48%;
    margin: 15px auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    border-radius: 15px;
    box-shadow: 1px 1px 15px 0px #00000040;
}
.itemsBlogsHome .botonImagen {
    width: 45%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.datosItemsBlogHome {
    width: 55%;
    padding: 5px 15px;
    box-sizing: border-box;
    text-align: left;
}
.itemsBlogsHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.datosItemsBlogHome p a {
    background: var(--color-6);
    padding: 10px 15px;
    border-radius: 25px;
}
.datosItemsBlogHome p:last-child {
    margin: 10px 0;
}
/* footer */
footer {
    background-color: var(--color-4);
    padding-top: 80px;
}
footer h3,
footer li,
footer li a,
footer p {
    color: #fff;
}
section.columnasFooter {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--color-2);
    justify-content: space-between;
    padding: 40px;
}
section.columnasFooter li {
    width: 25%;;
    padding: 15px;
    box-sizing: border-box;
}
section.columnasFooter li li {
    width: 100%;
    padding: 0;
}
section.columnasFooter li li a {
    display: block;
    padding: 8px 0;
}
section.columnasFooter li li a:hover {
    color: var(--color-3);
}
section.copyright {
    padding: 10px;
}
section.copyright p {
    font-size: 13px;
    text-align: center;
}
section.copyright a:hover {
    color: var(--color-3);
}
/* Tour Page */
.bannerTourPage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}
.bannerTourPage {
    width: 100%;
    height: 420px;
    margin-top: -210px;
    position: relative;
}
.bannerTourPage h1 ,
.bannerTourPage p {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-70%);
    color: var(--color-1);
    font-size: 40px;
    text-transform: uppercase;
    width: 70%;
    text-align: center;
}
.tituloTourPage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.tituloTourPage h1 {
    width: 75%;
    font-size: 40px;
}
.tituloTourPage p {
    width: 25%;
    color: var(--color-3) !important;
    font-size: 30px !important;
}
section.contendorTourPage .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.datosTourPage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid var(--color-2);
    border-bottom: 1px solid var(--color-2);
}
.datosTourPage p {
    padding: 0 10px;
}
.datosTourPage p:not(:last-child) {
    border-right: 1px solid var(--color-5);
}
.contenidoPrincipalTourPage {
    width: 65%;
    padding: 25px 0;
}
.inclusionesTourPage {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.noIncluyeTourPage,
.incluyeTourPage {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}
.noIncluyeTourPage li,
.incluyeTourPage li{
    list-style: none !important;
}
.incluyeTourPage li:before {
    position: relative;
    content: '\2713';
    padding-right: 2px;
    color: var(--color-3);
    font-size: 16px;
    font-weight: 900;
}
.noIncluyeTourPage li:before {
    position: relative;
    content: 'X';
    padding-right: 2px;
    color: var(--color-3);
    font-size: 16px;
    font-weight: 900;
}
.mySwiperTourPage img {
    width: 100%;
    height: auto;
}
.contenidoAdicionalTourPage {
    width: 35%;
    padding: 15px 25px;
    box-sizing: border-box;
}
.masTourPage {
    padding: 20px;
}
.masTourPage h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.masTourPage li a {
    padding: 5px 0;
    font-weight: 600;
    color: var(--color-5);
    display: block;
    border-bottom: 1px solid var(--color-2);
}
.masTourPage li a:hover {
    color: var(--color-3);
}
/* contenido Page */
.contenidoTextoPage h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}
.contenidoTextoPage li,
.contenidoTextoPage p {
    text-align: justify;
}
.contenidoTextoPage ol,
.contenidoTextoPage ul{
    margin-left: 20px;
}
.contenidoTextoPage li{
    list-style: circle;
    padding: 5px 0;
    font-weight: 500;
    line-height: 25px;
    font-size: 15px;
    color: var(--color-5);
}
.contenidoTextoPage img {
    border-radius: 25px;
}
.contenidoTextoPage blockquote::before {
    content: ",,";
    font-size: 140px;
    letter-spacing: -50px;
    rotate: 180deg;
    position: absolute;
    left: 33px;
    top: 70px;
    color: var(--color-2);
}
.contenidoTextoPage blockquote {
    margin: 15px;
    padding: 15px 25px 15px 60px;
    background: var(--color-9);
    border-radius: 10px;
    font-size: 16px;
    color: var(--color-6);
    line-height: 30px;
    position: relative;
    text-align: justify;
}
/* contact form 7*/
.contatcFormStyle h2 {
    text-align: center;
    color: var(--color-1);
    font-size: 22px;
    text-transform: uppercase;
}
.contatcFormStyle {
    background: var(--color-3);
    margin: 25px 0;
    padding: 15px 25px;
    border-radius: 10px;
    position: relative;
}
.contatcFormStyle .wpcf7-spinner{
    position: absolute;
    right: 38px;
    bottom: 33px;
    margin: 0;
}
input#textNombreForm, textarea#textareaForm, input#emailForm, input#textPersonasForm, input#dateForm, input#textTourForm, textarea#mensajeForm {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid var(--color-1);
    border-radius: 10px;
    font-size: 14px;
}
p.textoContactForm {
    font-weight: 600;
    padding: 5px 0;
    color: var(--color-1);
}
input#reservarForm {
    margin: 20px auto 0 auto;
    width: 100%;
    padding: 15px 25px;
    border-radius: 10px;
    color: var(--color-1);
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid var(--color-1);
    transition-duration: 0.5s;
}
input#reservarForm:hover {
    background-color: var(--color-6);
}
/* pagina de categorias */
.contentCategoria .itemsBlogsHome {
    width: 32%;
}
.contentCategoria .itemsBlogsHome .botonImagen {
    width: 100%;
    height: 270px;
}
.contentCategoria .datosItemsBlogHome {
    width: 100%;
}
/* pagina Blog */
.contenidoBlogPage {
    display: flex;
    justify-content: space-between;
}
.contenidoPrincipalBlogPage {
    width: 65%;
    box-sizing: border-box;
    padding: 15px;
}
.contenidoAdicionalBlogPage {
    width: 35%;
    padding: 15px;
    box-sizing: border-box;
}
.blogsRecientes h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    padding: 30px 0;
}
.itemsBlogsReciente {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--color-2);
}
.itemsBlogsReciente a {
    width: 20%;
}
.itemsBlogsReciente img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.itemsBlogsReciente h3 {
    width: 80%;
}
.itemsBlogsReciente h3 a {
    padding: 0 10px;
    display: block;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
}
.blogsRecientes ul {
    padding-left: 10px;
}
.blogsRecientes li {
    list-style: disc;
    color: var(--color-3);
}
.blogsRecientes li a {
    display: block;
    padding: 5px 0;
    font-weight: 600;
    color: var(--color-6);
    border-bottom: 1px solid var(--color-2);
}
.blogsRecientes li a:hover {
    color: var(--color-3);
}
/* pagina general */
.paginaGeneral {
    width: 70%;
    margin: 30px auto;
}
.NuestraInformacion .contatcFormStyle {
    background: var(--color-6);
    margin: 40px auto;
}

/* mobile menu pluging */
.mob-menu-logo-holder > .headertext span, .mobmenu input.mob-menu-search-field {
    display: none;
}
.mob-icon-menu:before {
    content: '\e9d6';
    color: var(--color-1);
    background: var(--color-6);
    border-radius: 50%;
}
.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder {
    background-color: var(--color-3);
}
.mobmenu-content i ,
.mobmenu-content a {
    color: var(--color-1) !important;
}
@media(max-width:768px){
	.logoHeader {
    height: 160px;
}
	header.headerMenu {
		position: relative;
	}
	nav.menuNavegacionHeader {
		display: none;
	}
	.content {
		width: 100%;
		box-sizing: border-box;
	}
	.itemCategoriaHome {
		width: 85%;
	}
	.itemElegirnosHome {
		width: 45%;
		border: none !important;
	}
	.itemsPorqueElegirnosHome {
		width: 100%;
	}
	.itemsTourHome2 {
		width: 95%;
		margin: 10px auto;
		box-sizing: border-box;
		height: 450px;
	}
	.itemsTourHome2 img {
	}
	.ToursHome2 {
		height: auto;
	}
	.textoPrincipalHome {
		width: 95%;
	}
	.itemsTourHome {
	}
	.itemsBlogsHome {
		width: 95%;
	}
	section.columnasFooter li {
		width: 95%;
		text-align: center;
		margin: 10px auto;
	}
	.contenidoPrincipalTourPage {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.contenidoAdicionalTourPage {
		width: 75%;
		margin: auto;
	}
	.itemsBlogsHome {
		width: 95% !important;
	}
	.contentCategoria .itemsBlogsHome .botonImagen {
		height: 350px;
	}
		.contenidoPrincipalBlogPage {
		width: 100%;
	}
	.contenidoAdicionalBlogPage {
		width: 100%;
	}
	.contenidoBlogPage {
		flex-wrap: wrap;
	}
	.bannerTourPage h1, .bannerTourPage p {font-size: 30px;}
	.paginaGeneral {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
}
@media(max-width:720px){
	.textoslider h2 {
		font-size: 25px;
	}

	section.contenedorSliderHome {
		height: 850px;
	}

	.itemCategoriaHome {
		width: 97%;
	}

	section.porqueReservarNosotrosHome .textoFortalezas {
		width: 95%;
	}

	.itemElegirnosHome {
		width: 100%;
	}

	.itemsTourHome2 {
		width: 98%;
	}

	.itemsTourHome {
		display: flex;
		flex-direction: column;
		width: 98%;
	}

	a.botonImagen {
		width: 100%;
	}

	.itemsTourHome .botonImagen {
		width: 100%;
	}

	.datos1TourHome {
		width: 100%;
	}

	.datos2TourHome {
		width: 100%;
		height: auto;
		padding: 5px;
		box-sizing: border-box;
	}

	.datosItemsBlogHome {
		width: 100%;
	}

	.itemsBlogsHome .botonImagen {
		width: 100%;
		height: auto;
	}

	section.columnasFooter li {
		width: 98%;
	}
	.tituloTourPage h1 {
		width: 100%;
	}

	.tituloTourPage p {
		width: 100%;
		text-align: left !important;
	}

	.noIncluyeTourPage, .incluyeTourPage {
		width: 100%;
	}

	.contenidoAdicionalTourPage {
		width: 100%;
	}
	.bannerTourPage h1, .bannerTourPage p {
		font-size: 25px;
	}
	.NuestraInformacion .contatcFormStyle {
		width: 100%;
		box-sizing: border-box;
	}
	.gt_switcher_wrapper{top: 10px !important;}
}
@media(max-width:480px){
	.textoslider h2 {
		font-size: 25px;
	}

	section.contenedorSliderHome {
		height: 850px;
	}

	.itemCategoriaHome {
		width: 97%;
	}

	section.porqueReservarNosotrosHome .textoFortalezas {
		width: 95%;
	}

	.itemElegirnosHome {
		width: 100%;
	}

	.itemsTourHome2 {
		width: 98%;
	}

	.itemsTourHome {
		display: flex;
		flex-direction: column;
		width: 98%;
	}

	a.botonImagen {
		width: 100%;
	}

	.itemsTourHome .botonImagen {
		width: 100%;
	}

	.datos1TourHome {
		width: 100%;
	}

	.datos2TourHome {
		width: 100%;
		height: auto;
		padding: 5px;
		box-sizing: border-box;
	}

	.datosItemsBlogHome {
		width: 100%;
	}

	.itemsBlogsHome .botonImagen {
		width: 100%;
		height: auto;
	}

	section.columnasFooter li {
		width: 98%;
	}
	.tituloTourPage h1 {
		width: 100%;
	}

	.tituloTourPage p {
		width: 100%;
		text-align: left !important;
	}

	.noIncluyeTourPage, .incluyeTourPage {
		width: 100%;
	}

	.contenidoAdicionalTourPage {
		width: 100%;
	}
	.bannerTourPage h1, .bannerTourPage p {
		font-size: 25px;
	}
	.NuestraInformacion .contatcFormStyle {
		width: 100%;
		box-sizing: border-box;
	}
	.contenidoTextoPage .boxprecio ul li {
    width: 100%;
    text-align: center;
}
}