body {
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.menudesk {
    font-family: 'letra-ita';
    height: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0em 5.5em;
    background-color: rgba(243, 243, 243, 0.9);
    position: fixed;
    width: -webkit-fill-available;
    z-index: 99;
}

.itemnenudesk {
    color: #a1a1a1;
    background-color: transparent;
    margin: 0 0.1em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1em;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.itemnenudesk:hover {
    color: #df1e21;
    font-weight: 900;
}

.pagina {
    height: 100vh;
    width: 100%;
    background-color: #f3f3f3;
}

.home {
    background-image: url(./../img/home.jpg);
    background-repeat: no-repeat;
    background-size: 215vh;
    background-position-x: center;
    background-position-y: -63vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*    background-image: url(./../img/home.jpg);
    background-repeat: no-repeat;
    background-size: 215vh;
    background-position-x: center;
    background-position-y: -63vh;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;*/

.home>img {
    margin-top: 13vh;
    height: 57vh;
    margin-left: 5vw;
}

.contacto {
    background-color: #df1e21;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@font-face {
    font-family: letra-regular;
    src: url("./../fonts/SourceSansPro-Regular.otf");
}

@font-face {
    font-family: letra-lit;
    src: url("./../fonts/SourceSansPro-LightIt.otf");
}

@font-face {
    font-family: letra-boli;
    src: url("./../fonts/SourceSansPro-BoldIt.otf");
}

@font-face {
    font-family: letra-ita;
    src: url("./../fonts/SourceSansPro-It.otf");
}

@font-face {
    font-family: acu-ecb;
    src: url("./../fonts/acuminproextracond-blackitalic.otf");
}

h1 {
    font-size: 5em;
    font-family: 'acu-ecb';
    text-transform: uppercase;
    color: #df1e21;
    margin-left: 0.5em;
    margin-top: 0;
    padding-top: 10vh;
    margin-bottom: 0;
}

.atributos>h1 {
    text-align: center;
    margin: 0;
}

h2 {
    font-family: 'letra-ita';
    margin: 0;
    color: white;
    font-size: 26px;
    letter-spacing: 0.04em;
    font-weight: 200;
}

h4 {
    font-family: 'letra-regular';
    margin: 0 0 1em 0;
    color: white;
    font-size: 14px;
    letter-spacing: 0.03em;
    font-weight: 100;
}

h5 {
    font-size: 26px;
    font-family: 'letra-ita';
    color: #273842;
    margin: 0 0 0.5em 0;
    letter-spacing: 0.03em;
}

.inp {
    width: 310px;
}

.inp>input {
    font-family: 'letra-regular';
    background-color: transparent;
    border: 1px solid #f3f3f3;
    color: #f3f3f3;
    border-radius: 0;
    padding: 0.5em 1em;
    margin-right: 0;
    width: 75%;
    border-radius: 0.3em;
}

.inp>button {
    font-family: 'letra-regular';
    background-color: #f3f3f3;
    color: #df1e21;
    border: 1px solid #f3f3f3;
    padding: 0.5em;
    border-radius: 0;
    margin-left: -1em;
    border-radius: 0 0.3em 0.3em 0;
}

.videobtn {
    font-family: 'letra-regular';
    background-color: #f3f3f3;
    color: #df1e21;
    border: 1px solid #df1e21;
    padding: 0.5em;
    border-radius: 0;
    margin-left: -1em;
    border-radius: 0.3em;
    width: 115px;
}
.proy{
    width: 300px;
    padding: 1.5em;
}

.videobtn:hover {
    background-color: #df1e21;
    color: #f3f3f3;
    border: 1px solid #df1e21;
    cursor: pointer;
}

.inp>button:hover {
    cursor: pointer;
    font-weight: 600;
}

.departamentos {
    background-color: #f3f3f3;
    height: auto;
}

.deptos {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.tipos {
    width: 25%;
    min-width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0.5em 2em 1.5em 0.5em;
}

.ima {
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.ima img {
    width: 100%;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.ima img:hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#ima1 {
    background-image: url(./../img/dorm37o.png);
}

#ima2 {
    background-image: url(./../img/dorm77o.png);
}

#ima3 {
    background-image: url(./../img/dorm99o.png);
}

.deptobutton {
    margin-top: 1em;
    border: 1px solid #df1e21;
    background-color: #f3f3f3;
    padding: 0.7em 1.5em;
    border-radius: 0.2em;
    color: #df1e21;
    font-family: 'letra-regular';
    font-size: 12px;
    margin-right: 0.7em;
    width: 115px;
}

.deptobutton:hover {
    cursor: pointer;
    color: #f3f3f3;
    background-color: #df1e21;
}

.atributos {
    background-color: #f3f3f3;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.atributo {
    width: 80%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2em 0;
}

.info {
    width: 25%;
    background-color: #df1e21;
    color: #f3f3f3;
    height: 600px;
    padding: 0 2em;
}

p.tit,
p.con {
    text-align: right
}

p.tit {
    font-family: 'letra-boli';
    font-size: 1.2em;
    margin-bottom: 0;
}

p.con {
    font-family: 'letra-lit';
    margin-top: 0.1em;
    font-size: 1em;
}

.aizq {
    text-align: left !important;
}

.montaje {
    width: 75%;
}

.at1 {
    background-image: url(./../img/vistas01.png);
    background-size: cover;
    background-position-y: top;
}

.at2 {
    background-image: url(./../img/skiinout01.png);
    background-size: cover;
    background-position-y: top;
}

.at3 {
    background-image: url(./../img/refugio01.png);
    background-size: cover;
    background-position-y: top;
    background-position-x: right;
}

.at4 {
    /*cambiar dirección de nueva foto*/
    background-image: url(./../img/refugio01.png);
    background-size: cover;
    background-position-y: top;
   
}

.formu {
    height: 138vh;
    background-color: #f3f3f3;
    background-image: url(./../img/formu.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
}

.formu>form {
    margin: 2em 6em;
    width: 50%;
    position: relative;
}

.formcontact>input {
    border: 0px solid blue;
    border-bottom: 1px solid #273842;
    background-color: transparent;
    padding: 0.4em 0;
    width: 40%;
    margin: 1em;
    font-size: 11px;
}

.infopadre {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infocontact {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1em;
}

.infocontact>p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.infocontact>textarea {
    width: -webkit-fill-available;
    background-color: transparent;
    padding: 1em;
    margin-bottom: 1em;
    margin-right: 2.5em;
    border: 1px solid #273842;
    margin-top: 0.3em;
}

.infocontact .enviarButton {
    margin-top: 1em;
    border: 1px solid #df1e21;
    background-color: transparent;
    padding: 0.5em 2em;
    border-radius: 0.2em;
    color: #df1e21;
    font-family: 'letra-regular';
}

.infocontact .enviarButton:hover {
    cursor: pointer;
    color: #f3f3f3;
    background-color: #df1e21;
}

.inp-top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.enviarButton {
    margin-top: 1em;
    border: 1px solid #f3f3f3;
    background-color: transparent;
    padding: 0.9em 6em;
    border-radius: 0.2em;
    color: #f3f3f3;
    font-family: 'letra-regular';
    background: rgba(255,255,255,0.3);
}

.enviarButton:hover {
    cursor: pointer;
    background-color: #f3f3f3;
    color: #df1e21;
}

.rrss {
    width: 45%;
}

.redes {
    width: 100%;
    padding-top: 2em;
}

.redes>a {
    text-decoration: none;
}

.footer {
    background-color: #df1e21;
    width: -webkit-fill-available;
    padding: 2em 2em 1em 2em;
}

.abajo {
    width: 80%;
}

.abajo>p {
    font-family: 'letra-regular';
    font-size: 0.52em;
    letter-spacing: 0.03em;
    text-align: left;
    color: white;
    margin: 0;
}

.arriba {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2em;
}

.fotinfo {
    color: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fotredes>a {
    text-decoration: none;
}

.sinm {
    margin-top: -1em;
}

.resi {
    width: 2.5em;
}

.box {
    margin-right: 2.5em;
}

.box>p {
    font-size: 12px;
    margin: 0;
    font-family: 'letra-lit';
}

.titu {
    font-family: 'letra-boli' !important;
}

.fotmenu>a {
    font-family: 'letra-ita';
    margin: 0 0.8em;
    text-decoration: none;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.detalledeptos {
    display: none;
    background-color: #f3f3f3;
}

.general {}

.generald>h1 {
    padding-top: 1em;
}

.flechas>img:hover {
    cursor: pointer;
}

.contenidod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-fill-available;
    padding: 0em 6em 3em 3em;
}

.fle {
    width: 1.5em;
    margin-right: 0.5em;
}

.paginador {
    margin-top: 3em;
}

.menud {
    width: 29%;
    height: 400px;
}

.alcuadrado {
    vertical-align: super;
    font-size: 18px;
}

.menud>a {
    color: #273842;
    font-family: 'letra-ita';
    font-size: 26px;
    text-decoration: underline;
}

.imagend {
    width: 70%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: zoom-in;
}

.titdor {
    color: #273842;
    font-family: 'letra-boli';
    margin: 0;
    font-size: 24px;
}

.descdor {
    font-family: 'letra-lit';
    margin: 0;
    font-size: 24px;
    color: #273842;
}

.imagend {
    background-image: url(./../img/1dorm/DeptoA2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

::-webkit-input-placeholder,
.textare {
    color: #273842;
    font-family: 'letra-lit';
}

::-moz-placeholder,
.textare {
    color: #273842;
    font-family: 'letra-lit';
}

:-ms-input-placeholder,
.textare {
    color: #273842;
    font-family: 'letra-lit';
}

::placeholder,
.textare {
    color: #273842;
    font-family: 'letra-lit';
}

.infometro {
    width: 271px;
    border-bottom: 1px solid #a1a1a1;
    border-top: 1px solid #a1a1a1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    margin-bottom: 3.5em;
}

.infme {
    width: 135px;
    text-align: center;
}

.interior {
    border-right: 1px solid #a1a1a1;
}

.metit {
    font-family: 'letra-lit';
    font-size: 16px;
    color: #a1a1a1;
}

.mecont {
    font-family: 'letra-boli';
    font-size: 16px;
    color: #a1a1a1;
}

#volver, #volver2 {
    cursor: pointer;
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

/*Nav css */

nav {
    display: none
}
.fotcelu{
    display: none;
}

#btnimagenes{
    margin-right: 1em;
}
.especial{
    display: none;
}
@media (max-width: 768px) {
    .especial{
        display: block;
    padding-top: 11vh;
    text-decoration: underline;
    margin-left: 1.2em;
    font-family: 'letra-boli';
    color: #273842;
    font-size: 1.5em;
    }
    
    h1{
        font-size: 3em;
    }
    .contacto{
        padding-top: 5em;
        background-image: url(./../img/diagonalmovil.png);
        background-color: transparent;
    }
    .atributos{
        padding: 0;
    }
    .home{
        background-size: 100vh;
        background-position-y: 0;
        background-position-x: right;
        background-attachment: fixed;
    }
    .info{
        width: 100%;
        height: auto;
        padding: 1em 0 2em 0;
        order: 2;
    }
    .atributo{
        width: 100%;
        flex-wrap: wrap;
    }
   
    .at3{
        background-color: #f3f3f3;
        background-position-x: 0;
        background-repeat: no-repeat;
    }
    .tit, .con{
        margin: 0 1em;
        text-align: left;
    }
    p.con, p.tit{
        text-align: left;
    }
    p.tit{
        margin-top: 1em;
    }
    .montaje{
        width: 100%;
        height: 230px;
        order: 1;
    }
    .enviarButton{
        padding: 0.9em 8em;
    }
    nav {
        display: flex;
        width: 100%;
        height: 10vh;
        position: fixed;
        background-color: #f3f3f3;      
        justify-content: flex-end;
        align-items: center;  
        z-index: 99;
    }
    .tipos{
        min-width: 287px;
        margin: 0 0 2em 0;
    }
    .combobutton{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .deptobutton{
        margin: 1em 0 0 0em;
        width: 136px;
    }
 
    .menudesk {
        display: none;
    }
    .home>img{
        margin-top: 16vh;
        height: 39vh;
        margin-left: 5vw;
    }

    .formu>form{
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .infocontact{
        width: 80%;
        padding: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .formcontact>input{
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        font-size: 16px;
        padding: 0.6em 0;
    }
    .infocontact>p{
        font-size: 16px;
        margin-top: 1em;
    }
    .infocontact>textarea{
        margin-right: 0;
        margin-top: 0em;
    }
    .rrss{
        display: none;
        
    }
    .abajo{
        width: 100%;
        text-align: center;
        font-size: 11px;
    }
    .fotmenu{
        display: none;
    }
    .fotinfo{
        display: none;
    }
    .arriba{
        justify-content: center;
        margin-bottom: 1.2em;
    }
    .fotcelu{
        display: flex;
        width: 100%;
        flex-direction: column;
        padding-bottom: 1em;
    }
    .fotcelu>p{
        font-size: 16px;
        color: white;
        padding: 0;
        margin: 0.1em;
        text-align: center;
        font-family: 'letra-ita';
    }
    .formu{
        height: 113vh;
    }

    /*DE LA MIERDA DE ADENTRO*/
    .generald>h1{
        padding-top: 0.2em;
    }
    .contenidod{
        padding: 0;
        flex-wrap: wrap;
    }
    .menud{
        order: 2;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        margin-bottom: 1em;
    }
    .imagend{
        order:1;
        height: 190px;
        width: 100%;
        align-items: center;
    }
    .paginador{
        margin: 1em;
        width: auto;
        text-align: center;
    }
    .infometro{
        margin-bottom: 2em;
    }

    #btnimagenes{
        margin-right: 0;
        margin-bottom: 2em;
    }
    .especiali{
        display: none;
    }
    .videobtn{
        width: 227px;
        padding: 0.8em;
    }
    .flechas{
        display: flex;
        justify-content: center;
        margin: 1em;
    }
    .fle{
        width: 2.5em;
    }
    .itemnenudesk{
        font-family: 'letra-ita';
        color: #273842;
    }
    .resi{
        width: 3.5em;
        margin: 0 0.4em 0 0.4em;
    }
}

#menuToggle {
    /* display: block; */
    position: relative;
    /* top: 10px; */
    /* left: -28px; */
    z-index: 1;
    /* -webkit-user-select: none; */
    /* user-select: none; */
    margin-right: 2em;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #df1e21;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #df1e21;
}

/*
 * But let's hide the middle one.
 */

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu {
    position: fixed;
    width: 100VW;
    right: -2em;
    padding-right: 2em;
    padding-bottom: 2em;
    background: #f3f3f3;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-200%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 20px;
}

/*
 * And let's slide it in from the left
 */

#menuToggle input:checked~ul {
    transform: none;
}