html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,h2,h3,h4,h5,h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: .9rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em;
    white-space: pre-wrap
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #c36
}

a:active,a:hover {
    color: #336
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden],template {
    display: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

@media print {
    *,:after,:before {
        background: transparent!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        page-break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    border-color: #333
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    width: auto;
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=button],[type=submit],button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

[type=button]:focus,[type=submit]:focus,button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox],[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0,0%,50.2%,.5019607843137255)
}

table th {
    font-weight: 700
}

table tfoot th,table thead th {
    font-size: 1em
}

table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th {
    border-top: 1px solid hsla(0,0%,50.2%,.5019607843137255)
}

table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0,0%,50.2%,.07058823529411765)
}

table tbody tr:hover>td,table tbody tr:hover>th {
    background-color: hsla(0,0%,50.2%,.10196078431372549)
}

table tbody+tbody {
    border-top: 2px solid hsla(0,0%,50.2%,.5019607843137255)
}

@media (max-width: 767px) {
    table table {
        font-size:.8em
    }

    table table td,table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd,dl,dt,li,ol,ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

/*General elementor*/
.elementor-widget-text-editor p:first-child {
    margin-top: 0px
}

.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px
}

body {
    margin: 0 auto;
}

/*Fin general elementor*/
.separador_redondo span {
    border-radius: 150px;
}

div#icono_ocultar div {
    display: none;
}

div#icono_ocultar:before {
    font-size: 5em;
    color: #16a84c;
}

.content_servicios_empresa div#icono_ocultar:before {
    font-size: 5em;
    color: #ffffff;
}

.slider_home .swiper-pagination-bullet-active {
    transform: scale(1.2)
}

.slider_home .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px !important;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slider_home .elementor-swiper-button i:before {
    background: rgb(255 255 255 / 42%);
    padding: 9px 6px
}

.icon_serv_change .ae-acf-content-wrapper:before {
    font-size: 7em;
    color: #16A84C;
}

.slider_proyectos_home {
    max-width: 160% !important;
}

span.e-n-tab-title-text {
    text-align: center;
}

.menu_movil {
    left: -320px !important;
    transition: all 0.3s !important;
}

.black {
    background: rgb(0 0 0 / 0%);
    z-index: -1;
}


.black.active {
    background: rgb(0 0 0 / 60%);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 13;
    top: 0px;
    left: 0px;
}

.slider_proyectos_home .e-loop-item:hover > div,
.loop_servicios_home .e-loop-item:hover > div{
    transform:scale(1.05);
    cursor:pointer
}




.menu_pie a:hover {
    text-decoration: underline;
}

.elementor-social-icon i {
    transition:color 0.3s
}

.elementor-social-icon:hover i{
    color: #16a84c !important;
}


.menu_movil .has-submenu.highlighted .sub-arrow i,
.sub_menu_ocultar_en_movil .has-submenu.highlighted .sub-arrow i{
    transform:rotate(180deg);
    position:relative
}


.fix_circle_icon h2:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #16a84c;
    position: relative;
    display: inline-block;
    border-radius: 150px;
    color: rebeccapurple;
    vertical-align: middle;
    margin-right: 8px;
}

.whatsapp_btn .elementor-icon i:before {
    background: #4CAF50;
    border-radius: 150px;
    z-index: 2;
    color: #fff;
    padding: 9px 11.3px;
    font-size: 37px;
    font-weight: lighter;
    cursor: pointer;
    box-shadow: 1px 1px 8px rgb(76 175 80);
    -webkit-animation: pulsee 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsee 3s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsee 3s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsee 3s infinite cubic-bezier(0.66, 0, 0, 1);
    left: 0px !important;
    transform: none !important;
    position: initial !important;
}



