.elementor-kit-5{--e-global-color-primary:#002561;--e-global-color-secondary:#F5821F;--e-global-color-text:#333333;--e-global-color-accent:#00ABEA;--e-global-color-4d0fc9c:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:1.4em;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:1.2em;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:0.8em;--e-global-typography-accent-font-weight:400;--e-global-typography-04747b5-font-family:"Montserrat";--e-global-typography-04747b5-font-size:0.8em;--e-global-typography-04747b5-font-weight:600;--e-global-typography-04747b5-text-transform:uppercase;--e-global-typography-04747b5-line-height:1.6em;--e-global-typography-04747b5-letter-spacing:1.2em;--e-global-typography-3796216-font-family:"Montserrat";--e-global-typography-3796216-font-size:0.7em;--e-global-typography-3796216-font-weight:400;--e-global-typography-3796216-line-height:1.4em;--e-global-typography-3796216-letter-spacing:0.1em;--e-global-typography-3796216-word-spacing:0.3em;--e-global-typography-bc899ba-font-family:"Montserrat";--e-global-typography-bc899ba-font-size:1em;--e-global-typography-511fe3a-font-family:"Montserrat";--e-global-typography-511fe3a-font-size:1.4em;--e-global-typography-511fe3a-font-weight:700;--e-global-typography-e05fd99-font-family:"Montserrat";--e-global-typography-e05fd99-font-size:1em;--e-global-typography-e05fd99-font-weight:700;--e-global-typography-e05fd99-line-height:1em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h2{font-family:"Montserrat", Sans-serif;font-size:1.4em;font-weight:700;line-height:1em;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:var( --e-global-typography-04747b5-font-family ), Sans-serif;font-size:var( --e-global-typography-04747b5-font-size );font-weight:var( --e-global-typography-04747b5-font-weight );text-transform:var( --e-global-typography-04747b5-text-transform );line-height:var( --e-global-typography-04747b5-line-height );letter-spacing:var( --e-global-typography-04747b5-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-04747b5-font-size );line-height:var( --e-global-typography-04747b5-line-height );letter-spacing:var( --e-global-typography-04747b5-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:var( --e-global-typography-04747b5-font-size );line-height:var( --e-global-typography-04747b5-line-height );letter-spacing:var( --e-global-typography-04747b5-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-image-box-title{
    list-style-type: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: -3em;
    margin-left: 2em;
    margin-right: 2em;
    display: inline flow-root list-item;
    background-color: #002561;

}
.CardServicio img{   

}
.elementor-image-box-img{
    z-index: -2;
}

.contacto h3{
    list-style-type: none;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: -3em;
    margin-left: 2em;
    margin-right: 2em;
    display: inline flow-root list-item;
    background-color: #ffffff;

}

/* LISTADO SERICIOS aqui van las modificaciones relacionadas al texto de servicio basicamente separaciones de parrafo*/
.listadoSERVICIOS  h3 {
    margin-top: 2em;
}
.listadoSERVICIOS li{
    text-align:justify;
    margin-bottom: 1em;
}
.elementor-swiper{
    margin-top: 2em;
    padding-bottom: 2em;
}

/* CSS marquee Logos*/
.marquee {
/*   overflow: hidden; */
}

.marquee-content {
  display: flex;
  animation: scrolling 10s linear infinite;
}

.marquee-item {
  flex: 0 0 16vw;
  margin: 0 1vw;
/*   flex: 0 0 20vw; */
/*   margin: 0 2vw; */
}

.marquee-item img {
  display: block;
  width: 100%;
/*   padding: 0 20px; */
}

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translatex(-144vw); }
}
/* FIN maruqee Logos*/ 

@media only screen and (max-width: 767px) {
  /* For mobile phones: */
.elementor-image-box-title{
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0.2em;
    margin-right: 0.2em;
    font-size:0,5em;
  }
}/* End custom CSS */