@media only screen
and (max-width : 1023px) {
  
._section._section--mobile > ._section._section--hero {
    position: relative;
    display: flex;
    height: 40vh;
    align-items:center;
    justify-content:center;
    padding-top: 100px;
    background: #041E42;
    border-bottom: solid 3px #97D700;
        
}

._section._section--mobile > ._section._section--hero > .layer.layer--background {
    background: transparent;
        
}

._section._section--mobile > ._section._section--hero > .layer.layer--shield {
    background:rgba(0,26,113,0.58);
    z-index: 2;
        
}
._section._section--mobile > ._section._section--hero > ._section._section--message {
    position: relative;
    z-index: 3;
    max-width: 600px;
    min-width: 320px;
    padding: 0rem 2rem;
    margin: 0 auto;
    text-align: center;
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--decorator {
    height: 3px;
    background: rgba(255,255,255,0.6);
    width: 120px;
    margin: 0 auto;
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--text {
    font-family: 'Metropolis-Light';        
    color: #fff;
    margin-top: 0.5rem;
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--text-alt {
    font-family: 'Metropolis-Bold';
    color: #fff;        
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--small {
    color: #fff;                
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions {
    display: flex;
    margin: 0 -0.5rem;
    margin-top: 1.8rem;
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions > * {
    margin: 0 0.5rem;
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.servicio {
    background: rgba(255,255,255,0.3);
    border-radius: 25px;
    padding: 0.7rem 1.3rem;
    color: #fff;
    display: flex;
    align-items:center;
    -webkit-backdrop-filter: blur(5px); /* Use for Safari 9+, Edge 17+ (not a mistake) and iOS Safari 9.2+ */
    backdrop-filter: blur(5px); /* Supported in Chrome 76 */
    font-family: 'Metropolis-Bold';
    transition: all 0.3s ease;
    cursor: pointer;
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.servicio:hover {
    background: rgba(149, 214, 0, 0.7);
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.servicio > ._section._section--label {
        
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.servicio > ._section._section--icon {
    margin-left: 2rem;
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.contacto {
    padding: 0.7rem 1.3rem;
    border: solid 1px #fff;
    border-radius: 25px;
    color: #fff;
    font-family: 'Metropolis-Bold';
    transition: all 0.3s ease;
    cursor: pointer;
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.contacto:hover {
    background:  rgba(149, 214, 0, 0.7);
    border: solid 1px rgba(149, 214, 0, 0.7);    
}

._section._section--mobile > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.contacto > ._section._section--label {
        
}


._section._section--mobile > ._section._section--cumplimiento-tbl {
    margin: 2rem auto;
    padding: 0rem 1rem;    
    text-align: justify;
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--header {
    color: #041E42;
    display: flex;
    align-items: center;    
        
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--header > 
._section._section--icon {
    width: 20px;
    height: 20px;    
        
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--header > 
._section._section--icon > img {
    width: 15px;
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--header > 
._section._section--title {
    font-family: 'Metropolis-Bold';
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content {
    padding: 1rem 0rem !important;
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content > 
._section._section--texts {
        
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content > 
._section._section--texts > ._widget._widget--text {
    margin-top: 1rem;
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content > 
._section._section--texts > ._widget._widget--text > span {
    font-family: 'Metropolis-Bold';
    color: #97D700;    
}

._section._section--mobile > ._section._section--t-columns {
    margin: 5rem auto;  
    display: flex;
    justify-content: space-between;
}

._section._section--mobile > ._section._section--t-columns > ._section._section--a {
        
}

._section._section--mobile > ._section._section--t-columns > ._section._section--a > 
._section._section--logotipo {
        
}

._section._section--mobile > ._section._section--t-columns > ._section._section--a > 
._section._section--logotipo > img {
    width: 280px;
}

._section._section--mobile > ._section._section--t-columns > ._section._section--b {
    margin-left: 2rem;
}

._section._section--mobile > ._section._section--t-columns > ._section._section--b > 
._section._section--header {
    color: #041E42;
    display: flex;
    align-items: center;    
        
}

._section._section--mobile > ._section._section--t-columns > ._section._section--b > 
._section._section--header > ._section._section--icon {
    width: 20px;
    height: 20px;        
}

._section._section--mobile > ._section._section--t-columns > ._section._section--b > 
._section._section--header > ._section._section--icon > img {
    width: 15px;
}

._section._section--mobile > ._section._section--t-columns > ._section._section--b > 
._section._section--header > ._section._section--title {
    font-family: 'Metropolis-Bold';
}

._section._section--mobile > ._section._section--t-columns > ._section._section--b > 
._section._section--content {
        
}

._section._section--mobile > ._section._section--t-columns > ._section._section--b > 
._section._section--content > ._section._section--texts {
        
}

._section._section--mobile > ._section._section--t-columns > ._section._section--b > 
._section._section--content > ._section._section--texts > ._widget._widget--text {
    margin-top: 1rem;
        
}

._section._section--mobile > ._section._section--separator {
    height: 1px;
    background: rgba(0,0,0,0.1);
    margin: 1rem auto;
}

._section._section--mobile > ._section._section--note {
    margin: 1rem; 
    border: solid 1px #ECECEC;
}

._section._section--mobile > ._section._section--note > ._section._section--text {
    background: #ECECEC;
    margin: 5px;
    padding: 2rem;        
}
._section._section--mobile > ._section._section--imagen {
    margin: 1rem auto; 
}

._section._section--mobile > ._section._section--imagen > img {
    width: 100%;
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content > 
._section._section--rows {
    margin-top: 1rem;
    border: solid 1px rgba(0,0,0,0.1);
        
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content > 
._section._section--rows > ._widget._widget--row {
        
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content > 
._section._section--rows > ._widget._widget--row { 
    padding: 1rem;
    font-family: 'Metropolis-Bold';
    color: #97D700;
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content > 
._section._section--rows > ._widget._widget--row:nth-of-type(odd) {
    background: #FAF9FF;
}

._section._section--mobile > ._section._section--cumplimiento-tbl > ._section._section--content > 
._section._section--rows > ._widget._widget--row:nth-of-type(even) {
    background: #f5f5f5;
}




._section._section--mobile > ._section._section--next {
    display: flex;
    justify-content: flex-end;
    max-width: 600px;
    min-width: 320px;
    padding: 0rem 2rem;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

._section._section--mobile > ._section._section--next > 
._section._section--wrapper > ._section._section--decorator {
    width: 200px;
    height: 1px;
    background: rgba(0,0,0,0.1);
    margin: 0.5rem 0rem;
}

._section._section--mobile > ._section._section--next > 
._section._section--wrapper > a > ._section._section--text-wrapper {
    display: flex;
    align-items:center;
    color: #97D700;
    font-family: 'Metropolis-Bold';
    justify-content:flex-end;
    padding: 0.3rem 0rem;
}

._section._section--mobile > ._section._section--next > 
._section._section--wrapper > a > ._section._section--text-wrapper > ._section._section--text {
        
}

._section._section--mobile > ._section._section--next > 
._section._section--wrapper > a > ._section._section--text-wrapper > ._section._section--icon {
    margin-left: 1rem;
}
._section._section--mobile > ._section._section--next > 
._section._section--wrapper > a > ._section._section--text-wrapper > ._section._section--icon > img {
    width: 15px;
    position: relative;
    right: 5px;
    top: 2px;    
}
    
}