:root {
    --prin-naranja: #ff861a;
    --prin-azul: #52849b;
    --fondo-gris: #ededec;

    --degradado: linear-gradient(47deg, rgba(82, 132, 155, 1) 22%, rgba(255, 134, 26, 1) 83%);
}

.btn-transblanco {
    color: white;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 4px;
}

.btn-transblanco:hover {
    font-weight: bold;
    color: white;
}

.btn-naranja {
    background: var(--prin-naranja);
    color: white;
    padding: 10px 30px;
    border-radius: 4px;
}

.btn-naranja:hover {
    font-weight: bold;
    color: white;
}

#sp-header {
    background: transparent;
    position: absolute;
}

#offcanvas-toggler {
    margin-top: -50px !important;
}

#offcanvas-toggler i {
    display: none;
}

/*
#sp-menu #offcanvas-toggler{ 
    margin-top: -50px;
}
#sp-menu .sp-megamenu-wrapper #offcanvas-toggler i{ 
    display: none;
}
*/
.sp-megamenu-wrapper>ul>li>a {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.sp-megamenu-parent>li {
    height: 50px;
}

#sp-header .sp-megamenu-parent>li>a {
    font-size: 12px;
}

#sp-header #sp-logo .logo {
    margin: 0 auto;
}

#sp-header #sp-logo .logo .logo-image {
    height: 90px;
    padding: 20px 10px 0 10px;
    object-fit: contain;
}

#sp-section-1 #sp-title {
    background-color: transparent;
    min-height: 130px;
    position: absolute;
}

#sp-header .sp-megamenu-parent>li>a {
    line-height: normal;
}

#sp-header .sp-megamenu-parent>li>a::before,
#sp-header .sp-megamenu-parent>li>span::before {
    background-image: var(--degradado);

}

.cabecera {
    height: 525px;
}

.partesubida>.sppb-row-container {
    padding: 50px 40px;
    position: relative;
    bottom: 80px;
    background: white;
}

.titulo-pag h1 {
    font-weight: lighter;
    font-size: 22px;
    width: 200px;
}

.titulo-pag h1 span {
    font-weight: bold;
    font-size: 35px;
}

.acordeon {
    margin: 15px 0px 7% 0;
}

.acordeon .sppb-panel-heading .sppb-toggle-direction {
    font-size: 25px;
}

.acordeon .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);

}

.acordeon .sppb-panel-heading.active .sppb-toggle-direction i::before {

    color: var(--prin-naranja) !important;
}

.acordeon .sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: var(--fondo-gris);
    color: black;
    font-size: 25px;
}

.acordeon .sppb-panel-title {
    font-size: 17px;
    font-weight: 600;
}

.acordeon .sppb-panel-modern {
    margin-bottom: 25px;
    border-radius: 0;
}

.acordeon .sppb-panel-body {
    padding: 15px;
    border-top: none;
    background: var(--fondo-gris);
}

#sp-menu .sp-menu-item a {
    text-transform: uppercase;
}

#sppb-addon-1687937720452 .sppb-media-content {
    height: 30px;
}

.presupuesto {
    background: var(--prin-naranja);
    padding: 50px 0;
}

.presupuesto .presupuesto-txt {
    color: white;
    text-align: center;
}

.presupuesto .presupuesto-txt {
    color: white;
    text-align: center;
}

.presupuesto .presupuesto-txt h2 {
    color: white;
    text-align: center;
    font-weight: bold;
}

.presupuesto .presupuesto-txt p {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

/*
Menú
*/
#sp-menu .sp-dropdown {
    width: 700px !important;
    height: 350px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #ffffff;
    padding: 4%;
}

#sp-menu .sp-dropdown .sp-dropdown-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 348px;
}

#sp-menu .sp-dropdown .sp-dropdown-items .sp-menu-item {
    width: 45%;
    height: 58px;
}

#sp-menu .sp-dropdown .sp-dropdown-items .sp-menu-item a {
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a::before {
    background: var(--prin-azul);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    color: var(--prin-azul);
}

