﻿body{
    background: url(../images/fondo2.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: "Montserrat", sans-serif;
}


.menuS{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    background: white;
    width: 250px;
    height: 82%;
    display: none;

    box-shadow: -2px -2px 2px gray;
}

.cerrar{
    color: blue;
    text-align: right;
    font-size: 30px;
    padding: 12px 20px;
    cursor: pointer;
}
.cerrar:hover{
    font-weight: bold;
    color: red;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 100%;
}
.menu{
    border-bottom:1px solid #ddd;
    width: 100%;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    padding: 12px 20px;
}
.menu:hover{
    background: #f7f7f7;
}


.menuF{
    position: absolute;
    right: 0;
    width: 200px;
    text-align: center;
    font-size: 20px;
    padding: 60px 0;
    cursor: pointer;
}
.menuF:hover{
    font-weight: bold;
}

.cabecera{
    padding-top: 20px;
    padding-bottom: 20px;
}

.logotipo img{
    width: 100%;
}


.efecto{
    padding: 0;
}


.video video{
    width: 100%;
}

.carousel-item{
    width: 100%;
    height: 530px;
    text-align: center;
}
.carousel-item img{
    width: auto;
    height: 90%;
}


.fondo{
    padding-top: 40px;
    padding-bottom:40px;
}

.conFondo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(96, 237, 230, 0.3);
    background-size: cover;
    width: 100%;
    height: 100%;
}


.titulo{
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 40px;
}


.c{
    font-size: 18px;
    line-height: 28px;
    font-weight: 450;
}

.especial{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 21px;
    font-weight: bold;
}



.seccion, .imagen{
    font-size: 19px;
    line-height: 29px;
}

.imagen img{
    width: 100%;
}
.imagen iframe, .imagen video{
    width: 100%;
    height: 550px;

    object-fit: cover;
}


footer{
    text-align: center;
    font-size: 19px;
    padding-top: 30px;
    padding-bottom: 60px;
}
.gris{
    color: gray;
    margin-bottom: 30px;
}


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

}

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

}

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

}

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

}

@media screen and (max-width:576px){
    .menuF{
        width: 160px;
    }
    .efecto{
        border:1px solid transparent;
        min-height: 315px;
    }
    .carousel-item{
        width: 100%;
        height: auto;
    }
    .carousel-item img{
        width: 100%;
        height: auto;
    }
    .imagen iframe, .imagen video{
        height: 250px !important;
    }
}