﻿body{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Oswald', sans-serif;
}


.cabecera-ayuda{
    position: relative;
    height: 90px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #273286;
    padding-top: 6px;
    padding-bottom: 6px;

    box-shadow: 2px 2px 10px black;
}
.cabecera a{
    color: white;
    text-decoration: none;
}
.dato{
    text-align: end;
    font-size: 22px;
}

.btn-naranja, .btn-azul{
    background: #ec6606;
    font-size: 25px;
    color: white;
    font-weight: bold;
    padding: 0 50px;

    border-radius: 50px;
}
.btn-azul{
    background: #273286 !important;
}


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


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


.p{
    text-align: center;
}
.p img{
    width: 100%;
}
.imagen-p{
    min-height: 190px;
}
.p strong{
    font-size: 26px;
    color: #273286;
}
.p p{
    font-size: 20px;
    padding: 0 40px;
}
.btn-azul{
    background: #273286;
    font-size: 22px;
    color: white;
    margin-top: 12px;
    padding: 5px 20px;
}


.formas{
    text-align: center;
    margin-top: 30px;
}
.formas svg{
    width: 50%;
}
.formas strong{
    width: 100%;
    font-weight: normal;
    text-align: center;
    color: #273286;
    display: inline-block;
    padding: 12px 0;
}


.imagen img{
    width: 100%;
}

.seccion{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}


.botones{
    text-align: center;
}
.botones button{
    margin: 0 50px;
}


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


.imagenes{
    text-align: center;
    margin-top: 100px;
}
.imagenes svg, .imagenes2 svg{
    height: 70px;
    margin: 0 50px;
    display: inline;
}
.imagenes2{
    margin-top: 70px !important;
}
.imagenes2 svg{
    width: 100%;
    height: auto;
    margin: 0 !important;
}

td{
    border: 0 !important;
    color: white;
    padding-right: 20px;
}


footer{
    background: #273286;
    color: white;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}
.logoFooter svg{
    height: 250px;
}




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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

@media screen and (max-width:992px){
    .imagenes2{
        /* display: none; */
    }
    .imagenes svg, .imagenes2 svg{
        margin: 0;
    }
    .dato{
        margin-top: 12px;
    }
}

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

}

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