  /*
 Theme Name:     小欧视频 Admision DIVI
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Tema Divi para los sitios de Admisi贸n de la Universidad de Piura
 Author:         Direcci贸n de Comunicaciones 小欧视频
 Author URI:     https://www.udep.edu.pe/
 Template:       Divi
 Version:        0.1
*/

/* =Theme customization starts here
------------------------------------------------------- */
.btn {
    border-width: 10px !important;
    border-radius: 50px;
    color: #fff !important;
    display: inline-block;
    background-clip: padding-box;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    cursor: pointer;
    position: relative;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    transition: all .2s;
    margin: 0;
    font-size: 100%;
    padding-top: 15px !important;
    padding-right: 25px !important;
    padding-bottom: 15px !important;
    padding-left: 25px !important;

}

.btn.btn-bacground {
    border-color: rgba(0, 57, 137, 0.38);
    font-size: 16px;
    font-weight: 700 !important;
    background-color: #002665;
}

.btn.btn-border {
    border-color: rgba(62, 71, 81, 0.5);
    font-size: 16px;
    font-weight: 700 !important;
    background-color: #3E4751;

}

.btn.btn-border:hover,
.btn.btn-border:focus,
.btn.btn-border:active,
.btn.btn-bacground:hover,
.btn.btn-bacground:focus,
.btn.btn-bacground:active {
    border-radius: 0px;
}