.elementor-kit-9{--e-global-color-primary:#0097A9;--e-global-color-secondary:#004DC7;--e-global-color-text:#3A3A3A;--e-global-color-accent:#D39000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:1.2em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-size:1.2em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-size:1.2em;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto Condensed";--e-global-typography-accent-font-size:1.2em;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:italic;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h2{color:var( --e-global-color-primary );font-family:"Roboto Condensed", Sans-serif;font-size:2em;font-weight:400;text-transform:uppercase;}.elementor-kit-9 h3{color:var( --e-global-color-accent );font-size:1.2em;text-transform:uppercase;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*General*/
body{
    overflow-x: hidden;
}
#principal{
    max-width:490px!important;
}
#idiomas{
    max-width: 30px !important;
    display: inline-flex;
    position: absolute;
    top: 24px;
    left: 500px;
}
#idiomas li{
    margin-right: 10px;  
}
#inicio{
    position: relative;
}
#oculta:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#oculta > div{
    position: relative;
    z-index: 5;
}
h1 span{
    background:rgba(0,0,0,.7);
    padding: 4px;
    display: inline;
    line-height: 60px;
}
.titular,
.titular-blanco{
    position: relative;
}
.titular > div:before,
.titular-blanco > div:before{
    content: '||||||';
    display: block;
    width: 33px;
    height: 30px;
    color: var( --e-global-color-accent);
    font-size: 3em;
    font-weight: 100 !important;
    font-family: 'roboto condensed';
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
    line-height: 30px;
    border-right:10px solid var( --e-global-color-accent);
}
.titular-blanco > div:before{
    color: #fff;
    border-right:10px solid #fff;
}
.titular > div,
.titular-blanco > div{
  width: auto;
  float: left;
  padding: 8px 12px;
  margin-left: 30px;
}
#servicios{
    padding-right: 25%;
    padding-left: 25%;
}
.listado ul{
    list-style-type: none;
    margin: 0;
    padding-left: 50px;
    overflow: hidden;
}
.listado li{
    padding-bottom: 10px;
}
.listado ul,
.listado li{
    position: relative;
}

.listado li:before{
    content:'';
    display: block;
    width: 16px;
    height: 100%;
    background: url(https://servipat.com/wp-content/uploads/2025/08/line-lg.png) no-repeat left top;
    background-size: 20px 200px;
     position: absolute;
    top: 12px;
    left: -40px;
}
.listado li:last-of-type:before{
    background: url(https://servipat.com/wp-content/uploads/2025/08/line.png) no-repeat left top;
    background-size: 20px 1px;
}
.listado li:after{
    content:'';
    display: block;
    width: 10px;
    height:10px;
    border-radius: 20px;
    border:1px solid #fff;
    position: absolute;
    top: 8px;
    left: -25px;
}
/*Footer*/
#logo-pie img,
#financiacion img{
    filter:brightness(0) invert(1);
}
footer p{
    color: #fff!important;
}
footer .menu-item{
    margin-top: 3px;
}
footer .e-con:before{
    opacity: 0.15!important
}
footer #copyright:before{
    opacity: 0.05!important
}
footer .elementor-item-active{
    background: var( --e-global-color-secondary )!;
}
/*Menú extra*/
#menu-scroll {
    display: none;
    position: fixed;
    top: calc(50% - 95px);
    right: 5px;
    width: 40px;
    z-index: 9999;
    transition: top .08s ease-in-out;
}
#menu-scroll nav ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}
#menu-scroll nav ul li {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom:5px;
    font-size: 0;
    background-color: var( --e-global-color-primary);
    transition: all 0.5s ease;
}
#menu-scroll nav ul li:hover{
    background-color: var( --e-global-color-accent);
}
#menu-scroll nav ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    filter:invert(1);
    transition: all 0.5s ease;
}

