@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,600;0,700;1,400&family=Pacifico&display=swap');* {
    margin: 0;
    padding: 0
}

body {
    font: 18px 'Nunito',sans-serif;
    color: #222
}

img {
    border: none;
    padding: 0;
    max-width: 100%;
    height: auto
}

img a {
    border: none
}

.alignleft {
    float: left;
    border: none;
    margin: 0 10px 10px 0
}

.alignright {
    float: right;
    border: none;
    margin: 0 0 10px 10px
}

.aligncenter {
    display: block;
    margin: 0 auto 10px
}

a {
    color: #17539b;
    text-decoration: none;
    transition: all .3s .1s
}

a:hover {
    color: #000;
    text-decoration: underline
}

li {
    list-style: none
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box
}

header {
    z-index: 1000;
    background-color: #0b1835;
    position: sticky;
    top: 0
}

.mTop {
    background-color: #17539b
}

.mTop .menu {
    max-width: 1220px;
    margin: 0 auto;
    padding: 8px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.mTop li {
    font-weight: 200;
    font-size: 15px;
    position: relative
}

.mTop li a {
    color: #fff
}

.mTop li a:hover {
    text-decoration: none;
    color: #dec029
}

.mTop ul li ul {
    opacity: 0;
    visibility: hidden;
    padding: 5px;
    background-color: #f1f1f1;
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -50px;
    width: 90px;
    transition: all .3s .1s
}

.mTop ul li:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.mTop ul ul li {
    position: relative;
    padding: 0;
    display: block;
    text-align: center
}

.mTop ul ul li a {
    color: #000;
    font-size: 13px;
    padding: 5px;
    display: block;
    transition: background-color .1s
}

.mTop ul ul li a:hover {
    background-color: #0aabc1;
    color: #fff
}

.mTop ul ul li img,.mTop ul ul li span {
    display: inline-block;
    vertical-align: middle
}

.pll-parent-menu-item span {
    font-size: 13px
}

header .container {
    display: flex;
    align-items: center;
    padding: 10px
}

.logo {
    min-width: 174px;
    font-size: 13px;
    color: #106891;
    text-align: center
}
.logo img{max-width: 154px;}
#menu {
    width: 100%;
    padding-left: 60px
}

#menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

#menu ul li {
    position: relative;
    text-transform: uppercase;
    padding: 10px 3%;
    border-left: 1px dashed #17539b
}

#menu ul li:last-child {
    border-right: 1px dashed #17539b
}

#menu ul li a {
    color: #fff;
    font-size: 20px;
    transition: color .15s
}

#menu ul li a:hover {
    color: #0aabc1;
    text-decoration: none
}

#menu ul li ul {
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    background-color: #f1f1f1;
    text-align: left;
    position: absolute;
    top: 55px;
    left: -10px;
    width: 240px;
    transition: all .3s .1s
}

#menu ul li:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

#menu ul ul li {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    border: none
}

#menu ul ul li:last-child {
    border: none
}

#menu ul ul li a {
    color: #000;
    font-size: 13px;
    padding: 8px;
    display: block;
    transition: background-color .1s
}

#menu ul ul li a:hover {
    background-color: #0aabc1;
    color: #fff
}

#menu ul li a:before {
    content: "";
    height: 2px;
    width: 0;
    background-color: #17539b;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s .1s
}

#menu ul li a:after {
    content: "";
    height: 5px;
    width: 0;
    background-color: #0aabc1;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: all .3s .1s
}

#menu ul li a:hover:before {
    width: 100%
}

#menu ul li a:hover:after {
    width: 35%
}

.whatsapp:before {
    content: "\f232";
    font: normal normal normal 18px/1 FontAwesome;
    color: #0b1835;
    margin-right: 5px;
    transition: .3s
}

#menu ul li.whatsapp:hover:before {
    color: #0aabc1
}

#slider {
    min-height: 300px;
    background-color: #171717;
    line-height: 0;
    position: relative
}

#slider img {
    width: 100%;
    object-fit: cover;
    min-height: 300px
}

.conslider {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    text-shadow: 0 1px 2px #333;
    line-height: initial
}

.conslider h2 {
    vertical-align: middle;
    color: #fff;
    font-size: 50px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400
}

.conslider p {
    max-width: 650px;
    padding-bottom: 25px;
    line-height: 26px;
    font-size: 20px;
    font-weight: 300
}

