﻿body{
    font-family: 'Lato', sans-serif;
}

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

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 100%;
}

nav ul{
    list-style:none;
    padding: 0;
}

nav ul li{
    width: 23%;
    float: left;
    margin-right: 2%;
}

.menu-r{
    display: none;
}

.menu, .menu-r{
    background: #f8f8f8;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.menu:hover{
    font-weight: bold;
}

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


.efecto{
    padding: 0;
}
.efecto img{
    width: 100%;
}


.uno{
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}
.uno h1{
    text-align: center;
    color: #c20e22;
    font-weight: bold;
}
.uno p{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}


.banner, .banner2, .banner3, .banner4{
    background: url(../images/banner.webp) no-repeat center center;
    background-size:cover;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner2{
    background: url(../images/banner2.jpeg) no-repeat center center;
    background-size:cover;
}
.banner3{
    background: url(../images/banner3.jpg) no-repeat center center;
    background-size:cover;
}
.banner4{
    background: url(../images/banner4.jpeg) no-repeat center center;
    background-size:cover;
}

.texto-banner{
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 12px;
    margin-bottom: 10px;

    border-radius: 10px;
}
.texto-banner strong{
    font-size: 30px;
}


.dos{
    padding-top: 30px;
    padding-bottom: 30px;
}
.negro{
    background: #212121;
    font-size: 22px;
    color: white !important;
}
.negro .titulo{
    color: white;
    text-shadow: 2px 2px 2px black;
}
.subtitulo{
    text-align: center;
    font-size: 26px;
    text-shadow: 2px 2px 2px black;
    line-height: 30px;
    margin-bottom: 30px;
}

.texto{
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
}


.titulo{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}
.rojo{
    color: #c20e22;
}


.seccion{
    background: #c20e22;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 50px;
}
.seccion2{
    color: white;
    font-size: 30px;
    line-height: 40px;
    padding: 50px;
}
.seccion strong{
    font-size: 24px;
    text-shadow: 2px 2px 2px black;
}

.img1{
    background: url(../images/1.jpg) no-repeat center center;
    background-size: cover;
}

.img2{
    background: url(../images/2.jpg) no-repeat center center;
    background-size: cover;
}

.img3{
    background: url(../images/3.jpg) no-repeat center center;
    background-size: cover;
}

.img4{
    background: url(../images/4.jpg) no-repeat center center;
    background-size: cover;
}

.img5{
    background: url(../images/5.jpeg) no-repeat center center;
    background-size: cover;
}
.img6{
    background: url(../images/6.jpeg) no-repeat center center;
    background-size: cover;
}
.img7{
    background: url(../images/7.jpeg) no-repeat center center;
    background-size: cover;
}
.img11{
    background: url(../images/11.jpeg) no-repeat center center;
    background-size: cover;
}


.tres{
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}


.card{
    background: #0f2c56;
    color: white;
    font-size: 20px;
}
.card-text{
    font-size: 17px;
}


.cinco{
    background: white;
    padding-top: 60px;
    padding-bottom: 60px;
}
.cinco img{
    width: 100%;
}


.imagen img{
    width: 100%;
}


table{
    font-size: 20px;
}

td{
    border-bottom: 0;
    text-align: center;
}
th{
    border-bottom: 0;
    color: red;
    text-align: center;
    font-size: 25px;
}

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


footer{
    background: #ddd;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer img{
    width: 100%;
    margin-top: 0px;
}

footer iframe{
    width: 100%;
    height: 150px;
}

footer strong{
    width: 100%;
    color: red;
    font-size: 23px;
    margin-bottom: 20px;
    display: inline-block;
}


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

}

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

}

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

@media screen and (max-width:768px){
    .logotipo img{
        width: 50%;
    }
    .menu-r{
        display: block;
    }
    nav{
        margin: 20px 0 !important;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
        padding: 6px 0;
    }
    .img{
        height: 200px;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 60%;
    }
    .seccion{
        padding: 10px;
    }
}