@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;
}

._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 {  
    transition: all 0.3s ease;    
    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: 95vh;
    align-items:center;
    justify-content:center;
}

._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: -15px;
    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 > a > ._section._section--action {
    margin: 0 auto;
    width: 180px;
    position: relative;
    top: 10px;    
}

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

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > a > ._section._section--action >  ._section._section--button {
    border:solid 1px #000;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    opacity: 0.8;
    margin: 0 auto;
    transition: all 0.3s ease;
    cursor: pointer;
}

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > a > ._section._section--action:hover >  ._section._section--button {
    opacity:1;
}

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

._section._section--desktop > ._section._section--hero > .layer.layer--footer > 
._section._section--wrapper > a > ._section._section--action > ._section._section--button > 
._section._section--icon > img {
    width: 30px;
}

._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.8);
    width: 120px;
}

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

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

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

._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 > a > ._widget._widget--action.servicio {
    background: rgba(255,255,255,0.3);
    border-radius: 25px;
    padding: 1rem 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 > a > ._widget._widget--action.servicio:hover {
    background: rgba(149, 214, 0, 0.7);
}

._section._section--desktop > ._section._section--hero > ._section._section--message > 
._section._section--actions > a > ._widget._widget--action.servicio > ._section._section--label {
    line-height: initial;
        
}

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



._section._section--desktop > ._section._section--hero > ._section._section--message > 
._section._section--actions > a > ._widget._widget--action.directo {
    background: rgba(255,255,255,0);
    border: solid 1px rgba(255,255,255,1);
    border-radius: 25px;
    padding: 1rem 1.3rem;
    color: #fff;
    display: flex;
    align-items:center;
    font-family: 'Metropolis-Bold';
    transition: all 0.3s ease;
    cursor: pointer;
}

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

._section._section--desktop > ._section._section--hero > ._section._section--message > 
._section._section--actions > a > ._widget._widget--action.directo > ._section._section--label {
    line-height: initial;
        
}

._section._section--desktop > ._section._section--services {
    margin-top: 5rem;        
}

._section._section--desktop > ._section {
}

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

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

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

._section._section--desktop > ._section > ._section._section--subtitle-wrapper > 
._Section._section--description {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    opacity: 0.7;
    margin-top:1rem;
}

._section._section--desktop > ._section._section--services > ._section._section--objects {
    display: flex;
    width: 600px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 2rem;
}
 
._section._section--desktop > ._section._section--services > ._section._section--objects > 
a {
        
}

._section._section--desktop > ._section._section--services > ._section._section--objects > 
a > ._widget._widget--object {
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    width: 250px;
    padding: 1rem;
    height: 350px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

._section._section--desktop > ._section._section--services > ._section._section--objects > 
a > ._widget._widget--object:hover {
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.2);
    
}

._section._section--desktop > ._section._section--services > ._section._section--objects > 
a > ._widget._widget--object > ._section._section--icon {
    height: 180px;
    width: 180px;
    margin: 0 auto;
}

._section._section--desktop > ._section._section--services > ._section._section--objects > 
a > ._widget._widget--object > ._section._section--icon > img {
    width: 100%;
    height: 100%;
}

._section._section--desktop > ._section._section--services > ._section._section--objects > 
a > ._widget._widget--object > ._section._section--text {
    margin-top: 1rem;
    font-family: 'Metropolis-Bold';        
}

._section._section--desktop > ._section._section--services > ._section._section--objects > 
a > ._widget._widget--object > ._section._section--description {        
    margin-top: 0.2rem;
    opacity: 0.7;
}

._section._section--desktop > ._section._section--benefits {
    margin-top: 5rem;    
    background: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}


._section._section--desktop > ._section._section--benefits > ._section._section--enumerables {
    margin-top: 3rem;
}

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

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR {
    display: flex;
    width: 800px;
    margin: 0 auto;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--a {
    width: 300px;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--a > ._section._section--decorator {
        
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--a > ._section._section--decorator > 
._section._section--image {
    position: relative;
    border: solid 1px #97D700;
    width: 300px;
    height: 200px;    
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--a > ._section._section--decorator > 
._section._section--image > img {
    background: rgba(0,0,255,0.4);
    width: 300px;
    height: 200px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: solid 1px #041E42;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--b {
    margin-left: 3rem;
    position: relative;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--b > ._section._section--text {
    font-family: 'Metropolis-Bold';                
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--b > ._section._section--text-alt {
    font-family: 'Metropolis-Bold';                
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--b > ._section._section--small {
    opacity: 0.7;
    margin-top: 0.5rem;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--b > ._section._section--actions {
    display: flex;
    margin-top: 0.5rem;
    position: absolute;
    bottom: 0;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._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;
    transition: all 0.3s ease;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--b > ._section._section--actions > 
a > ._widget._widget--action:hover {
    background:rgba(149, 214, 0, 0.7)
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--b > ._section._section--actions > 
a > ._widget._widget--action > ._section._section--label {
        
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.LTR > ._section._section--b > ._section._section--actions > 
a > ._widget._widget--action > ._section._section--icon {
    margin-left: 2rem;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL {
    display: flex;
    width: 800px;
    margin: 0 auto;        
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a {
    margin-right: 3rem;
    position: relative;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a > ._section._section--text {
    font-family: 'Metropolis-Bold';                
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a > ._section._section--text-alt {
    font-family: 'Metropolis-Bold';                
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a > ._section._section--small {
    opacity: 0.6;
    margin-top: 0.5rem;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a > ._section._section--actions {
    display: flex;
    margin-top: 0.5rem;
    position: absolute;
    bottom: 0;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a > ._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;   
    transition: all 0.3s ease;
}


._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a > ._section._section--actions > 
a > ._widget._widget--action:hover {
    background:rgba(149, 214, 0, 0.7)
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a > ._section._section--actions > 
a > ._widget._widget--action > ._section._section--label {
        
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--a > ._section._section--actions > 
a > ._widget._widget--action > ._section._section--icon {
    margin-left: 2rem;
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--b {
        
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--b > ._section._section--decorator {
    width: 300px;
    height: 200px;
    position: relative;
    border: solid 1px #041E42;
        
}

._section._section--desktop > ._section._section--benefits > ._section._section--enumerables > 
._widget._widget--benefit.RTL > ._section._section--b > ._section._section--decorator > 
._section._section--image > img {
    width: 300px;
    height: 200px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: solid 1px #97D700;
}

._section._section--desktop > ._section._section--supervised {
    margin-top: 5rem;
}

._section._section--desktop > ._section._section--supervised > ._section._section--subtitle-wrapper {
        
}

._section._section--desktop > ._section._section--supervised > ._section._section--subtitle-wrapper > 
._section._section--subtitle {
        
}

._section._section--desktop > ._section._section--supervised > ._section._section--subtitle-wrapper > 
._section._section--subtitle-alt {
        
}

._section._section--desktop > ._section._section--supervised > ._section._section--subtitle-wrapper > 
._Section._section--description {
    width:800px;
}

._section._section--desktop > ._section._section--supervised > ._section._section--subtitle-wrapper > 
._Section._section--description > span {
    color: #001A72;
    font-family: 'Metropolis-Bold'; 
}

._section._section--desktop > ._section._section--supervised > ._section._section--entities {
    display: flex;
    margin: 0 -2rem;
    justify-content: center;
    align-items:center;
    margin-top: 2.5rem;
}

._section._section--desktop > ._section._section--supervised > ._section._section--entities > 
._widget._widget--entity {
    margin: 0 2rem;
}

._section._section--desktop > ._section._section--supervised > ._section._section--entities > 
._widget._widget--entity > img {
    width: 70px;
    opacity: 0.8;
}

._section._section--desktop > ._section._section--map {
    margin-top: 5rem;
    height:300px;
    background: url('/imagenes/bienvenida/background-map.jpg');
    background-size: cover;
    border-top: solid 1px #b7b7b7;
    background-position-y: -100px;
}

._section._section--contacto {
    height: 500px;
    position: relative;
        
}
._section._section--contacto > .layer.layer--decorator {
    z-index: 2;
}

._section._section--contacto > .layer.layer--decorator > img {
    width: 100%;
    opacity: 0.4;
}

._section._section--contacto > #contacto-desktop {
    width: 800px;
    margin: 0 auto;
    padding-top: 3rem;
    position: relative;
    z-index: 3;
    margin-top: 6rem;
}


._section._section--contacto > #contacto-desktop > ._section._section--icon {
    height: 100px;
    text-align: center;
}

._section._section--contacto > #contacto-desktop > ._section._section--icon > img {
    width: 100px;
}

._section._section--contacto > #contacto-desktop > ._section._section--title {
    text-align: center;
    font-family: 'Metropolis-Bold';
}

._section._section--contacto > #contacto-desktop > ._section._section--fields {
    display: flex;
    justify-content: center;
    align-items:center;
    margin-top: 1rem;
}

._section._section--contacto > #contacto-desktop > ._section._section--fields > ._section._section--field {
    display: flex;
}

._section._section--contacto > #contacto-desktop > ._section._section--fields > ._section._section--field > 
._section._section--input-wrapper {
    flex:1;
    margin-right: 10px;
}

._section._section--contacto > #contacto-desktop > ._section._section--fields > ._section._section--field > 
._section._section--input-wrapper > input {
    padding: 1.2rem 1rem;
    width: 200px;
    border-radius: 25px;
    border: solid 1px rgba(0,0,0,0.2);
}

._section._section--contacto > #contacto-desktop > ._section._section--fields > ._section._section--field > 
select {
    padding: 1.2rem 1rem;
    width: 200px;
    border-radius: 25px;
    border: solid 1px rgba(0,0,0,0.2);
    opacity: 0.7;
    font-family: 'Metropolis-Regular' !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' opacity='0.7' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-position-x: 95%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position-y: 13px;
}

._section._section--contacto > #contacto-desktop > ._section._section--fields > ._section._section--field > 
select > option {
    font-family: 'Metropolis-Regular' !important;
}


._section._section--contacto > #contacto-desktop > ._section._section--field {
    display: flex;
    align-items:center;
    justify-content:center;
    margin-top: 0.3rem;
}

._section._section--contacto > #contacto-desktop > ._section._section--field > ._section._section--input-wrapper {

}

._section._section--contacto > #contacto-desktop > ._section._section--field > ._section._section--input-wrapper > 
input {
    width: 420px; 
    padding: 1.2rem 1rem;
    border-radius: 25px;
    border: solid 1px rgba(0,0,0,0.2);
}

._section._section--contacto > #contacto-desktop > ._section._section--field > ._section._section--textarea {
}

._section._section--contacto > #contacto-desktop > ._section._section--field > ._section._section--textarea > 
textarea {
    width: 420px;
    resize: none;
    padding: 1rem;
    height: 100px;
    border-radius: 15px;
    border: solid 1px rgba(0,0,0,0.2);
    font-family: 'Metropolis-Regular' !important;
        
}

._section._section--contacto > #contacto-desktop > ._section._section--submit {
    display:flex;
    justify-content:center;
    margin-top: 1rem;
}

._section._section--contacto > #contacto-desktop > ._section._section--submit > ._section._section--button {
        
}

._section._section--contacto > #contacto-desktop > ._section._section--submit > ._section._section--button > 
button {
    border: none; 
    background: #A6DB37;
    color: #fff;
    padding: 1rem 1.4rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-family: 'Metropolis-Bold';
    color: #fff;    
    width: 200px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}





    
}