@charset "utf-8";
/* CSS Document */

:root {
    --color-primary: rgba(47, 120, 31, 1);
    --color-primary-rgb: 47, 120, 31;
    --color-secondary: rgba(74, 190, 175, 1);
    --color-secondary-rgb: 74, 190, 175;
    --n-columns-3: 3;
    --n-columns-4: 4;
    --height-header-top: 60px;
    --height-tabs: 55px;
    --height-nav: 60px;
    --body-width: 1920px;
}

html {
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: auto;
}

html * {
    outline: none;
    max-width: 100vw;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Nunito', Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    background-repeat: repeat-x;
    background-position: top;
    background-color: #000;
}

body.standalone {
    background: none;
}

body * {
    letter-spacing: 0.02rem;
    font-family: 'Nunito', Helvetica, Roboto, Arial, sans-serif;
}

a, p, h1, h2, h3, h4, h5, ul {}

h1, h2, h4, h5 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    max-width: 93.5%;
    margin-left: auto;
    margin-right: auto;
}

h3 a, h4 a, h5 a {
    color: #333;
}

h1 a, h2 a {
    color: #000;
}

ul {
    list-style-type: none;
}

h1 {
    font-weight: 400;
    text-align: center;
    font-size: 47px;
    margin: 20px auto;
    color: #000;
    line-height: 1.6em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    transform: scaleX(1.1);
}

h2, .home .twocol h2.campo-semana {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    padding: 30px 0 20px 0;
    color: #000;
    line-height: 1.6em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    transform: scaleX(1.08);
}


h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    margin: 15px auto;
    color: #333;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-stretch: semi-expanded;
    letter-spacing: 0.03em;
    text-align: center;
    transform: scaleX(1.03);
}


h4 {
    font-weight: 200;
    font-size: 20px;
    margin: 15px auto 20px auto;
    color: #333;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    font-stretch: semi-expanded;
    letter-spacing: 0.03em;
    text-align: center;
    transform: scaleX(1.03);
    /*text-transform: uppercase;*/
}

h5 {
    font-weight: 900;
    font-size: 15px;
    margin: 15px 0;
    color: #333;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    font-stretch: semi-expanded;
    letter-spacing: 0.02em;
    text-align: left;
    transform: scaleX(1.0);
}

p {
    margin-bottom: 25px;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    border: none;
    text-align: left;
    line-height: 160%;
}

b, strong {
    font-weight: bold !important;
}

.material-icons::before {
    content: attr(data-icon);
}

.whitespacenormal {
    white-space: normal;
}

.bold {
    font-weight: bold;
}

.smalltxt {
    font-size: 0.7rem;
}

.mgauto {
    margin: auto;
}

.h50 {
    height: 50%;
}

.h100 {
    height: 100%;
}

.bggrey {
    background: #fafafa;
}

.pdtopbottom {
    padding-top: 20px;
    padding-bottom: 20px
}

.pdtopbottom60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pdbottom {
    padding-bottom: 40px !important;
}

.txtshadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.absolute-center {
    width: 50%;
    /* Fallback */
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;

    height: 50%;
    /* Fallback */
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.note {
    font-size: 12px;
}

.texttransform_unset {
    text-transform: unset;
}

.expandmore {
    text-align: center;
}

.capital {
    text-transform: uppercase;
}

.mtopauto {
    margin-top: auto !important;
}

.displayflex {
    display: flex !important;
}

.flexcontainer {
    display: flex;
}

.gradienthead {
    height: calc(1.5 * var(--height-header-top));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
}

.homephrase, .homephrase p {
    text-transform: unset;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 28px;
    margin: 15px auto;
    color: #333;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    font-stretch: semi-expanded;
    letter-spacing: 0.03em;
    text-align: center;
    transform: scaleX(1.00);

    max-width: 100%;
}

.image-background-50p {
    width: 100vw;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#buttons-home-wrapper {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
}



.article-img-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.4s;
    position: absolute;
    z-index: -1;
}

.download {
    background: url(../images/icons/download.png) no-repeat left center !important;
    padding-left: 26px;
    margin-left: 30px;
}

.col10 {
    width: 83.3%;
}

.col9 {
    width: 75%;
}

.col8 {
    width: 66.7%;
}

.col7 {
    width: 58.3%;
}

.col6 {
    width: 50%;
}

.col6b {
    width: 49%;
}

.col6b:nth-child(2n+1) {
    margin-right: 1%;
}

.col6b:nth-child(2n) {
    margin-left: 1%;
}

.col5 {
    width: 41.6%;
}

.col4 {
    width: 33.3%;
}

.col3b {
    width: 31%;
}

.col3 {
    width: 25%;
}

.col2 {
    width: 16.6%;
}

img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.txtleft {
    text-align: left;
}

/* SHADOWS */

.shadow--2dp, #header-top form, .material-card {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow--4dp {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow--6dp {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow--8dp, .material-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow--10dp, #fab:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}


/* SHADOWS END */

#wrapper {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: auto;
}

.mid {
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    text-align: left;
    line-height: 160%;
    font-weight: 300;
}

.pr {
    position: relative;
}

main {
    margin-top: var(--height-header-top);
    margin-bottom: 20px;
}

#header-top>div, #nav ul:first-child {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#inner-main {
    display: flex;
    flex-direction: column;
}

header {
    width: 100%;
    z-index: 3;
    top: 0;
    position: fixed;
    /*  max-width: var(--body-width);*/
    background-color: rgba(255, 255, 255, 1);
    /*  border-bottom: 1px solid #444;*/
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
    /*box-shadow: 0 1px 14px 0 rgba(0, 0, 0, 0.04);*/
    /*    border-bottom: 1px solid #EEEEEE;*/
}

header * {
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

body.home header {
    /*background: rgba(255, 255, 255, 0);*/
    /*background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);*/
    box-shadow: none;
}

body.home main {
    margin: 0;
}

body.home main>* {
    margin: 5vw 0;
}

body.home main .gradienthead {
    margin: 0;
}

body.home main *:not(h5) {
    text-align: center;
}

body.home main h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

body.home main p {
    margin: 20px;
    max-width: 550px;
}

body.home header #header-top a {
    color: #fff;
}

body.home header #header-top>div #logo img, #logonav img {
    /*filter: grayscale(1) invert(1);*/
    height: 42px;
}

#logonav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

#logonav img {
    width: 120px;
}

body.home header #header-top>div>a.menutoggle {
    filter: invert(1);
}

#header-top {
    height: var(--height-header-top);
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

header:hover, body.home header:hover {
    background: rgba(255, 255, 255, 1) !important;
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

body header #header-top a {
    color: #333;
}

body.home header:hover #header-top a {
    color: #333 !important;
}

body.home header:hover #header-top>div #logo img {
    filter: grayscale(0) invert(0) !important;
}

body.home header:hover #header-top>div>a.menutoggle {
    filter: invert(0) !important;
}

#header-top>div {
    height: 100%;
    justify-content: center;
    align-items: center;
}

#header-top>div>* {
    flex: 0;
}

#header-top>div #logo {
    height: 70%;
    position: absolute;
    left: 20px;
}

#header-top>div #logo img {
    object-fit: contain;
    width: 120px;
    height: 100%;
}

