.clearer {
    clear: both;
}

section p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 1.7;
}

section .title_st {
    padding: 20px 0;
    text-align: center;
    font-family: 'Bellefair-Regular';
    font-size: 25px;
    padding: 40px 0;
}

#cabecera {
    height: 100vh;
    min-height: 860px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    overflow-x: hidden;
}

#cabecera .owl-carousel {
    height: 100%;
}

#cabecera .owl-carousel .owl-stage-outer {
    height: 100%;
}

#cabecera .owl-carousel .owl-stage-outer .owl-stage {
    height: 100%;
}

#cabecera .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
}

#cabecera .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    height: 100%;
}

#cabecera .galeria {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}

#cabecera .idiomas {
    position: absolute;
    right: 250px;
    background: none;
    transform: translateX(50%);
    top: 5vh;
    display: flex;
    z-index: 4;
    transition: .4s;
    padding: 10px;
}

#cabecera .idiomas.active {
    background: rgba(255, 255, 255, 0.9);
}

#cabecera .idiomas a {
    padding: 0 10px;
    display: block;
    color: #606060;
    font-family: 'Montserrat-Light';
}

#cabecera .idiomas a.selected {
    font-family: 'Montserrat-SemiBold';
}

#cabecera .idiomas a:first-child {
    border-right: 1px solid black;
}

#cabecera .idiomas a:last-child {
    border-left: 1px solid black;
}

#cabecera .boton {
    width: 30px;
    perspective: 1000px;
    cursor: pointer;
    transition: 1s;
}

#cabecera .boton.giro {
    transform: translateX(500px);
}

#cabecera .boton.giro .card {
    transform: rotateY(180deg);
    transition: transform 1s cubic-bezier(0.14, -0.26, 0.27, 1.55);
}

#cabecera .boton.giro .card .back {
    opacity: 1;
}

#cabecera .boton .card {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.14, -0.26, 0.27, 1.55);
    transform-style: preserve-3d;
}

#cabecera .boton .card .front,
#cabecera .boton .card .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

#cabecera .boton .card .front {
    display: flex;
    align-items: center;
    background: #c09859;
    justify-content: center;
}

#cabecera .boton .card .front img {
    width: 70%;
}

#cabecera .boton .card .back {
    opacity: 0;
    background-color: white;
    color: white;
    transform: rotateY(180deg);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    vertical-align: bottom;
    text-align: center;
}

#cabecera .boton .card .back .text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    color: #666666;
    padding: 10px 0;
    font-family: 'MyriadPro-Regular';
    font-size: 20px;
}

#cabecera .boton .card .back img {
    width: 70%;
}

#cabecera .banda {
    width: 500px;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 80px;
    transition: 1s;
}

#cabecera .banda.ocultar {
    transform: translateX(100%);
}

#cabecera .banda .content .logo {
    padding-bottom: 3vh;
    text-align: center;
}

#cabecera .banda .content .logo img {
    width: 80%;
    max-width: 200px;
}

#cabecera .banda .content .titlebig {
    text-align: center;
    font-family: 'Bellefair-Regular';
    font-size: 27px;
    padding-bottom: 40px;
}

#cabecera .banda .content .imagen {
    display: none;
}

#cabecera .banda .content .formulario .titleform {
    text-align: center;
    font-family: 'Montserrat-SemiBold';
    font-size: 23px;
    padding-bottom: 3vh;
}

#cabecera .banda .content .formulario form .options {
    display: flex;
    gap: 0 30px;
    justify-content: center;
}

#cabecera .banda .content .formulario form .options label {
    font-weight: 400;
}

#cabecera .banda .content .formulario form .inputs .input-style {
    padding: 1.5vh 0;
}

#cabecera .banda .content .formulario form .inputs .input-style input {
    outline: none;
    background: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-size: 16px;
    font-family: 'Montserrat-Light';
}

#cabecera .banda .content .formulario form .inputs .input-style input::placeholder {
    color: inherit;
}

#cabecera .banda .content .formulario form .submits .checkbox {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #333333;
}

#cabecera .banda .content .formulario form .submits .checkbox span {
    padding-left: 20px;
}

#cabecera .banda .content .formulario form .submits .checkbox input {
    margin: 0;
}

#cabecera .banda .content .formulario form .submits .checkbox a {
    color: inherit;
}

#cabecera .banda .content .formulario form .submits .submit {
    text-align: center;
    padding-top: 20px;
}

#cabecera .banda .content .formulario form .submits .submit input {
    width: 300px;
    background: #c09859;
    color: white;
    padding: 10px 0;
    border: none;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    letter-spacing: 2px;
    border: solid 1px #c09859;
    transition: .4s;
}

#cabecera .banda .content .formulario form .submits .submit input:hover {
    background: none;
    color: #c09859;
}

#info {
    position: relative;
    border-top: 4px solid white;
}

#info .carousel-container .item {
    width: 100%;
    height: 700px;
}