#menu-scroll nav ul li:first-child a{
    background:url(https://servipat.com/wp-content/uploads/2025/08/menu-home.png) no-repeat center center;
    background-size: 70% auto;
}
#menu-scroll nav ul li:nth-of-type(2) a{
    background:url(https://servipat.com/wp-content/uploads/2025/08/menu-sobre.png) no-repeat center center;
    background-size: 70% auto;
}
#menu-scroll nav ul li:nth-of-type(3) a{
    background:url(https://servipat.com/wp-content/uploads/2025/08/menu-servicios.png) no-repeat center center;
    background-size: 70% auto;
}
#menu-scroll nav ul li:nth-of-type(4) a{
    background:url(https://servipat.com/wp-content/uploads/2025/08/menu-contacto.png) no-repeat center center;
    background-size: 70% auto;
}
#menu-scroll nav ul li:last-child a{
    background:url(https://servipat.com/wp-content/uploads/2025/08/ico-whatsapp.png) no-repeat center center;
    background-size: 70% auto;
}
#menu-scroll .activo{
    background:var( --e-global-color-accent )!important;
}
/**/
#servicios{
    position: relative;
    z-index: 5;
}
#asesoramiento{
    position: relative;
    padding-top: 100px;
}
#asesoramiento:before{
    content:'|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||';
    display: block
    width: 100%;
    height: 40px;
    font-weight: 100;
    font-size: 2.2em;
    color:rgba(0,0,0,.1);
    position: absolute;
    top: -15px;
    left: 0;
    z-index: 2;
    overflow: hidden;
    letter-spacing: 5px;
    transform: skew(-20deg);
}
.imagen:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid rgba(0,0,0,0.2);
}
/**/
#legales{
    column-count: 2;
    column-gap: 60px;
}
#legales a{
    color:var( --e-global-color-primary );
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px dotted var( --e-global-color-primary );
}
#legales a:hover{
    color:var( --e-global-color-accent );
    border-bottom: 1px dotted var( --e-global-color-accent);
}
#legales ol,#legales ul{
    margin-bottom: 10px;
}
#legales h2{
    color:var( --e-global-color-secondary );
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
#legales h2:after{
    content:'';
    display: block;
    width: 60px;
    height: 2px;
    background: var( --e-global-color-secondary );
    position: absolute;
    left: 0;
    bottom: 0;
}
/*Contacto*/
.wpcf7-form label strong,
.wpcf7-form br,
.elementor-nav-menu .whatsapp{
    display: none!important;
}
.bloque,
.wpcf7-form label,
.wpcf7-form textarea,
.wpcf7-form hr{
    float: left;
    width: 100%;
}
.mitad,
.wpcf7-form .mitad{
    float: left;
    width: 49%;
}
.wpcf7-form .margen{
    margin-right: 2%;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea{
    border-radius: 0!important;
    border:1px solid rgba(0,0,0,0.2)!important;
    border-left:6px solid rgba(0,0,0,0.2)!important;
    background: none!important;
}
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form textarea:hover{
    border:1px solid rgba(0,0,0,0.6)!important;
    border-left:6px solid rgba(0,0,0,0.6)!important;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus{
    border:1px solid rgba(0,0,0,0.6)!important;
    border-left:6px solid var( --e-global-color-primary )!important;
}
.wpcf7-form hr{
    background: #fff;
    border: none;
}
.wpcf7-form .mitad,
.wpcf7-form .bloque{
    margin-bottom: 10px;
}
.wpcf7-form input[type="submit"]{
    border: 1px solid rgba(0,0,0,0.6);
    color: rgba(0,0,0,0.6);
    text-transform: uppercase;
    font-size: 1.2em;
    border-radius: 0;
}
.wpcf7-form input[type="submit"]:hover{
    color:#fff;
    background:var( --e-global-color-primary );
}
.wpcf7-form a{
    color:var( --e-global-color-primary );
    text-decoration: none;
    border-bottom:1px dotted var( --e-global-color-primary );
}
.wpcf7-form a:hover{
    color:var( --e-global-color-accent );
    border-bottom:1px dotted var( --e-global-color-accent );
}
.wpcf7-response-output{
  position: absolute;
  bottom: -60px;
  width: 100%;
  text-align: center;
  background: var( --e-global-color-primary );
  color: #fff;
  border: none!important;
  padding: 10px;
  margin-left: 0;
  text-transform: uppercase;
}
footer .elementor-item-active{
    background:var( --e-global-color-accent)!important;
    color:#fff!important;
}
/**/
.grecaptcha-badge{
    display: none!important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept{
    text-transform: uppercase;
    font-weight: bold;
}
footer .elementor-nav-menu li{
    margin-bottom: 1px;
}
/*Responsive*/
@media (min-width: 1025px){
#bloque-centrado{
    max-width: 75%;
    margin-left: 12.5%;
}
}
/*Responsive*/
@media (max-width: 1024px){
    #servicios{
    padding-right: 5%;
    padding-left: 5%;
}
.listado ul:before {
    display:none;
}
#bloque-servicios img,
#bloque-centrado img{
    width: auto;
    height: 150px;
}
    #oculta{
    padding:10%;
}   
#idiomas{
    max-width: 30px !important;
    display: inline-flex;
    position: absolute;
    top: 30px;
    left: 70px;
}
#legales{
    column-count: 1;
    column-gap: 0px;
}
}/* End custom CSS */