#header-top>div form {
    display: flex;
    flex: 1 1 auto;
    margin: 0 7%;
    height: 40px;
}

#header-top>div #srch {
    width: 100%;
    border: none;
    padding: 0 0 0 20px;
    font-size: 1.1em;
}

#header-top>div input[type=image] {
    width: 50px;
    padding: 10px;
    border: none;
    background: #eee;
    opacity: 0.3;
}

#header-top #header-icons {
    displays: flex;
    display: none;
    flex: 0 1;
    filter: grayscale(100%);
}

#header-top #header-icons a {
    padding: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

#header-top #header-icons span {
    white-space: nowrap;
}

#header-top #header-icons a#searchtoggle {
    display: none;
}

#header-top #header-icons a img {
    margin-right: 5px;
    width: auto;
    height: auto;
}

#menutop {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#menutop li {
    white-space: nowrap;
    padding: 10px 15px;
}

#menutop li a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8em;
}

#menutop li a:hover {
    color: var(--color-primary);
}


#langswichshort {
    position: absolute;
    right: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #bbb;
    color: #fff;
    font-size: 10px;
}

#header-top>div {
    flex-wrap: wrap;
    position: relative;
}

#header-top>div>form {
    order: 3;
    display: none;
    flex: 1 1 100%;
    margin: 5px;
    height: 35px;
    width: 100%;
}

#header-top>div>#header-icons {
    order: 2;
}

#header-top>div form input[type=image] {
    padding: 5px;
    opacity: 1;
}

#header-top #header-icons a {
    padding: 25px;
}

#header-top #header-icons a span {
    display: none;
}

#header-top #header-icons a#searchtoggle {
    display: flex;
}

#header-top>div>a.menutoggle {
    position: absolute;
    width: 35px;
    height: 50px;
    right: 35px;
    flex: 50px;
    display: block;
    background-image: url('../images/icons/burguer.png');
    background-position: center;
    background-size: 28px;
    background-repeat: no-repeat;
    max-width: var(--height-header-top);
}

.mobile-menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: opacity 0.2s ease-out, visibility 0.3s ease-out;
    -moz-transition: opacity 0.2s ease-out, visibility 0.3s ease-out;
    -o-transition: opacity 0.2s ease-out, visibility 0.3s ease-out;
    transition: opacity 0.2s ease-out, visibility 0.3s ease-out;
}

main.searchenabled {
    --height-nav: 45px;
}

/* NAV */

#nav.active {
    right: 0;
}

#nav {
    background: #111;
    z-index: 4;
    height: 100%;
    --nav-width: 600px;
    right: calc(-1 * var(--nav-width));
    width: var(--nav-width);
    display: block;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow: auto;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

#nav .close {
    right: 18px;
    top: 18px;
    color: #fff;
    display: block;
    z-index: 10;
    position: absolute;
    width: 50px;
    cursor: pointer;
}

#nav .close i {
    font-size: 30px;
}

#nav>div>ul {
    display: block;
    height: auto;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 86%;
}

#nav>div>ul:first-of-type {
    margin-top: 10px;
}

#nav>div>ul:not(:last-of-type) {
    border-bottom: 1px solid #333;
}

#nav ul>li {
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
}

#nav ul>li a {
    display: block;
    margin: 0px;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
    text-transform: none;
    color: #fff;
}

/* NAV END */

/* contactbox */

#contactbox.active {
    left: 0;
}

#contactbox {
    background: #fff;
    z-index: 4;
    height: auto;
    height: fit-content;
    max-height: 100vh;
    --contactbox-width: 500px;
    left: calc(-1 * var(--contactbox-width));
    width: var(--contactbox-width);
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    overflow: auto;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    sleft: 0;

}

.iti {
    width: 100%;
}

#contactbox>div {
    padding: 10px 50px;
}

#contactbox .closecontactbox {
    right: 13px;
    top: 15px;
    color: #000;
    display: block;
    z-index: 10;
    position: absolute;
    width: 30px;
    cursor: pointer;
}

#contactbox .closecontactbox i {
    font-size: 30px;
}

#contactbox>div>ul {
    display: block;
    height: auto;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#contactbox ul>li {
    flex-direction: column;
    margin: 5px 0;
    align-items: flex-start;
}
#contactbox ul.iti__country-list > li {
    flex-direction: unset;
    margin: 5px 0;
    align-items: center;
}

#contactbox ul>li a {
    display: block;
    margin: 0px;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
    text-transform: none;
    color: #fff;
}

.contactform {
    max-width: 96%;
    margin: auto;
}

.phonecontact {
    /*color: #000;*/
    /*font-weight: 700;*/
    font-size: 1rem;
    display: flex;
    justify-content: center;
    height: auto;
    margin: 20px 0;
    align-items: center;
}

.phonecontact img {
    height: 20px;
    width: auto;
}
a.phonecontact {
    color: var(--color-secondary);
}

.contactform .select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
}

#saveForm.disabled,
#saveFormBook.disabled  {
    background-color: #ddd;
    color: #666;
    border: #333;
    cursor: not-allowed;
}

#quoteForm {
    border: none;
    color: var(--color-secondary);
    font-size: 1rem;
    cursor: pointer;
}

#contactbox a.phonecontact {
    margin: 0;
}

#contactbox input {
    padding: 5px 15px;
}

/* contactbox END */


/* SLIDER */

#slideshowwrap, .slide {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#slidewrap {
    height: 100%;
}

.slick-slide {
    position: relative;
}

.slidecaptionwrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 70%;
    color: #fff;
    margin: auto;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slidecaptionwrap * {
    text-align: center;
}

.slidecaption {
    font-weight: 400;
    color: #fff;
    font-size: calc(1.2rem + 1.7vw);
    line-height: calc(3rem + 2vw);
    padding: 2% 4%;
    margin-bottom: 40px;
}

.slidecaptionsub {
    font-weight: 700;
    color: #fff;
    font-size: calc(0.8rem + 1vw);
    line-height: calc(1.5rem + 1vw);
    background: rgba(0, 0, 0, 0.9);
    padding: 20px;
}

.slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* SLIDER END */

.homeintro {
    margin: 0px auto;
    font-weight: 100;
    left: 0;
    right: 0;
    line-height: calc(1vw + 1.5rem);
    padding: 40px 0 0 0 !important;
    z-index: 2;
    text-align: left;
    /*height: 400px;*/
}

.homeintro:aftedr {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 10%;
    /* Change this to whatever width you want. */
    padding-top: 20px;
    /* This creates some space between the element and the border. */
    border-bottom: 1px solid black;
    /* This creates the border. Replace black with whatever color you want. */
}

.homeintro h2 {
    color: #000;
    font-weight: 300;
    text-align: center;
}

.homeintro p {
    margin: 10px 0;
}

.homeintro.bggrey {
    color: #fff;
}

.homeintro img {
    width: 300px;
}

#bread {
    padding: 30px 0;
    font-size: 1em;
    line-height: 2em;
}

#bread * {
    color: var(--color-primary);
}

/* INNOVA */

.innova {
    display: flex;
    justify-content: center;
    align-items: center;
}

.innova img {
    height: 200px;
}

.homeblock>* {
    justify-content: center;
}

.homeblock h2 {
    border: none;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0;
}

