/*
Theme Name: Unab
Author: Reactor Agencia Digital
Author URI: https://www.reactor.cl/
Description: Tema desarrollado para Unab.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unab
*/

.span_569 {
    border-right: 0 !important;
    padding-right: 5px;
    padding-left: 5px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #f8f8f8;
    font-size: 14px;
}

#telefono {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.single-carrera__contacto .boton_color_blanco {
    background-color: white;
    border: none;
}


.single-carrera__contacto {
    border-radius: 5px 0px 0px 5px;
    background-color: #962330;
}

.single-carrera__contacto .boton_color_blanco {
    background-color: #962330;
    color: white;
}

.float-buttons-carrera {
    bottom: 270px !important;
    margin-bottom: 0px !important;
    left: 0px !important;
}

#files::file-selector-button {
    background: #0E1E34;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.response-file {
    color: #e02525;
}

.formulario-carrera--modal {
    padding: 30px;
}

.text-justify {
    text-align: justify;
}

.formulario-carrera--modal .btn-close.icon-close {
    top: -35px;
}

@media (min-width: 1300px) {
    .single-carrera__contacto .single-carrera__email {
        height: 12px;
    }

    .single-carrera__contacto .boton_color_blanco {

        font-size: 15px;
    }
}