@font-face {
    font-family: "strawfordregular";
    src: url(../fonts/Strawford-Regular.otf);
}

@font-face {
    font-family: "strawfordbold";
    src: url(../fonts/Strawford-Bold.otf);
}

* {
    font-family: "strawfordregular";
    color: #141414;
    background-color: #F5F2ED;
}

body {
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
}

.frame {
    position: relative;
    border: 1px solid black;
    background-color: transparent;
    margin: 0px 4vw;
}

.no-top {
    border-top: none;
}

#frame1 {
    height: max(4.5vw, 40px);
    display: flex;
    justify-content: space-between;
    top: 2vw;
    vertical-align:middle;
    border-top-right-radius: .5vw;
    border-top-left-radius: .5vw;
}

.imgTituloExterra {
    background-color: transparent;
    height: 50%;
    margin-left: 3vw;
    margin-top: auto;
    margin-bottom: auto;
}

#mainTitle {
    position: relative;
    left: 1vw;
    font-size: max(min(2.5vw, 80px),30px);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2vw;
}

h1 {
    font-size: 6vw;
    font-weight: normal;
    margin: 0;
    background-color: transparent;
}

.main {
    font-weight: normal;
}

.langFrame {
    font-size: max(min(2vw, 40px),20px);
    color: #808080;
    background-color: transparent;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 2vw;
    justify-content: right;
}

.butLang {
    background-color: transparent;
    font-size: max(min(1.5vw, 30px),20px);
    cursor: pointer;
}

.bannerImg {
    width: 98.5vw;
    position: absolute;
    content: url("../img/banner.jpg");
}

.foodtureBlock {
    position: absolute;
    background-color: transparent;
    top: 48vw;
    left: 6vw;
}

.textoFoodture {
    font-size: max(1.4vw, 8.5px);
    margin: 0;
    padding-left: .2vw;
    background-color: transparent;
}

#foodtureImg {
    display: block;
    background-color: transparent;
    width: max(20vw, 120px);
}

.mainImgFrame {
    border-top: none;
    height: 53vw;
    margin-top: 0;
}

.space {
    height: .7vw;
    display: block;
}

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

#frame2 > p {
    text-align: left;
    margin-left: 3vw;
    margin-top: 7vw;
    margin-bottom: 7vw;
    font-size: max(min(2.2vw, 35px),25px);
    width: 54%;
    line-height: max(3.5vw, 35px);
}

/* p {
    display: block;
    width: 40vw;
    font-size: 2vw;
    margin: auto;
    text-align: center;
} */

.img1container {
    width: 45vw;
    margin: auto;
}

#img1 {
    display: block;
    width: 100%;
    height: auto;
}

#frame3 {
    display: flex;
    justify-content: space-around;
}

.imgWeb {
    width: 30vw;
    border-left: 1px solid black;
    background-color: transparent;
}

#imgCarxofa1 {
    border-left: none;  
}

.subtitulo1 {
    border-top: none;
    height: min(7vw, 90px);
}

h2 {
    display: block;
    text-align: center;
    font-size: max(16px,min(1.8vw, 30px));
    font-weight: normal;
    margin: 0;
    padding: 1vw;
    padding-top: .7vw;
    background: transparent;
}

#frame4 {
    height: 55vw;
    text-align: center;

}

.video {
    position: relative;
    width: 70vw;
    height: 35vw;
    top: 50%;
    transform: translate(0,-50%);
}

#frame5 {
    height: max(4.5vw,35px);
}

.textoRadio {
    padding: 2vw;
    margin-top: 0;
    text-align: center;
}

button {
	border: none;
	font-size: 3vw;
	color: #808080;
}

img.imgMovil {
    display: none;
}

.descubremas {
    text-align: center;
    align-self: center;
}

.galeria {
    display: flex;
    justify-content: space-between;
}