.homeblock p {
    font-size: 1.2em;
    color: #333;
    font-weight: 400;
    padding: 0 40px;
    margin: 10px 40px;
    line-height: calc(0.6em + 2vw);
    position: relative;
}

.homeblock img {
    object-fit: cover;
}

.homeblock.borderleft p {
    text-align: left;
    padding-right: 0px;
}

.homeblock.borderright p {
    text-align: left;
    padding-left: 0px;
}

.homeblock.borderleft p:before {
    content: "";
    border-left: 5px solid var(--color-secondary);
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0px;
}

.homeblock.borderright p:after {
    content: "";
    border-right: 5px solid var(--color-secondary);
    position: absolute;
    top: 10%;
    bottom: 10%;
    right: 0px;
}

/* INNOVA END */

.threecol-list {
    display: grid;
    grid-template-columns: repeat(var(--n-columns-3), 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 1vw;
}

.fourcol-list {
    display: grid;
    grid-template-columns: repeat(var(--n-columns-4), 1fr);
    grid-auto-rows: minmax(300px, 20vw);
    grid-gap: 1vw;
    padding: 0 2vw;
}

/* EMPRESAS */

.empresas-logos-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.empresas-logos-wrap img {
    width: 10%;
    min-width: 100px;
    margin: 1%;
    filter: saturate(0);
}

/* EMPRESAS END */

/* COOKIE */

#cookievip {
    position: fixed;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    width: 60%;
    background: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    text-align: center;
    padding: 10px;
    z-index: 9999999999999;
    color: #FFF;
    line-height: 1.22;
    height: 60%;
    margin: auto;
}

#cookievip>div#viptext {
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#cookievip * {
    margin: 20px 0;
    font-size: 1.3rem;
    color: #FFF;
    text-align: center;
}

#cookievip a {
    color: #333;
    font-size: 0.9rem;
}

#cookievip a:hover {
    color: #fff;
    font-size: 0.9rem;
}

/* END COOKIE */

/* FOOTER */

footer {
    background: #000;
    padding: 30px;
    font-size: 0.9rem;
    margin-top: 0px;
}

#footer {
    color: #fff;
    min-height: 300px;
    text-align: left;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

body.propuestas #footer {
    min-height: unset;
}

#footer>* {
    height: 100%;
    width: auto;
    min-width: 32%;
    max-width: 32%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    flex-direction: column;
    line-height: 1.4em;
    flex: 1 1 auto;
}

#footer * {
    color: #bbb;
    font-size: 13px;
    font-weight: 400;
}

#footer h3 {
    margin: 25px 0 0px 0;
}

#footer h3 a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding-left: 2px;
}

#footer h4 {
    border-bottom: 1px solid #333;
    width: 100%;
    padding-bottom: 5px;
    margin: 25px 0 10px 0;
    text-align: left;
    text-transform: uppercase;
    transform: unset;
    font-weight: 700;
}

#footer h4 a {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

#footer h5 {
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding-bottom: 2px;
    width: 100%;
    margin: 15px 0 5px 0;
}

#footer h5 a {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

#footer p {
    white-space: nowrap;
}

#footer .social span {
    display: inline-block;
}

#footer .social img {
    width: 16px;
    height: auto;
    margin-right: 10px;
    opacity: 0.7;
    display: initial;
}

#footer .partners {
    margin: 20px 0;
}

#footer .partners li {
    margin: 10px 0;
}

#footer .partners span {
    display: inline-block;
}

#footer .partners img {
    width: 16px;
    height: auto;
    margin-right: 10px;
    opacity: 0.7;
}

#footer ul.partners > li > img.footer-logo {
    width: 150px;
    max-width: unset;
    opacity: 1;
}

#footer #busca-form {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    background-color: transparent;
    border-radius: 5px;
    background: #fff;
    height: 40px;
}

#footer #busca-form .group {
    margin: 0 5px 0 0;
}

#footer #busca-form input {
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #333;
}

#footer #busca-form button {
    background: transparent;
    border: none;
    height: 100%;
}

#footer #busca-form img {
    width: 80px;
    margin-right: 15px;
}

#footer #newsletter-div {
    margin: 10px 0;
    display: flex;
}

#footer #newsletter-div input::placeholder {
    color: #ddd;
    background: transparent;
}

#footer #newsletter-div .group {
    margin: 0;
}

#footer #newsletter-div .group label {
    background: #000;
}

#footer #newsletter-div input {
    border: 1px solid #666;
    color: #eee;
    outline: none;
    background: transparent;
    padding: 10px 10px 10px 20px;
}

#footer #newsletter-div button {
    outline: none;
    border: none;
    padding: 0 10px;
    background-color: #bbb;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0;
}

#footer #newsletter-div button:hover {
    background: #fff;
}

#footer img {
    max-width: 100px;
    width: auto;
}

#footer ul li {
    display: flex;
    align-items: center;
    padding: 2px 0;
}

#footer ul li a {
    display: inline-block;
}

#footer ul li * {
    vertical-align: middle;
}

.iconleft {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
}

.mailicon {
    background-image: url("../images/icons/contact-white.png");
}

.facebookicon {
    background-image: url("../images/icons/fb.png");
}

.instagramicon {
    background-image: url("../images/icons/instagram.png");
}

.youtubeicon {
    background-image: url("../images/icons/youtube.png");
}

.iagtoicon {
    background-image: url("../images/icons/iagto_logo.png");
}

/* FOOTER END */

/* TRIPS */

.tripscontainer {
    padding-bottom: 30px;
}

.trip {
    padding-bottom: 30px;
}

.trip * {
    line-height: 2rem;
}

.trip h4 {
    margin-top: 0;
    font-weight: 600;
}

.trip h3 {
    margin-top: 0;
    font-weight: 600;
    text-transform: unset;
    font-weight: 400;
}

.trip .trip-detail .trip-section.rep {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    background: none;
    justify-content: center;
}

.trip .trip-detail .trip-section.rep>div {
    margin-top: 20px;
    padding-top: 30px;
    background: none;
    margin: 20px 0;
    font-size: 1.1rem;
    flex: 1 0 50%;
    max-width: 500px;
    padding-bottom: 0;
}

.trip .trip-detail .trip-section.rep>div .position {
    font-weight: bold;
}

.trip .trip-detail .trip-section.rep>div .line {
    height: 2px;
    margin: 5px auto;
    width: 200px;
    min-width: unset;
    background: #ddd;
}

.trip .trip-section.rep>div>img {
    width: 170px;
    height: 170px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 15px;
}

.trip .trip-section>h4 {
    margin-bottom: 0;
    margin-top: 20px;
}

.trip .trip-detail .trip-section>h4+p {
    margin-top: 0;
}

.trip-section .image_logo {
    height: 150px;
}

.tripscontainer>h3, .tripscontainer>a>h3 {
    text-align: left;
    font-size: 27px;
}

.tag-intro {
    padding-bottom: 40px;
}

.trip .trip-detail .trip-section>p {
    padding: 10px 0;
}

.trip .trip-detail .trip-section>p:last-of-type {
    padding-bottom: 20px;
}

.trip .trip-detail .trip-section h4 {
    position: relative;
    width: 60%;
    text-align: center;
    line-height: 160%;
}