.offcanvas-menu .menu {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.offcanvas-menu .menu>li {}

.offcanvas-menu .menu>li>a {
    color: black;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid var(--prin-azul);
    display: block;
    padding: 0 0px 10px 0;
    text-transform: uppercase;
}

.offcanvas-menu .menu .menu-child {
    list-style: none;
}

.offcanvas-menu .menu .menu-child>li>a {
    color: black;
    border-bottom: 1px solid var(--prin-azul);
    display: block;
    padding: 8px 0px 10px 0;
    text-transform: capitalize;
    font-size: 15px;
}

/*
***********************************************************************************************************************
Home
.page-inicio
.page-1
***********************************************************************************************************************
*/
.page-inicio .cabecera {
    height: 735px;
}

.page-inicio .cabecera .cabecera-txt {
    width: 945px;
    margin: 0 auto;
}

.page-inicio .cabecera .cabecera-txt h1 {
    color: white;
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.page-inicio .cabecera .cabecera-txt h1 span {
    font-size: 2rem;
    text-transform: uppercase;
}

.page-inicio .cabecera .btn-transblanco {
    margin: 45px 0 0 0;
    text-transform: uppercase;
    font-size: 20px;
}

#sp-page-builder.page-inicio .contacto {
    position: absolute;
    top: 625px;
}

.page-inicio .contacto>.sppb-row-container {
    background: rgb(82, 132, 155);
    background: linear-gradient(47deg, rgba(82, 132, 155, 1) 22%, rgba(255, 134, 26, 1) 83%);
    height: 250px;
    display: flex;
}

.page-inicio .contacto-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-inicio .contacto-text p:nth-child(1) {
    color: white;
    font-size: 25px;
    font-weight: lighter;
}

.page-inicio .contacto-text p:nth-child(2) {
    color: white;
    font-size: 38px;
    font-weight: bold;
    line-height: 10px;
}

.page-inicio .contacto-text p:nth-child(3) {
    color: white;
    font-size: 29px;
    font-weight: lighter;
}

.page-inicio .contacto input,
.page-inicio .contacto textarea {
    background-color: transparent !important;
    border: 1px solid white !important;
    height: 45px;
    border-radius: 4px;
    padding: 15px;
}

.page-inicio .contacto button {
    border: none;
    background: white;
    color: var(--prin-naranja);
    width: 100%;
    padding: 5px 0;
    min-width: 115px;
}

.page-inicio .contacto input::placeholder,
.page-inicio .contacto textarea::placeholder {
    color: white;
}

.page-inicio .contacto #userForm {
    height: 170px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    padding: 0 15px 0 0px;
}

.page-inicio .contacto input.btn-blanco {
    background: white !important;
    color: black;
    padding: 10px 30px;
    border-radius: 4px;
}

#userForm .colum {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 33%;
}

.page-inicio .sppb-form-check-label {
    font-size: 14px;
}

.page-inicio .sppb-form-check-label>a:nth-child(1) {
    color: black;
    border-bottom: 1px solid;
}

#userForm .colum textarea {
    height: inherit;
}

.page-inicio .descripcion {
    margin: 280px 0 10% 0;
}

.page-inicio .descripcion .logo img {
    width: 33%;
    min-width: 300px;
}

.page-inicio .descripcion .txt div {
    width: 70%;
    min-width: 300px;
    margin: 60px 0px 70px auto;
}

.page-inicio .descripcion .descripcion-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.page-inicio .descripcion .descripcion-boxes .box {
    background: var(--fondo-gris);
    padding: 2% 2% 5% 2%;
    width: 265px;
}

.page-inicio .descripcion .descripcion-boxes .box img {
    height: 85px;
    object-fit: contain;
    margin: 0 auto 20px auto;
}

.page-inicio .descripcion .descripcion-boxes .box h2 {
    font-size: 20px;
    font-weight: bold;
}

.page-inicio .trabajos {
    background: linear-gradient(180deg, var(--prin-naranja) 50%, white 0);
    padding: 3% 0;
}

.page-inicio .trabajos .descripcion-txt h2 {
    text-align: center;
    color: white;
    font-size: 4rem;
    font-weight: bold;
    line-height: 65px;
}

.page-inicio .trabajos .descripcion-txt p {
    color: white;
    text-align: center;
    font-size: 28px;
}

.page-inicio #sppb-addon-wrapper-1686829535018 {
    width: 80%;
    margin: 70px auto 0 auto;
}

