@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap');
body{
    font-family: 'Source Sans Pro', sans-serif;
}
.header{
    position: relative;
    overflow: hidden;
    text-align: left;
}
.header a{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
}
a{
    text-decoration: none;
}
.logo_header{
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: center;
    padding-top: 25px;
}
.main_heaer{
    position: relative;
    z-index: 1;
}
.top_right_header{  
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 0px;

}
.top_right_header img{
    margin-right: 33px;
}
.bottom_right_header{
    position: absolute;
    z-index: 2;
    bottom: 10%;
    right: 50px;
}
.sinpadding [class*="col-"] {
    padding: 0;
}
.main_heaer img{
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.bottom_right_header{
    position: absolute;
    z-index: 2;
    color:#fff;
}

.background_blue{
    background-color: #001233;    
}

.footer{
    background-color: #001233;    
    color:#fff;
    font-size: 16px;
}
.footer a{
    color:#fff;
}
.footer a:hover{
    color:#fff;
}
.footer_1{
    padding-top: 85px; 
    padding-bottom: 85px;
}
.flex_cols{
    display: flex;
    margin-bottom: 40px;
}

.flex_col_1, .flex_col_2, .flex_col_3{
    width: 33.3%; 
}
.flex_col_1_padding,  flex_col_3_padding{


}
.flex_col_1_width{
    margin: 0 auto; 
    width: 225px;
}

.flex_col_3_width table{
    margin: 0 auto; 
}
.padding_bottom{
    padding-bottom: 20px;
}
.modal-title{

}
.modal-body{
}
.content{
    text-align: center;
}
.item-page{
    margin-top: 60px;
    margin-bottom: 60px;

}
.img_derecha img {
    width: auto;
}
.modal_bottom{
    margin-top: 15px;
    margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
    .direccion{
        text-align: center;
    }
}
.grecaptcha-badge{
    z-index: 1000;
}