.trip .trip-detail .trip-section p, .trip .trip-detail .trip-section div, .trip .trip-detail .trip-section ul, .tag-intro *, .general-section ul, .general-section p, .tripscontainer p {
    position: relative;
    width: 60%;
    max-width: 900px;
    margin: 20px auto;
    min-width: 320px;
    text-align: center;
    line-height: 160%;
    font-weight: 300;
}

.trip .trip-detail .trip-section ul li {
    padding: 0;
    line-height: 140%;
}

.trip-summary {
    width: 100%;
}

.trip-summary .trip-summary-head {
    height: calc(100vh - var(--height-tabs) - var(--height-header-top) - 200px);
    min-height: 500px;
}

.trip-summary-head {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trip-summary .trip-summary-head .trip-summary-box {
    padding: 40px;
    margin: 100px auto;
    background-color: rgba(0, 0, 0, 0.3);
}

.trip-summary-head .trip-summary-box, .trip-summary-head .notice-title {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 80%;
    min-width: 900px;
    max-width: 95%;
    margin: 0px auto;
}

.trip-summary .trip-summary-head .trip-summary-box * {
    color: #fff;
    line-height: 3rem;
    /*    text-shadow: 2px 2px 2px rgba(0,0,0,1);*/
}

.notice-head {
    justify-content: end !important;
}

.trip-summary .trip-summary-head .notice-title * {
    color: #fff;
    line-height: 3rem;
    text-transform: none;
    font-weight: 1000 !important;
    font-size: 40px;
    letter-spacing: 0;
}

.trip .trip-detail .trip-section .destacada, .destacada {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.1rem;
    /*background: #fafafa;*/
/*    width: 100vw;
    max-width: unset;*/
}

.trip-summary-intro {
    margin: 20px;
    font-size: 1rem;
    width: 90%;
    margin: auto;
    font-weight: 100;
    line-height: 1.5rem;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.trip-summary-head h3 {
    /*font-weight: 700;*/
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,1);*/
}

.trip-summary-head h4 {
    line-height: 1.5rem;
    text-transform: unset;
    margin: 10px auto;
    font-weight: 300;
    color: #fff;
    text-align: center;
    /*text-shadow: 2px 2px 2px rgba(0,0,0,1);*/
}

.trip-summary .trip-summary-head h4 {
    margin-bottom: 50px;
}

.trip-detail-top {
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
    align-items: center;
    min-height: 100px;
    flex-wrap: wrap;
}

.trip-detail-top.cupos {
    margin-top: 10px;
    min-height: 0;
}

.trip-detail-top.cupos>div {
    flex-direction: column;
    margin-bottom: 0;
}

.trip-detail-top.cupos * {
    font-size: 0.9rem;
}

.trip #countdown {
    font-family: 'Nunito', Helvetica, Roboto, Arial, sans-serif;
}

.trip-detail-top.facts span {
    margin: 0;
    font-size: 0.7rem;
    color: var(--color-primary);
    flex-direction: row;
    min-width: unset;
    min-height: unset;
    justify-content: center;
}

.propuesta .trip-detail-top.facts span {
    margin: 0;
    font-size: 1.7rem;
    color: var(--color-primary);
    min-width: unset;
    min-height: unset;
    display: inline;
}

.propuesta .trip-detail-top.facts span .smalltxt {
    font-size: 1rem;
}

.trip-detail-top>* {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    min-width: 80px;
    white-space: nowrap;
    line-height: 1rem;
    color: #333;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    text-align: center;
    min-height: 80px;
}

.trip-detail-top.tags {
    margin-top: 20px;
}

.trip-detail-top.tags>* {
    width: 120px;
    margin: 0 10px;
}

.trip-detail-top.tags>a>div {
    background: #eee;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.trip-detail-top.tags>a>div>img {
    height: 90%;
    width: 90%;
}

.trip-detail-top.tags>a:first-of-type>div {
    /*background: #999;*/
}

.trip-detail-top.tags>a:first-of-type>div>* {
    /*filter: brightness(0) invert(1);*/
    font-size: 30px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    transform: scaleX(1.03);
    color: #eee;
    text-shadow:
	-1px -1px 0 #999,
	1px -1px 0 #999,
	-1px 1px 0 #999,
	1px 1px 0 #999;
}

.trip-detail-top>* img {
    height: 100%;
    width: 100%;
    padding: 5px;
    object-fit: contain;
}

.trip-detail-top.facts span:not(:last-child):after {
    content: '';
    margin: 0 15px;
    display: inline-block;
    width: 4px;
    height: 4px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #000;
}

.trip-section h3 {
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #000;
    border: none;
    text-align: center;
}

.trip-stay-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    background: #eee;
    align-items: center;
}

/*
.twocoltext {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
	background: #eee;
	align-items: flex-start;
}

.twocoltext > * {
	padding: 40px 0;
}

.twocoltext > *:first-child {
	background-color: #ddd;
}*/

.twocoltext {
    align-items: flex-start;
}

.trip-stay-item:nth-child(even) {
    flex-direction: row-reverse;
}

.trip-stay-item *, .trip-item {
    transition: all 0.4s;
    overflow: hidden;
}

.imagezoom-container {
    overflow: hidden;
    transition: all 0.4s;
}

.imagezoom-container img {
    transition: all 0.4s;
    object-fit: cover;
}

.trip-item:hover .trip-image-wrap, .imagezoom-container:hover img, .article-img-holder:hover {
    transform: scale(1.02);
    transition: all 0.4s;
    filter: brightness(110%);
}

.trip-item .trip-image-wrap, .imagezoom-container, .trip-image-wrap img {
    transition: all 0.4s;
    position: relative;
}

.trip-item .trip-image-wrap:after, .imagezoom-container:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all .3s;
}

.trip-item:hover .trip-image-wrap img, .imagezoom-container:hover img {
    transition: all 0.4s;
}

.trip-section {
    overflow: hidden;
    /* h2 has scaleX: 1.08 which anlarges beyond max-width; */
    margin: 20px 0;
}

.trip-section>h2, .tripscontainer>h2 {
    padding-top: 50px;
}

.tripscontainer>h2 {
    padding-bottom: 0;
}

.trip-section:nth-child(2n), .facts {
    background: #fafafa;
}

.trip-item {
    position: relative;
    height: 100%;
    max-width: unset;
}

.trip-titles {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 10px 0;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}

.trip-titles * {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    font-weight: 100;
    text-align: center;
}

.viajar-wg .trip-titles h4 {
    color: #fff !important;
}

.trip-image-wrap {
    height: 100%;
}

.trip-image-wrap img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

#myMosaic {
    margin-top: 30px;
    width: 100%;
    line-height: unset;
    position: relative;
    display: none;
}

.cover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
}

#myMosaic>a {
    overflow: hidden;
}

#myMosaic>a img {
    transition: all 0.4s;
    object-fit: cover;
}

#myMosaic * {
    line-height: unset;
}

#myMosaic>a {
    position: relative;
}

#myMosaic>a:hover img {
    transform: scale(1.02);
    transition: all 0.4s;
}

#myMosaic>*:hover img {
    filter: brightness(40%);
}

#myMosaic .mosaic-caption {
    bottom: 5px;
    position: absolute;
    color: #fff;
    left: 15px;
}

#myMosaic .mosaic-caption * {
    text-shadow: 2px 2px 4px #000000;
    margin: 5px;
    color: #fff;
    padding: 0;
    line-height: 1rem;
}

