/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    font-family: "Montserrat", sans-serif;
}

ol {
    list-style-type: decimal;
    margin: 1em 0; 
    padding-left: 40px; 
}

ol li {
    margin-bottom: 0.5em; 
    padding-left: 5px; 
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong{
    font-weight: bold;
}

/* END RESET */

:root {
    --color-principal: #006273;
    --color-enfasis: #BF4300;
    --color-negro: #1F2933;
    --color-text-gris: #333333;
    --color-footer: #252b30;
}

::selection {
    color: white;
    background-color: var(--color-principal);
}

* {
    font-family: "Montserrat", sans-serif!important;
    box-sizing: border-box;
}

body {
    font-size: 1rem;
}

.current {
    color: var(--color-enfasis) !important;
    font-weight: 600;
}


/*  LANDING */

#landing #desktop,
#services #desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 40px;

}

#landing #desktop.con-scroll,
#services #desktop.con-scroll {
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
    background-color: white !important;
    z-index: 2;
}

#services #servicios.con-scroll{
    position: fixed;
    top:40px;
}

#landing #desktop.con-scroll .menu li a,
#services #desktop.con-scroll .menu li a {
    color: var(--color-principal);

}

#landing #desktop.con-scroll .menu li a:hover,
#services #desktop.con-scroll .menu li a:hover {
    color: var(--color-enfasis);
}

#landing #desktop li,
#services #desktop li {
    margin-left: 20px;
}

#landing #desktop li a,
#services #desktop li a {
    text-decoration: none;
}

#landing #desktop li a:hover,
#services #desktop li a:hover {
    color: var(--color-enfasis);
}

#landing #desktop div,
#services #desktop div {
    width: 50%;
}

#landing #desktop .lenguajes ul,
#services #desktop .lenguajes ul {
    display: flex;
}

#landing #desktop .menu ul,
#services #desktop .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 20px;
}

#landing #desktop .menu li a{
    color: white;
}

#services #desktop .menu li a {
    color: var(--color-principal);
}

#landing #desktop .menu li a:hover{
    color: rgb(198, 198, 198);
}

#services #desktop .menu li a:hover {
    color: var(--color-enfasis);
}

#landing #desktop .lenguajes a,
#services #desktop .lenguajes a {
    color: var(--color-principal);
}

#landing #movil,
#services #movil,
#workwell #movil{
    display: none;
    background: white;
    height: 50px;
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
    z-index: 2;
}

#workwell #movil{
    padding: 20px;
    height: auto!important;
}

#landing #movil .incwell,
#services #movil .incwell{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    font-weight: 600;
    color: var(--color-principal);
    padding-top:9px;
    letter-spacing: -3px;
}

#landing #movil button,
#services #movil button,
#workwell #movil button{
    position: absolute;
    top:12px;
    right: 5px;
    background: none;
    border: none;
}

#workwell #movil button {
    top: 35px!important;
}


#services nav#servicios {
    height: 40px;
    align-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
    width: 100%;    
    background: white;
    z-index: 2;
}

#services nav#servicios ul {
    margin: 10px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#services nav#servicios ul li{
    padding: 0px 16px;
    text-align: center;
}


#services nav#servicios ul a{
    color: var(--color-principal);
    text-decoration: none;
}

#services nav#servicios ul a:hover{
    color: var(--color-enfasis);
}
#services header .incwell{
    font-family: "Montserrat", sans-serif;
    font-size: 4em;
    font-weight: 500;
    text-align: center;
    letter-spacing: -3px;
    margin-bottom: -3px;
    padding-top: 35px;
}

#services header .incwell a{
    text-decoration: none;
    color: var(--color-principal);
}

#services header h1{
    color: var(--color-principal);
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
}

#services .texto_imagen{
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 500;
    width: 60%;
    text-shadow: 1px 1px black;
}

#services .banner {
    position: relative; 
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#services .banner img{
    width: 100%;
    height: auto; 
    filter:blur(1px);

}

#services .contenido{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: 1600px;
    margin: 0 auto;
}

#services.meet-us .contenido{
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

#services .contenido_principal p{
    margin-bottom: 10px;
    line-height: 18px;
}

#services .contenido_principal .imagenes{
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

#services .contenido_principal .imagenes img{
    width: 32%;
    height: 100%;
}