.page-inicio .sppb-carousel-extended-nav-control .nav-control {
    font-size: 140px;
    color: white;
    border: none;
}

.page-inicio .sppb-carousel-extended-nav-control .nav-control.prev-control {
    top: -320px;
    left: -70px;
    position: absolute;
}

.page-inicio .sppb-carousel-extended-nav-control .nav-control.next-control {
    right: -70px;
    top: -320px;
    position: absolute;
}

.page-inicio .preguntas {
    margin: 0 0 7% 0;
}

.page-inicio .preguntas .preguntas-txt {
    margin: 30px 0 40px 0;
}

.page-inicio .preguntas .preguntas-txt h2 {
    font-size: 4rem;
    font-weight: bold;
}

.page-inicio .preguntas .preguntas-txt h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 3px;
}

.page-inicio .preguntas .acordeon {
    margin: 15px 0px 7% 0;
}

.page-inicio .preguntas .acordeon .sppb-panel-heading .sppb-toggle-direction {
    font-size: 25px;
}

.page-inicio .preguntas .acordeon .sppb-panel-heading.active .sppb-toggle-direction {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);

}

.page-inicio .preguntas .acordeon .sppb-panel-heading.active .sppb-toggle-direction i::before {

    color: var(--prin-naranja) !important;
}

.page-inicio .preguntas .acordeon .sppb-panel-modern>.sppb-panel-heading {
    padding: 17px 30px 17px 15px;
    background: var(--fondo-gris);
    color: black;
    font-size: 25px;
}

.page-inicio .preguntas .acordeon .sppb-panel-title {
    font-size: 17px;
    font-weight: 600;
}

.page-inicio .preguntas .acordeon .sppb-panel-modern {
    margin-bottom: 25px;
    border-radius: 0;
}

.page-inicio .preguntas .acordeon .sppb-panel-body {
    padding: 15px;
    border-top: none;
    background: var(--fondo-gris);
}

.page-inicio .preguntas .btn-naranja {
    font-weight: bold;
    width: 300px;
}

.page-inicio .preguntas>.sppb-row-container {
    border-top: 2px solid var(--fondo-gris);
}

/*
***********************************************************************************************************************
Servicios
.page-servicios
.page-2
***********************************************************************************************************************
*/
.page-2 .explicacion {
    height: 340px;
}

.page-2 .explicacion .explicacion-txt>h2:nth-child(1) {
    font-weight: bold;
    margin: 40px 0;
}

.page-2 .servicios .box-servicios {
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: wrap;
}

.page-2 .servicios .box-servicios .box {
    width: 30%;
}

.page-2 .servicios .box-servicios .box .seccion {
    width: 90%;
    height: 100px;
    background: white;
    position: relative;
    bottom: 55px;
    display: flex;
    justify-content: unset;
    padding: 40px 0 0 0;
}

.page-2 .servicios .box-servicios .box .seccion h3 {
    font-size: 20px;
    color: black;
}

.caracteristicas {
    margin: 0 0 35px 0;
}

.caracteristicas h2 {
    font-weight: lighter;
    font-size: 20px;
    margin: 35px 0 0 0;
}

/*
***********************************************************************************************************************
Trabajos
.page-trabajos
.page-3
***********************************************************************************************************************
*/
.page-3 .explicacion .titulo-pag h1 {

    width: 350px;
}

.page-3 .explicacion .explicacion-txt h2 {
    margin: 40px 0 50px 0;
    font-weight: bold;
    font-size: 45px;
}

.page-3 .trabajos-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.page-3 .degradado {
    height: 200px;
    background: var(--degradado);
}

.page-3 .trabajos-secciones {
    margin-top: -115px;
}

.page-3 .trabajos-secciones .trabajos-box .box {
    width: 24%;
}

.page-3 .trabajos-secciones .trabajos-box .box .box-text h3 {
    font-size: 21px;
    color: black;
}

.page-3 .trabajos-secciones .trabajos-box .box .box-text {
    width: 100%;
    height: 65px;
    margin: 22px 0;
}

.presupuesto {
    background: var(--prin-naranja);
    padding: 50px 0;
}

.presupuesto .presupuesto-txt {
    color: white;
    text-align: center;
}

