﻿/*--
    Theme Name: LDC
    Theme URI: www.luzdelcarpio.com
    Author: Insane
    Author URI: https://insane.digital
    Description: Designed and Developed by Insane Digital
    Version: 1.0.0

--*/

span.wpcf7-spinner {
    position: absolute;
}

body {
    font-family: 'Poppins', sans-serif;
font-size: 19px;
font-weight: 400;
color: var(--main-text);    
 
}

.container{
    max-width: 90%;
}

:root{

--main: #414040;
--main2: #fcdcf7;
--main3:#eaeaea;
--main4:#f6f6f6;
--main5:#21d7ce;
--main-text: #707070;
}

footer {
    display: none;
}

.cl-100.text-sl h1 {
    color: white;
    text-align: center;
}

.cl-100.text-sl {
    padding: 0 70px;
    color: white;
}
/*-----------------------------------------------------------------------------------*/
/*  GENERAL
/*-----------------------------------------------------------------------------------*/

ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
li{
    padding: 0;
    margin: 0;
}
body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--main2);
  outline: 1px solid var(--main);
}

a {
    color: var(--turqueza);

}

::selection {

  background: var(--main2);
  color: var(--main);  
  text-shadow: none;

}

::-moz-selection {
  background: var(--main2);
  color: var(--main);  
  text-shadow: none;

}


button:focus, button {
    outline: none;
}
.bt {
    display: block;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 4px;
}

a {

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;

}



a:hover{

  color: black;

}



input::-moz-focus-inner {

  border: 0;

}

.middle{
      display: flex;
    -ms-display: flex;
    display: flex;
    align-items: center;
}

a:hover, a:active, a:focus {

  text-decoration: none;

  outline: none;

}



button{
    padding: 0;
    border: 0;
    background: inherit;
}



input, select {
  border: none;
  outline: none;
}



th {
  border-width: 0 1px 1px 0;
}



td {
  border-width: 0 1px 1px 0;
}





p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5;
   
}



.border-t {
    border-top: 1px solid #ffffff29;
    padding-top: 10px;
}
.taxonomy-image, .taxonomy-description {
    display: none;
}
.no-over{overflow: hidden;}

.text-justify {text-align: justify;}

.margin-t100{margin-top: 100px;}
.margin-t40{margin-top:40px;}
.margin-t30{margin-top:30px;}
.margin-t50{margin-top:50px;}

.margin-b50{margin-bottom: 50px}

.margin-b100{margin-bottom: 100px}

.margin-b25{margin-bottom: 25px;}

.display-none{display: none;}

.no-padding {padding: 0;}

.no-margin {margin: 0;}

.white-text{color:white;}

.bg-white{
  background-color: white;
  color: #333;
}

#pagepiling .section{
background:white;
}
.no-relative{
  position: inherit;
}



.copyright-h{
  fill: white;
  width: 50px;
}

.menu {
    padding: 0 0 0 10px;
}

.menu li::marker {
    color: #00daff;
}

p.cta-wpp a {
    background: #00daff;
    color: #020715;
    padding: 6px 20px;
    display: block;
    border-radius: 9px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-top: 30px;
}

p.cta-wpp a i {
    color: #020715;
    font-size: 20px;
    margin-right: 7px;
}

p.microcopy {
    color: #59637d;
    font-size: 11px;
    padding: 5px;
}

/*===================/
COLUM H
/*==================/
=======================*/
.cl-10 {
    width: 10%;
}
.cl-20 {
    width: 20%;
}
.cl-30 {
    width: 30%;
}
.cl-40 {
    width: 40%;
}
.cl-50 {
    width: 50%;
}
.cl-60 {
    width: 60%;
}
.cl-70 {
    width: 70%;
}
.cl-80 {
    width: 80%;
}
.cl-90 {
    width: 90%;
}
.cl-100 {
    width: 100%;
}



/*===================/
CUSTOM ROWS
/*==================/
=======================*/

