﻿body{
    background: #5987ec;
    background: #f4ee57;
    background: #efa128;
    background: black;
    background: #fdfc94;
    font-family: "Saira", sans-serif;
    /* font-family: "DM Sans", sans-serif; */
}


.telefono{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 60px;
}

.w{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
}

.telefono img, .w img{
    width: 100%;
}

.cabecera{
    background: #00196b;
    background: #ea5f03;
    padding-top: 12px;
    padding-bottom: 12px;
}

.leyenda{
    color: yellow;
    font-size: 30px;
}
.leyenda img{
    width: 30px;
}

.logotipo img{
    border: 5px solid #00196b;
    border-radius: 20%;
    width: 90%;
}



.contenido{
    padding-top: 50px;
    padding-bottom: 50px;
}


.titulo{
    /* color: white; */
    color: black;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;

    /* text-shadow: 2px 2px 2px blue; */
}


.seccion span{
    background: white;
    font-size: 24px;
    font-weight: bold;
    padding: 3px 10px;
}
.imagen img{
    border: 10px solid #00196b;
    width: 100%;

    border-radius: 40px;
}


.leyenda2{
    background: black;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;

    box-shadow: 10px -10px 0 yellow;
}


.texto{
    font-size: 22px;
    line-height: 32px;
}


footer{
    background: #00196b;
    color: white;
    font-size: 20px;
    padding-top: 30px;
    padding-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){
    .logotipo img{
        width: 50%;
    }
    .seccion{
        text-align: center !important;
    }
}

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