.presupuesto .presupuesto-txt {
    color: white;
    text-align: center;
}

.presupuesto .presupuesto-txt h2 {
    color: white;
    text-align: center;
    font-weight: bold;
}

.presupuesto .presupuesto-txt p {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.page-3 .btn-transblanco {
    margin: 35px 0 0 0;
}

/*
***********************************************************************************************************************
Contacto
.page-contacto
.page-5
***********************************************************************************************************************
*/


.page-5 .formulario h1 {
    font-weight: lighter;
    font-size: 22px;
    width: 200px;
}

.page-5 .formulario h1 span {
    font-weight: bold;
    font-size: 35px;
}

#column-wrap-id-1687160597932 {
    margin: 0 0 45px 0;
}

.page-5 .formulario .contacto-datos {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.page-5 .formulario .contacto-datos .dato {
    display: flex;
    gap: 30px;
}

.page-5 .formulario .contacto-datos .dato .direc-img img {
    height: 30px;
    object-fit: contain;
    width: 30px;
}

#btn-1687161891757 {
    background: var(--prin-naranja);
    font-size: 18px;
}

.form-builder-checkbox-item label::before,
.form-builder-radio-item label::before,
.sppb-addon-form-builder .sppb-form-check-label::before {
    border: 1px solid #868e96;
}

.page-5 .sppb-form-check-label {
    margin: 0 0 15px 10px;
}

.page-5 .sppb-form-check-label a {
    color: black;
    border-bottom: 1px solid;
}

/*
***********************************************************************************************************************
Trabajos finalizados
***********************************************************************************************************************
*/
.trabajos-boxes .titulo-pag h1 {
    max-width: 505px;
    width: auto;
}

.trabajos-boxes .box .box-inf {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.trabajos-boxes .box .box-inf img {
    object-fit: contain;
    height: 220px;
}

.trabajos-boxes .box h2 {
    margin: 0px 0 40px 0;
    font-weight: bolder;
}

.trabajos-boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.trabajos-boxes .linea-separador {
    border: 1px solid var(--fondo-gris);
    margin: 25px 0;
}

.trabajos-boxes .images {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 360px;
}

/*
***********************************************************************************************************************
Servicios disponibles
***********************************************************************************************************************
*/
.servicio .titulo-pag h1 {
    width: auto;
    margin: 0 0 50px 0;
}

.servicio .servicio-txt h2 {
    font-weight: lighter;
    margin: 40px 0 20px 0;
}

.servicio .servicio-txt h3 {
    font-weight: lighter;
    margin: 20px 0 20px 0;
    font-size: 25px;
}

.servicio .miniaturas-servicios {
    width: fit-content;
    margin: 45px auto;
    overflow: hidden;
}

.servicio .miniaturas-servicios ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: -1px -1px;
    border: none;
    overflow: hidden;
    width: 600px;
}

.servicio .miniaturas-servicios ul .icono {
    width: 200px;
    height: 150px;
    border-bottom: 1px solid #bbb;
    padding: 4% 2% 4% 2%;
    border-right: 1px solid #bbb;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative
}

.servicio .miniaturas-servicios ul .icono img {
    width: 70px;
    height: 55px;
    object-fit: contain;
}

.servicio .miniaturas-servicios ul .icono p {
    font-weight: bold;
    margin: 0;
    font-size: 13px;
}

.servicio .miniaturas-servicios ul .icono .cuadro-blanco {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    right: -22px;
    bottom: -20px;
    background: white;
    z-index: 99;
}

.proyectos-relacionados .txt {
    max-width: 525px;
    margin: 0 auto 50px auto;
}

.proyectos-relacionados .txt h2 {
    font-size: 45px;
    font-weight: bold;
}

.proyectos-relacionados .txt span {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 10px;
}