.row-cl {
    display: flex;
    flex-wrap: wrap;
}
.row-sb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.row-sa {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.row-se {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.row-ce {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}




/*======================/
===================/
ARCHIVOS CLIENTE
/*==================/
=======================*/



/*======================/
===================/
HEADER
/*==================/
=======================*/

.box-menu ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.box-menu ul li {
    width: max-content;
    padding-left: 50px;
}

.header-xterie {
    position: absolute;
    padding: 10px 0;
    width: 100%;
}

.head_1 img {
    width: 160px;
    height: auto;
}
.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.box-menu ul li a {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    color: #9f9f9f;
    text-transform: uppercase;
}


.header-tra {
    padding: 30px 0px;
}

.box-menu ul li.current-menu-item a {
    color: var(--main-title);
    border-bottom: 1px solid var(--main);
}


/*======================/
===================/
FOOTER
/*==================/
=======================*/

.footer-tra {
    background: var(--main2);
    padding: 100px 0;
    color: white;
}

.box-img-footer img {
    width: 70px;
}

.box-img-footer {
    display: flex;
    align-items: center;
}

.box-img-footer p {
    margin: 0;
    margin-left: 40px;
    font-size: 16px;
}

.footer-tra h4 {
    font-weight: 500;
}

.box-footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-footer-menu ul li {
    padding: 0px 10px;
    border: 1px solid white;
    margin-bottom: 10px;
    margin-right: 30px;
}

.box-footer-menu ul li a {
    font-size: 15px;
    margin: 0;
}

/*======================/
===================/
HOME
/*==================/
=======================*/

.bl-hero {
    padding: 100px 0px;
    width: 100%;
    display: flex;
    height: 100vh;
    align-items: center;
}

.bl-hero h1 {

    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    font-size: 35px;
}


.btn-1 {
    background: var(--main2);
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 15px;
}

.bl-hero p {
    margin: 20px 0;
}

.bl-msn {
    padding: 100px 0;
    background: var(--main2);
}

.bl-msn p {
   
}


.bl-resources {
    padding: 100px 0;
}


.box-resources2 {
    position: relative;
    z-index: 99;
}

.box-resources:after {
    content: '';
    position: absolute;
    top: -60px;
    left: -338px;
    z-index: 6;
    background: #f6f6f6;
    width: 735px;
    height: 475px;
}

.bl-resources img {
    position: relative;
    z-index: 999;
}

.box-resources {
    position: relative;
}


.bl-problems h2 {
    margin-bottom: 80px;
}


.bl-problems  {
    padding: 100px 0;
}


/*======================/
===================/
TEMPLATE NOSOTROS
/*==================/
=======================*/

.bl-two p {
        margin: 30px 0;
    font-size: 20px;
}

.box-creation {
    background: var(--main3);
    padding: 100px;
}


.box-psico {
    padding: 100px;
    background: var(--main4);
}


.box-ctc {
    background: var(--main2);
    padding: 80px;
}

.box-ctc p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 50px;
}

.bl-ctc {
    padding: 80px 0;
}

.btn-2 {
    background: white;
    padding: 20px 50px;
    font-size: 20px;
    text-transform: uppercase;
}


.bl-cabecera {
    background: var(--main4);
    padding: 80px 0;
}

.bl-cabecera h1 {
    font-size: 60px;
}

.bl-cabecera span {
    font-size: 30px;
}



.bl-ldc img {
    width: 350px;
    position: relative;
}

.bl-ldc li {
    font-size: 20px;
    line-height: 31px;
}

.bl-ldc h2 {
    margin: 40px 0;
}

.bl-msn span {
    font-size: 30px;
}


.bg-pink {
    background: var(--main2);
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.s-btn.s-btn__square {
    background: var(--main5);
}
.servicios_luz .bg-white {
    padding: 20px;
    margin-top: 30px;
    border-radius: 15px;
}




.bg-blue {
    background: var(--main5);
    color: white;
    border-radius: 15px;
}

.servicios_luz .bg-blue {
    padding: 20px 20px;
}

.servicios_luz h4 {margin-bottom: 10px;margin-top: 30px;}

.blue-text {
    color: var(--main5);
}
.pink-text {
    color: #E19CD6;
}
ul.lista {
    list-style: initial;
}


.servicios_luz h3 {
    font-size: 35px;
    margin-bottom: 30px;
}


.img-servicio img {
    max-width: 260px;
    margin: auto;
    display: block;
}

/*======================/
===================/
TEMPLATE CONTACTO
/*==================/
=======================*/

.box-dats img {
    max-width: 70px;
    max-height: 60px;
}

.box-dats {
    display: flex;
    justify-content: space-evenly;
}

.box-dats h5 {
    color: var(--main-title);
  
}

.box-dats p {
    font-size: 16px;
}

.box-datsctc p {
    margin: 0;
}

.bl-dats {
    padding: 80px 0;
}

.bl-contact {
    padding: 80px 0;
}

.box-map:after {
    background: var(--main);
    content: '';
    top: -80px;
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: 88;
    right: -112px;
}

.box-map {
    position: relative;
}


.box-redes-lateral img {
    width: 30px;
    margin: 20px 70px;
}

.box-redes-lateral {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.line-ctc {
    background: var(--main);
    width: 5px;
    height: 150px;
    margin: 50px 0 0;
}

.box-redes-lateral span {
    color: var(--main-title);
    font-family: bristone;
    font-size: 10px;
    margin: 0px 30px;
    transform: rotate(-90deg);
}


/*-----------------------------------------------------------------------------------*/
/*/FORMULARIO HERO 
/*-----------------------------------------------------------------------------------*/

.capa_form {
    position: relative;
    z-index: 1;
}

.form-hero {
    max-width: 290px;
    position: relative;
}

.form-hero:before {
    content: '';
    position: absolute;
    left: -2%;
    top: -2%;
    width: 104%;
    height: 104%;
    background: #ffffff38;
    z-index: -1;
    border-radius: 15px;
    }

.container-form {
    padding: 15px 15px 10px;
}

.col-form input {
    width: 100%;
    padding: 9px 15px;
    background: white;
    font-size: 15px;
    font-family: 'Bebas Neue';
}
.box-formulario {
    background: var(--main);
    padding: 20px;
}
.col-form {
    position: relative;
    margin-bottom: 0;
}
.col-form p {
    margin: 0;
}

.container-form h2 {
    color: var(--main-title);
}

.col-form label small {
    position: absolute;
    bottom: 30%;
    left: 10px;
    background: white;
    line-height: 1;
    transition: all 0.4s;
    padding: 0 5px;
}

.col-form label {
    margin-bottom: 0;
    padding: 0;
}

.col-form br {
    display: none;
}

.col-form label.has-value small {
    transform: translateY(-22px);
    z-index: 2;
    transition: all 0.4s;
    font-size: 10px;
    color: #333;
}

.col-form .has-value input {
    border-color: #333;
    transition: all 0.4s;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-submit.submit {
    background: var(--main2);
    padding: 5px 40px;
    color: #ffffff;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    font-size: 23px;
    font-family: 'Bebas Neue';
    border: 0;
    margin: 30px 0 0;
}
.wpcf7-submit.submit:hover {
    transition: 0.4s ease;
    transform: scale(1.03);
}
.col-form select {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 9px 15px;
    background: transparent;
    font-size: 80%;
    color: #505050;
}
.text-acept {
    padding-left: 30px;
    display: block;
    font-size: 12px;
    color: #333;
}
.text-acept a {
    border-bottom: 1px solid;
    font-weight: 600;
}
.col-form .your-name input {
    text-transform: capitalize;
}
/*-----------------------------------------------------------------------------------*/
/*/EFECTO CONTACT FORM 7 
/*-----------------------------------------------------------------------------------*/
.bounce.short {
   
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.bounce {
   
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    15% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    30% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    45% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}





/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){


}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){


}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){



}

/*=============================================
MOVIL (SM revisamos en 320px)
=============================================*/

@media (max-width:767px){


/*===================/
COLUM H -- NO BORRAR
/*==================/
=======================*/
.cl-10, .cl-20, .cl-30, .cl-40, .cl-50, .cl-60, .cl-70, .cl-80, .cl-90 {

width: 100%;
flex: 0 0 100%;
max-width: 100%;
}

.clx-10 {
    width: 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.clx-20 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.clx-30 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.clx-40 {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.clx-50 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.clx-60 {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.clx-70 {
    width: 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.clx-80 {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%;
}



/*===================/
Footer Movil
/*==================/
=======================*/






}


/*=============================================
MOVIL (XS revisamos en 565px)
=============================================*/

@media (max-width:565px){

   



}/*/Fin Movil 565px /*/