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

.cintillo{
   
    color: white;
}


.cabecera{
    background: #1637a7;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cabecera a{
    color: white;
}

.logotipo{
    background: #f7f7f7;
    text-align: center;

    border-radius: 7px;
}
.logotipo img{
    width: 80%;
}


nav a{
    text-decoration: none;
    color: white;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}
.menu-r{
    display: none;
    cursor: pointer;
}
.menu, .menu-r{
    background: #1637a7;
    color: white;
    text-align: center;
    font-size: 18px;
    line-height: 23px;
    padding: 14px 0 13px;
}
.menu:hover, .activo, .menu-r:hover{
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}
.dosM{
    padding: 2px 0;
}

.datos{
    text-align: center;
    font-size: 20px;
}
.datos p{
    margin-bottom: 0;
}
.datos img{
    width: 30px;
}


.efecto{
    height: 500px;
}
.efecto div{
    height: 100%;
}

.efecto1{
    background: url(../images/efecto1.jpg) no-repeat center center;
    background-size: cover;
}
.efecto2{
    background: url(../images/efecto2.jpg) no-repeat center center;
    background-size: cover;
}
.efecto3{
    background: url(../images/efecto3.jpg) no-repeat center center;
    background-size: cover;
}
.efecto4{
    background: url(../images/efecto4.jpg) no-repeat center center;
    background-size: cover;
}
.efecto5{
    background: url(../images/efecto5.jpg) no-repeat center center;
    background-size: cover;
}
.efecto6{
    background: url(../images/efecto6.jpg) no-repeat center center;
    background-size: cover;
}


.contenido{
    background: rgba(255, 255, 255, 0.8);
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion{
    font-size: 20px;
    line-height: 30px;
}
.seccion strong{
    width: 100%;
    font-size: 23px;
    color: blue;
    display: inline-block;
    margin-bottom: 20px;
}

.imagen img{
    width: 100%;

    border-radius: 10px;
}

.card{
    margin-bottom: 20px;
}



.form-group{
    margin-bottom: 20px;
}

footer{
    background: #1637a7;
    color: white;
    font-size: 19px;
    line-height: 29px;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer a{
    color: white;
}
footer strong{
    width: 100%;
    font-size: 23px;
    text-shadow: 2px 2px 2px black;
    display: inline-block;
    margin-bottom: 10px;
}


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

}

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

}

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

}

@media screen and (max-width:768px){
    .logotipo img{
        width: 30%;
    }
    nav ul{
        display: none;
        padding: 0;
    }
    nav ul li{
        background: black !important;
        width: 100%;
    }
    .menu-r{
        display: block;
    }
    .menu{
        background: black;
    }
    .dosM{
        padding: 14px 0 13px;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 40%;
    }
}