﻿body{
    
}


.c{
    position: fixed;
    right: 5px;
    z-index: 100;
    background: black;
    width: 35px;
    height: 35px;
    text-align: center;
    color: white;
    font-size: 25px;

    border-radius: 50%;
}
.f{
    top: 190px;
}
.i{
    top: 240px;
}
.w{
    top: 285px;
}

.cabecera{
    position: relative;
}
.m{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
    font-size: 25px;
    font-weight: lighter;
    color: gray;
    cursor: pointer;
}

.menu1{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    background: white;
    width: 350px;
    height: 100vh;
    box-shadow: -10px 10px 10px #ddd;
    padding: 0 20px 0 40px;
    display: none;
}
.menu1 a{
    color: black;
    text-decoration: none;
}
.x{
    color: gray;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.x:hover{
    color: black;
}
.menu{
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 20px;
}
.menu1 span{
    width: 100%;
    color: gray;
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
    padding-bottom: 7px;
}

.logotipo img{
    width: 100%;
}
.leyenda{
    text-align: center;
    font-weight: lighter;
    font-size: 24px;
}

.efecto{
    margin-top: 30px;
}
.efecto>*{
    padding: 0;
}


.efecto1{
    padding-right: 5px;
}
.efecto2{
    width: 69%;
    display: inline-block;
}
.efecto3{
    width: 30%;
    display: inline-block;
}
.efecto5{
    width: 30%;
    display: inline-block;
    margin-top: 5px;
}
.efecto6{
    width: 69%;
    display: inline-block;
    margin-top: 6px;
}

.acerca{
    color: white;
    color: black;
    font-weight: lighter;
    margin-top: 10px;
}

.texto{
    background: black;
    background: #DADADA;
    /* font-family: 'PT Sans', sans-serif; */
    /* font-family: 'Kanit', sans-serif; */

    font-size: 23px;
    line-height: 28px;
    padding: 60px 70px;
}

.img1{
    background: url(../images/1.png) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/2.webp) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/3.webp) no-repeat center center;
    background-size: cover;
}
.img4{
    background: url(../images/4.webp) no-repeat center center;
    background-size: cover;
}

.titulo{
    text-align: center;
    font-weight: lighter;
    font-size: 37px;
    margin: 30px 0;
}

.galeria img{
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: none;
}

.imagen{
    height: 80vh;
    margin-top: 10vh;
}

.cerrar{
    position: absolute;
    top:30px;
    right: 30px;
    z-index: 1000;
    font-size: 30px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
.cerrar:hover{
    color: red;
}


.pregunta{
    font-size: 22px;
    font-weight: lighter;
}


.form-group{
    margin-bottom: 20px;
}
.form-control{
    border: 0 ;
    border-bottom: 1px solid black;
    font-weight: lighter;
}


footer{
    background: #f7f7f7;
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 30px;
}
footer strong{
    width: 100%;
    font-weight: normal;
    display: inline-block;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .imagen{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:992px){
    .texto{
        padding: 12px;
    }
}

@media screen and (max-width:768px){
    .img{
        height: 250px;
    }
}

@media screen and (max-width:576px){
    .efecto1, .efecto2, .efecto3, .efecto5, .efecto6{
        width: 100% !important;
        text-align: center !important;
    }
    .efecto5 img, .efecto3 img{
        width: 70% !important;
        display: inline !important;
    }
    .texto{
        font-size: 15px;
        line-height: 23px;
    }
}