.conslider a {
    display: table;
    background-color: rgb(23 83 155/90%);
    color: #fff;
    padding: 12px 14%;
    font-size: 22px;
    font-weight: 400;
    border-radius: 25px;
    text-shadow: none
}

.conslider a:hover {
    text-decoration: none;
    background-color: rgb(10 171 193/90%)
}

#slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    opacity: 0;
    transition: all .3s .1s
}

#slider:hover .owl-nav {
    opacity: 1
}

#slider .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    display: flex;
    width: 44px;
    height: 44px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 0 4px 0 #000;
    color: #666;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .3s .1s
}

#slider .owl-nav div:hover {
    background-color: #fff;
    color: #222
}

#slider .owl-prev {
    left: 40px
}

#slider .owl-next {
    right: 40px;
    left: auto
}

#imgcate {
    position: relative
}

#imgcate h1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    font-size: 60px
}

#imgcate img {
    width: 100%;
    object-fit: cover;
    min-height: 600px;
}
img.imgpreguntas {
    width: 100%;
    margin: 20px 0 40px;
    object-fit: cover;
    height: 600px;
}
.b1 p:empty, .b2 p:empty, .b3 p:empty, .b4 p:empty {
    display: none;
}
.content {
    padding: 45px 10px 30px
}
.content.pagepreguntas {
    padding: 45px 0 30px
}

.content.single {
    padding-top: 0
}

.content h1 {
    font-size: 44px;
    color: #17539b;
    text-align: center;
    padding-bottom: 12px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400
}

.content.cat h1 {
    padding-bottom: 30px
}

.content.home h1 {
    color: #0a1835;
    padding-bottom: 15px;
    text-transform: inherit;
    font-weight: 300
}

.content.home h1 strong {
    color: #025683;
    font-weight: 400
}

.content.home p {
    text-align: center
}

.content h2 {
    color: #17539b;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 400
}

.content h3 {
    padding-bottom: 15px
}

.content p {
    text-align: justify;
    padding-bottom: 15px;
    line-height: 26px;
    font-weight: 300
}

.content ul,.content ol {
    margin-left: 30px
}

.content li {
    list-style-type: disc;
    line-height: 24px;
    padding-bottom: 15px
}

.content ol li {
    list-style: decimal
}

.content.cat h2,.content.cat p,.content.cat ul {
    width: 100%
}

.content.cat h2 {
    text-align: center;
    background-color: #17539b;
    color: #fff;
    padding: 15px;
    margin-bottom: 15px
}

.incluye ul,.noincluye ul,.puedeincluir ul {
    margin: 0
}

.incluye li,.noincluye li,.puedeincluir li {
    list-style: none;
    position: relative;
    padding-left: 40px
}

.incluye li:before,.noincluye li:before,.puedeincluir li:before {
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f058";
    position: absolute;
    top: 13px;
    transform: translateY(-50%);
    left: 10px;
    color: #26b723;
    z-index: 100
}

.noincluye li:before {
    content: "\f05e";
    color: #ff7818
}

.puedeincluir li:before {
    content: "\f192";
    color: #17539b
}

.content .su-spoiler-title {
    font-size: 17px;
    font-weight: 400;
    border: solid 1px #ccc;
    padding: 15px 2px 14px 34px;
    border-radius: 5px
}

.content .su-spoiler-icon {
    left: auto !important;
    right: 17px;
    top: 13px
}

#reviews .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.boxrese {
    width: 500px
}

.boxrese p {
    font-size: 26px;
    font-style: italic;
    padding-bottom: 20px
}

.boxrese h4 strong {
    color: #0aabc1
}

.content.home ul {
    margin: 0;
    display: flex
}

.content.home li {
    list-style: none;
    background-color: #17539b;
    width: 210px;
    height: 210px;
    border-radius: 23px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-align: center;
    color: #fff;
    justify-content: center;
    border: 8px solid #fff;
    font-size: 16px;
    box-sizing: border-box
}

.content.home li strong {
    font-weight: 400;
    padding: 20px
}

.content.home li img {
    display: block;
    margin: auto auto 10px
}

.content.home li br {
    display: block;
    height: 0;
    padding: 0
}

h6 a.fancybox {
    display: table;
    background-color: #17539b;
    padding: 10px 10%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    border-radius: 30px;
    border: 2px solid #17539b;
    margin: auto auto 60px
}