#services .descatado {
    margin-top: 20px;
    font-size: 1.2em;
    color: var(--color-principal);
    margin-bottom: 10px;
}

#services .request{
    background-color: var(--color-enfasis);
    color: white!important;
    font-weight: 500;
    font-size: 0.9em;
    text-decoration: none;
    display: inline-block;
    padding: 20px;
    margin-top:20px;
    text-transform: uppercase;
    text-align: center;
}

#services aside{
    padding: 35px;
    width: 320px;
}

#services aside ul li {
    padding-bottom: 15px;
}

#services aside ul a {
    color: var(--color-principal);
    text-decoration: none;
}

#services aside a.faqs{
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}


#services aside .foto_account {
    width: 100%;
    color: white;
    background: var(--color-principal);
    padding-bottom: 15px;
}

#services aside .foto_account img{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

#services aside .foto_account p{
    padding-left: 10px;
    font-size: 1.2em;
}

#services aside .foto_account .cargo{
    padding-top: 8px;
    font-size: 1.1em;
}

#services aside a{
    width: 100%;

}

#services aside a:hover{
    text-decoration: underline;

}

#services aside ul {
    margin-top: 18px;
    padding: 24px 10px 10px 10px;
    background: #d9dadb;
}

#services aside ul li a{
    font-size: 18px;
    margin-left: 20px;
}

#services aside ul li a:hover{
    color: var(--color-enfasis);
}

#services aside ul li a:before {
    position: absolute;
    content: ">";
    margin-left: -17px;
}


#services .principal{
    padding: 35px 35px 35px 0px;
    width: calc(100% - 320px);
}

#services.meet-us .principal {
    padding: 35px 35px 35px 35px;
    width: 100%;
}

#services .principal h2 {
    font-size: 1.6em;
    color: var(--color-principal);
    margin-bottom: 30px;
}

#services .principal .opciones{
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    column-gap: 40px;
}

#services .principal .opciones article{
    width: 650px;
    box-shadow: rgb(0 0 0 / 31%) 0 1px 3px;
}

#services .principal .opciones article h3{
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    background-color: var(--color-text-gris);
    padding-top: 25px;
    color:white;    
    margin-bottom: 0px;
}

#services .principal .opciones article .h3{
    text-align: center;
    font-size: 1em;
    background-color: var(--color-text-gris);
    padding: 15px;
    color:white;    
}

#services .principal .opciones article .price{
    font-size: 2.5em;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
    line-height: 36px;
}

#services .principal .opciones article .detalles{
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}

#services.meet-us .principal .policy p{
    margin-bottom: 20px;
    line-height: 20px;
}

#services .faqs{
    font-size: 1.3em;
    color: var(--color-principal);
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#services .principal h4,
#services .principal h3{
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 10px;
}

#services .principal h4 a,
#services .principal h3 a{
    text-decoration: none;
    color:var(--color-principal);
}

#services .principal h4 a:hover,
#services .principal h3 a:hover{
    text-decoration: underline;
}

#services .titulos{
    font-size: 1.1em;
    margin-top: 50px;
    font-weight: 500;
    color:var(--color-principal);
}

#services .contenido_faqs p{
    margin-bottom: 10px;
    line-height: 18px;

}

#services .principal a{
    color:var(--color-principal);
}

#services .principal  ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0; 
    margin-right: 0;
    padding-left: 40px;
}

#services .principal  li {
    margin-bottom: 18px;
    display: list-item; 
    text-align: -webkit-match-parent; 
}

#services .principal .contenido_faqs a{
    color:var(--color-principal);
}

#services .principal table{
    margin-top: 30px;
}


#services .principal table th {
    padding: 15px;
    border: 1px solid #c7c7c7;
    text-align: left;
    font-weight: 700;
}

#services .principal table td {
    padding: 15px;
    border: 1px solid #c7c7c7;
}

#services .principal form {
    margin-top: 40px;
    background-color: #d9dadb;
}

#services .principal form .content_form {
    display: flex;
    gap: 10px;
    padding: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

#services .principal form p {
    background: var(--color-text-gris);
    color: white;
    padding: 15px;
    margin-bottom: 0px;
}

#services .principal form p a {
    color: white;
    font-weight: 500;
}

#services .principal form .black-color{
    color: var(--color-principal);
}