.bloquemedia {
    text-align: center;
    display: block;
    border-left: 1px solid black;
    position: relative;
    width: 33.33%;
    padding: 2vw 0 5vw 0;
}

#bloquemedia1 {
    border-left: none;
}

.textomedia {
    display: block;
    position: absolute;
    font-size: max(min(2vw, 30px), 16px);
    text-decoration: none;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
    /* padding-bottom: 7vw; */
}

.media {
    width: 24vw;
    padding: 1vw;
    padding-top: max(14vw,100px);
}

#frame6 {
    height: min(max(16vw,120px),280px);
    border-bottom-right-radius: .5vw;
    border-bottom-left-radius: .5vw;
}

.audioRadio {
    display: block;
    position: relative;
    margin: auto;
    width: 70vw;
}

.footerContainer {
    display: grid;
    /* margin: auto 4vw;
    justify-content: space-between;
    padding-bottom: 3vw; */
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

/* .footerLeft, .footerCenter, .footerRight {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    line-height: 10px;
}

.footerRight {
    text-align: right;
    line-height: 30px;
}

.footerLeft {
    position: relative;
} */

img.imgDepende {
    position: relative;
    left: .5vw;
    height: 10px;
}

img.imgInstagram {  /* elemento 1,1*/
    grid-column: 1;
    grid-row :1;
    width: 30px
}

.email {        /* elemento 1,2*/
    grid-column: 1;
    grid-row:2; 
    margin-top: auto;
    margin-bottom: auto;
}

.nombreExterra {    /* elemento 2,1*/
    grid-column: 2;
    grid-row :1;
    margin: auto;
}

.proyectoDe {     /* elemento 2,2*/
    grid-column: 2;
    grid-row :2;
    margin: auto;
}

.copyright {     /* elemento 3,1*/
    grid-column: 3;
    grid-row :1;
    margin: auto 0 auto auto;
}

.derechos {     /* elemento 3,2*/
    grid-column: 3;
    grid-row :2;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

footer{
    padding-top: 10vw;
    padding-bottom: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 40px;
}

.nombreExterra {
    font-size: 18px;
}

.strBold {
    font-family: "strawfordregular", Arial, sans-serif;
    font-weight: bold;
}

.underLine1, .underLine2, .underLine3 {
    text-decoration: underline;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.08em;
}

.underLine1 {
    text-decoration-color: #EF3371;
}

.underLine2 {
    text-decoration-color: #7fb580;
}

.underLine3 {
    text-decoration-color: #f2bb4e;
}

.lang a {
    color: #808080;
}

.selLang {
    color: #141414;
    font-family: "strawfordregular", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

@media (max-width: 650px) {

    .butLang {
        padding: 2px;
    }

    .footerContainer {
        display: flex;
        margin: auto 4vw;
        justify-content: space-between;
        padding-bottom: 3vw;
        flex-direction: column;
        align-items: flex-start;
        height: 40vw;
    }

    .copyright , .derechos, .nombreExterra, .proyectoDe {
        text-align: left;
        margin-left: 0;
        margin-right: auto;
    }

    #frame2 {
        flex-direction: column;
        justify-content: space-between;
        align-items: left;
    }

    #frame2 > p {
       width: 90%;
       display: block;
    }

    .img1container {
        width: 100%;
    }

    .bannerImg {
        content: url("../img/bannermovil.jpg");
    }
    
}

/*
@media screen and (max-width: 120vh) {
    img.imgWeb {
        display: none;
    }

    img.imgMovil{
        display: block;
        margin: auto;
        width: 90vw;
    }
    p {
        display: block;
        width: 90vw;
    }
    
    .video{
        position: static;
        width: 90vw;
        height: 52.94vw;
        margin-left: 3vw;
        margin-right: 3vw;
        transform: translate(0,-50%);
        transform: none;
    } 
    
    .galeria {
        flex-direction: column;
    }

    .media {
        width: 80vw;
        padding-top: 8vh;
    }
}*/