@media only screen
and (min-width : 1024px) {  
._section._section--desktop {
        
}

._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--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;
    width:250px;
    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:first-of-type > ._section._section--submenu {
}

._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;
    z-index: 1;
}

._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--mv {
    width: 800px;
    margin: 0 auto;
    margin-top: 5rem;
        
}

._section._section--mv > ._section._section--subtitle-wrapper {
        
}

._section._section--mv > ._section._section--subtitle-wrapper > ._section._section--subtitle {
    text-align: center;
    font-family: 'Metropolis-Bold';
    margin-top: 0.5rem;        
}

._section._section--mv > ._section._section--subtitle-wrapper > ._section._section--subtitle-alt {
    text-align: center;
    font-family: 'Metropolis-Bold';        
}

._section._section--mv > ._section._section--subtitle-wrapper > ._Section._section--description {

    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem;        
}

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

._section._section--mv > ._section._section--content {
    display: flex;
        
}

._section._section--mv > ._section._section--content > ._section._section--a {
        
}

._section._section--mv > ._section._section--content > ._section._section--a > 
._section._section--image {
    position: relative;
    border: solid 1px #041E42;
    width: 300px;
    height: 200px;
        
}

._section._section--mv > ._section._section--content > ._section._section--a > 
._section._section--image > img {
    border: solid 1px #97D700;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 300px;
    height: 200px;
        
}

._section._section--mv > ._section._section--content > ._section._section--b {        
    margin-left: 3rem;
}

._section._section--mv > ._section._section--content > ._section._section--b > 
._section._section--title-wrapper {
    color: #041E42;
    display: flex;
    align-items: center;        
}

._section._section--mv > ._section._section--content > ._section._section--b > 
._section._section--title-wrapper:nth-of-type(n+2) {
    margin-top: 3rem;
}

._section._section--mv > ._section._section--content > ._section._section--b > 
._section._section--title-wrapper > ._section._section--icon {
    width: 20px;
    height: 20px;        
}

._section._section--mv > ._section._section--content > ._section._section--b > 
._section._section--title-wrapper > ._section._section--icon > img {
    width: 16px;
    position: relative;
    top: -2px;       
}

._section._section--mv > ._section._section--content > ._section._section--b > 
._section._section--title-wrapper > ._section._section--text {
    font-family: 'Metropolis-Bold'; 
}

._section._section--mv > ._section._section--content > ._section._section--b > 
._section._section--text {
    margin-top: 1rem;
        
}





._section._section--desktop > ._section._section--descanso {
    position: relative;
    border-top: solid 1px #97D600;
    border-bottom: solid 1px #97D600;
    margin-top: 5rem;
}

._section._section--desktop > ._section._section--descanso > .layer.layer--background {
    background: url(/imagenes/nosotros/breathe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

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

._section._section--desktop > ._section._section--descanso > ._section._section--separator {
    position: relative;
    z-index: 3;
    height: 1px;
    background: #fff;
    margin: 1rem 4rem;
}

._section._section--desktop > ._section._section--descanso > ._section._section--decorator {
    height: 40px;
}

._section._section--desktop > ._section._section--descanso > ._section._section--image {
    text-align: center;
    position: relative;
    z-index: 4;
}

._section._section--desktop > ._section._section--descanso > ._section._section--image > img {
    width: 40px;
}

._section._section--desktop > ._section._section--descanso > ._section._section--text {
    color: #fff;
    position: relative;
    z-index: 4;
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 1rem 0rem;
}

._section._section--desktop > ._section._section--mv > ._section._section--content > 
._section._section--b > ._section._section--actions {
    display: flex;
    margin-top: 1rem;
}

._section._section--desktop > ._section._section--mv > ._section._section--content > 
._section._section--b > ._section._section--actions > a > ._widget._widget--action {
    display: flex;
    align-items: center;
    font-family: 'Metropolis-Bold';
    color: #fff;
    background: #041E42;
    padding: 1rem 1.4rem;
    border-radius: 25px;
}

._section._section--desktop > ._section._section--mv > ._section._section--content > 
._section._section--b > ._section._section--actions > a > ._widget._widget--action > 
._section._section--label {
        
}

._section._section--desktop > ._section._section--mv > ._section._section--content > 
._section._section--b > ._section._section--actions > a > ._widget._widget--action > 
._section._section--icon {
    margin-left: 2rem;        
}


._section._section--desktop > ._section._section--map-identifier {
    width: 800px;
    margin: 0 auto;
    margin-top: 5rem;
    
        
}

._section._section--desktop > ._section._section--map-identifier > ._section._section--text {
    position: relative;
    color: #97D700;
    font-family: 'Metropolis-Bold';    
}

._section._section--desktop > ._section._section--map-identifier > ._section._section--text > 
span {
    color: #041E42;        
}

._section._section--desktop > ._section._section--map-identifier > ._section._section--text > 
.layer.layer--decorator {
    width: 20px;
    height: 20px;
    top: 24px;
    z-index: 5;
    left: 20px;
    background: url("/imagenes/nosotros/decorator-map.png");
    background-size: contain;
    background-repeat: no-repeat;
}

._section._section--desktop > ._section._section--map {
    height: 500px;
    background: url('/imagenes/nosotros/background-map.jpg');
    background-size: cover;
    position: relative;
    border-top: solid 1px #97D700;
        
}

._section._section--desktop > ._section._section--map > .layer.layer--background {
    background: rgba(255,255,255,0.4);
}

._section._section--desktop > ._section._section--map > ._section._section--ubicacion {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index:2;
}

._section._section--desktop > ._section._section--map > ._section._section--ubicacion > 
._section._section--decorator {
        
}

._section._section--desktop > ._section._section--map > ._section._section--ubicacion > 
._section._section--office {
    height: 400px;
    background: #fff;
    width: 360px;
    margin-top: 50px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

._section._section--desktop > ._section._section--map > ._section._section--ubicacion > 
._section._section--office > ._section._section--image {
    width: 360px; 
    height: 200px;
}

._section._section--desktop > ._section._section--map > ._section._section--ubicacion > 
._section._section--office > ._section._section--image > img {
    width: 360px; 
    height: 200px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}

._section._section--desktop > ._section._section--map > ._section._section--ubicacion > 
._section._section--office > ._section._section--decorator {
    height: 3px;
    background: #97D700;        
    width: 100px;
    margin: 0.5rem 2.5rem;
    margin-top: 1.5rem;
}

._section._section--desktop > ._section._section--map > ._section._section--ubicacion > 
._section._section--office > ._section._section--title {
    padding: 0rem 2.5rem;
    font-family: 'Metropolis-Bold';
        
}

._section._section--desktop > ._section._section--map > ._section._section--ubicacion > 
._section._section--office > ._section._section--description {
    padding: 0rem 2.5rem;
        
}  

}