h6 a.fancybox:hover {
    background-color: #fff;
    color: #09abc1;
    text-decoration: none
}

.descripcion p {
    font-weight: 300;
    color: #666;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 20px;
    text-align: center
}

h4.txtdias {
    text-align: center;
    color: #0aabc1;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 300;
    top: -10px;
    position: relative
}

img.imgtour {
    margin-bottom: 20px
}

.content .responsive-tabs ul.responsive-tabs__list {
    display: flex;
    margin: 0;
    background-color: #17539b
}

.content .responsive-tabs .responsive-tabs__list__item {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    border-radius: 0;
    margin: 0;
    top: 0 !important;
    padding: 15px 25px;
    transition: .3s
}

.content .responsive-tabs .responsive-tabs__list__item--active,.content .responsive-tabs .responsive-tabs__list__item--active:hover {
    background-color: #0aabc1
}

.content .responsive-tabs .responsive-tabs__panel {
    border: none;
    padding: 30px 0 0
}

.content .responsive-tabs-wrapper {
    margin: 0
}

.content .responsive-tabs .responsive-tabs__list__item:hover {
    background-color: #dec029
}

.boxdato {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f8f8;
    padding: 20px 20px 5px;
    margin-bottom: 15px
}

.boxdato h2,.boxdato h3 {
    width: 100%
}

.boxdato h6 {
    width: 36%;
    line-height: 0;
    padding: 0 20px 15px 0;
    box-sizing: border-box
}

.boxdato .box {
    width: 64%
}

.boxdato:nth-child(2n+1) {
    background-color: #f7feff
}

.boxdato .box+h6 {
    padding: 0 0 15px 20px
}

.personalizados {
    background-color: #0a1835;
    padding: 40px 0 50px
}

.personalizados form {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.personalizados h5 {
    font-size: 40px;
    color: #fff;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 400
}

.boxpers {
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
    position: relative
}

.boxpers input,.boxpers select,.boxpers textarea {
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
    font: 20px 'Nunito',sans-serif;
    color: #c9c9c9;
    -webkit-text-fill-color: #c9c9c9;
    background: 0 0;
    border: none
}

.boxpers br {
    display: none
}

.boxpers label {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #c9c9c9
}

.boxpers input[type=submit] {
    background-color: #09abc1;
    width: auto;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: auto;
    display: table;
    font-size: 17px;
    cursor: pointer;
    transition: .3s;
    -webkit-text-fill-color: initial
}

.boxpers input[type=submit]:hover {
    background-color: #dec029;
    color: #0a1835
}

.personalizados .wpcf7 form.invalid .wpcf7-response-output,.personalizados .wpcf7 form.unaccepted .wpcf7-response-output,.personalizados .wpcf7 form.payment-required .wpcf7-response-output,.personalizados .wpcf7 form.sent .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 4px;
    text-align: right;
    color: #dc3232;
    border: none;
    font-size: 12px;
    line-height: 16px;
    width: 100%
}

.personalizados .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: 5px;
    right: 0
}

.personalizados .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 15px;
    margin: 0 10px
}

.destinos {
    padding: 50px 3%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #edecec
}

.destinos .textwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.destinos h2 {
    font-size: 44px;
    color: #025683;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 400
}

.boxdestino {
    width: 20%;
    padding: 8px;
    box-sizing: border-box;
    position: relative
}

.destinos p {
    font-weight: 300;
    color: #666;
    margin: auto;
    padding: 0 15% 20px;
    width: 100%
}

.destinos .boxdestino p {
    padding: 0;
    line-height: 0;
    background-color: #000;
    overflow: hidden
}

.boxdestino img {
    width: 100%;
    transition: .3s
}

.boxdestino h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font: 30px/34px 'Pacifico',cursive;
    padding: 8px;
    box-sizing: border-box;
    z-index: 10;
    text-shadow: 0 1px 2px #333
}

.boxdestino h3 a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 20px;
    box-sizing: border-box
}

.boxdestino h3 a:hover {
    text-decoration: none;
    color: #dec029
}

.boxdestino h3:hover+p img {
    opacity: .5;
    transform: scale(1.1)
}

ul.galeriaTabs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

ul.galeriaTabs li {
    list-style: none;
    padding: 5px;
    line-height: 0;
    width: 33.3333%;
    margin: 0;
    box-sizing: border-box
}