#services .principal form .name,
#services .principal form .email {
    padding: 7px;
    width: 47%;
    border-radius: 6px;
    border: none;
}
#services .principal form .textarea {
    width: 100%;
    padding: 7px;
    border-radius: 6px;
    border: none;
    font-family: sans-serif;
}
#services .principal form .submit {
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    background: var(--color-principal);
    color: white;
    font-weight: 600;
    font-size: 0.9em;
}

#services .principal form .submit:hover{
    text-decoration: underline;
}

#services .principal form input[type="checkbox"]:checked {
    accent-color: var(--color-enfasis);
}

#services .acceso_directo{
    position: relative;
    top: -100px;
}

#landing .cabecera {
    display: flex;
    width: 100%;
    height: 600px;
}

#landing .cabecera .descripcion,
#landing .cabecera .imagen {
    width: 50%;
}

#landing .cabecera .descripcion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 75px;
}

#landing .cabecera .descripcion .incwell {
    font-size: 5em;
    font-weight: 600;
    color: var(--color-principal);
    margin-bottom: 12px;
    letter-spacing: -3px;
}

#landing .cabecera .descripcion h1 {
    font-size: 2.2em;
    font-weight: 700;
    color: var(--color-negro);

}

#landing .cabecera .descripcion h1 span {
    color: var(--color-principal);
}

#landing .cabecera .descripcion .detalles {
    margin-top: 30px;
    font-size: 1.1em;
    line-height: 23px;
}

#landing .cabecera .descripcion .contactos {
    margin-top: 27px;
    display: flex;
    align-content: center;
    align-items: center;
}

#landing .cabecera .descripcion .contactos div{
    display: flex;
    align-content: center;
    align-items: center;
}

#landing .cabecera .descripcion .contactos a {
    text-decoration: none;
    color: var(--color-principal);
    font-weight: 500;
    font-size: 1.2em;
}

#landing .cabecera .descripcion .contactos a:hover {
    text-decoration: underline;
}

#landing .cabecera .descripcion .contactos .telefono {
    margin-right: 80px;
}

#landing .cabecera .descripcion .contactos svg {
    margin-right: 10px;
}

#landing .cabecera .imagen {
    background-image: url('https://incwell.eu/assets/img/incwell-europe.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#landing .servicios {
    width: 100%;
    background-color: #f5f5f5;
    padding: 90px 0px;
}

#landing .servicios h2 {
    text-align: center;
    font-size: 2.2em;
    font-weight: 700;
}

#landing .servicios h2.choose {
    margin: -54px 0px 40px 0px;
}


#landing .servicios .contiene_servicios {
    display: flex;
    column-gap: 25px;
    justify-content: center;
    margin-top: 40px;
}

#landing .servicios article{
    width: 500px;
    padding: 25px;
    color: initial;
    display: flex;
    text-decoration: none;
    flex-direction: row;
    align-items: flex-start;
}

#landing .servicios article .icono {
    margin-right: 25px;
}

#landing .servicios article h3 {
    font-size: 1.4em;
    font-weight: 700;
    margin: 0 0 25px;
    padding-bottom: 10px;
    position: relative;
}

#landing .servicios article h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #006072;
}

#landing .servicios article p {
    line-height: 23px;
    color: var(--color-text-gris);
}

#landing .servicios article:hover {

   background-color: var(--color-principal);
}

#landing .servicios article:hover h3 {
    color: white !important;
}

#landing .servicios article:hover .icono img {
    filter: grayscale(100%) brightness(1000%);
}

#landing .servicios article:hover .icono svg {
    filter: grayscale(100%) brightness(1000%);
}

#landing .servicios article:hover p {
    color: white !important;
}

#landing .servicios article:hover h3::before {
    background: white !important;
}

#landing .paises {
    display: flex;
}

#landing .paises article {
    padding: 50px 30px;
}

#landing .paises article a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: initial;
}

#landing .paises article:nth-child(odd) {
    background: var(--color-principal);
}

#landing .paises article:nth-child(even) {
    background: var(--color-footer);
}

#landing .paises article h4 {
    margin-top: 25px;
    color: white;
    font-size: 1.6em;
    font-weight: 600;
}

#landing .paises article p {
    margin-top: 25px;
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 22px;
}

#landing .paises article:hover .negro {
    filter: drop-shadow(2px 4px 6px black);
}

#landing .paises article:hover .blanco {
    filter: drop-shadow(0px 1px 4px rgba(254, 254, 254, 0.426));
}

