@charset "utf-8";
/* CSS Document */
/*******************************************************************************************************************/
/* Small screens */
@media only screen { } /* Define mobile styles */
@media only screen and (max-width: 768px) { 
    .paddgral{
        padding: 0px 20px;
    }
    .logogral{
        width: 100%;
    }
    #toggle-menu,
    #menux a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
        text-decoration: none;
        padding: 10px;
        text-align: center;
    }
    .espef p{
        color: #0f3158 !important;
    }
    .espef h2{
        color: #0f3158 !important;
    }
    .espef{
        color: #0f3158 !important;
    }
    .md-content h3{
        color: #0f3158 !important;
    }
    .bola{
        background-image: url(../img/bola_transparente.png);
        background-position: left top;
        position: absolute;
        width: 451px;
        height: 378px;
        margin-top: -70px;
        margin-left: -80px;   
    }
    .circulin{
        width: 280px;
        height: 280px;
        margin-top: 87px;
        margin-left: 85px;
    }
    .loscenters{
        text-align: center !important;
    }
    .Telconsul{ 
        text-align: center !important;
    }
    .Telconsulnum{
        text-align: center !important;
    }
    
    .bordecin{
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    .logopadd{
        padding: 0px 30px;
        background-color: #fff;
        margin: 15px;
    }

    .info_ban h1{
        font-size: 1.8em !important;
        text-align: center !important;
    }
    .info_ban h2{
        font-size: 1.2em !important;
        text-align: center !important;
    }
/*******************************************************************************************************************/   
} 
/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 769px) { }
@media only screen and (min-width: 769px) and (max-width: 992px) {
    #toggle-menu,
    #menux a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
        text-decoration: none;
        padding: 10px;
        text-align: center;
    }
    .parraf_pleca{
        height: 150px;
    }
/*******************************************************************************************************************/  
}
/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 993px) { }
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .credd{
        text-align: right;
    }
    #toggle-menu,
    #menux a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
        text-decoration: none;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .txtred{
        text-align: right;
    }
    .parraf_pleca{
        height: 150px;
    }
/*******************************************************************************************************************/  
} 
/*******************************************************************************************************************/
/* Extra Large screens */
@media only screen and (min-width: 1201px) { }
@media only screen and (min-width: 1201px){
    .owl-buttons .owl-prev{
        position: absolute;
        left:100px;
        bottom: -4px;
    }
    .owl-buttons .owl-next{
        position: absolute;
        right:100px;
        bottom: -4px;
    }
    #toggle-menu,
    #menux a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
        text-decoration: none;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .txtred{
        text-align: right;
    }
    .redes{
        text-align: right;
    }
    .sobremail{
        text-align: right;
    }
    .txtserv{
        height: 130px;
    }
    .spacet{
        height: 190px;
    }
    .txttor{
        text-align: right;
    }
    .credlola{
        text-align: right !important;
        
    }
    .supert{
        height: 100px;
    }
    

    .bg_logor{
        background-image: url(../img/bola_transparente.png);
        background-position: right bottom;
        padding: 0px !important;
        width: 340px;
        height: 290px;
    }
    .bola{
        background-image: url(../img/bola_transparente.png);
        background-position: left top;
        position: absolute;
        width: 451px;
        height: 378px;
        margin-top: -123px;
        margin-left: -80px;
        
        
    }
    .bg_logor a{
        padding-left: 20px;
    }
    .circulin{
        width: 280px;
        height: 280px;
        margin-top: 87px;
        margin-left: 85px;
    }
    .parraf_pleca{
        height: 150px;
    }
/******************************************************************************************************************/   
}
/*******************************************************************************************************************/