#myMosaic .mosaic-caption h5 {
    font-size: 10px;
}

#myMosaic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.jQueryMosaic {
    float: unset;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    background: #000;
}

.hidden {
    display: none;
}

/* FANCYBOX, avoid mymosaic mess */
body.compensate-for-scrollbar {
    margin: 0;
}


/* END TRIPS */

.noresults {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.noresults>div {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.noresults>div:first-child {
    height: 20vw;
    min-height: 340px;
    max-height: 500px;
    padding: 2%;
}

.noresults>div:last-child {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.5em;
}

.noresults>div:last-child>div {
    margin: 20px 0;
}

.noresults ul {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.7rem;
    padding-left: 20px;
}


/* GENERAL SECTIONS */

.general-section-header {
    position: relative;
    overflow: hidden;
    height: 40vh;
    min-height: 300px;
    max-height: 700px;
}

.general-section-header>* {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.general-section-header img, .general-section-header #video-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.general-section-header h1, .general-section-header h2, .general-section-header h3 {
    z-index: 1;
    padding: 10px;
    margin: auto;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    color: #fff;
}

.general-section-header h2 {
    z-index: 1;
}

.general-section-header h3 {}

.general-section {
    padding: 20px 0;
}

/* END GENERAL SECTIONS */

/* NAV CATALOGO */

.nav-catalogo {
    display: grid;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, 30%);
    grid-auto-rows: 300px;
    grid-gap: 1vw;
}

.nav-catalogo>* {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.nav-catalogo>*:hover img {
    filter: grayscale(0%) brightness(100%);
    transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
}

.nav-catalogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    filter: grayscale(40%) brightness(90%);
}

.nav-catalogo h2, .nav-catalogo h3 {
    z-index: 1;
    padding: 10px;
    margin: 0;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    color: #fff;
}

.nav-catalogo h2 {
    z-index: 1;
}

.nav-catalogo h3 {}

/* END NAV CATALOGO */

/* twocol */

.trip .trip-detail .trip-section .twocol.fullwidth, .twocol.fullwidth {
    max-width: 100%;
}

.trip .trip-detail .trip-section .twocol.fullwidth>.imagetwocol, .twocol.fullwidth>.imagetwocol {
    max-height: 650px;
}

/* Butón sobre image de damer va flotando abajo */
.trip .trip-detail .trip-section .twocol .buttonhome {
    position: absolute;
    bottom: 15px;
}

/* Butón sobre image de damer va flotando abajo */
.trip .trip-detail .trip-section .twocol .buttonhome.buttontextbox {
    position: relative;
    bottom: 5px;
}

.trip .trip-detail .trip-section .twocol, .twocol {
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 1280px;
    flex-wrap: wrap;
}

.trip .trip-detail .trip-section .twocol div, .trip .trip-detail .trip-section .twocol ul {
    margin: 20px auto 0 auto;
}

.trip .trip-detail .trip-section .twocol ul:first-of-type {
    margin-top: 0;
}

.trip .trip-detail .trip-section .twocol>div {
    margin: 0;
}

/* Margin top para dar aire a títulos de 2col 1 con img pero NO cuando son 2col con texto porque queda demasiado aire */
.trip .trip-detail .trip-section .twocol:first-of-type>.imagetwocol, .trip .trip-detail .trip-section .twocol:first-of-type>.imagetwocol+div {
    margin-top: 30px;
}

/* Padding bottom para dar aire a todas las secciones que estan con gris de fondo si se necesita (texto) pero que corten justo al final de imagen si terminan con 2col e imagen */
.trip .trip-detail .trip-section> :last-child {
    padding-bottom: 30px;
}

.trip .trip-detail .trip-section>.twocol:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
}

.trip .trip-detail .trip-section .twocol:nth-child(2n)>.imagetwocol, .twocol:nth-child(2n)>.imagetwocol {
    order: -1;
}

.trip .trip-detail .trip-section .twocol:nth-child(2n+1)>.imagetwocol, .twocol:nth-child(2n+1)>.imagetwocol {
    order: 1;
}

.trip .trip-detail .trip-section .twocol>.imagetwocol, .twocol>.imagetwocol {
    max-height: 400px;
    height: 35vw;
}

/* tow col quote */

.trip .trip-detail .trip-section.quotesection {
    background: #fff;
}

.trip .trip-detail .trip-section .twocol.twocolquote {
    padding: 30px 0;
}

