:root {
    --white: #FFFFFF;
	--yellow: #EFD275;
	--brown: #C9874B;
	--warm-grey: #BFB8AC;
	--light-brown: #BFA97C;	
	--yellow-green: #C8CE9D;
	--light-green: #757579;
	--green: #9EA174;
	--green2: #77a49e;
	--darkgreen: #80825e;
	--cyan: #77A59F;
	--black: #000000;
	--swiper-navigation-size:20px;
	--principal: #E45900;
	--secundario: #FF5800;
    --orange_dark:#CC4E00;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.fotoanimada{-webkit-transform: scale(0.5);    transform: scale(0.5);}
.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
 /* ----------------------------------------------
 * Generated by Animista on 2024-4-22 19:26:1
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes scale-up-center {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

/* GENERALES */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Avenir LT Std';, sans-serif;
	font-weight: 700;
  }
  a {
	color: var(--principal);
  }
  .espacioArribaAbajo {
    padding: 2% 0;
}

.espacioArriba {
    padding: 2% 0 0;
}

.espacioAbajo {
    padding: 0 0 2%;
}
.fondogris {background: var(--background-secundario);}
.fondoblanco {background: rgba(255,255,255, 1)}
.fondogreen {background: var(--darkgreen);}
.fondogreen2 {background: var(--green2);}
.fondogreen h2 {font-size: clamp(20px,2.8vw,35px)}
.fondogreen h2 a {color: var(--white);}
.fondogreen h2 a:hover {color: var(--yellow);}
.fondogreen2 a{color:#fff;} 
.fondogreen2 p{margin-bottom: 0;font-size: clamp(30px,2.5vw,40px);}
#cabecera > div > .row{justify-content: center; align-items: center;}
.swiper-pagination-bullet-active:hover, .swiper-pagination-bullet-active {
	background-color: var(--principal);
	box-shadow: none;
  }
  /*Mòduls*/
  .icontext{display: flex;	flex-direction: column;	align-items: center;}
  .icontext .feature-icon{max-width: 120px;margin-bottom: 15px;}
  .icontext .feature-icon img{}
  .icontext .feature-info{}
  .icontext .feature-info p{font-size: 16px; text-align: center;}

  /*Mòduls*/
  strong, h2, .h2{
    color: var(--orange_dark);
  }
  /* SEPARADOR TITULO I TEXTO */
  .underline2 h1::after, .underline2 h2::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid var(--principal);
    width: clamp(6.25rem, 5.2083rem + 3.4722vw, 9.375rem);
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
}


h1{margin-bottom: 0 !important; line-height: normal; }
/* HEADER */
.cbp-af-header .navbar .navbar-nav > .nav-item{
    margin-top: 0;
    margin-bottom: 0;
}

.cbp-af-header .navbar .navbar-brand{
    display: flex;
    align-items: center;
}
.cbp-af-header .navbar .navbar-brand img{
    transform: scale(1.1);
}

/* FOOTER */
#footer .formText{
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}
#footer .formText h3{
    color: #000;
    margin-bottom: 10px;
}
#footer .formText p{
    margin-bottom: 10px;
}
/* HOME */

/* SERVICIOS HOME*/
.swiper-wrapper .swiper-slide .post-details{margin-top:15px;}
.swiper-slide .post-details h2{ font-size: 24px;}
.swiper-slide .post-details { line-height: normal;}
.underline h1::after {
    border-bottom: 3px solid var(--principal);
    bottom: -15px !important;
  }
  .fitxa h1{line-height: 2.5rem;;}
  .fitxa h2{line-height: 2.5rem; margin-top:16px;}
