﻿body{
    font-family: "Montserrat", sans-serif;
}


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



.cabecera-ayuda{
    height: 150px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;

    box-shadow: 1px 1px 10px black;
}


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

    transition: all 0.2s;
}

.leyenda{
    font-size: 30px;
    text-align: left;
    font-weight: bold;
}

.datos{
    font-size: 20px;
    text-align: center;
}
.datos a{
    color: #EDB63F;
}

.efecto{
    padding: 0;
}



.boton{
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-color{
    border: 0;
    background: rgb(0,0,0);
    background: linear-gradient(133deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5760898109243697) 70%, rgba(0,0,0,0.248358718487395) 100%);
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;

    transition: all 0.2s;
}
.btn-color:hover{
    font-size: 22px;
    color: white;
}
.btn-color img{
    height: 40px;
}


.cuadros{
    padding-top: 30px;
    padding-bottom: 30px;
}

.cuadro{
    background: #EDB63F;

    border-radius: 20px 40px 20px 40px;
}
.cuadro p{
    margin-bottom: 0;
}
.cuadro strong{
    width: 100%;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    display: inline-block;
}
.cuadro img{
    width: 100%;
    height: 140px;
    border-radius: 20px 40px 0 0;

    object-fit: cover;
}
.tCuadro{
    text-align: justify;
    min-height: 193px;
    padding: 20px;
}


footer{
    background: black;
    color: white;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer strong{
    width: 100%;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.form-group{
    margin-bottom: 12px;
}
footer iframe{
    width: 100%;
    height: 250px;
}
footer a{
    color: #EDB63F;
}


@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){
    
}