.trip .trip-detail .trip-section .twocol.twocolquote>div>p {
    width: 90%;
    font-size: 0.8rem;
    font-family: 'Montserrat';
    line-height: 1.7rem;
    opacity: 0.7;
    font-style: italic;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.trip .trip-detail .trip-section .twocol.twocolquote>div>p:first-of-type::before {
    content: "";
    margin-right: 10px;
    height: 30px;
    width: 30px;
    background-image: url(../images/quotes.png);
    background-size: 100% 100%;
}

.trip .trip-detail .trip-section .twocol.twocolquote>div>p:last-of-type::after {
    content: "";
    margin-left: 10px;
    height: 30px;
    width: 30px;
    background-image: url(../images/quotes.png);
    background-size: 100% 100%;
    transform: rotate(180deg);
}

.trip .trip-detail .trip-section .twocol.twocolquote>div {
    margin-right: auto;
    margin-left: auto;
}

.trip .trip-detail .trip-section .twocol.twocolquote>div>div.quote-closing>p {
    font-size: 11px;
    text-transform: uppercase;
    color: #444;
    margin: auto;
}

.trip .trip-detail .trip-section .twocol.twocolquote>.imagetwocol, .twocolquote .imagetwocol {
    width: 100%;
    order: -1;
    max-height: unset;
    height: auto;
}

.trip .trip-detail .trip-section .twocol.twocolquote>.imagetwocol img, .twocolquote .imagetwocol img {
    padding: 1%;
    width: 350px;
    min-height: 150px;
    height: 55%;
    object-fit: contain;
}

.trip .trip-detail .trip-section .twocol.twocolquote>.imagetwocol.imagezoom-container:hover img {
    transform: none;
    transition: none;
    filter: none;
}

.trip .trip-detail .trip-section .twocol.twocolquote>.imagetwocol.imagezoom-container:after {
    content: none;
}

.trip .trip-detail .trip-section .twocol.twocolquote:first-of-type>.imagetwocol, .trip .trip-detail .trip-section .twocol.twocolquote:first-of-type>.imagetwocol+div {
    margin-top: 0px;
}



/* End two col quote */

.trip .trip-detail .trip-section .twocol .imagetwocol img, .twocol .imagetwocol img {
    object-fit: cover;
}


.trip .trip-detail .trip-section .twocol>*, .twocol>* {
    max-width: unset;
    background-position: center;
    background-size: cover;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.trip .trip-detail .trip-section .twocol *, .twocol * {
    color: #000;
    z-index: 1;
}

.trip .trip-detail .trip-section .twocol p, .twocol p {
    margin: 10px;
}

.trip .trip-detail .trip-section.programa .twocol p {
    margin: 20px auto;
}

.trip .trip-detail .trip-section .twocol h2, .trip .trip-detail .trip-section .twocol h3, .twocol h2, .twocol h3 {
    z-index: 1;
    padding: 10px;
    margin: 0;
    /*  text-shadow: 2px 2px 4px #000000;*/
    text-align: center;
    color: #000;
}

.trip .trip-detail .trip-section .twocol h2, .twocol h2 {
    z-index: 1;
    font-size: 1.2rem;
}

.trip .trip-detail .trip-section .twocol h3, .twocol h3 {}

.trip .trip-detail .trip-section .twocol h4, .twocol h4 {
    margin-top: 10px;
}

/* END twocol */

/* HOME */

body.home main #empresas_home {
    margin: auto;
}

/* END HOME */

/* DESTACADOS */

body.home main .destacados_wrap {
    max-width: 1280px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

body.home main .destacados {
    display: flex;
    margin: auto;
    max-width: 1280px;
    flex-wrap: wrap;
}

.destacados> :last-child {
    flex: 1 1 100%;
}

.destacados> :first-child {
    margin-right: 2%;
}

.destacados> :nth-child(2) {
    margin-left: 2%;
}

.destacados>* {
    flex: 0 0 48%;
    height: 35vw;
    max-height: 450px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

body.home main .destacados>*>a {
    height: 80%;
}

body.home main .destacados>*>h4, body.home main .destacados>*>h5 {
    margin: 10px 0;
    text-align: left;
    margin-left: 0.4vw;
}

body.home main .destacados>*>h5 {
    margin: 5px 0;
    text-align: left;
}

body.home main .destacados>*>h4 {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
}

body.home main .destacados> :last-child>h4 {
    margin-left: 1vw;
}

.campo-destacado {
    position: absolute;
    bottom: 15px;
    z-index: 1;
}

/* END DESTACADOS */

/* SWIPER Ex.OWL CAROUSEL */

.nav-scroller-body {}

.tripscontainer .nav-scroller-body {
    padding-bottom: 30px;
}

body.home .nav-scroller-body h4 {
    text-align: left;
    font-size: 25px;
    margin-left: 3.2vw;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
}

.nav-scroller-body h5 {
    margin-left: 2vw;
    margin-top: 5px;
}

.swiper-container-menu {
    height: 200px;
}

.swiper-container, .swiper-container-firstlarge {
    height: 65vh;
    max-height: 550px;
    min-height: 350px;
    overflow: hidden;
    position: relative;
    margin-left: 2vw;
}

.swiper-wrapper {
    height: 90%;
}

.swiper-slide {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-container-firstlarge .swiper-slide:first-child {
    max-width: 60vw;
    min-width: 60vw;
}

/* Saco el gradiente oscuro que se usa para leer mejor resto de slides. en el 1o largo el texto está abajo y no va gradiente */
.swiper-container-firstlarge .swiper-slide:first-child:after {
    opacity: 0;
}

.swiper-container-firstlarge .swiper-slide {
    max-width: 30vw;
    min-width: 30vw;
}

.swiper-container-firstlarge .swiper-slide:first-child .item-first {
    position: absolute;
    left: 4vw;
    bottom: 40px;
    text-align: left;
    z-index: 1;
    width: 90%;
}

.swiper-container-firstlarge .swiper-slide:first-child .item-first>* {
    text-align: left;
    margin: 10px 0;
}

.swiper-container-firstlarge .swiper-slide:first-child .item-first>h2 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fff;
    font-weight: 600;
    transform-origin: 0 0;
    margin: 0;
    padding: 0;

}

.swiper-container-firstlarge .swiper-slide:first-child .item-first p, .swiper-container-firstlarge .swiper-slide:first-child .item-first .scroller_subtitle {
    margin: 0;
    color: #fff;
    font-size: calc(15px + 0.3vw);
    font-weight: 100;
    text-align: left;
}

.swiper-container-firstlarge .swiper-slide:first-child .item-first>.buttonhome {
    margin-top: 35px;
    text-align: center;
}

#tnvhome {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
}

#tnvhome .gradient-top:after {
    height: 50%;
}

#tnvhome h2 {
    padding: 0;
    margin: 0 0 40px 0;
}

.nav-scroller-menu {
    margin-left: 50px;
}

.nav-scroller-menu .swiper-container-firstlarge {
    margin-left: 0;
    height: 200px;
    min-height: unset;
    max-height: unset;
}

.nav-scroller-menu .swiper-wrapper .swiper-slide {
    max-width: 30%;
    min-width: 30%;
}

.nav-scroller-menu .swiper-wrapper .caption {
    font-size: 15px;
    bottom: 10%;
    top: unset;
    width: auto;
}

.nav-scroller-menu .swiper-wrapper .swiper-slide:after {
    content: " ";
    height: 50%;
    top: unset;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.nav-scroller-menu .swiper-container-firstlarge.swiper-container-horizontal>.swiper-scrollbar {
    margin: 0;
}

.nav-scroller-menu ul:last-of-type {
    border: none;
}

.swiper-slide:after, .gradient-top:after {
    content: " ";
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    padding: 0;
    opacity: 1;
}

.swiper-slide .caption, .trip-titles-head .caption {
    font-weight: 400;
    z-index: 1;
    position: absolute;
    left: 0;
    max-width: 70%;
    color: #fff;
    margin: auto;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.5em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
}

.swiper-slide .caption.datetitle, .trip-titles-head .caption.datetitle {
    top: 10% !important;
}

.swiper-slide .caption.title {
    bottom: 5% !important;
}

.swiper-slide img {
    object-fit: cover;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
}

.swiper-container-horizontal>.swiper-scrollbar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    left: 0 !important;
    height: 2px !important;
    flex: 0 0 auto;
    padding: 16px 0;
    margin: auto;
    width: calc(100% - 45px) !important;
    background: transparent;
    z-index: 1;
    display: flex;
    align-items: center;
}

.swiper-scrollbar-drag {
    height: 2px;
    background: #000;
    border-radius: 0;
    cursor: move;
}

.swiper-scrollbar:hover .swiper-scrollbar-drag {
    height: 7px;
    transition: all 0.3s ease;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-button-prev, .swiper-container-horizontal>.swiper-button-next {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 40px;
    display: flex;
    padding: 20px;
    z-index: 1;
}

.swiper-button-prev:after, .swiper-button-next:after {
    color: #000;
    font-size: 16px;
}

.nav-scroller-menu .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
}

.owl-theme .owl-controls {
    position: unset;
    height: 0;
}

.owl-theme .owl-controls .owl-prev, .owl-theme .owl-controls .owl-next {
    width: auto;
    height: 60px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.owl-theme .owl-controls .owl-prev {
    left: 20px;
}

.owl-theme .owl-controls .owl-next {
    right: 20px;
}

.owl-theme .owl-controls .owl-prev.disabled,
.owl-theme .owl-controls .owl-next.disabled {
    pointer-events: none;
    opacity: 0 !important;
    display: none;
}

.owl-theme .owl-controls .owl-nav>div {
    background: transparent;
}

.owl-theme .owl-controls .owl-nav {
    margin: auto;
    top: 0;
    width: 95%;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*  position: absolute;*/
}

#brands-logos .owl-stage-outer {
    padding-bottom: 0;
}

.bannersection {
    background-position: 0 -332px;
    background-size: cover;
    width: 100vw;
    height: 500px;
    background-repeat: no-repeat;
    position: relative;
    margin: 40px 0;
    overflow: hidden;
}