/* SERVICIOS Y PROYECTOS HOME */
#index .product-list .item{
    margin-bottom: 60px !important;
}
#index .product-list .single-post-slide-wrap {
    overflow: hidden;
}
#index .product-list .item img{
    transition: all 0.2s ease-in;
}
#index .product-list .single-post-slide-wrap .post-details {
    position: absolute;
}
#index .product-list .single-post-slide-wrap .post-details h3{
    text-align: left;
    font-size: 16px;
    line-height: normal;
}
#index .product-list .item:hover img {
    transform: scale(1.08);
}
#index .product-list .item:hover h3{
    color: var(--secundario);
}
/* CLIENTES HOME */
html #index .swiper-button-prev, 
html #index .swiper-button-next {
    top: 40% !important;
}
/* SERVICIOS */
#servicios .product-list .item{
    margin-bottom: 30px !important;
}
#servicios .product-list .item img{
    transition: all 0.2s ease-in;
}
#servicios .product-list .item:hover img {
    transform: scale(1.08);
}
#servicios .product-list .item:hover h3{color: var(--secundario);}
#servicios .product-list .single-post-slide-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#servicios .product-list .single-post-slide-wrap .post-details {
    position: absolute;
    width: 100%;
    padding: 15px 60px;
}
#servicios .product-list .single-post-slide-wrap .post-details .post-content{
    background-color: #fff;
    text-align: center;
    padding: 30px 0;
}
#servicios .product-list .single-post-slide-wrap .post-details h3{
    font-size: clamp(16px, 2vw, 22px);
    margin: 0 auto;
    transition: color 1s ease;
    line-height: normal;
    width: 80%;
}
/* FICHA SERVICIOS */
.Services.fitxa .btn.btn-brand:hover{
    border-color: var(--principal);
    background-color: transparent !important;
    box-shadow: 0px 0px 8px 3px var(--principal);
}
.serviceGallery article{
    padding: 0;
    margin-bottom: 15px;
}
.serviceImg > div{
    margin-bottom: 15px;
}
.serviceVideo > div > div{
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.serviceVideo .ytplayer{
    width: 100%;
}
.serviceVideo{
    margin-bottom: 15px;
}
/* PROYECTOS */
#proyectos .product-list .item{
    margin-bottom: 60px !important;
}
#proyectos .product-list .single-post-slide-wrap {
    overflow: hidden;
}
#proyectos .product-list .item img{
    transition: all 0.2s ease-in;
}
#proyectos .product-list .single-post-slide-wrap .post-details {
    position: absolute;
}
#proyectos .product-list .single-post-slide-wrap .post-details h3{
    text-align: left;
    font-size: 16px;
}
#proyectos .product-list .item:hover img {
    transform: scale(1.08);
}
#proyectos .product-list .item:hover h3{
    color: var(--secundario);
}
/* fins aqui llistat projecte, despres filtres */
#proyectos .filter, .filter_1{
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 15px
}
#proyectos #filter_1 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    background: #eee;
    padding: 15px 30px;
}
#proyectos #filter_1 .filter-field {
    text-transform: uppercase;
}
#proyectos .filter p {
    margin-bottom: 0.5rem;
}
#proyectos .button-filter,
#proyectos .btn.btn-secondary{
    line-height: 1;
    margin: 0 4px 4px 0;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px !important;
    background: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
    transition: all .3s linear;
}
#proyectos .button-filter:hover,
#proyectos .btn.btn-secondary:hover{
    border: 1px solid var(--secundario);
    color: var(--secundario) !important;
    background-color: #fff !important;
    box-shadow: unset !important;
}
#proyectos .filter-buttons,
#proyectos .btn.btn-secondary{
    display: inline-block;
}
#proyectos .button-filter input {
    display: none;
    visibility: hidden;
}
/* FICHA PROYECTOS */
.Proyectos.fitxa .btn.btn-brand:hover{
    border-color: var(--principal);
    background-color: transparent !important;
    box-shadow: 0px 0px 8px 3px var(--principal);
}
.projectGallery article{
    padding: 0;
    margin-bottom: 15px;
}
.projectImg > div{
    margin-bottom: 15px;
}
.projectVideo{
    margin-bottom: 15px;
}
.projectVideo > div > div{
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.projectVideo .ytplayer{
    width: 100%;
}
/* CONTACTO */
#contacte{
    background-color: #FF5800;
}
#contacte h1, #contacte h2{
    color: #fff;
}
.faqTitle h3 {
    font-size: clamp(1.125rem, 0.9375rem + 0.625vw, 1.6875rem);
    font-weight: 300;
    line-height: 27px;
}
.faqForm{
    color: white;
}
.faqForm .contact-form-wrapper form fieldset > .form-input-item{
    margin-bottom: 15px;
}
.faqForm .contact-form-wrapper form fieldset > .form-input-item:nth-child(1), 
.faqForm .contact-form-wrapper form fieldset > .form-input-item:nth-child(2), 
.faqForm .contact-form-wrapper form fieldset > .form-input-item:nth-child(4), 
.faqForm .contact-form-wrapper form fieldset > .form-input-item:nth-child(3) {
    width: 49.6%;
    display: inline-block;
}
.faqForm .contact-form-wrapper form fieldset > .form-input-item textarea{
    height: 200px;
}
.faqForm button#singlebutton {
    text-transform: uppercase;
    background-color: #7c7c7c;
    border: unset;
    border-radius: 0;
    color: #000000;
    border-radius: 0px;
    font-size: 15px;
    font-weight: bold !important;
    padding: 15px 5% !important;
}
.faqForm button#singlebutton:hover{
    background-color: #595959 !important;
    box-shadow: unset;
}
form input[type="checkbox"]{
    margin-top: unset !important;
}
form input[type="email"] {
    margin: 0 0 10px 0;
    height: 50px;
    padding: 0 0 0 13px;
}
textarea#comentario{
    padding-left: 13px !important;
}
textarea#comentario,
::placeholder {
    font-size: clamp(0.625rem, 0.5rem + 0.4167vw, 1rem) !important;
}
.contact-form-wrapper form .form-input-item input {
    width: 100% !important;
    background-color: #fff;
}
.contact-form-wrapper form .form-input-item textarea {
    width: 100% !important;
    background-color: #fff;
}
.contactFormContainer > div.row{
    display: flex;
    justify-content: end;
}
.formText{
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
}
.formText .h4{
    color: #000;
    margin-bottom: 10px;
}
.formText p{
    margin-bottom: 10px;
}
#contacte .formText p a{
    color: #000;
    text-decoration: none;
}
#contacte .formText p a:hover{
    color: var(--principal);
    text-decoration: underline;
}
#contacte .underline2 h1::after, #contacte .underline2 h2::after {
    border-color: #fff;
}
/* QUIEN SOMOS */

