@media only screen
and (min-width : 1024px) {  
._section._section--desktop > ._section._section--navigation {
    display: flex;
    justify-content:space-between;
    position: absolute;
    left: 0;
    right: 0;
    align-items:center;
    padding: 1rem;
    z-index: 4;
    background: #001A72;
}

._section._section--desktop > ._section._section--navigation > ._section._section--a {
        
}

._section._section--desktop > ._section._section--navigation > ._section._section--a > 
a > ._section._section--logo {
        
}

._section._section--desktop > ._section._section--navigation > ._section._section--a > 
a > ._section._section--logo > img {

    width: 300px;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b {
    display: flex;
    align-items:center;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > * {
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options {
    display: flex;
    margin: 0rem -1rem;
    align-items:center;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > * {
    margin: 0rem 1rem;
    padding: 1rem 0rem;
    color: #fff;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > a {
        
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > a > ._widget._widget--option {
    margin: 0rem 1rem;      
    transition: all 0.3s ease;
    border-bottom: solid 3px rgba(0,0,0,0);
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > a > ._widget._widget--option:hover {
    border-bottom: solid 3px #97D700;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > a > ._widget._widget--option.active {
    border-bottom: solid 3px #97D700;
    font-family: 'Metropolis-Bold';
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > a > ._widget._widget--option > ._section._section--wrapper {
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > a > ._widget._widget--option > ._section._section--wrapper > 
._section._section--label {
        
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option {
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--wrapper {
    transition: all 0.3s ease;
    border-bottom: solid 3px rgba(0,0,0,0);    
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option:hover > ._section._section--wrapper {      
    border-bottom: solid 3px #97D700; 
    
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--wrapper.active {      
    border-bottom: solid 3px #97D700;     
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--layer {
    position: relative;
}
._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--layer > 
.layer.layer--toggle {
    top: 20px;
    height: 15px;
    width: 100px;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--layer > 
.layer.layer--submenu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    top: 20px;
}


._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--layer > 
.layer.layer--submenu.active {
    height: auto;
    top: 8px;
    display: block;
    opacity: 1;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.1);
    z-index: 3;
    overflow: visible;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--layer > 
.layer.layer--submenu > ._section._section--submenu {
    position: relative;
    top: 23px;
    color: blue;
    width: max-content;
    border-radius: 6px; 
    background: #fff;    
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--layer > 
.layer.layer--submenu > ._section._section--submenu > a {
        
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--layer > 
.layer.layer--submenu > ._section._section--submenu > a > ._widget._widget--navi {
    padding: 1rem;
    transition: all 0.3s ease;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--layer > 
.layer.layer--submenu > ._section._section--submenu > a > ._widget._widget--navi:hover {
    color: #95D600;
}


._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--wrapper {
    display: flex;    
    align-items:center;
    cursor: pointer;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--wrapper > 
._section._section--label {
        
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--options > ._widget._widget--option > ._section._section--wrapper > 
._section._section--icon {
    margin-left: 0.4rem;
    font-size: 0.7rem;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--contact {
    margin: 0rem 1rem;
    margin-left: 2rem;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--contact > ._section._section--button {
        
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--contact > ._section._section--button > a > button {
    background: #fff;
    border-radius: 25px;
    border: none;
    padding: 0.7rem 1.3rem;
    font-family: 'Metropolis-Bold';
    color: #001A71;
    transition: all 0.3s ease;
    cursor: pointer;
}

._section._section--desktop > ._section._section--navigation > ._section._section--b > 
._section._section--contact > ._section._section--button > a > button:hover {
    background: #A6DB37;
    color: #fff;
}

._section._section--desktop > ._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--desktop > ._section._section--hero > .layer.layer--background {
    background: transparent;
}

._section._section--desktop > ._section._section--hero > .layer.layer--shield {
    background:rgba(0,26,113,0.58);
    z-index: 2;
}

._section._section--desktop > ._section._section--hero > .layer.layer--anim {
    z-index: 3;        
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer {
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 4;
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper {
    position: relative;
    height: 100%;    
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > ._section._section--decorator {
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: -5px;
    top: auto;
    height: 71px;
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > ._section._section--decorator > img {
    width: 101%;
    height: 71px;    
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > ._section._section--action {
    margin: 0 auto;
    width: 100px;
    position: relative;
    top: -5px;    
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > ._section._section--action > ._section._section--label {
    color: #fff;
    text-align: center;
    font-family: 'Metropolis-Bold';
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > ._section._section--action >  ._section._section--button {
    border:solid 1px #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    opacity: 0.6;
    margin: 0 auto;
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > ._section._section--action > ._section._section--button > 
._section._section--icon {
    background: #97D600;
    margin: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items:center;
    justify-content:center;
    border-radius: 50%;
    color: #fff;
}

._section._section--desktop > ._section._section--hero > ._section._section--message {
    position: relative;
    z-index: 3;
    width: 800px;
    margin: 0 auto;
}

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

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

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

._section._section--desktop > ._section._section--hero > ._section._section--message > 
._section._section--small {
    color: #fff;      
    margin-top: 1rem;          
}

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

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

._section._section--desktop > ._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--desktop > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.servicio:hover {
    background: rgba(149, 214, 0, 0.7);
}

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

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

._section._section--desktop > ._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--desktop > ._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--desktop > ._section._section--hero > ._section._section--message > 
._section._section--actions > ._widget._widget--action.contacto > ._section._section--label {
        
}  

._section._section--desktop > ._section._section--cumplimiento-tbl {
    width: 800px;
    margin: 5rem auto;        
}

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

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

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

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

._section._section--desktop > ._section._section--cumplimiento-tbl > ._section._section--content {
        
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._section._section--desktop > ._section._section--note {
    width: 800px;
    margin: 1rem auto; 
    border: solid 1px #ECECEC;
}

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

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

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

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

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

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




._section._section--desktop > ._section._section--next {
    width: 800px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

._section._section--desktop > ._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--desktop > ._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--desktop > ._section._section--next > 
._section._section--wrapper > a > ._section._section--text-wrapper > ._section._section--text {
        
}

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

}