#info .carousel-container .item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#info .content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 530px;
    padding: 30px 60px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 5;
}

#info .content a {
    /* color: inherit; */
    text-decoration: none;
}

#info .content.right {
    right: 0;
}

#info .content.left {
    left: 0;
}

#info .content .title {
    font-family: 'Bellefair-Regular';
    color: #c09859;
    font-size: 30px;
    padding-bottom: 30px;
}

/* #info:nth-child(odd) {
  flex-direction: row-reverse;
}
#info:nth-child(odd) .content p {
  text-align: right;
}
#info:nth-child(odd) .imagen {
  background: url(../images/img-02.jpg) no-repeat 50% 50% / cover;
}
#info .content {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 100px;
  width: 40%;
  min-width: 700px;
}
#info .content .title {
  font-family: 'Bellefair-Regular';
  color: #c09859;
  font-size: 30px;
  padding-bottom: 30px;
}
#info .imagen {
  background: url(../images/img-01.jpg) no-repeat 50% 50% / cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
} */
#galeria .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: calc(100% - 380px);
    pointer-events: none;
    display: flex;
    justify-content: space-between;
}

#galeria .owl-carousel .owl-nav div {
    outline: none;
    pointer-events: all;
    width: 60px;
    background: #c09859;
    padding: 15px;
}

#galeria .owl-carousel .owl-nav div img {
    width: 100%;
}

#galeria .owl-carousel .owl-nav div:nth-child(1) {
    transform: rotate(180deg);
}

#galeria .owl-carousel .item {
    position: relative;
    opacity: 0.4;
    transition: 0.8s;
    height: 45vw;
    min-height: 300px;
}

#galeria .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
    opacity: 1;
}

#galeria .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .item {
    opacity: 1;
    transition: .4s;
}

#ubi .mapa img {
    width: 100%;
    max-width: 100%;
}

footer {
    background: #333333;
    padding: 30px 0;
}

footer .web_width {
    width: 80%;
    margin: 0 auto;
}

footer .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

footer .content .box {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}

footer .content .box .logo img {
    width: 15vw;
    min-width: 100px;
}

footer .content .box .text {
    color: white;
    padding: 0 30px;
}

footer .content .box .text a {
    color: inherit;
}

footer .content .box .text img {
    padding-top: 20px;
    height: 4vw;
    min-height: 50px;
}

@media only screen and (max-width: 1284px) {
    #galeria .owl-carousel .owl-nav {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    #cabecera {
        background: none;
        min-height: inherit;
        height: auto;
    }

    #cabecera .boton {
        display: none;
    }

    #cabecera .banda {
        width: 100%;
        padding: 0;
    }

    #cabecera .banda .content {
        width: 100%;
    }

    #cabecera .banda .content .formulario {
        padding: 20px;
        border-bottom: solid 1px #ecdfce;
    }

    #cabecera .banda .content .imagen {
        height: 45vw;
        min-height: 300px;
        display: block;
    }

    #cabecera .banda .content .titlebig {
        padding: 20px;
    }

    #cabecera .idiomas {
        right: 50%;
        top: 0;
        align-items: center;
        justify-content: center;
    }

    #cabecera .banda .content .logo {
        padding-top: 18vw;
    }

    #cabecera .galeria {
        display: none;
    }

    #info {
        flex-wrap: wrap;
        height: inherit;
    }

    #info .content {
        position: static;
        width: 100%;
        padding: 20px 10vw;
        min-width: inherit;
    }

    #info .content .title {
        text-align: center;
    }

    #info .carousel-container .item {
        width: 100%;
        height: 350px;
    }

    /* #info .imagen {
    position: relative;
    height: 45vw;
    min-height: 300px;
  } */
    section .title_st {
        font-size: 20px;
    }

    section p {
        text-align: center !important;
    }

    .formulario form .inputs>p {
        text-align: left !important;
    }

    footer .content .box {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .content .box .text {
        padding: 20px;
        text-align: center;
    }

    #galeria .owl-carousel .owl-nav div {
        width: 50px;
    }
}

@media only screen and (max-width: 480px) {
    section p {
        font-size: 14px;
    }

    #info .content .title {
        font-size: 23px;
        padding-bottom: 10px;
    }

    #cabecera .banda .content .titlebig {
        font-size: 23px;
    }

    #cabecera .banda .content .logo img {
        width: 40%;
    }

    #cabecera .banda .content .formulario form .submits .submit input {
        width: 200px;
    }

    #galeria .owl-carousel .owl-nav div {
        width: 40px;
        padding: 10px;
    }

    footer .content .box .logo {
        width: 100%;
        text-align: center;
    }

    footer .content .box .logo img {
        width: 170px;
    }

    footer .content .box {
        padding: 0;
        font-size: 14px;
    }
}

@font-face {
    font-family: 'Bellefair-Regular';
    src: url("../fonts/Bellefair-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url("../fonts/MyriadPro-Regular.otf") format("opentype");
}