#quien-somos .imagenRedonda img{
    border-radius: 50%;
}
#quien-somos .informacion{
    padding: 2% 15px;
}
#quien-somos .informacion > div.row{
    align-items: center;
}
#quien-somos .miniHeader div{
    font-size: clamp(0.75rem, 0.6667rem + 0.2778vw, 1rem);
}
/* HEALTHCARE */
#healthcare .product-list .item{
    margin-bottom: 60px !important;
}
#healthcare .product-list .single-post-slide-wrap {
    overflow: hidden;
}
#healthcare .product-list .item img{
    transition: all 0.2s ease-in;
}
#healthcare .product-list .single-post-slide-wrap .post-details {
    position: absolute;
}
#healthcare .product-list .single-post-slide-wrap .post-details h3{
    text-align: left;
    font-size: 16px;
}
#healthcare .product-list .item:hover img {
    transform: scale(1.08);
}
#healthcare .product-list .item:hover h3{
    color: var(--secundario);
}
#healthcare .imagenRedonda img{
    border-radius: 50%;
    width: 90%;
    border: 4px solid var(--principal);
}
 .proyectoHealthcare .product-list > div.row{
    justify-content: center;
}
.healthcareText p{
    margin-bottom: clamp(0.625rem, 0.3125rem + 1.0417vw, 1.5625rem);
}
.healthcareText ul{
    column-count: 2;
    column-gap: 40%;
}
.healthcareText ul li{
    font-size: clamp(0.875rem, 0.8333rem + 0.1389vw, 1rem);
}