.bannersection:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.bannersection * {
    z-index: 2;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    color: #fff;
}

.bannersection .buttonhome {
    text-shadow: none;
    color: initial;
}

/* VIDEO HOME */

#scroll-down {
    z-index: 1;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    text-align: center;
}

#scroll-down i.material-icons {
    font-size: 60px;
    color: #fff;
}

#video-wrapper {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: calc(100vh - var(--height-header-top));
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

#video-wrapper h2 {
    text-shadow: 2px 2px 8px #000;
    font-weight: 900;
    border-bottom: none;
    color: #fff;
    text-transform: none;
    position: absolute;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

#video-wrapper video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    pointer-events: none;
    vertical-align: bottom;
}

body.ie #video-wrapper video, body.edge #video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

/* END VIDEO HOME */

/* OWL CAROUSEL */

a.disabledlink {
    pointer-events: none;
    color: #000;
}

.brand-item {
    height: 200px;
    width: 100%;
    margin: auto;
    padding: 5%;
}

.brand-item:hover {
    filter: none;
}

/* END BRANDS */


/* ACCORDION */

.accordion .accordion_title {
    display: flex;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
    padding: 12px 0;
}

.accordion>.accordion_title:before {
    padding-right: 10px;
    content: "+";
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion.open {
    margin-bottom: 20px;
}

.accordion.open>.accordion_title:before {
    content: "-";
}

.accordion .accordion_content {
    max-height: 0;
    transition: all 0.3s ease-in-out;
    color: #222;
    overflow: hidden;
    height: auto;
}

.accordion.open>.accordion_content {
    max-height: initial;
    overflow: visible;
}

/* ACCORDION END */

/* ADDTHIS */

.addthis_container {
    background: rgb(247, 247, 247);
    margin: 0 !important;
    padding: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.addthis_container h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 auto 20px auto;
    font-weight: 400;
}

.addthis_container .sharethis-inline-share-buttons .st-btn {
    margin: 0 15px;
}

/* END ADDTHIS */

/* PAQUETES (SAMPLES) */

.samples-title {
    max-width: 1280px;
    margin: auto;
}

.samples-title h5 {
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 40px;
}

.contenedor {
    display: grid;
    grid-auto-rows: 600px;
    grid-template-columns: repeat(3, 33%);
    gap: 10px;
    justify-content: center;
    place-items: center; /* centra los items */
    max-width: 1280px; /* como el resto de contenedores */
    margin: auto; /* así se centra el contenedor */
}

.trip .contenedor * {
    line-height: normal;
}

.contenedor .item {
    width: 320px;
    height: 90%;
    border: 1px solid black;
    border-radius: 10px;
    display: flex;
    flex-direction: column
}

.contenedor .item img {
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    height: 40%;
}

.contenedor .item .sample-content {
    padding: 15px;
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    background: none;
    justify-content: space-between;
    height: 60%;
}

.contenedor .item .sample-content h5 {
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    font-size: 0.6rem;
}

.contenedor .item .sample-content h4 {
    margin: 0 0 5px 4px;
    text-align: left;
    width: 100%;
}

.contenedor .item .calltoaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 0.6rem;
    gap: 10px;
    font-weight: 700;
}

.contenedor .item .calltoaction > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contenedor .item .calltoaction > .sample-data {
    flex: 0 0 45%;
}

.contenedor .item .calltoaction > .sample-book {
    flex: 1;
}

.contenedor .item .golfcourses > div,
.contenedor .item .accommodation > div {
    display: flex;
    font-size: 0.6rem;
}

.contenedor .calltoaction .buttonsmall {
    margin: 10px 0;
    font-size: 0.7rem;
    height: 30px;
}

.contenedor .item .calltoaction .buttonsmall.buttonhome {
    background: #fff;
    color: #000;
}
.contenedor .item .calltoaction .sample-data .buttonsmall.buttonhome {
    border-color: #ccc;
    color: #444;
}
.contenedor .item {
    font-size: 13px;
    font-weight: 600;
}

.contenedor .item .calltoaction .sample-info {
    flex-direction: column;
}

.contenedor .item .list-block {
    flex-basis: 50%;
}

.contenedor .item .list-block::before {
  content: "•";
  color: black;
  margin-right: 2px;
}

.contenedor .item .sample-content > div > h5 {
    margin-bottom: 5px;
}

.contenedor .item .sample-price {
    font-size: 0.7rem;
}

.contenedor .item .sample-link {
    color: #333;
}

/* END PAQUETES (SAMPLES) */

/* OTHER */

#fabwrapper {
    position: fixed;
    bottom: 9vh;
    right: 5vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#fabwrapper>* {
    margin: 10px 0;
}

#fab {
    border-radius: 50px;
    background-image: url(../images/icons/review.png);
    background-color: #FFF;
    background-position: center 30%;
    background-size: 28px;
    background-repeat: no-repeat;
    font-size: 13px;
    padding: 16px 15px 16px 15px;
    width: auto;
    /* display: flex; */
    align-items: flex-end;
    color: #000;
    display: flex;
    height: 80px;
}

#fab:before {
    background-image: url('../images/icons/cart-icon.svg');
    background-position: left top;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 30px;
}

#fabwrapper #return-to-top {
    display: none;
}

.circled-arrow {
    display: flex;
    opacity: 1;
}

#fabwrapper #return-to-top, .circled-arrow {
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    padding: 30px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s ease;
}

#fabwrapper #return-to-top i, .circled-arrow i {
    color: #000;
    margin: 0;
    position: relative;
    font-size: 45px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#wrapper.flexcenter>iframe {
    display: block;
    /* iframes are inline by default */
    background: #fff;
    border: none;
    /* Reset default border */
    height: 100vh;
    /* Viewport-relative units */
    width: 100vw;
}

#fabwrapper #return-to-top {
    display: none;
}

.circled-arrow {
    display: flex;
    opacity: 1;
}

.return-to-top-container {
    border-top: 1px solid #222;
    margin: 0;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    background: #000;
}

.return-to-top-container #return-to-top {
    justify-content: center;
}

.return-to-top-container #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 35px;
    font-weight: 100;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#expert-msg img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

/* END OTHER*/

.section-blocks {
    scroll-margin-top: var(--height-header-top);
}

/* NOSOTROS */

.nosotros .peoplewrap {
    margin-bottom: 0;
}

.nosotros .workwg {
    margin-bottom: 30px;
}

.peoplewrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    grid-auto-rows: 250px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 30px;
}

.peoplewrap h1 {
    margin: 20px 0;
    display: block;
}

.peoplewrap .item {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.peoplewrap .item .position {
    font-width: 700;
    font-size: 0.7rem;
    text-align: center;
}

.peoplewrap .item img, .image-rounded {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
    margin-bottom: 15px;
}

.peoplewrap .line {
    height: 2px;
    margin: 5px auto;
    width: 190px;
    min-width: unset;
    background: #ddd;
}

/* END NOSOTROS */

/* AJUSTE WIDGET CHAT PARA OVERRIDEAR OTROS ESTILOS QUE LO AFECTA */

#clgo .collapsed-height {
    margin: auto;
    padding: 0;
}

/* END AJUSTE WIDGET CHAT PARA OVERRIDEAR OTROS ESTILOS QUE LO AFECTA */