ul.galeriaTabs li a {
    display: block;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden
}

ul.galeriaTabs img {
    transition: all .3s
}

ul.galeriaTabs img:hover {
    opacity: .5
}

#destacados {
    text-align: center;
    padding: 50px 3%;
    background-color: #edecec
}

#destacados.destinations h2 {
    font-size: 30px;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 400
}

#destacados .container {
    padding: 0 5px
}

#destacados.relacionados .container {
    max-width: initial
}

#promociones {
    text-align: center;
    padding: 50px 0;
    background-color: #edecec
}

.imgbox {
    position: relative;
    overflow: hidden;
    background-color: #000;
    line-height: 0;
    border-radius: 20px 20px 0 0
}

.boxtravel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.boxtravel .item {
    width: 33.3333%;
    padding: 8px;
    box-sizing: border-box
}

.relacionados .boxtravel .item {
    width: 20%
}

.boxtravel .item img {
    transition: all .3s .1s;
    width: 100%;
    object-fit: cover;
    height: 350px;
}

.boxtravel .item:hover img {
    opacity: .5
}

.boxtravel h3 {
    font-size: 18px;
    text-transform: uppercase;
    border: 3px solid #025683;
    font-weight: 400
}

.boxtravel h3 a {
    color: #025683;
    padding: 20px 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 48px
}

.boxtravel .item:hover h3 a {
    color: #222;
}

.boxtravel h3 a:hover {
    text-decoration: none
}

.boxtravel h4 {
    padding: 8px 10px 10px;
    font-size: 16px;
    background-color: #025683;
    color: #fff;
    text-align: center;
    font-weight: 400
}

.boxtravel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

.boxtravel .owl-nav div {
    position: absolute;
    font-size: 70px;
    width: 80px;
    height: 80px;
    background-color: #128cb8;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 8px solid #fff;
    line-height: 0;
    border-radius: 50%;
    color: #fff;
    transition: all .3s .1s;
    transform: translateY(-50%)
}

.boxtravel .owl-nav .owl-prev {
    left: -53px;
    padding-right: 4px
}

.boxtravel .owl-nav .owl-next {
    right: -53px;
    padding-left: 4px
}

.boxtravel .owl-nav div i {
    line-height: 46px
}

.boxtravel .owl-nav div:hover {
    background-color: #dec029
}

.boxtravel+h5 a {
    display: table;
    background-color: #17539b;
    color: #fff;
    padding: 14px 3%;
    margin: 30px auto auto;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 400
}

.boxtravel+h5 a:hover {
    text-decoration: none;
    background-color: #dec029
}

.boxtravel.cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: initial;
    padding: 50px 70px
}

.boxtravel.cat .item {
    width: 20%;
    padding: 8px;
    box-sizing: border-box
}

.descrip h2 {
    font-size: 44px;
    color: #025683;
    width: 100%;
    padding-bottom: 10px;
    font-weight: 400
}

.descrip p {
    font-weight: 300;
    color: #666;
    max-width: 1000px;
    margin: auto;
    padding-bottom: 20px
}

#nosotros {
    padding: 40px 0 30px;
    text-align: center
}

#nosotros ul {
    display: flex;
    justify-content: space-between
}

#nosotros li {
    padding: 10px;
    font-size: 25px;
    font-weight: 300;
    line-height: 26px;
    color: #0a1835
}

#nosotros li img {
    display: table;
    margin: auto auto 10px;
    height: 90px;
    width: auto
}

#blog {
    text-align: center;
    padding: 50px 0 40px
}

.boxblog {
    display: flex;
    flex-wrap: wrap
}

.boxblog .item {
    padding: 10px 20px;
    width: 50%;
    box-sizing: border-box
}

.boxblog .item .imgbox {
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: #000
}

.boxblog .item img {
    transition: all .3s .1s;
    width: 100%
}

.boxblog .item:hover img {
    opacity: .5
}

.conblog p {
    color: #666;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 300
}

.conblog h6 {
    text-align: right;
    color: #09abc1;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

footer {
    background-color: #0b1835;
    border-top: solid 30px #17539b;
    color: #fff;
    font-weight: 300
}

#copyRight {
    background-color: #17539b;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 200
}

#copyRight a {
    color: #fff
}

#copyRight a:hover {
    text-decoration: none;
    color: #dec029
}

.condiciones ul {
    display: flex
}

