    *{
        font-size: 16px;
        line-height: 24px;
    }
    h1{
        font-size: 32px;
        font-weight: 700;
        line-height: 22.5px;
        margin: 0;
    }
    
    h2{
        font-size: 32px;
        font-weight: 500;
        line-height: 37.5px;
        margin: 16px 0 !important;
    }
    
    section p,section li{
        font-size: 16px;
        font-weight: 400;
        line-height: 18.5px;
        margin-bottom: 24px;
    }
    
    section a,section a:hover,section a:focus{
        text-decoration: underline;
        font-weight: 400;
    }
    
    .contenedor_texto h2,h3{
        margin-top: 24px;
        margin-bottom: 16px;
    }
    
    section.promos{   
        width: 86%;
        margin: auto;
    }
    section#seccionuno #primero{
        padding-left: 0px !important;
    }
    
    section#seccionuno #primero h1#h1uno{
        margin: 0px;
        margin-top: 60px;
    }
    
    section.carruselHome .gallery{
        border-radius: 6px;
    }
    
    #contenedorimportante p,#contenedorimportante ul,#contenedorimportante ol,#contenedorimportante h2,#contenedorimportante h3,#contenedorimportante h4{
        width: 86%;
        margin: auto;
        margin-bottom: 12px;
    }
    
    .promos li{
        line-height: 20px;
        margin-top: 10px;
    }
    
    .breadcrumb{
        background:#f9fbfc;
        margin-bottom:0px;
        font-size:16px;
        text-align:left;
        border-radius:0px;
        position:relative;
        bottom:16px;
        padding: 0 20px;
        margin: 0 auto !important;
    }
    
    .breadcrumb li{
        color: #002d72;
        margin-bottom: 0px;
    }
    
    .breadcrumb>li+li:before{
        padding:0 5px;
        color:#ccc;
        content:"\276F";
    }
    
    
    hr{
        border-color: #002d72;
        border-width: 2px;
    }
    
    @media(max-width: 600px){
        section.promos{
            width: 100%;
        }
        
        #vermas{
            margin-bottom: 0px;
        }
        
        .contenedor_botones{
            flex-flow: column;
        }
        
        .contenedor_botones center:first-child a{
            margin-bottom: 15px;
        }
        
        h1{
            line-height: 22px;
            text-align: left;
        }
        
        h2{
            line-height: 22px;
            text-align: left;
        }
        
        .breadcrumb{
            padding: 0 7px;
            margin: 5px auto !important;
        }
        
        h1{
            line-height: 22px;
        }
        
                h3{
            font-size: 14px;
        }
    }
    
    .btn:hover{
        color: white;
        font-weight: 700;
    }