/* Estilos generales KRADEO */

*{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1.index{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

h3.index{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

i{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
}

b{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: normal;
}


/* Estilo formulario contacto */

.iconos {
    color: #000000;
}

.btn-enviar {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-color {
    color: #ffffff;
    background-color: #58a3d6;
    border-color: #58a3d6;
}




@media (max-width: 720px) {
    .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}