@-webkit-keyframes pulsee {to {box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulsee {to {box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulsee {to {box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);}}
@keyframes pulsee {to {box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);}}

.elementor-accordion-item {
    border-bottom: 2px solid #4e4e4e !important;
}

.elementor-accordion-item:last-child {
    border-bottom: 0px solid #4e4e4e !important;
}


span.elementor-accordion-icon.elementor-accordion-icon-right i {
    font-size: 1.5em;
}

.contact_frm a{
    color: #16A84C;
}

.contact_frm a:hover{
    text-decoration:underline
}


input#form-field-acepto {
    top: 3px;
    position: relative;
}

.raya_time .elementor-icon{
    position:relative;
}


.raya_time i {
    display: none !important;
}

.raya_time .elementor-icon:before{
    content:'';
    width:2px;
    height: 85px;
    background:#16a84c;
    display:block;
    margin: 0 auto;
}



.raya_time .elementor-icon:after{
    content:'';
    width:15px;
    height: 15px;
    border:3px solid #16a84c;
    display:block;
    margin: 0 auto;
    position:absolute;
    border-radius:150px;
    top: -6px;
    left:50%;
    transform: translate(-50%,-50%);
}



.titulo_ser_home {
    min-height: 101px !important;
}

.factorybtn a{

background: rgb(255,0,0);
background: -moz-linear-gradient(3deg, rgba(255,0,0,1) 0%, rgba(255,198,5,0.7063200280112045) 100%);
background: -webkit-linear-gradient(3deg, rgba(255,0,0,1) 0%, rgba(255,198,5,0.7063200280112045) 100%);
background: linear-gradient(3deg, rgba(255,0,0,1) 0%, rgba(255,198,5,0.7063200280112045) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ffc605",GradientType=1);
}

.single-servicios .info_servi_content ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #16a84c; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
  
  .single-servicios .info_servi_content ul {
    list-style: none; /* Remove default bullets */
  }


  .icon_luz i {
    background: rgb(22,168,76);
    background: -moz-radial-gradient(circle, rgba(22,168,76,0.6587009803921569) 0%, rgba(22,168,76,0.1516981792717087) 25%, rgba(194,255,217,0) 44%, rgba(255,255,255,0) 100%);
    background: -webkit-radial-gradient(circle, rgba(22,168,76,0.6587009803921569) 0%, rgba(22,168,76,0.1516981792717087) 25%, rgba(194,255,217,0) 44%, rgba(255,255,255,0) 100%);
    background: radial-gradient(circle, rgba(22,168,76,0.6587009803921569) 0%, rgba(22,168,76,0.1516981792717087) 25%, rgba(194,255,217,0) 44%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16a84c",endColorstr="#ffffff",GradientType=1);
}

.contact_frm input[type=text]:focus,
.contact_frm input[type=email]:focus,
.contact_frm textarea:focus{
    border: 1px solid #16a84c !important;
}

.servicios_empresa h2.elementor-heading-title {
    height: 73px;
}

ul.acordion .acordion-title {
    color: #fff;
    font-size: 1.2em;
}

ul.acordion li {
    margin-bottom: 20px;
    color:#16A84C
}

ul.acordion .acordion-title b{
    font-weight:700
}

ul.acordion {
    padding-left: 20px;
    padding-right:50%
}


.titulo_inter_tabs{
    display: none !important
}

.login_sistema,
.opciones_sistema{
    display: none !important;
}


.login_html_content label {
    font-family: "Titillium Web", Sans-serif;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 4px;
}
.login_html_content input:focus{
    border: 1px solid #16a84c !important;
    font-family: "Titillium Web", Sans-serif;
}

.opciones_sistema select#padre{
    margin-top:15px
}

.opciones_sistema select {
    background: #fff !important;
    margin-bottom:15px;
    font-family: "Titillium Web", Sans-serif;
    font-weight: 600;
}

.opciones_sistema select option {
    background: #fff !important;
}

.btn_forms {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 39px;
    gap: 15px;
}

.btn_forms button {
      font-family: "Titillium Web", Sans-serif;
    font-weight: 600;
    border-radius: 150px;
    width:150px;
    color:#303030;
    border:1px solid #303030
}

.btn_forms button:focus,
.btn_forms button:hover{
    background:#16a84c;
    border:1px solid #16a84c;
    color:#fff;
    outline: none;
}



/*RESPONSIVE*/

@media only screen and (max-width: 1621px) {

.titulo_ser_home {
    min-height: 87px !important;
}

}


@media only screen and (max-width: 1366px) {

.titulo_ser_home {
    min-height: 72px !important;
}

.elementor-8 .elementor-element.elementor-element-deacc9b{
    background-attachment: fixed !important;
}


}

@media only screen and (max-width: 1024px) {


ul.acordion {
    padding-right:38%
}

    
    
    .elementor-8 .elementor-element.elementor-element-deacc9b{
        background-attachment: initial !important;
    }
.titulo_ser_home {
    min-height: 74px !important;
}
    
 .icon_serv_change .ae-acf-content-wrapper:before {
    font-size: 6em;
    color: #16A84C;
}   

span.elementor-accordion-icon.elementor-accordion-icon-right i {
    font-size: 1.2em;
}
    
    
    .sub_menu_ocultar_en_movil .elementor-nav-menu--dropdown {
        display:none !important
    }

    .sub_menu_ocultar_en_movil .elementor-menu-toggle {
        height: 66px;
        width: 66px;
    }

    .sub_menu_ocultar_en_movil .elementor-menu-toggle.elementor-active i {
        font-size: 26px;
    }

     .menu_interno_movil .elementor-nav-menu--dropdown.sub-menu{
         transition: initial !important;
     }

    
     .menu_interno_movil .elementor-nav-menu--dropdown.sub-menu[aria-expanded="false"] {margin-left:0px !important;display: none !important;}

    .menu_interno_movil .sub-menu.elementor-nav-menu--dropdown{
        background: #434343 !important;
        transition: all 0s !important;
        position: relative !important;
    }



    .menu_interno_movil .elementor-nav-menu--dropdown.sub-menu[aria-expanded="true"] {
        position: relative !important;
        margin: 0px !important;
        display: block !important;
        background: #434347;
        margin-top: 0px !important;
        width:100%;
        height:auto !important;
    }


.close_boton:hover{
    cursor:pointer
}

.has-submenu .sub-arrow{
    font-size:1.2em;
    padding-top: 13px !important;
    color: #16a84a;
}


    
}

@media only screen and (max-width: 768px) {


ul.acordion {
    padding-right:0%
}


    
    .titulo_inter_tabs{
        display: block !important
    }

    #menu_politicas ul {
    display: flex;
    justify-content: center !important;
}

  ul.acordion .acordion-title {
  color: #fff;
    font-size: 1em;
}  

.titulo_ser_home {
    min-height: 58px !important;
}

span.elementor-accordion-icon.elementor-accordion-icon-right i {
    font-size: 1.1em;
}

.elementor-tab-content ul {
    padding-left: 15px;
}

#menu_politicas ul li:after{
   display:none
}

.slider_home .elementor-swiper-button i{
    font-size:20px;
    display:none
}

.slider_home .elementor-swiper-button i:before{
      padding: 6px 6px;
}


.slider_home  .swiper-pagination-bullet{
    width: 12px !important;
    height: 12px !important;
}

.slider_home .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px !important;
    display: flex;
    justify-content: center;
    gap: 5px;
}


.loop_servicios_home .swiper-slide {
    min-width: 270px !important;
    width: 270px !important;
}

.slider_pr .swiper-slide {
    min-width: 270px !important;
    width: 270px !important;
}


.slider_proyectos_home .swiper-slide {
    min-width: 270px !important;
    width: 270px !important;
}

.servicios_empresa h2.elementor-heading-title {
    height: 40px;
}

.page-id-564 .elementor-74 .elementor-element.elementor-element-6e0d1b6 {
    padding-left: 0px;
    padding-right: 0px;
}


}

@media only screen and (max-width: 480px) {

.slider_home  .swiper-pagination-bullet{
    width: 7px !important;
    height: 7px !important;
}

.slider_home .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 18px !important;
    display: flex;
    justify-content: center;
    gap: 2px;
}
    
}




/*Alto*/
@media only screen and (max-width: 680px) {

.redes_content_menu{
    margin-top:4em !important
}


}


@media only screen and (max-width: 580px) {

.redes_content_menu{
    margin-top:0em !important
}


}