#landing .about {
    display: flex;
}

#landing .about .imagen,
#landing .about div {
    margin-top: 60px;
    width: 50%;
    padding: 20px;
}

#landing .about .imagen img {
    width: 100%;
    height: auto;
}


#landing .about div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#landing .about h5 {
    font-size: 2.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#landing .about p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 22px;
    margin-bottom: 15px;
}

#landing .about strong {
    color: var(--color-principal);
    font-weight: 700;
    font-size: 1.2em;
}

#landing .about a {
    margin-top: 20px;
    color: white;
    background: var(--color-principal);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 40px;
}

#landing .resenas {
    background: var(--color-principal);
    margin-top: 60px;
    padding: 90px 0px 90px 0px;

}

#landing .resenas h4 {
    font-size: 2.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
    color: white;
}

#landing .resenas .slider-wrap {
    display: flex;
    width: 100%;
    overflow: hidden;
}

#landing .resenas .slider-loop {
    list-style: none;
    animation: infinity-loop 60s infinite linear 1s both;
    display: flex;
    column-gap: 25px;
    position: relative;
    margin-right: 25px;
}

#landing .resenas .slider-loop li {
    background: white;
    padding: 30px;
    width: 700px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

#landing .resenas .slider-loop li .perfil {
    display: flex;
    align-content: center;
    align-items: center;
    font-weight: 700;
    margin-bottom: 20px;
}

#landing .resenas .slider-loop li .perfil .comillas {
    margin-left: 310px;
}

#landing .resenas .slider-loop li .perfil .cliente {
    margin-right: 20px;
}

#landing .resenas .slider-loop li .valoracion {
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#landing .resenas .slider-loop li .comentario {
    line-height: 22px;
    margin-top: 10px;
    font-weight: 500;
}

#landing .resenas .slider-loop a {
    text-decoration: none;
    color: inherit;
}

#landing .partners {
    padding: 60px;
}

#landing .partners h5 {
    font-size: 2.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;

}

#landing .partners div,
#landing .members div {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

#landing .members {
    padding: 60px;
    background: var(--color-principal);
}

#landing .members h6 {
    font-size: 2.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
    color: white;

}

@keyframes infinity-loop {
    from {
        transform: translateX(0vw);
    }

    to {
        transform: translateX(-100%);
    }
}

#services.meet-us .indice{
        font-size: 1.6em;
        font-weight: 600;
        margin-top: 60px;
}

/* FOOTER */

footer {
    background-color: var(--color-footer);
    color: white;
    font-family: "Montserrat", sans-serif;
}

footer a {
    text-decoration: none;
    font-weight: 400;
    color: white;
    padding: 5px 0;
}

footer section {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    padding: 60px 20px;
    row-gap: 60px;
    flex-wrap: wrap;
}

footer .title_services {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

footer article .zip_code {
    margin-top: 5px;
    margin-bottom: 5px;
}

footer section article {
    font-size: 0.8em;
}

footer section article a:hover {
    text-decoration: underline;
}

footer svg.svg-icon-location {
    width: 23px;
    fill: white;
    position: relative;
    top: 16px;
}

footer svg.svg-icon {
    width: 23px;
    fill: white;
    position: relative;
    top: 5px;
}

footer .zip_code {
    padding-left: 27px;
}

footer nav {
    border-top: 1px solid #5a5a5a;
    padding: 10px;
    text-align: right;
    display: flex;
    justify-content: space-between;
}

footer nav p {
    font-size: 0.8em;

}

footer nav ul {
    display: flex;
}

footer nav li {
    font-size: 0.8em;
    padding-right: 20px;
}

footer nav a:hover,
footer nav li:hover {
    color: inherit !important;
    text-decoration: underline !important;
}

/* WORKWELL */

#workwell header{
    background: white;
    height: 92px;
}

#workwell header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 92px;
    max-width: 1140px;
    margin: 0 auto;
}

#workwell header p{
    font-size: 20px;
}

#workwell header .incwell{
    color:var(--color-principal);
    font-weight: 600;
    font-size:40px;
}

#workwell header p a{
    color:var(--color-principal);
    text-decoration: none;
    font-weight: 600;
}

#workwell header ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#workwell header ul a{
    text-decoration: none;
    color: #3B3C3B;
    font-weight: 500;
    padding: 15px;
}

#workwell header ul li a:hover{
    color:var(--color-principal);
    background-color: #D1F5FC;
}

