﻿body p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 180%;
}

.font-titles {
    font-family: 'Nunito Sans', sans-serif;
}

.font-nunito {
    font-family: 'Nunito', sans-serif;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.line-height-150 {
    line-height: 150%;
}

.line-height-200 {
    line-height: 200%;
}

/*CSS personalizado section fin-registro*/
.formulario {
    border: solid 1px rgb(0 0 0 / 8%);
    padding: 40px;
    width: 100%;
    border-radius: 5px;
    text-align: justify;
    box-shadow: 0px 0px 20px 2px #2121210f;
    margin: auto;
}


.color-udlap {
    color: #f57b20 !important;
}

a:hover, a:active {
    color: #F47B20;
}

.hidden {
    display: none !important;
}

.form-header-title2, form-header-title2, form-header-title3 {
    line-height: 48px;
}

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

.social-icons li {
    vertical-align: top;
    display: inline;
    font-size: 1.2em;
    padding: 0.5em;
    margin: 0;
}
ul.padding-0 {
    padding: 0;
}

/*estilos para el boton de enviar*/
.btn-enviar:active {
    background-color: #f57b20
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .min-height {
        min-height: 445px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .min-height {
        min-height: 500px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .min-height {
        min-height: 500px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .min-height {
        min-height: 500px;
    }
}