.proyectos-relacionados .enlaces-img {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.proyectos-relacionados .enlaces-img img {
    width: 280px;
    height: 165px;
    object-fit: cover;
}
/*
***********************************************************************************************************************
EDOCMAN
.com_edocman
***********************************************************************************************************************
*/
.com_edocman input[type="checkbox"] {
    width: 15px;
}
.com_edocman input[type="file"] {
    height: 40px;
}
.com_edocman.view-userdocuments .btn-toolbar {
    display: none;
}

/*
***********************************************************************************************************************
Login
.view-login
***********************************************************************************************************************
*/
.view-login .header-wrapper{
    display: none;
}
.view-login .loginpage-inicio .password-group .input-group-text{
    height: 100%;
}
.view-login .btn.btn-primary{
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin: 20px 0;
}

/*
Footer
*/

.footer {
    padding: 5% 5% 0 5%;
    color: white;
}

.footer .footer-izq {
    width: 300px;
    margin: 0 auto 35px auto;
}

.footer .footer-izq p {
    margin: 50px 0 0 0;
}

.footer .footer-inf>img {
    margin: 20px 0 15px 0;
}

.footer .footer-der h3 {
    margin: 0 0 40px 0;
}

.footer .footer-der .contacto-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer .footer-der .contacto-box .box {
    display: flex;
    gap: 15px;
}

.footer .footer-der div.box:nth-child(2)>div:nth-child(2)>span:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
}

.footer .footer-der .contacto-box .box .img-cont img {
    height: 25px;
    object-fit: contain;
    width: 25px;
}

.footer .footer-inf .menu-inf {
    display: flex;
    justify-content: space-between;
}



.footer .footer-inf .menu-inf ul {
    display: flex;
    list-style: none;
    gap: 15px;
    flex-wrap: wrap;
}

.footer .footer-inf .menu-inf ul a {
    color: white;
}

/*
MEDIA QUERY
*/
@media only screen and (max-width: 1200px) {
    #offcanvas-toggler i {
        display: block;
    }

    #offcanvas-toggler {
        margin-top: -10px !important;
    }

    #sp-menu {
        display: block !important;
    }

    #sp-menu>div:nth-child(1)>nav:nth-child(1)>ul:nth-child(2) {
        display: none !important;
    }

    #sp-logo {
        display: none;
    }

    .sp-top2-wrapper {
        display: none;
    }

    .sp-top1-wrapper {
        width: 100%;
    }

    #offcanvas-toggler {

        margin-top: -25px;
    }




    #column-wrap-id-FBlYmC0GCPcC4iIQz2U2F {
        display: none;
    }

    #section-id-nxXJ1mKN2u1VO_m2ZfCC1 .sppb-align-center {
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) {
    #sp-menu>div:nth-child(1)>nav:nth-child(1)>a:nth-child(1) {
        margin-top: 0px !important;
    }


    .page-inicio .cabecera .cabecera-txt {
        width: 660px;
    }

    .page-inicio .cabecera .cabecera-txt h1 {
        font-size: 3.5rem;
    }

    .page-inicio .trabajos {
        display: none;
    }

    .page-3 .trabajos-box {
        justify-content: space-around;
    }

    .page-3 .trabajos-secciones .trabajos-box .box {
        width: 45%;
    }

    .trabajos-boxes .box .box-inf {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    #navbar1 {
        display: block;
    }

    .page-inicio .cabecera .cabecera-txt {
        max-width: 470px;
        width: auto;
    }

    .page-inicio .cabecera .cabecera-txt h1 {
        font-size: 2.5rem;
    }

    .page-inicio .cabecera .cabecera-txt h1 span {
        font-size: 1.5rem;
    }

    .page-inicio .contacto {
        display: none;
    }

    .page-inicio .descripcion {
        margin: 65px 0 10% 0;
    }

    .page-2 .explicacion {
        height: 50%;
    }

    .page-2 .servicios .box-servicios .box {
        width: 80%;
        margin: 0 auto;
    }

    .page-2 .servicios .box-servicios .box img {
        width: 100%;
    }

    .page-3 .trabajos-secciones .trabajos-box .box {
        width: 80%;
    }

    .servicio .miniaturas-servicios ul {
        width: 400px;
    }
}

@media only screen and (max-width: 500px) {
    #sp-top1 {
        display: none;
    }

    .servicio .miniaturas-servicios ul {
        width: 200px;
    }

    .titulo-pag h1 span {
        font-size: 30px;
    }

    .trabajos-boxes .box h2 {
        font-size: 20px;
    }

    .footer .footer-der .contacto-box {
        width: 300px;
        margin: 0 auto;
    }
}