/*
Theme Name: TurismoEpico
Description: Tema para WordPress.
Author: skynetCorp
Author URI: 
version: 2.8.1
Tags: tema
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --color-1: #f3501d;
    --color-2: #ffffff;
    --color-3: #1E0404;
    --color-4: #798490;
    --color-5: #1A4491C9;
    --color-6: #007bff ;
    --color-7: #16203b ;

}
*{margin:0; padding:0;font-family: 'Raleway', sans-serif;}
h1 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    color: var(--color-1);
}
h2{
    color: var(--color-3);
    font-size: 35px;
    font-weight: 800;
    padding: 10px 0;
    text-transform: capitalize;
}
h3{
    color: var(--color-5);
    font-size: 20px;
    padding: 10px 0;
    font-weight: 600;
    line-height: 30px;
}
h3 a{
    color: var(--color-5);
    font-size: 20px;
    font-weight: 600;
}
i {
    color: var(--color-1);
}
a {
    transition-duration: 0.5s;
    text-decoration: none;
}
p{
    color: var(--color-4);
    font-weight: normal;
    font-size: 16.5px;
    padding: 10px 0;
    line-height: 30px;
}
ul, ol, li{
    list-style: none;
}
li{
    color: var(--color-4);
    font-weight: normal;
    font-size: 16.5px;
    padding: 10px 0;
}
.content{
    width: 1200px;
    margin: auto;
}
.textoPrincipalHome {
    text-align: center;
    max-width: 80%;
    margin: auto;
    padding-bottom: 40px;
}
.seccion {
    padding: 60px 0;
}
.botom , .textoslider a {
    background: var(--color-1);
    color: var(--color-2);
    padding: 15px 25px;
    border-radius: 10px;
    margin: 15px auto;
    display: block;
    width: 100px;
    text-align: center;
    font-weight: 600;
    border: 1px solid transparent;
    transition: 0.5s;
    cursor: pointer;
}
.botom:hover {
    border: 1px solid var(--color-1);
    color: var(--color-1);
    background: var(--color-2);
}
.textoslider a:hover {
    border: 1px solid var(--color-2);
    color: var(--color-2);
    background: transparent;
}
/* header */
header {
    position: relative;
    z-index: 2;
    height: 90px;
    align-items: center;
    display: flex;
}
header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.textologo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.textologo a {
    font-size: 35px;
    font-weight: 600;
    background: linear-gradient(var(--color-2),var(--color-2),transparent);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -2px;
    padding: 15px 0;
    display: block;
}
.textologo a strong {
    font-weight: 900;
}
nav.menuNavegacionHeader {
    width: 80%;
}
nav.menuNavegacionHeader ul {
    display: flex;
    justify-content: right;
    align-items: center;
}
nav.menuNavegacionHeader ul li {
    max-width: 230px;
    text-align: center;
    padding: 0;
    position: relative;
}
nav.menuNavegacionHeader ul a {
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    color: var(--color-2);
    text-transform: capitalize;
    font-size: 15px;
}
ul.sub-menu {
    display: none !important;
    position: absolute;
    top: 70px;
    left: 0;
    flex-direction: column;
    background: #fff;
    width: 250px;
}
nav.menuNavegacionHeader ul li:hover .sub-menu  {
    display: flex !important;
}
ul.sub-menu a {
    font-size: 14px;
    padding: 15px 10px !important;
}
/* slider home*/
section.contenedorSliderHome {
    margin-top: -90px;
    width: 100%;
    height: 750px;
}
.mySwiperHome {
    width: 100%;
    height: 100%;
}
.mySwiperHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}
.swiper-slide {
    position: relative;
}
.textoslider {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--color-2);
    display: flex;
    flex-direction: column;
}
.textoslider h2{
    color: #fff;
    font-size: 40px;
}
.textoslider p{
    color: var(--color-2);
}
.textoslider a {
    width: 250px;
    font-size: 17px;
}
/* por que reservar con nostros */
.porqueReservarNosotrosHome .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
section.porqueReservarNosotrosHome img {
    width: 100%;
}
.porqueReservarNosotrosHome .textoPrincipalHome {
    width: 55%;
}
.porqueReservarNosotrosHome .itemsPorqueReservarNosotrosHome{
    width: 45%;
}
section.porqueReservarNosotrosHome .textoPrincipalHome {
    padding: 15px 25px;
    box-sizing: border-box;
    text-align: left;
}
section.porqueReservarNosotrosHome .textoPrincipalHome ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: disc;
}
section.porqueReservarNosotrosHome .textoPrincipalHome ul li {
    width: 40%;
    list-style: square;
    margin-left: 20px;
}
/* categotias del Home*/
.itemCategoriaHome {
    width: 20%;
    margin: 25px auto;
    background: var(--color-1);
    border-radius: 10px;
    text-align: center;
    padding: 25px 50px;
}
.itemsCategoriasHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.itemCategoriaHome h3 {
    color: var(--color-2);
}
.itemCategoriaHome a {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-3);
    display: block;
    padding: 15px 25px;
}
.itemCategoriaHome a:hover {
    color: var(--color-2);
}
section.categoriasHome img {
    border: 4px solid var(--color-2);
    border-radius: 50%;
    width: 250px;
    height: 230px;
    object-fit: cover;
}
/* Por que elegirnos */
.itemsPorqueElegirnosHome {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.itemElegirnosHome {
    width: 30%;
    padding: 15px 25px;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px #00000040;
}
.itemElegirnosHome h3 {
    text-align: center;
}
.itemElegirnosHome i {
    font-size: 60px;
    padding: 10px 0;
    color: var(--color-1);
    display: flex;
    justify-content: center;
}

/* tours home */
.ToursHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.itemsTourHome {
    width: 30%;
    margin: 0 auto;
}
.itemsTourHome img {
    width: 100%;
    height: auto;
}
.informacionGeneralTour {
    padding: 5px 25px;
}
.informacionGeneralTour p {
    color: var(--color-5);
}
.informacionGeneralTour i {
    color: var(--color-1);
}
.datos1TourHome {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.datos2TourHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
/* blogs home */
.BlogsHome {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}
.itemsBlogsHome {
    width: 30%;
    margin: 0px auto;
    position: relative;
}
.itemsBlogsHome img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.datosItemsBlogHome {
    margin: -50px 25px;
    background: #fff;
    position: relative;
    padding: 10px 15px;
    padding-bottom: 50px;
    transition-duration: 1s;
}
/* footer */
footer#footer {
    width: 100%;
    padding-top: 80px;
    background-color: var(--color-7);
}
footer#footer .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
footer#footer h2,
footer#footer h3,
footer#footer a,
footer#footer li,
footer#footer p{
    color: var(--color-2);
}
footer#footer a{
    display: block;
    padding: 5px 0;
}
footer#footer a:hover{
    color: var(--color-1);
}
footer#footer li {
    width: 24%;
    padding: 10px 15px;
    box-sizing: border-box;
}
footer#footer li:first-child {
    width: 27%;
}
footer#footer li li{
    width: 100% !important;
    padding: 10px 0;
}
.copyright {
    width: 1200px;
    margin: auto;
    border-top: 1px solid #fff;
}
.copyright li {
    width: 100% !important;
}
.copyright p {
    display: flex;
    align-items: center;
}
/* texto paginas */
.textoPrincipalPage h2 {
    font-size: 25px;
    font-weight: 600;
}
.textoPrincipalPage a {
    color: var(--color-1);
}
.textoPrincipalPage li {
    list-style: square;
    margin-left: 20px;
    text-align: justify;
    line-height: 25px;
}
.textoPrincipalPage p{
    text-align: justify;
}
/* Pagina de TOur */
section.bannerPaginas {
    margin-top: -90px;
    width: 100%;
    height: 400px;
    position: relative;
}
section.bannerPaginas figure {
    width: 100%;
    height: 100%;
}
section.bannerPaginas li {
    padding: 0;
    width: 100%;
    height: 100%;
}
section.bannerPaginas img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}
.textoBannerPage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: auto;
    text-align: center;
}
.textoBannerPage h1 ,
.textoBannerPage .title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.bannerPage2 h1 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
}
.contenedorPrincipalTour {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.itinerarioTour {
    width: 70%;
    padding: 25px;
    box-sizing: border-box;
}
.mySwiperToursPage img {
    height: auto;
    width: 100%;
}
.responsive-tabs .responsive-tabs__list__item {
    border-bottom: 2px solid transparent !important;
    border-top: 2px solid !important;
    border-left: 2px solid !important;
    border-right: 2px solid !important;
}
.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
    border: none !important;
    color: var(--color-1) !important;
    border-bottom: 2px solid var(--color-1) !important;
    border-top: 2px solid !important;
    border-left: 2px solid !important;
    border-right: 2px solid !important;
}
.responsive-tabs__panel {
    border: none !important;
    padding: 0 !important;
}
.responsive-tabs .responsive-tabs__panel {
    padding: 15px 0 !important;
}
.informacionAdicionalTour {
    width: 30%;
    padding: 25px 15px;
    box-sizing: border-box;
}
.informacionPrincipalTour strong {
    color: var(--color-7);
}
.informacionPrincipalTour p {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color-4);
}
/* contact form 7*/
.contatcFormStyle h2 {
    text-align: center;
    color: var(--color-2);
}
.contatcFormStyle {
    background: var(--color-7);
    margin: 25px 0;
    padding: 15px 25px;
    border-radius: 10px;
}
input#textNombreForm,
textarea#textareaForm,
input#emailForm,
input#textPersonasForm,
input#dateForm,
input#textTourForm {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid var(--color-7);
    border-radius: 10px;
    font-size: 14px;
}
p.textoContactForm {
    font-weight: 600;
    padding: 15px 0;
}
input#reservarForm {
    border: none;
    margin: 25px auto;
    width: 80%;
}
/* categorias */
.contentCategoria{
    padding-top: 50px;
}
.navigation {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
ul.page-numbers {
    display: flex;
    flex-wrap: wrap;
}
.page-numbers a {
    padding: 10px;
    background: var(--color-1);
    margin: 5px;
    font-size: 15px;
    font-weight: 800;
    color: var(--color-2);
}
.navigation span {
    background: var(--color-4);
    padding: 10px;
    margin: 5px;
    font-size: 15px;
    font-weight: 800;
    color: var(--color-3);
    cursor: pointer;
    transition-duration: 0.85s;
}
.navigation span:hover {
    color: var(--color-2);
}
.page-numbers a:hover {
    color: var(--color-3);
}
/* Blogs */

.contenidoPrincipalBlog {
    width: 65%;
}
.contenidoPrincipalBlog {
    padding: 0 15px;
    box-sizing: border-box;
}
.contenidoAdicionalBlogs {
    width: 30%;
}
article.ContenidoBlog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 0;
}
.itemsBlogsPage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.detallesBlogsRecientes {
    width: 75%;
    padding: 0 10px;
    box-sizing: border-box;
}
.itemsBlogsPage p,
.itemsBlogsPage h3{
    padding: 0;
}
.itemsBlogsPage h3 a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}   
.itemsBlogsPage img {
    width: 25%;
    height: 80px;
    object-fit: cover;
}
/* paginas */
.paginaPrincipal {
    width: 70%;
    margin: 25px auto;
}
/* contactanos */
.NuestraInformacion li {
    list-style: none;
}
.NuestraInformacion .contatcFormStyle h2 {
    color: var(--color-1);
}
.NuestraInformacion .contatcFormStyle {
    background: none;
}
/* 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-6);
    background: var(--color-7);
    border-radius: 50%;
}
@media(max-width:768px){
    .content {
        width: 100%;
    }
    nav.menuNavegacionHeader {
        display: none;
    }
    header .content {
        justify-content: center;
    }
    .porqueReservarNosotrosHome .textoPrincipalHome {
        max-width: 100%;
        width: 100%;
    }
    .porqueReservarNosotrosHome .itemsPorqueReservarNosotrosHome {
        width: 70%;
        margin: auto;
    }
    .itemCategoriaHome {
        width: 35%;
    }
    .itemElegirnosHome p:last-child {
        display: none;
    }
    .itemsBlogsHome ,
    .itemsTourHome {
        width: 47%;
        margin: 0 auto;
    }
    .datosItemsBlogHome {
        margin: -50px 10px;
    }
    footer#footer li:first-child {
        width: 80%;
        margin: auto;
    }
    footer#footer li {
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .copyright {
        width: 100%;
    }
    .itinerarioTour {
        width: 100%;
    }
    .informacionAdicionalTour {
        width: 60%;
        margin: auto;
    }
    .contenidoPrincipalBlog {
        width: 98%;
        margin: auto;
    }
    .contenidoAdicionalBlogs {
        width: 70%;
        margin: auto;
    }
    .textoBannerPage h1 {
        font-size: 30px;
    }
    .paginaPrincipal {
        width: 90%;
        margin: 25px auto;
    }
}
@media(max-width:480px){
    .textoslider p:first-of-type {
        display: none;
    }
    section.contenedorSliderHome {
        height: 600px;
    }
    .porqueReservarNosotrosHome .itemsPorqueReservarNosotrosHome {
        width: 90%;
        margin: auto;
    }
    .textoPrincipalHome {
        text-align: center;
        max-width: 93%;
    }
    .itemCategoriaHome {
        width: 70%;
    }
    .itemElegirnosHome {
        width: 70%;
        margin: 15px auto;
    }
    .itemsBlogsHome, .itemsTourHome {
        width: 95%;
    }
    .textoBannerPage {
        width: 90%;
    }
    .contenidoAdicionalBlogs {
        width: 80%;
    }
    .informacionAdicionalTour {
        width: 90%;
    }
    .copyright p {
        display: block;
    }
}