.condiciones li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff
}

.condiciones li:first-child {
    border: none;
    margin: 0
}

footer .container {
    display: flex;
    justify-content: space-between;
    padding: 30px 10px 27px
}

footer h3 {
    font-weight: 400;
    font-size: 22px;
    color: #dec029;
    padding-bottom: 10px
}

.mFooter {
    padding: 10px 3%;
    box-sizing: border-box;
    width: 30%
}

.mFooter.mf2 {
    width: 35%
}

.mFooter li {
    padding-bottom: 8px;
    font-size: 16px
}

.mFooter li a {
    color: #fff
}

.mFooter li a:hover {
    text-decoration: none;
    color: #09abc1
}

.mFooter.mf2 ul {
    display: flex;
    flex-wrap: wrap
}

.mFooter.mf2 li {
    width: 50%
}

.informacion {
    padding: 10px 0 10px 3%;
    box-sizing: border-box
}

.fsocial ul {
    display: flex;
    padding-left: 24px
}

.fsocial li {
    padding: 3px
}

.fsocial li i {
    color: #fff;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #17539b;
    border-radius: 3px;
    transition: .3s
}

.fsocial li a:hover {
    text-decoration: none
}

.fsocial li i:hover {
    color: #dec029
}

.informacion li {
    font-size: 16px;
    position: relative;
    padding: 0 0 15px 24px
}

.informacion .fsocial li {
    padding: 0 10px 5px 0;
    line-height: 0;
}

.informacion li img {
    position: absolute;
    left: 0;
    top: 2px
}
.informacion .fsocial img {
    position: relative;
    background: #FFF;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 28px;
    width: 100%;
    border-radius: 5px;
}
.informacion li a {
    color: #fff
}

.informacion li a:hover {
    text-decoration: none;
    color: #09abc1
}

.contactbox {
    display: flex;
    flex-wrap: wrap
}

.formu,.mapright,.contactleft,.contactright {
    width: 50%;
    padding: 0 10px 5px;
    box-sizing: border-box
}

.contactleft,.contactright {
    padding: 10px
}

.formu form {
    padding: 10px;
    background-color: #eee;
    border-radius: 5px;
    position: relative
}

.formu input,.formu select,.formu textarea {
    font: 15px 'Lexend Deca',sans-serif;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%
}

.formu .wpcf7-form-control-wrap {
    display: block
}

.formu .wpcf7-form-control-wrap:before {
    font: normal normal normal 18px/1 FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    color: #373737;
    z-index: 100
}

.formu .your-name:before {
    content: "\f007"
}

.formu .your-phone:before {
    content: "\f095"
}

.formu .your-email:before {
    content: "\f1fa"
}

.formu .your-country:before {
    content: "\f024"
}

.formu .your-destinations:before {
    content: "\f14e"
}

.formu .your-trip:before {
    content: "\f073"
}

.formu .your-find:before {
    content: "\f21d"
}

.formu .your-address:before {
    content: "\f2b9"
}

.formu .your-nationality:before {
    content: "\f024"
}

.formu .your-date:before {
    content: "\f073"
}

.formu .your-people:before {
    content: "\f0c0";
    font-size: 17px
}

.formu .your-message:before {
    content: "\f4ad";
    transform: initial;
    top: 10px;
    transform: rotateY(180deg)
}

.Zebra_DatePicker_Icon_Wrapper {
    display: block !important
}

.formu input[type=submit] {
    width: auto;
    margin-right: 10px;
    background-color: #0aabc1;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s .1s
}

.formu input[type=submit]:hover {
    background-color: #dec029
}

.formu label {
    display: block;
    padding-bottom: 10px;
    line-height: 0
}

.formu br {
    display: none
}

.formu form p {
    padding-bottom: 0
}

.formu .wpcf7-validation-errors,.formu .wpcf7-mail-sent-ng,.formu .wpcf7-mail-sent-ok,.formu .wpcf7 form.invalid .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 4px;
    text-align: center;
    color: #f03;
    border-color: #f03;
    font-size: 12px;
    letter-spacing: 0;
    word-spacing: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 234px;
    border-radius: 5px
}

.formu .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 16px
}

.mapright .gmp_map_opts {
    padding: 10px;
    background-color: #eee;
    box-sizing: border-box;
    border-radius: 5px
}

.contactleft ul,.contactright ul {
    padding-bottom: 0;
    margin: 0
}