#healthcare .informacion{
    display: flex;
}
.healthcareImage {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#healthcare .miniHeader div{

}
/* CSS TEMPORAL */
.estilosTemporales{
    a{

    }
    div{
        display: block;
        unicode-bidi: isolate;
    }
    .et_pb_column {
        float: left;
        position: relative;
        background-position: center;
        background-size: cover;
    }
    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, font, 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 {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 100%;
        vertical-align: baseline;
    }
    @media (min-width: 981px){
        .et_pb_row .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child {
            margin-right: 0 !important;
        }
    }
    .et_pb_row .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child {
        margin-right: 0 !important;
    }
    @media (min-width: 981px){
        .et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
            width: 100%;
        }
    }
    @media (min-width: 981px){
        .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column {
            margin-right: 5.5%;
        }
    }
    @media (min-width: 981px){
    .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child {
        margin-bottom: 0;
    }
    }

    @media (min-width: 981px){
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
        margin-bottom: 2.75%;
    }
    }
    .et_pb_animation_top.et-animated {
        opacity: 1;
        -webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
        -moz-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
        -o-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
        animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    }
    .et-waypoint {
        opacity: 0;
    }
    .et_pb_row, .et_pb_row_inner, .et_pb_module, .et_pb_counters .et_pb_counter_container, .et_pb_portfolio_item, .et_pb_pricing_table, .et_pb_all_tabs, .et_pb_tab, .et_pb_slide, .et_pb_with_background {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .innertitle-cont, .title-cont {
        width: 100%;
        text-align: center;
        color: #fff;
    }
    .service-row {
        position: relative;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }
    .maintitle {
        width: 70%;
        margin: 0 15%;
        text-align: center;
    }
    #noticias .innertitle-cont .maintitle .line, #clientes .innertitle-cont .maintitle .line, #healthcare-title .maintitle .line, .innertitle-cont .maintitle .line, .maintitle .line {
        width: 15%;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
        display: inline-block;
        vertical-align: middle;
    }
    .innertitle-cont .maintitle .line {
        border-bottom: 1px solid var(--principal);
    }
    #clientes .innertitle-cont .maintitle h2, #healthcare-title .innertitle-cont .maintitle h2, .innertitle-cont .maintitle h2, .maintitle h2 {
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 100%;
        display: inline-block;
        text-transform: uppercase !important;
        color: #fff;
        padding-bottom: 0;
        padding-left: 1%;
        padding-right: 1%;
    }
    .innertitle-cont .maintitle h2 {
        color: var(--orange_dark);
    }
    
    @media only screen and (min-width: 981px){
        h3 {
            font-size: 26px;
        }
    }
    h1, h2, h3, h4, h5, h6, .et_quote_content blockquote p, .et_pb_slide_description .et_pb_slide_title {
        font-weight: bold;
        font-style: normal;
        text-transform: none;
        text-decoration: none;
        line-height: 1.5em;
    }
    
    #healthcare-title h3, h3 {
        font-weight: bold;
        font-size: 33px !important;
        width: 100%;
        line-height: 30px !important;
        color: #000;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    #healthcare-title h3 span, h3 span {
        font-weight: 400;
        font-size: 23px;
        width: 100%;
        line-height: 23px;
    }
    .gray-bg {
        background-color: #f5f5f5;
    }
    .service-col66h, .service-col33h, .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
        height: 236px;
    }
    .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
    }
    .service-66-a {
        background-image: url(/media/images/home/servicios-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .service-col66h, .service-col66 {
        width: 66%;
    }
    .service-col66h, .service-col33h, .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
        height: 236px;
    }
    .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
    }
    .service-33-a {
        background-image: url(/media/images/home/servicio-2.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    
    .service-col66h, .service-col33h, .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
        height: 236px;
    }
    .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
    }
    .service-col66h, .service-col33h, .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
        height: 236px;
    }
    .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
    }
    .gray-bg {
        background-color: #f5f5f5;
    }
    .service-col66h, .service-col33h, .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
        height: 236px;
    }
    .service-col66, .service-col33 {
        position: relative;
        width: 33%;
        float: left;
    }
    ul.service-list {
        width: 100%;
        padding: 4%;
        vertical-align: middle;
        display: inline;
    }
    #left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
        padding: 0 0 23px 1em;
        line-height: 26px;
        list-style-type: disc;
    }
    body, h1, h2, h3, h4, h5, p, a, ul, li {
        font-family: 'Hind', sans-serif;
    }
    ol, ul {
        list-style: none;
    }
    ul.service-list li {
        list-style: disc inside none;
        color: #525256;
        font-size: 16px;
        font-weight: 500;
        line-height: 140%;
        padding-left: 4%;
    }
    body, h1, h2, h3, h4, h5, p, a, ul, li {
        font-family: 'Hind', sans-serif;
    }
    .service-col66h, .service-col66 {
        width: 66%;
    }
    display: flex;
    justify-content: center;
    @media (max-width: 980px) {
        #servicios .et_pb_column, #healthcare-title .et_pb_column {
            margin-bottom: 0;
        }
    }
    .et_pb_row .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child {
        margin-right: 0 !important;
    }
    @media (max-width: 980px) {
        .et_pb_column {
            margin-bottom: 30px;
        }
    }
    
    @media (max-width: 980px) {
        .et_pb_column {
            width: 100% !important;
        }
    }
    @media (max-width: 980px) {
        .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child {
            margin-bottom: 0;
        }
    }
    
    @media (max-width: 980px) {
        .et_pb_section .et_pb_column .et_pb_module {
            margin-bottom: 30px;
        }
    }
    .et_pb_animation_top.et-animated {
        opacity: 1;
        -webkit-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
        -moz-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
        -o-animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
        animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    }
    .et-waypoint {
        opacity: 0;
    }
    @media (max-width: 1180px) {
        #partners-title p, .maintitle {
            width: 100%;
            margin: 0;
        }
    }
    @media (max-width: 980px) {
        #clientes .innertitle-cont .maintitle h2, #healthcare-title .innertitle-cont .maintitle h2, .innertitle-cont .maintitle h2, .maintitle h2 {
            font-size: 14px;
        }
    }
    @media (max-width: 980px) {
        #healthcare-title h3, h3 {
            font-size: 23px !important;
            line-height: 21px !important;
        }
    }
    @media (max-width: 1180px) {
        #healthcare-title h3, h3 {
            font-size: 28px !important;
            line-height: 26px !important;
        }
    }
    @media (max-width: 1330px) {
        #healthcare-title h3, h3 {
            font-size: 30px !important;
        }
    }
    @media (max-width: 980px) {
        ul.service-list li {
            font-size: 13px;
            padding-left: 7%;
            padding-right: 7%;
        }
    }
    @media (max-width: 1180px) {
        ul.service-list li {
            font-size: 15px;
        }
    }
    @media (max-width: 580px) {
        #noticias .innertitle-cont .maintitle .line, #clientes .innertitle-cont .maintitle .line, #healthcare-title .maintitle .line, .innertitle-cont .maintitle .line, .maintitle .line {
            margin-bottom: 9px;
        }
    }
    
    @media (max-width: 768px) {
        #noticias .innertitle-cont .maintitle .line, #clientes .innertitle-cont .maintitle .line, #healthcare-title .maintitle .line, .innertitle-cont .maintitle .line, .maintitle .line {
            width: 8%;
        }
    }
    @media (max-width: 980px) {
        #noticias .innertitle-cont .maintitle .line, #clientes .innertitle-cont .maintitle .line, #healthcare-title .maintitle .line, .innertitle-cont .maintitle .line, .maintitle .line {
            width: 10%;
        }
    }
    @media (max-width: 768px) {
        #clientes .innertitle-cont .maintitle h2, #healthcare-title .innertitle-cont .maintitle h2, .innertitle-cont .maintitle h2, .maintitle h2 {
            font-size: 13px;
        }
    }
    @media (max-width: 580px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: auto;
            min-height: 180px;
            width: 100%;
        }
    }
    @media (max-width: 768px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: 290px;
        }
    }
    @media (max-width: 580px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: auto;
            min-height: 180px;
            width: 100%;
        }
    }
    @media (max-width: 768px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: 290px;
        }
    }
    @media (max-width: 580px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: auto;
            min-height: 180px;
            width: 100%;
        }
    }
    @media (max-width: 768px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: 290px;
        }
    }
    @media (max-width: 580px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: auto;
            min-height: 180px;
            width: 100%;
        }
    }
    @media (max-width: 768px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: 290px;
        }
    }
    @media (max-width: 580px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: auto;
            min-height: 180px;
            width: 100%;
        }
    }
    @media (max-width: 768px) {
        .service-col66h, .service-col33h, .service-col66, .service-col33 {
            height: 290px;
        }
    }

}
#footer .infoBlock .h3 {
    font-size: 20px !important;
    line-height: normal !important;
}
form small {
    font-size: 100%;
    font-weight: 700;
    color: #000;
}
form label#accept {
    display: flex;
    color: #000;
}

#footer a{text-decoration: underline;}
a:focus,button:focus,.btn.focus, .btn:focus { outline: 2px solid var(--orange_dark) !important;}
a:hover:focus,button:hover:focus, .btn:hover:focus {    outline: none !important;   }