#workwell section.header{
    background-image: url('https://incwell.eu/assets/img/fondo.webp');
    background-position: center;
    background-size: cover;
    padding: 70px 0px 0px 0px;
}

#workwell section.header .contenido{
    margin: 0px auto;
    max-width: 1140px;
    display: flex;
}

#workwell section.header .contenido h1{
    color: #3B3C3B;
    font-family: "Montserrat", Sans-serif;
    font-size: 55px;
    font-weight: 300;
    padding-bottom: 24px;
}

#workwell section.header .contenido h1 span {
    font-weight: 700;
    display: block;
}

#workwell section.header .contenido h2{
    color: var(--color-principal);
    font-family: "Montserrat", Sans-serif;
    font-size: 32px;
    font-weight: 300;
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border-radius: 23px 23px 23px 23px;
    margin-top: 40px;
    margin-bottom: 43px;
}

#workwell section.header .contenido a{
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #BF4200;
    border-radius: 0px 0px 0px 0px;
    color:white;
    text-decoration: none;
    padding: 12px 24px;
}

#workwell section.service{
    margin: 0 auto;
    max-width: 1140px;
    display: flex;
    padding: 80px 0px 80px 0px;
}

#workwell section.service .first, #workwell section.service .second{
    display: flex;
    flex-direction: column;
    padding:10px;
}


#workwell section.service .first .title{
    color: var(--e-global-color-912159b);
    font-family: "Montserrat", Sans-serif;
    font-size: 64px;
    font-weight: 300;
    line-height: 70px;
    padding: 0px 0px 90px 0px;
}

#workwell section.service .first .title span{
    color: #006072;
    font-weight: bold;
}

#workwell section.service article{
    background-color: #EDFCFF;
    padding: 30px 30px 30px 30px;
    border-radius: 40px 40px 40px 40px;
}

#workwell section.service article h3{
    margin-bottom: 15px;
    color: var(--color-principal);
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
}

#workwell section.service article p{
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
}

#workwell section.why{
    background: #C7EEF5;
    padding: 70px 0px 20px 0px;
}

#workwell section.why .contenedor{
    margin: 0 auto;
    max-width: 1140px;
}

#workwell section.why .contenedor .title{
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 60px;
}

#workwell section.why .contenedor .title span{
color: var(--color-principal);
font-weight: 700;
display: block;
}

#workwell section.why .contenedor article{
    display: flex;
    margin-bottom: 100px;
}

#workwell section.why .contenedor article .img{
    width: 25%;
    text-align: center;
}

#workwell section.why .contenedor article .contenido{
    width: 75%;
}

#workwell section.why .contenedor article img{
 
    padding: 15px 0px 0px 0px;
    text-align: center;
}

#workwell section.why .contenedor article h4{
    font-size: 32px;
    font-weight: 600;
    color:var(--color-principal);
    margin-bottom: 45px;
}

#workwell section.why .contenedor article p{
    text-align: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 39px;
    padding-right: 30px;
}

#workwell section.beyond .contenedor{
    margin: 80px auto;
    max-width: 1140px;
    display: flex;
    align-items: center;
}

#workwell section.beyond .contenedor .cartel{
    width: 85%;
    border-radius: 60px 60px 60px 60px;
    padding: 86px 95px 86px 162px;
    background-color: transparent;
    background-image: linear-gradient(134deg, #9AEFFF 0%, #006072 98%);
}

#workwell section.beyond .contenedor img{
    position: relative;
    left: 110px;
}

#workwell section.beyond .contenedor .cartel p{
    text-align: left;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 300;
    line-height: 39px;
}

#workwell section.contact .contenedor{
    margin: 100px auto;
    max-width: 1140px;
    display: flex;
    column-gap: 25px;
}

#workwell section.contact .contenedor .datos{
    width: 33%;
}

#workwell section.contact .contenedor .datos .incwell{
    color: var(--color-principal);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

#workwell section.contact .contenedor .datos .texto{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

#workwell section.contact .contenedor .datos .texto a{
    color: var(--color-principal);
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
}

#workwell section.contact .contenedor .form{
    width: 66%;
}

#workwell section.contact .contenedor .form p{
    font-size: 20px;
    color: #006072;
    margin-bottom: 25px;
}