/* THANKS */
.logo-thanks {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.hr-thanks {
    border: 1px solid #14146e;
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

/* END THANKS */

/* MOBILE */

@media screen and (max-width: 1920px) {
    .bannersection {
	background-position: 0 -350px;
    }
}

@media screen and (max-width: 1480px) {
    .bannersection {
	background-position: 0;
    }
}

@media screen and (max-width: 1280px) {
    :root {
	--n-columns-3: 2;
	--n-columns-4: 3;
    }
}

@media screen and (max-width: 991px) {
    html {
	font-size: 16px;
    }

    :root {
	--n-columns-3: 2;
	--n-columns-4: 3;
    }

    h1 {
	font-size: 40px;
    }

    h2, .home .twocol h2.campo-semana {
	font-size: 28px;
    }

    h3 {
	font-size: 20px;
    }

    h4 {
	font-size: 17px;
    }

    h5 {
	font-size: 15px;
    }

    p {
	margin-bottom: 10px;
	margin-top: 10px;
    }

    .trip-summary-intro {
	line-height: 1.1rem;
    }

    .trip-summary-head .trip-summary-box {
	width: 95%;
	min-width: 320px;
    }

    .trip-summary .trip-summary-head .trip-summary-box {
	padding: 20px;
    }

    .tripscontainer>h3, .tripscontainer>a>h3 {
	font-size: 22px;
    }

    .trip-detail-top.tags>* {
	margin: 10px;
	width: 100px;
    }

    #menutop {
	display: none;
    }

    .owl-carousel .swiper-slide .owl-img-wrapper {
	width: 45vw;
    }

    .nav-catalogo {
	grid-template-columns: repeat(auto-fit, 100%);
    }

    .swiper-container-horizontal>.swiper-button-prev {
	display: none;
    }

    #buttons-home-wrapper {
	display: flex;
	height: 250px;
    }

    #buttons-home-wrapper>* {
	width: 200px;
    }

    .swiper-container-firstlarge .swiper-slide:first-child {
	max-width: 90vw;
	min-width: 90vw;
    }

    .swiper-container-firstlarge .swiper-slide {
	max-width: 45vw;
	min-width: 45vw;
    }

    #cookievip {
	background: rgba(0, 0, 0, 0.9);
	width: 90%;
	height: 80%;
    }

    #cookievip * {
	margin: 20px 0;
	font-size: 1rem;
    }

    #blogwrap {
	grid-template-columns: repeat(2, 1fr);
    }

    #footer>* {
	max-width: 90%;
    }

    .contenedor {
	grid-template-columns: repeat(2, 1fr);  /* 2 col */
    }
}


@media screen and (max-width: 768px) {
    :root {
	--n-columns-3: 1;
	--n-columns-4: 2;
	--height-nav: 0px;
    }

    h1.smallh1 {
	font-size: 35px;
    }

    .trip .trip-detail .trip-section .twocol:nth-child(n)>.imagetwocol, .twocol:nth-child(n)>.imagetwocol {
	height: 70vw;
	order: -1;
	padding: 0;
    }

    .trip .trip-detail .trip-section .twocol.twocolquote:nth-child(n)>.imagetwocol, .twocol.twocolquote:nth-child(n)>.imagetwocol {
	height: 40vw;
	padding: 0;
    }

    .trip .trip-detail .trip-section .twocol>*, .twocol>* {
	height: auto;
	max-height: unset;
    }

    [class^="col"], .trip .trip-detail .trip-section .col6, .trip .trip-detail .trip-section .twocol>*, .twocol>* {
	width: 100%;
	padding: 20px 10px;
    }

    .trip .trip-detail .trip-section .col6 {
	height: unset;
	padding: 0;
	padding-bottom: 20px;
    }

    .owl-carousel .swiper-slide .owl-img-wrapper {
	width: 85vw;
    }

    .trip-detail-top>* img {
	margin-right: 2px;
    }

    .trip .trip-detail .trip-section .twotwo {
	grid-template-columns: repeat(auto-fit, 100%);
	grid-auto-rows: 200px;
    }

    .trip .trip-detail .trip-section .twocol:first-of-type>.imagetwocol, .trip .trip-detail .trip-section .twocol:first-of-type>.imagetwocol+div {
	margin-top: 0px;
    }

    .trip-detail-top.tags {
	max-width: 420px;
	margin-right: auto;
	margin-left: auto;
    }

    .trip-detail-top.tags>* {
	margin: 20px;
	width: 100px;
    }

    .nav-scroller-menu .swiper-wrapper .swiper-slide {
	max-width: 30%;
	min-width: 30%;
    }

    #blogwrap {
	grid-template-columns: repeat(1, 1fr);
    }

    .destacados>* {
	flex: 0 0 100%;
	height: 60vw;
    }

    .destacados>*:nth-child(n) {
	margin-left: 0;
	margin-right: 0;
    }

    body.home main .destacados>*:nth-child(n)>h4 {
	margin-left: 1vw;
    }

    .contenedor {
	grid-template-columns: 1fr;  /* 1 col en mobile */
    }

    /* SAMPLES */
    .contenedor .item .golfcourses > div,
    .contenedor .item .accommodation > div,
    .contenedor .item .sample-book,
    .contenedor .item .sample-data,
    .contenedor .item .sample-price {
	font-size: 0.8rem;
    }

    .contenedor .item .sample-content h5 {
	font-size: 0.8rem;
	font-weight: 600;
    }

    .contenedor .item h4 {
	font-size: 1rem;
    }

    /* SAMPLES END */
}

@media screen and (max-width: 480px) {
    html {
	font-size: 16px;
    }

    :root {
	--n-columns-3: 1;
	--n-columns-4: 1;
    }

    h1 {
	font-size: 30px;
    }

    h1.smallh1 {
	font-size: 23px;
    }

    h2 {
	font-size: 25px;
    }

    .swiper-container-firstlarge .swiper-slide {
	max-width: 90vw;
	min-width: 90vw;
    }

    .trip-summary .trip-summary-head .trip-summary-box {
	padding: 10px;
    }

    .trip-summary .trip-summary-head .trip-summary-box h2 {
	padding: 10px 0;
    }

    .trip-summary .trip-summary-head .trip-summary-box * {
	line-height: 2.5rem;
    }

    .trip-summary .trip-summary-head .trip-summary-box ul li {
	line-height: 1.2rem;
    }

    .trip-detail-top.tags {
	max-width: 360px;
    }

    .trip-detail-top.tags>* {
	margin: 20px 5px;
	width: 90px;
    }

    .nav-scroller-menu, #nav>div>ul {
	margin-left: 30px;
    }

    .nav-scroller-menu .swiper-wrapper .swiper-slide {
	max-width: 30%;
	min-width: 30%;
    }

    #cookievip {
	width: 90%;
	height: 90%;
    }

    #cookievip * {
	font-size: 0.9rem;
    }
}

@media screen and (max-height: 650px) {
    #contactbox #contacttitle {
	display: none;
    }

    input, textarea {
	spadding: 5px 15px;
    }

    #cookievip {
	background: rgba(0, 0, 0, 0.9);
	width: 70%;
	height: 70%;
    }

    #cookievip p {
	margin: 5px auto;
    }

    #cookievip * {
	font-size: 0.8rem;
    }
}

@media screen and (max-height: 500px) {}
