/*
Theme Name: weblimpieza
Theme URI: https://weblimpieza.com
Version: 1.1
Description: weblimpieza
Template:     Divi
Author: weblimpieza
Author URI: https://weblimpieza.com
*/
@import url("../Divi/style.css");
.post-type-archive-empresas #main-content, .post-type-archive-empresas #et-main-area{
    background-color: #ecf0f5;
}
#wpcf7-f60-o1 .use-floating-validation-tip .wpcf7-not-valid-tip{
    position: absolute;
    width: auto;
    background-color: #fee;
    color: #c33;
    width: 100%;
    max-width: 100%;
    top: -3px;
    left: auto;
    border: 1px solid #c33;
}
#wpcf7-f58-p45-o1 .use-floating-validation-tip .wpcf7-not-valid-tip{
    width: auto;
    background-color: #fee;
    color: #c33;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    border: 0;
    top: auto;
    left: auto;
}
.wpcf7-not-valid{
    margin-bottom: 0!important;
    border: 1px solid red !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    display: none;
}
/* Archive empresas */
.post-type-archive-empresas .container{
    padding-top: 16px!important;
}
.post-type-archive-empresas .et_pb_post{
    margin-bottom: 0;
}
.buscador-empresas #content-area-top{
    padding: 16px;
    background-color: #fff;
    border: 1px solid #efe9e4;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
}
.campo-buscador{
    width: 100%;
}
.buscador-empresas input[type=text], .buscador-empresas select {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 8px;
}
.campo-buscador-linea{
    display: flex;
    gap: 8px;
    align-items: normal;
}
.buscador-empresas input[type=submit] {
    height: calc(100% - 8px);
    color: rgba(76,76,76,0.6);
    border-radius: 5px;
    outline: none;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    display: inline-block;
    cursor: pointer;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    border: 0;
    border-style: solid;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    transition: .3s ease;
    border-color: #ffffff;
}
.buscador-empresas input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.2);
}
.post-type-archive-empresas .type-empresas{
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    align-items: flex-start;
}
.contenedor-empresas{
    align-content: flex-start;
    background: #ffffff;
    border-top: 6px solid #002644;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    margin: 0 0 24px;
    overflow: hidden;
}
.imagen-destacada{
    width: 50%;
    padding-right: 10px;
    text-align: center;
}
.imagen-destacada img{
    width: auto;
    max-width: 100%;
    margin: auto;
}
.imagen-destacada a{
    position: relative;
    display: block;
    border: 1px solid #E6E6E6;
}
.single-empresas .et_pb_row.et_pb_row_0{
    width: 100%;
    max-width: 100%;
    padding: 20px;
}
.et_pb_extra_overlay{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s ease;
}
.et_pb_extra_overlay:hover {
    opacity: 1;
}
.et_pb_extra_overlay::before{
    Font-family: 'ETModules';
    Content: '\e050';
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    display: inline-block;
    transition: .3s ease;
    transform: translate(-50%, -50%);
    font-size: 32px;
    line-height: 32px;
}
.et_pb_extra_overlay:hover:before {
    top: 50%;
}
.contenido{
    width: 50%;
    padding-left: 10px;
}
.checkempresa{
    display: none;
}
.toggle-checkbox {
    display: none;
} 
.toggle-checkbox-label {
    cursor: pointer;
    position: relative;
    padding-left: 52px;
    font-size: 24px;
}.toggle-checkbox-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 48px;
    height: 24px;
    border: 2px solid #777;
    border-radius: 12px;
    background-color: #fff;
    transition: background-color 0.2s;
}
.toggle-checkbox-label::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.2s, left 0.2s;
}
.checkempresa:checked + .toggle-checkbox-label::before {
    background-color: #bbdefb;  
    border-color: #2196f3;
}
.checkempresa:checked + .toggle-checkbox-label::after {
    background-color: #2196f3;
    left: 27px;
} 
.multiconsulta{
    padding-top: 58px;
    width: 80%;
    max-width: 1080px;
    margin: auto;
}
.boton{
    color: rgba(76,76,76,0.6);
    border-radius: 5px;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    display: inline-block;
    cursor: pointer;
    padding-left: 16px!important;
    padding: 10px;
    line-height: 1.7em!important;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: .3s ease;
}
.boton:hover{
    background: rgba(0, 0, 0, 0.2);
}
.btn-readmore{
    height: calc(100% - 8px);
    color: rgba(76,76,76,0.6);
    border-radius: 5px;
    outline: none;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    display: inline-block;
    cursor: pointer;
    padding-left: 16px!important;
    margin-top: 22px;
    padding: 10px;
    line-height: 1.7em!important;
    background: rgba(0, 0, 0, 0.1);
    border: 0;
    border-style: solid;
    border-radius: 3px;
    box-shadow: none;
    cursor: pointer;
    transition: .3s ease;
    border-color: #ffffff;
}
.btn-readmore:hover{
    background: rgba(0, 0, 0, 0.2);
}
.btn-readmore:after{
    color: #ffffff;
    position: relative;
    transition: .3s ease;
    font-family: 'ETModules' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit !important;
    content: '\35';
    margin: 1px 0 0 -8px;
    opacity: 0;
    color: inherit !important;
}
.btn-readmore:hover:after{
    margin: 1px 0 0 6px;
    opacity: 1;
}
#proSer{
    animation: fadeInAnimation ease 1s, growAnimation ease .45s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
     }
}
@keyframes growAnimation {
    0% {
        width: 45%;
    }
    100% {
        width: 100%;
    }
}
@keyframes decreaseAnimation {
    0% {
        width: 100%;
    }
    100%{
        width: 45%;
    }
}
/* Single empresas */
.single-empresas #main-content{
    padding: 40px 0px;
    background-color: #ecf0f5;
}
.single-empresas h1{
    color: #333!important;
}
.single-empresas .et_pb_section {
    padding: 10px 0!important;
}
.single-empresas .et_pb_column.et_pb_column_0{
    width: 100%!important;
    max-width: 100%!important;
}
.single-empresas .container{
    padding-top: 15px!important;
}
.single-empresas #categoriag-title{
    font-size: 40px!important;
    font-weight: 700;
}
.single-empresas #categoriag-subtitle{
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 25px!important;
}
.single-empresas #main-content .container{
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    background-color: #fff;
}
.single-empresas .type-empresas{
    padding: 20px;
} 
.caracteristicasform{
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
}
.multimediag{
    position: relative;
    text-align: center;
}
.multimediag img{
    width: auto!important;
    max-width: 100%!important;
    margin: auto!important;
}
.formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.formulario, .formulario form, .formulario div{
    max-width: 100%!important;
}
.formulario #row-textarea{
    position: relative;
    width: 100%;
    height: 100%;
}
.formulario #row-submit{
    display: flex;
    align-items: center;
    flex-direction: column;
}
#texto{
    outline: none;
    background: rgba(0,0,0,.05);
    border: 0;
    max-height: 100%;
    height: 100px;
    max-width: 100%;
    width: 100%;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    padding: 10px 12px;
    color: rgba(0,0,0,.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: .3s ease;
    resize: none;
}
.formulario input, .formulario select {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    margin-bottom: 8px;
}
.formulario input[type=submit] {
    color: rgba(76,76,76,0.6);
    outline: none;
    letter-spacing: 2px;
    width: auto;
    font-size: 15px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 8px;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    border: 0;
    border-style: solid;
    border-radius: 3px;
    box-shadow: none;
    transition: .3s ease;
}
.formulario input[type=submit]:hover{
    background: rgba(0, 0, 0, 0.2);
}
.informacion div{
    margin-bottom: 16px!important;
}
#lista{
    list-style-type: disc;
    padding: .7em 0 .3em 1.143em;
    line-height: 1.7em;
}
.overlay{
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    transition: .45s ease all;
}
.overlay.active{
    visibility: visible;
}
.popup{
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 16px;
    opacity: 0;
    transition: .6s ease all;
    transform: scale(0.7);
}
.popup.active{
    opacity: 1;
    transform: scale(1);
}
.popup .btn-cerrar{
    display: block;
    text-align: right;
}
.popup .btn-cerrar .dashicons{
    cursor: pointer;
    color: rgba(76,76,76,0.6)!important;
    font-size: 30px!important;
}
.popup .btn-cerrar .dashicons:hover{
    color: #333!important;
}
.popup .formulario input, .popup .formulario select {
    padding: 6px;
}
#mapa{
    height: 100%!important;
}
#localizacion-empresa{
    height: 500px!important;
    max-width: 100%!important;
    margin-bottom: 42px;
}
.pagination-div ul.page-numbers{
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    line-height: 1;
}
.pagination-div .page-numbers li{
    display: block;
    background: rgba(0, 0, 0, 0.1);
    height: 30px;
    width: 30px;
    border-radius: 3px;
    margin: 0 0 0 10px;
    color: rgba(0, 0, 0, 0.6);
}
.pagination-div .page-numbers li span.current{
    background: #00a8ff;
    color: #ffffff;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.pagination-div .page-numbers li a, .pagination-div .page-numbers li span.dots{
    color: #19a7db;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
#top-menu li a{
    color: #002744!important;
}
#top-menu .menu-item a:before{
    background-color: #19a7db!important;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: #fff;
    width: 100%!important;
    height: 2px;
    transform: translateY(24px);
    opacity: 0;
    transition: 0.3s ease;
}
#top-menu .current-menu-item a:before{
    background-color: #19a7db!important;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    background: #fff;
    width: 100%!important;
    height: 2px;
    transform: translateY(24px);
    opacity: 1;
}
#top-menu .menu-item a:hover,#top-menu .current-menu-item a{
    color: #19a7db!important;
}
#top-menu .menu-item a:hover:before{
    transform: translateY(18px);
    opacity: 1;
}

@media (min-width: 981px){
    #main-content .container:before{
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .imagen-destacada{
        width: 100%;
        max-width: 100%;
        padding: 16px;
    }
    .contenido{
        width: 100%;
        max-width: 100%;
        padding: 16px;
    }
    .div-checkbox{
        text-align: center;
    }
    .checkempresa{
        margin: 16px;
    }
    .post-type-archive-empresas .type-empresas {
        display: block;
    }
}

@media only screen and (max-width: 666px) {
    .campo-buscador-linea{
        display: grid;
    }
    .multiconsulta{
        text-align: center;
        width: auto;
        max-width: 100%;
    }
    #proSer{
        animation: fadeInAnimation ease 1s, growAnimation ease .60s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
}

@media only screen and (max-width: 600px){
    .caracteristicasform{
        display: inherit;
    }
}

@media only screen and (max-width: 520px) {
    .boton{
        margin: 6px;
    }
    .single-empresas #categoriag-title{
        font-size: 38px!important;
    }
}