#workwell section.contact .contenedor form{
    background: linear-gradient(to bottom, #f6f6f6 0, #d9dadb 100%);
    padding: 30px 15px 30px 15px;
}

#workwell section.contact .contenedor form .mitad{
    width: calc(50% - 20px);
    display: inline-block;
    margin-bottom: 10px;
}

#workwell section.contact .contenedor form .mitad:nth-child(odd){
    margin-right: 20px;
}

#workwell section.contact .contenedor form .full{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}


#workwell section.contact .contenedor form input,#workwell section.contact .contenedor form textarea {
    border: 1px solid #d2d2d2;
    padding: 8px 15px;
}

#workwell section.contact .contenedor form label{
color: var(--color-principal);
}

#workwell section.contact .contenedor form label.checkbox{
    color: black;
}

#workwell section.contact .contenedor form label.checkbox a{
    color:var(--color-principal);
    text-decoration: none;
}

#workwell section.contact .contenedor form label.checkbox a:hover{
    text-decoration: underline;
}

#workwell section.contact .contenedor form button{
    background: var(--color-principal);
    color: white;
    padding: 15px 25px;
    border:none;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 14px;
}

#workwell section.contact .contenedor form button:hover{
    background: var(--color-enfasis);
}
/* CONSENTIMIENTO COOKIE  */

.cookie-consent-banner-open {
    cursor: pointer;
}

#cookie-consent-banner {
    position: fixed;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
    max-width: 700px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 3px 30px #00000057;
    border-radius: 10px;
    opacity: .95;
    font-family: system-ui, sans-serif;
    font-weight: 400;
    color: var(--color-negro);
    z-index: 40000
}

#cookie-consent-banner p.titulo {
    text-align: center;
    font-size: 1.2em;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-top: 20px;
}

#cookie-consent-banner p {
    text-align: center;
    font-size: 1em;
    line-height: 26px;
    text-wrap: balance;
    margin-bottom: 0px;
}

#cookie-consent-banner label {
    font-size: 1em;
    line-height: 26px
}

#cookie-consent-banner label input {
    margin-right: 10px;
    width: 18px;
    height: 18px
}

#cookie-consent-banner .cookie-consent-buttons,
#cookie-consent-banner .cookie-consent-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
    gap: 20px
}

#cookie-consent-banner .cookie-consent-buttons button {
    display: block;
    padding: 10px 25px;
    border: 0;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 23px
}

#cookie-consent-banner a {
    color: black;
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(3) {
    background-color: #595959;
    cursor: pointer
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(2) {
    background-color: #595959;
    cursor: pointer
}

#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(1) {
    background-color: var(--color-principal);
    cursor: pointer
}

#cookie-consent-banner .cookie-consent-buttons button:hover {
    background-color: var(--color-text-gris);
}

.grecaptcha-badge {
    bottom: 139px !important;
}

/* TELEFONO */
.correo-button-container, .telefono-button-container {
    position: fixed;
    bottom: 87px;
    right: 5px;
    z-index: 1000
}

.correo-button-container svg {
    margin-right: 13px;
}

.telefono-button {
    display: flex;
    align-items: center;
    background-color: black;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: background-color .3s, box-shadow .3s
}

.telefono-button:hover {
    background-color: var(--color-principal);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    color: #fff !important
}

.telefono-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

/* WHATSAPP */
.whatsapp-button-container {
    position: fixed;
    bottom: 36px;
    right: 5px;
    z-index: 1000
}

.whatsapp-button {
    display: flex;
    align-items: center;
    background-color: #058936;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    transition: background-color .3s, box-shadow .3s;
    cursor: pointer;
}

.whatsapp-button:hover {
    background-color: #128c7e;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
    color: #fff !important
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

/* CHATBOT */

#cam_neexa-xyz-ym-iframe-unique_C {
    left: 20px!important;
    width: 72px;
}

#app-root .neexa-visibility .neexa-chat-toggle img {
    background-image: linear-gradient(115deg, #128c7e 30%, #128c7e 100%)!important;
}

@media screen and (width < 1550px) {
    #landing #desktop,
    #services #desktop {
        box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
        background-color: white !important;
        z-index: 2;
    }
    
    #landing #desktop .menu li a,
    #services #desktop .menu li a {
        color: var(--color-principal);
    
    }

    #landing #desktop .lenguajes,
    #services #desktop .lenguajes{
        width: 200px;
    }

    #landing #desktop .menu,
    #services #desktop .menu {
        width: calc(100% - 200px);
    }
    
}
@media screen and (width < 1450px) {

    #landing .servicios article{
        width: 45%;
    }

    footer section article {
        width: 30%;
    }

}

