@font-face {
    font-family: 'Bellissima';
    src: url('../fonts/Bellissima.eot');
    src: url('../fonts/Bellissima.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bellissima.woff2') format('woff2'),
        url('../fonts/Bellissima.woff') format('woff'),
        url('../fonts/Bellissima.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 
@font-face {
    font-family: 'Sheffield';
    src: url('../fonts/sheffieldregular.eot');
    src: url('../fonts/sheffieldregular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sheffieldregular.woff2') format('woff2'),
        url('../fonts/sheffieldregular.woff') format('woff'),
        url('../fonts/sheffieldregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../fonts/HarmoniaSansProCyr-Light.eot');
    src: url('../fonts/HarmoniaSansProCyr-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HarmoniaSansProCyr-Light.woff2') format('woff2'),
        url('../fonts/HarmoniaSansProCyr-Light.woff') format('woff'),
        url('../fonts/HarmoniaSansProCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../fonts/HarmoniaSansProCyr-Bold.eot');
    src: url('../fonts/HarmoniaSansProCyr-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HarmoniaSansProCyr-Bold.woff2') format('woff2'),
        url('../fonts/HarmoniaSansProCyr-Bold.woff') format('woff'),
        url('../fonts/HarmoniaSansProCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url('../fonts/HarmoniaSansProCyr-Regular.eot');
    src: url('../fonts/HarmoniaSansProCyr-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HarmoniaSansProCyr-Regular.woff2') format('woff2'),
        url('../fonts/HarmoniaSansProCyr-Regular.woff') format('woff'),
        url('../fonts/HarmoniaSansProCyr-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, body, html {
    font-family: 'Nunito', sans-serif;
    scroll-behavior: smooth;
}

.subtitulo {
    font-family: 'Bellissima';
}

.cursiva {
    font-family: 'Alegreya', serif;
    font-weight: 400;
}

.menu-button .bar {
    transition: all ease-in-out 0.3s;
}

.menu-button.closed .bar {
    background-color: white;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.menu-button.closed :nth-child(1) {
    top: 14px;
    rotate: 45deg;
}

.menu-button :nth-child(2) {
    opacity: 1;
}

.menu-button.closed :nth-child(2) {
    opacity: 0;
}

.menu-button.closed :nth-child(3) {
    bottom: 10px;
    rotate: -45deg;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 1rem;
    bottom: 0;
    top: unset;
    
}

.swiper-pagination-bullets span {
    width: 12px;
    height: 12px;
    background-color: white;
}

.swiper-pagination-bullet {
    background-color: white !important;
}

.swiper-pagination-bullet.bg-black {
    background-color: black !important;
}

@media (min-width: 768px) {
    .swiper-pagination-vertical.swiper-pagination-bullets,
    .swiper-vertical>.swiper-pagination-bullets {
        right: 2rem;
        top: 50%;
        bottom: unset;
    }
}

@media (min-width: 1150px) {
    .swiper-pagination-vertical.swiper-pagination-bullets,
    .swiper-vertical>.swiper-pagination-bullets {
        right: 3rem;
        top: 50%;
    }
}

.content-card-1 .bg-img img {
    transition: all ease-in-out 0.9s;
    scale: 1;
}

.content-card-1:hover .bg-img img {
    scale: 1.1;
    transition: all ease-in-out 0.9s;
}

.content-card-2 {
    background-image: url('../img/logo-vivo-blanco.png');
    background-size: 40%;
    transition: all ease-in-out 0.5s;
}

.content-card-2:hover {
    background-image: url('../img/logo-vivo-negro.png');
    background-size: 40%;
    transition: all ease-in-out 0.5s;
}

input#contact_option_1,
input#contact_option_2 {
    accent-color: black;
}

iframe {
    height:calc(100vh - 4px);
    width:calc(95vw - 4px);
    box-sizing: border-box;
    padding: 10px;
}



/* ***************** */

p, ul, li{
    font-weight: 300;
}

.botonlinea{
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid black;
    color: white;
    transition: .8s linear all;
    text-align: center;
}

.botonlinea.fondoblanco{
    background: white;
    border: none;
}

.botonlinea:hover{
    transform: scale(1.04);
}

button.botonlinea{
    padding: 10px 22px 10px 22px;
    width: 100%;
}

.bigcta{
    padding: 80px 20px 60px 20px;
    background: black;
}

.bigcta .botonlinea{
    font-size: 16px;
    color: white;
    border-color: white;
}

ul.navegacion li{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}



body.pag_formulario main,
body.pag_gracias main{
    background: url('../img/piscina.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
}

body.pag_formulario main:before,
body.pag_gracias main:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: -1;
}


#contacto{
    min-height: 80vh;
    margin-top: 46px;
}

.tarjeta{
    width: 100%;
    max-width: 800px;
}

.form_img{
    background: url('../img/fachada.jpg') no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 540px;
}

.form_cont{
    padding: 22px;
}

.form-control{
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 14px;
    padding: 6px 6px 6px 0;
    color: black;
}
.form-control:focus{
    border: none;
    border-bottom: 1px solid #cfb693;
    box-shadow: none;
}

#contacto p{
    font-size: 14px;
}

a.linksimple{

    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    margin: 20px 0;
    text-align: center;
    padding: 0;

}
.linksimple.linksimpleleft{
    display: inline-block;
    width: auto;
}

a.linksimple:hover{
    transform: scale(1.04);
}

.pag_formulario footer,
.pag_gracias footer{
    position: static !important;
}

.graciasicon{
    max-width: 60px;
    margin-left: -10px;
    margin-bottom: 10px;
}
.redesgracias{
    display: flex;
    flex-direction: row;
}
.redesgracias a{
    margin-top: 12px;
    margin-right: 4px;
}

.redesgracias a img{
    max-width: 32px;
    transition: .2s linear all;
}

.redesgracias a:hover img{
    transform: scale(1.06);
}

.swiperTV .swiper-slide{
    padding:0;
}

iframe{
    margin: 0 auto;
    max-width: 1300px;
}
.titulo_terrazas{
    padding-top: 100px;
}

@media (max-width: 1400px){
    iframe{
        max-width: 1100px;
    }
}


@media (max-width: 768px){
    #contacto{
       margin-top: 13px;
    }
    .pag_gracias .form_img{
        display: none;
    }
    .pag_gracias .tarjeta{
        margin: 92px 30px 64px 30px;
        padding: 32px 0px 24px 0px;
    }
    iframe{
        height: 400px;
    }
}