.contactleft li,.contactright li {
    list-style: none;
    padding: 2px;
    font-size: 16px;
    border-bottom: 1px solid #eee
}

.contactright li {
    display: inline-block
}

.contactright li:first-child {
    padding-right: 40px
}

.contactright li ul li:first-child {
    padding: 0
}

.contactright,.contactright p {
    text-align: right
}

.contactleft p,.contactright p {
    padding-bottom: 4px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative
}

.contactright li ul li {
    font-size: 13px;
    border: none
}
#pdfs {
    padding: 40px 0;
}

#pdfs ul {
    display: flex;
    flex-wrap: wrap;
}

#pdfs ul li {
    line-height: 0;
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}
#reservar,#reservar .your-tour {
    display: none
}

#reservar h5 {
    padding: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #17539b;
    color: #fff;
    text-align: center
}

#reservar h5 strong {
    font-weight: 600
}

#reservar.formu {
    width: 100%
}

.formu select {
    /* -webkit-appearance: none; */
    color: #757575
}

.formu select:focus {
    color: #000
}

.formu .your-people:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #170000;
    border-bottom: none;
    content: "";
    position: absolute;
    right: 11px;
    margin-top: -4px;
    top: 50%
}
.formbox2 p {
    display: flex;
    justify-content: space-between;
}

.formu .formbox2 label {
    width: 49%;
}
.nota1, .nota2{
    padding: 10px;
    margin-bottom: 10px;
    background-color: #DDD;
    border-radius: 5px;
}
.nota2{margin: 10px 0 0;background-color: #DDD;}
.content .formu form .nota1 h4{font-size: 17px; padding-bottom: 5px;}
.content .formu form .nota1 p, .content .formu form .nota2 p {
    font-size: 15px;
    text-align: left;
}

.content .error {
    width: 100%
}

.content .error {
    text-align: center
}

.content .error p {
    text-align: center
}

#reviews {
    padding: 80px 30px;
    background: url(https://www.sagamachupicchu.com/wp-content/uploads/machu-picchu-cusco-peru.jpg)no-repeat center fixed;
    background-size: cover
}

#reviews h2 {
    text-align: center;
    color: #0a1835;
    font-size: 44px;
    padding-bottom: 10px;
    font-weight: 400;
    width: 100%
}

#general {
    padding: 50px 0;
    text-align: center;
    background-color: #edecec;
    font-size: 17px;
    font-weight: 300
}

#general h2 {
    font-size: 44px;
    color: #025683;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 400
}

#general ul {
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

#general li {
    padding: 5px;
    box-sizing: border-box;
    font-weight: 700
}

#general li strong {
    font-size: 14px;
    font-weight: 300
}

#general .fechas ul {
    padding: 0 0 20px
}

#general .fechas li {
    flex-grow: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #26b723;
    margin: 2px;
    padding: 0;
    color: #fff;
    font-size: 17px
}

#general .fechas li strong {
    display: block;
    background-color: #ff7818;
    padding: 5px;
    font-size: 17px;
    width: 100%;
    font-weight: 300
}

#general .fechas li del {
    display: block;
    background-color: #ffee20;
    color: #0a1835;
    text-decoration: none;
    padding: 5px;
    width: 100%
}

#general ul li img {
    display: table;
    margin: auto;
    height: 40px;
    width: initial;
    margin-bottom: 5px
}

#general p {
    line-height: 28px
}

.clear {
    clear: both
}

.clear:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    visibility: hidden
}

@media(max-width: 1000px) {
    .content.home ul {
        flex-wrap:wrap
    }

    .content.home li {
        width: 33.3333%
    }

    .logoFooter {
        width: 100%;
        text-align: center;
        padding: 20px 10px 10px;
        box-sizing: border-box
    }

    #destacados,.destinos {
        padding: 50px 10px
    }

    .boxtravel .item {
        width: 33.3333%
    }
}