@media screen and (width < 1400px) {

    #landing .paises {
        flex-wrap: wrap;
    }

    #landing .paises article {
        width: 33.333%;
    }

}

@media screen and (width < 1250px) { 

    #landing main{
        padding-top: 40px;
    }

    #landing .cabecera .descripcion {
        padding: 0px 50px;
    }

    #landing .cabecera .descripcion .incwell{
        font-size: 4em;
    }

    #landing .cabecera .descripcion .contactos {
        row-gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    #landing .cabecera .descripcion .contactos .telefono {
        margin-right: 0px;
    }

    #landing .servicios .contiene_servicios {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    #landing .servicios article {
        /*width: calc(50% - 25px);*/
    }

    #workwell section.service {
        flex-direction: column;
    }

    #workwell section.service .first .title {
        padding: 0px 20px 90px 20px;
    }

    #workwell section.why .contenedor .title {
        padding-left: 35px;
        padding-right: 35px;
    }

    #workwell section.header .contenido{
        flex-direction: column;
        row-gap: 44px;
        align-items: center;
        padding: 0px 30px;
    }

    #workwell section.beyond .contenedor .cartel {
        padding: 45px 20px 45px 48px;
    }

    #workwell section.beyond .contenedor img {
        position: relative;
        left: 27px;
        width: 90px;
        height: auto;
    }

    #workwell section.contact .contenedor {
        flex-direction: column;
        row-gap: 30px;
        align-content: center;
        align-items: flex-start;
        padding: 0px 20px;
    }

    #workwell section.contact .contenedor .form,
    #workwell section.contact .contenedor .datos {
        width: 100%;
    }
}

@media screen and (width < 1200px) {
    #workwell header nav {
        justify-content: space-around;
    }
}

@media screen and (width < 1150px) {

    footer nav {
        text-align: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    footer nav p {
        margin-bottom: 10px;
    }

    footer nav ul {
        justify-content: space-evenly;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    footer nav li {
        margin-left: inherit !important;
        padding-right: inherit !important;
    }

}

@media only screen and (min-width: 1024px) {
    .telefono-button-container {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .correo-button-container {
        display: none;
    }
}

@media screen and (width < 990px) {

    #landing #desktop,
    #services #desktop,
    #workwell #desktop {
        display: none;
    }

    #landing #movil,
    #services #movil,
    #workwell #movil {
        display: block;
    }

    #landing #movil .mostrar,
    #services #movil .mostrar,
    #workwell #movil .mostrar{
        display: block!important;
    }

    #landing #movil .desplegable,
    #services #movil .desplegable {
        display: none;
        padding: 30px;
        background: white;
        box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
    }

    #workwell #movil .desplegable {
        display: none;
    }

    #landing #movil .desplegable a,
    #services #movil .desplegable a,
    #workwell #movil .desplegable a {
        text-decoration: none;
        color: var(--color-principal)
    }

    #landing #movil .desplegable ul,
    #services #movil .desplegable ul{    
        margin-bottom: 20px;
    }

    #workwell #movil .desplegable ul{    
        margin-top: 30px;
    }

    #landing #movil .desplegable li,
    #services #movil .desplegable li,
    #workwell #movil .desplegable li{    
        margin-bottom: 5px;
    }

    #workwell #movil .desplegable ul{    
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: column!important;
    }

    #services .contenido {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        max-width: 1600px;
        margin: 0 auto;
    }

    #services aside {
        padding: 35px;
        width: 100%;
    }

    #services aside .foto_account {
        width: 320px;
    }

    #services .principal {
        padding: 35px 35px 35px 35px;
        width: 100%;
    }

}

@media screen and (width < 940px) {
    #services nav#servicios {
        padding-bottom: 55px;
    }
    
}

@media screen and (width < 850px) {

    #services p.incwell.escritorio {
        display: none;
    }

    #services p.incwell.escritorio {
        display: none;
    }

    #services header h1 {
        padding-top: 75px;
    }


    #landing .cabecera {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        row-gap: 25px;
        padding-top: 50px;
    }

    #landing .cabecera .descripcion, #landing .cabecera .imagen {
        width: 100%;
    }

    #landing .cabecera .imagen {
        height: 400px;
    }

    #landing .cabecera .incwell{
        display: none;
    }

     #landing .cabecera .descripcion h1 {
        font-size: 1.8em;
    }

    #landing .partners div, #landing .members div {
        display: flex;
        align-content: center;
        flex-direction: column;
        row-gap: 30px;
        align-items: center;
        justify-content: space-evenly;
    }

    #landing .paises article {
        width: 50%;
    }

    #landing .paises .france, #landing .paises .irish, #landing .paises .italy{
        background: var(--color-principal)!important;
    }

    #landing .paises .spain, #landing .paises .dubai, #landing .paises .arabia  {
        background: var(--color-negro)!important;
    }

    #landing .about {
        flex-direction: column-reverse;
    }

    #landing .about div{
        width: 100%!important;
        margin-top: 30px!important;
    }

    #landing .about h5 {
        width: 100%;
        text-align: center;
    }

    #landing .resenas {
        margin-top: 25px;
        padding: 60px 0px 44px 0px;
    }

    #landing .resenas h4{
        font-size: 1.8em;
    }

    footer nav p {
        margin-bottom: 20px;
    }

    footer nav ul{
        flex-direction: column;
        row-gap: 10px;
        align-items: flex-start;
    }
}

@media screen and (width < 820px) {

    footer section article {
        width: 50%;
    }

    #workwell section.why .contenedor article img {
        width: 100px;
        height: auto;
        margin-bottom: 15px;
    }

}

@media screen and (width < 750px) {

    #landing .servicios article {        
        row-gap: 15px;
        flex-direction: column;
    }

}

@media screen and (width < 650px) {

#landing .servicios .contiene_servicios {
    flex-wrap: wrap;
    row-gap: 20px;
}

#landing .servicios article {
    width: calc(100% - 25px);
}

#workwell .header .contenido img {
    width: 200px;
    height: auto;
}

#workwell section.header .contenido h1 {
    font-size: 40px;
}

#workwell section.header .contenido h2 {
    font-size: 25px;
}

#workwell section.service .first .title {
    color: black;
    font-size: 35px;
    line-height: 44px;
}

#workwell section.service article h3 {
    font-size: 25px;
}

#workwell section.service article p {
    font-size: 18px;
}

#landing .paises article {
    width: 100%;
}

#landing .paises .spain, #landing .paises .arabia, #landing .paises .italy{
    background: var(--color-principal)!important;
}

#landing .paises .france, #landing .paises .dubai, #landing .paises .irish  {
    background: var(--color-negro)!important;
}

#workwell section.why .contenedor .title {
    font-size: 35px;
}

#workwell section.why .contenedor article h4 {
    font-size: 25px;
    margin-bottom: 10px;
}

#workwell section.why .contenedor article p {
    font-size: 18px;
    line-height: 26px;
}

#workwell section.beyond .contenedor .cartel p {
    font-size: 25px;
    line-height: 33px;
}
}

@media screen and (width < 620px) {

    #services nav#servicios {
        background: white;
        height: 139px;
    }
    
    #services nav#servicios ul {
        flex-direction: column;
        background: white;
        padding-bottom: 10px;
    }

    #services nav#servicios ul li {
        padding: 3px 0px;
    }

    #services .principal form .name, #services .principal form .email {
        width: 100%;
    }

    #workwell section.contact .contenedor form .mitad {
        width: 100%;
    }

    #workwell section.contact .contenedor form label.mitad {
        display:none;
    }
}

@media screen and (width < 560px) {

    #workwell section.beyond .contenedor {
        margin: 25px auto;
        flex-direction: column;
    }

    #workwell section.beyond .contenedor img {
        top:38px;
        left: 0px;
    }

    #workwell section.beyond .contenedor .cartel {
        padding: 45px 20px 45px 20px;
    }
    
    footer section article {
        width: 100%;
    }

}

@media screen and (width < 470px) {
    #services .contenido_principal .imagenes {
        row-gap: 12px;
        flex-direction: column;
    }

    #services .contenido_principal .imagenes img {
        width: 100%;
    }

    #workwell section.why .contenedor article {
        margin-bottom: 45px;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (width < 392px) {

    #services aside .foto_account {
        width: 100%;
    }
    
    #workwell section.header .contenido a{
        width: 100%;
        display: block;
    }
}