@media(max-width: 768px) {
    .alignleft,.alignright {
        display:block;
        margin: auto auto 10px;
        float: none
    }

    .boxtravel .item {
        width: 50% !important
    }

    header .container {
        justify-content: center
    }

    .conslider {
        text-align: center
    }

    .conslider h2 {
        font-size: 36px
    }

    .conslider p {
        font-size: 17px;
        line-height: 23px;
        margin: auto
    }

    .conslider a {
        font-size: 20px;
        padding: 12px 10%;
        display: table;
        margin: auto
    }

    .content h1,.destinos h2,.descrip h2 {
        font-size: 36px
    }

    .personalizados h5 {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 34px;
        line-height: 40px
    }

    .boxpers {
        width: 50%
    }

    .personalizados .wpcf7 form.invalid .wpcf7-response-output,.personalizados .wpcf7 form.unaccepted .wpcf7-response-output,.personalizados .wpcf7 form.payment-required .wpcf7-response-output {
        text-align: center
    }

    .boxdestino {
        width: 50%
    }

    #destacados,#promociones {
        padding: 50px 0
    }

    .mFooter:nth-child(even) {
        display: none
    }

    .boxtravel.cat .item {
        width: 50%
    }

    .content .responsive-tabs ul.responsive-tabs__list {
        display: none
    }

    .content .responsive-tabs .responsive-tabs__heading {
        background-color: #0aabc1;
        color: #fff;
        text-transform: uppercase
    }

    .content .responsive-tabs .responsive-tabs__heading:hover,.content .responsive-tabs .responsive-tabs__heading--active,.content .responsive-tabs .responsive-tabs__heading--active:hover {
        background-color: #dec029
    }

    .mobmenu-content .whatsapp {
        display: flex;
        align-items: center
    }

    .mobmenu-content .whatsapp a {
        padding: 10px 10px 10px 0;
        font-size: 25px !important
    }

    .mobmenu-content .whatsapp:before {
        color: #009930;
        font-size: 30px;
        margin-left: 20px
    }

    #nosotros ul,#general ul {
        flex-wrap: wrap;
        justify-content: center
    }

    #nosotros li {
        width: 50%;
        box-sizing: border-box
    }

    #general li {
        width: 33.3333%
    }

    #general .fechas li {
        width: 20%
    }

    .formu,.mapright {
        width: 100%
    }
}

@media(max-width: 600px) {
    #menu-top {
        flex-wrap:wrap;
        background-color: #09abc1
    }

    .mTop .menu {
        flex-wrap: wrap
    }

    .mTop li {
        width: 50%;
        text-align: center;
        padding: 5px;
        box-sizing: border-box
    }

    .mTop li a {
        display: block;
        background-color: #0996a9;
        padding: 5px;
        border-radius: 5px
    }
}

@media(max-width: 480px) {
    .conslider h2 {
        font-size:30px
    }

    .conslider p {
        font-size: 14px;
        line-height: 20px
    }

    .conslider a {
        font-size: 18px
    }

    .content.home ul {
        display: none
    }

    .condestino {
        position: relative;
        left: 0;
        top: 0;
        padding: 15px;
        background-color: #09abc1
    }

    .boxdestino,.boxtravel.cat .item,.boxtravel.cat .item,.boxblog .item,#nosotros li {
        width: 100%
    }

    .boxtravel .item {
        width: 100% !important
    }

    .boxtravel h3 a {
        min-height: initial
    }

    .boxpers {
        width: 100%
    }

    .personalizados h5 {
        font-size: 28px;
        line-height: 32px
    }

    #general li {
        width: 50%
    }

    #general .fechas li {
        width: 25%
    }

    footer .container {
        display: block
    }

    .mFooter,.informacion {
        width: 100%;
        padding: 10px;
        text-align: center
    }

    .informacion li {
        padding: 0 0 10px
    }

    .informacion li img {
        position: relative
    }

    .fsocial ul {
        padding-top: 10px;
        justify-content: center
    }

    #copyRight .container {
        padding: 0 10px;
        text-align: left
    }

    .condiciones ul {
        display: flex
    }

    .condiciones li {
        padding-left: 15px;
        margin-left: 15px;
        border-left: 1px solid #fff
    }

    .condiciones li:first-child {
        border: none;
        margin: 0
    }

    #copyRight .container {
        display: block;
        text-align: center
    }

    .condiciones ul {
        justify-content: center;
        padding-top: 10px
    }

    .contactleft,.contactright {
        width: 100%;
        justify-content: center
    }

    .contactleft,.contactleft p,.contactright,.contactright p {
        text-align: center
    }

    .boxdato h6,.boxdato .box {
        width: 100%
    }

    .boxdato h6 {
        padding: 0 0 15px !important
    }
    #pdfs ul li {width: 50%;}
}