
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-ExtraLight.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
body,html{
    height: 100%;
    font-family: 'Poppins';
}
*{margin: 0;}
.bg_mobile,.fixed_call,.btn_mob{display: none;}
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
.col {
	display: block;
	float:left;
    position: relative;
}
.col:first-child { margin-left: 0; }
.cont{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.one{
    width: 100%;
}
.half{
    width: 50%;
}
.third{
    width: 33.33%
}
.fourth{
    width: 25%;
}
.five{
    width: 20%;
}
.bg_red{
    background-color: #c10908;
}
.bg_blue{
    background-color: #1c3463;
}
.bg_white{
    background-color: white;
}
header{
    background-color: #c10908;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 99;
}

header .logo{
    width: 180px;
}
header .btn_call{
    margin-top: 6px;
}
.btn_call{
    background-color: white;
    float: right;
    border-radius: 29px;
}
.btn_call .info_call{
    padding-left: 5px;
}

.btn_call a{
    text-decoration: none;
    color: #1c3463;
    display: block;
    padding: 5px 3px;
}

.btn_call a span{
    display: block;
}

.btn_call a .number{
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px;
    padding: 0 12px;
}
.btn_call a .click{
    font-weight: 100;
    font-size: 14px;
    margin-top: -5px;
    text-align: center;
}

.btn_call .hrs{
    width: 35px;
    vertical-align: middle;
    display: inline;
    background-color: #c10908;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 5px;
}
.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rayo{
    position: absolute;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    bottom: 0;
}
.rayo .icon-rayo{
    width: 40px;
}
.derecho{
    right: calc((100% - 960px) / 2);
}
.izquierdo{
    left: calc((100% - 1280px) / 2);
}
.gracias .main{
    background-image: url(../img/gracias.jpg);
}
.gracias .main .title{
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    font-size: 45px;
    text-align: center;
    margin: 0;
}
.gracias .main p{
    text-align: center;
    color: white;
    font-size: 22px;
    margin: 15px 0;
}
.gracias .main .btn_back{
    display: block;
    margin: 0 auto;
    width: 200px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    width: 250px;
    margin-top: 35px;
}
.gracias .main .btn_back a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    padding: 10px 15px;
    text-align: center;
}
.gracias .main .btn_back .back{
    width: 35px;
    vertical-align: middle;
}
.gracias .main:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3a0302ab;
}
div.main{
    width: 100%;
    position: relative;
    height: calc(100% - 91px);
    background-image: url(../img/electricista.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 91px;
}

div.main .white_box{
    background-color: #ffffffc4;
    padding: 13px;
    padding-right: 80px;
    margin-top: 105px;
    width: 265px;
}
div.main .white_box .main-title{
    color: #1c3463;
    text-transform: uppercase;
    line-height: 39px;
    font-weight: 600;
    font-size: 42px;
}
div.main .white_box .second-title{
    color: #c10908;
    width: 261px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    margin-top: 10px;
    font-size: 22px;
}
div.main .form{
    width: 400px;
    float: right;
}
div.main .form-header{
    background-color: #1c3463;
    color: white;
    padding: 8px 0;
    border-radius: 35px 35px 0 0;
    position: relative;
}
div.main .form-header:after{
    content: '';
    margin: 0 auto;
    width: 35px;
    height: 35px;
    bottom: -26px;
    left: 0;
    right: 0;
    position: absolute;
    background-image: url(../img/flecha.svg);
    background-position: center;
    background-size: contain;
}
div.main .form-header .title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
}
div.main .form-body{
    background-color: #c10908;
    border-radius: 0 0 35px 35px;
    text-align: center;
    padding: 10px 50px;
    padding-top: 25px;
}
div.main .form-body p{
    color: white;
    margin-bottom: 13px;
}
div.main .form-body .urgencia{
    font-weight: 500;
    font-size: 18px;
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
div.main .form-body .input{
    background-color: white;
    margin: 5px auto;
    border-radius: 6px;
    margin-bottom: 8px;
}
div.main .form-body .input .icon{
    width: 20px;
    vertical-align: middle;
    margin: 0 5px;
    margin-top: 8px;
}
div.main .form-body .input .input-field{
    width: calc(100% - 30px);
}
div.main .form-body .input .input-field input{
    width: 100%;
    border: none;
    padding: 10px 3px;
    outline: none;
    color: #737373;
    font-weight: 400;
    font-size: 15px;
    background-color: transparent;
}
div.main .form-body .btn button{
    background-color: #1c3463;
    color: white;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 22px;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 24px;
    margin: 10px auto;
}
.banner{
    padding: 20px 0;
    position: relative;
}
.banner .title{
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 25px;
    width: 400px;
    line-height: 27px;
}
.banner .title span{
    font-weight: 500;
}
.banner .sub-title{
    margin-top: 8px;
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 20px;
    line-height: 24px;
}
.banner .btn{
    width: 230px;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    border-radius: 14px;
    cursor: pointer;
    margin-top: 35px;
    float: right;
}
section.servicios{
    padding: 30px 0;
    position: relative;
    background-image: url(../img/servicios.jpg);
    background-position: center;
    background-size: cover;
}
section.servicios .title{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}
section.servicios .sub-title{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 20px;
}
section.servicios .icon{
    width: 50px;
    margin-bottom: 10px;
}
section.servicios li{
    color: white;
    list-style-image: url(../img/rayo_blanco.svg);
    font-size: 15px;
    width: 90%;
    font-weight: 200;
    margin-bottom: 5px;
}
section.servicios .btn{
    margin: 0 auto;
    width: 230px;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    border-radius: 14px;
    cursor: pointer;
    margin-top: 35px;
}
section.clients{
    padding: 20px 0;
}
section.clients .logo-client{
    width: 90%;
    margin: 0 auto;
    display: block;
}
section.clients .title{
    text-align: center;
    color: #1c3463;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}
section.clients .sub-title{
    text-align: center;
    color: #1c3463;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 20px;
}
section.trabajos{
    padding: 30px 0;
    background-color: #4d4d4d;
}
section.trabajos .title{
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}
section.trabajos .sub-title{
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 20px;
}
section.trabajos .bg_trabajos{
    background-image: url(../img/bg_trabajos.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
}
section.garantia{
    padding: 30px 0;
    background-color: #1c3463;
    padding-bottom: 50px;
    position: relative;
}
section.garantia .title{
    text-align: left;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;

}
section.garantia p{
    color: white;
    text-align: justify;
    width: 90%;
    line-height: 27px;
    font-weight: 400;
}
section.garantia .a-right{
    margin-top: 15px;
    text-align: right;
}
section.nosotros{
    position: relative;
}
section.nosotros .img-nosotros{
    width: 100%;
}
section.nosotros .title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}
section.nosotros .desc{
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 20px;
}
section.nosotros .a-right{
    text-align: right;
}
section.nosotros .p-top{
    padding-top: 20px;
}
.red{
    color: #c10908;
}
.blue{
    color: #1c3463;
}
section.sucursales{
    padding: 30px 0;
}
section.sucursales .title{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}
section.sucursales .sub-title{
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 25px;
}
section.sucursales .info_sucursales{
    color: white;
    border-top: 6px solid white;
    padding-top: 25px;
}
section.sucursales .info_sucursales .icon{
    width: 25px;
}
section.sucursales .info_sucursales .icon img{
    width: 20px;
    vertical-align: middle;
}
section.sucursales .info_sucursales .info{
    width: calc(100% - 25px);
}
section.sucursales .info_sucursales .info .title_sucursal{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
section.sucursales .info_sucursales .info .direccion{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
}
section.sucursales .info_sucursales .info .icon-tel{
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
section.sucursales .info_sucursales .info a{
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
}
section.sucursales .p-top{
    padding-top: 30px;
}
section.sucursales .map{
    margin-top: 30px;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    padding: 0 8px;
    height: 450px;
}
section.sucursales .under-title{
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
    padding-top: 35px;
    padding-bottom: 10px;
}
section.sucursales .under-title span{
    font-weight: 500;
}
section.pago{
    padding: 30px 0;
    position: relative;
}
section.pago .title{
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
}
section.pago .payment{
    width: 90%;
    margin: 0 auto;
    max-width: 100px;
    display: block;
}
footer{
    padding: 30px 0;
    background-color: black;
}
footer .logo{
    width: 180px;
}
footer .icon{
    width: 30px;
    margin-right: 8px;
    vertical-align: middle;
}
footer .m-bottom{
    margin-bottom: 4px;
}
footer a.data{
    text-decoration: none;
    color: white;
    font-size: 14px;
}
footer .title{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 8px;
}
footer ul{
    padding: 0;
}
footer ul li{
    margin-bottom: 7px;
}
footer ul li a{
    color: white;
    list-style: none;
    text-transform: uppercase;
    text-decoration: none;
}
.whats{
    display: none;
    position: fixed;
    top: calc((100% - 46px) / 2);
    right: -5px;
    z-index: 99;
    left: unset;
    background-color: #25D366;
    border-radius: 10px;
}
.whats a{
    
    display: block;
    padding: 10px;
    padding-right: 15px;
    padding-bottom: 8px;
}
.whats .icon-wha{
    width: 40px;
}

@media only screen and (max-width: 800px)
{	
    .cont{
        width: 90%;
    } 
    .half,.third,.fourth{
        width: 100%;
    }
    .five{
        width: 50%;
    }
    .rayo, header .btn_call{
        display: none;
    }
    header{
        position: absolute;
        top: 72px;
        z-index: 10;
    }
    div.main .white_box{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-top: 0;
    }
    .banner .title{
        width: 100%;
        text-align: center;
    }
    div.main .white_box .main-title{
        text-align: center;
        font-size: 35px;
    }
    div.main .white_box .second-title{
        text-align: center;
        width: 85%;
        margin: 10px auto;
    }
    div.main .form{
        width: 100%;
    }
    div.main{
        background-image: unset;
        min-height: 100%;
        height: auto;
        margin-top: 156px;
        padding-bottom: 60px;
    }
    div.main .bg_mobile{
        display: block;
        width: 100%;
        height: 350px;
        background-image: url(../img/electricista2.jpg);
        background-position: center;
        background-size: cover;
    }
    .flex_center{
        display: block;
        align-items: unset;
        justify-content: unset;
    }
    header .logo{
        margin: 0 auto;
        display: block;
    }
    .fixed_call{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        top: 0;
        text-align: center;
        z-index: 100;
    }
    .fixed_call .call{
        width: 50px;
        margin-right: 10px;
    }
    .fixed_call a{
        padding: 10px 0;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-size: 25px;
        line-height: 26px;
        display: block;
        height: 52px;
    }
    .fixed_call a span{
        font-weight: 300;
        font-size: 15px;
    }
    .btn_mob {
        display: block;
        margin: 20px auto;
        width: 230px;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        border-radius: 14px;
        cursor: pointer;
    }
    div.main .form-body{
        padding: 10px 20px;
        padding-top: 25px;
    }
    .btn_call{
        float: unset;
        width: 265px;
        margin: 0 auto;
        margin-top: 17px;
    }
    section.servicios .icon{
        margin: 20px auto;
        display: block;
    }
    section.clients .sub-title{
        width: 90%;
        margin: 0 auto;
    }
    section.trabajos .title{
        text-align: center;
    }
    section.trabajos .sub-title{
        text-align: center;
    }
    section.garantia p{
        width: 100%;
    }
    .banner .btn{
        float: unset;
        margin: 20px auto;
    }
    .btn_call .info_call{
        padding-left: 43px;
    }
    .btn_call .hrs{
        margin-left: 22px;
    }
    section.sucursales .info_sucursales .third{
        margin-bottom: 30px;
    }
    section.sucursales .p-top{
        padding-top: unset;
    }
    .cli_mob{
        margin-left: 25%;
    }
    section.trabajos .bg_trabajos{
        background-image: url(../img/nosotros_mob.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    } 
}
@media only screen and (max-width: 450px)
{
    .cont{
        width: 90%;
    } 
    .half,.third,.fourth{
        width: 100%;
    }
    .five{
        width: 50%;
    }
    .rayo, header .btn_call{
        display: none;
    }
    header{
        position: absolute;
        top: 72px;
        z-index: 10;
    }
    div.main .white_box{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-top: 0;
    }
    .banner .title{
        width: 100%;
        text-align: center;
    }
    div.main .white_box .main-title{
        text-align: center;
        font-size: 35px;
    }
    div.main .white_box .second-title{
        text-align: center;
        width: 85%;
        margin: 10px auto;
    }
    div.main .form{
        width: 100%;
    }
    div.main{
        background-image: unset;
        min-height: 100%;
        height: auto;
        margin-top: 156px;
        padding-bottom: 60px;
    }
    div.main .bg_mobile{
        display: block;
        width: 100%;
        height: 350px;
        background-image: url(../img/electricista2.jpg);
        background-position: center;
        background-size: cover;
    }
    .flex_center{
        display: block;
        align-items: unset;
        justify-content: unset;
    }
    header .logo{
        margin: 0 auto;
        display: block;
    }
    .fixed_call{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        top: 0;
        text-align: center;
        z-index: 100;
    }
    .fixed_call .call{
        width: 50px;
        margin-right: 10px;
    }
    .fixed_call a{
        padding: 10px 0;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-size: 25px;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        width: 100%;
    }
    .fixed_call a span{
        font-weight: 300;
        font-size: 15px;
    }
    .btn_mob {
        display: block;
        margin: 20px auto;
        width: 230px;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        border-radius: 14px;
        cursor: pointer;
    }
    div.main .form-body{
        padding: 10px 20px;
        padding-top: 25px;
    }
    .btn_call{
        float: unset;
        width: 265px;
        margin: 0 auto;
        margin-top: 17px;
    }
    section.servicios .icon{
        margin: 20px auto;
        display: block;
    }
    section.clients .sub-title{
        width: 90%;
        margin: 0 auto;
    }
    section.trabajos .title{
        text-align: center;
    }
    section.trabajos .sub-title{
        text-align: center;
    }
    section.garantia p{
        width: 100%;
    }
    .banner .btn{
        float: unset;
        margin: 20px auto;
    }
    .btn_call .info_call{
        padding-left: 43px;
    }
    .btn_call .hrs{
        margin-left: 22px;
    }
    section.sucursales .info_sucursales .third{
        margin-bottom: 30px;
    }
    section.sucursales .p-top{
        padding-top: unset;
    }
    .cli_mob{
        margin-left: 25%;
    }
    section.trabajos .bg_trabajos{
        background-image: url(../img/nosotros_mob.jpg);
        background-size: contain;
    background-repeat: no-repeat;
    }
    .gracias .main {
        min-height: unset;
        padding: 50px 0;
    }
}
@media (min-width: 576px) and (max-width: 960px)
{
    .cont{
        width: 90%;
    } 
    .half,.third,.fourth{
        width: 100%;
    }
    .five{
        width: 50%;
    }
    .rayo, header .btn_call{
        display: none;
    }
    header{
        position: absolute;
        top: 72px;
        z-index: 10;
    }
    div.main .white_box{
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        margin-top: 0;
    }
    .banner .title{
        width: 100%;
        text-align: center;
    }
    div.main .white_box .main-title{
        text-align: center;
        font-size: 35px;
    }
    div.main .white_box .second-title{
        text-align: center;
        width: 85%;
        margin: 10px auto;
    }
    div.main .form{
        width: 100%;
    }
    div.main{
        background-image: unset;
        min-height: 100%;
        height: auto;
        margin-top: 156px;
        padding-bottom: 60px;
    }
    div.main .bg_mobile{
        display: block;
        width: 100%;
        height: 350px;
        background-image: url(../img/electricista2.jpg);
        background-position: center;
        background-size: cover;
    }
    .flex_center{
        display: block;
        align-items: unset;
        justify-content: unset;
    }
    header .logo{
        margin: 0 auto;
        display: block;
    }
    .fixed_call{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        width: 100%;
        top: 0;
        text-align: center;
        z-index: 100;
    }
    .fixed_call .call{
        width: 50px;
        margin-right: 10px;
    }
    .fixed_call a{
        padding: 10px 0;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-size: 25px;
        line-height: 26px;
        display: block;
        height: 52px;
    }
    .fixed_call a span{
        font-weight: 300;
        font-size: 15px;
    }
    .btn_mob {
        display: block;
        margin: 20px auto;
        width: 230px;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        border-radius: 14px;
        cursor: pointer;
    }
    div.main .form-body{
        padding: 10px 20px;
        padding-top: 25px;
    }
    .btn_call{
        float: unset;
        width: 265px;
        margin: 0 auto;
        margin-top: 17px;
    }
    section.servicios .icon{
        margin: 20px auto;
        display: block;
    }
    section.clients .sub-title{
        width: 90%;
        margin: 0 auto;
    }
    section.trabajos .title{
        text-align: center;
    }
    section.trabajos .sub-title{
        text-align: center;
    }
    section.garantia p{
        width: 100%;
    }
    .banner .btn{
        float: unset;
        margin: 20px auto;
    }
    .btn_call .info_call{
        padding-left: 43px;
    }
    .btn_call .hrs{
        margin-left: 22px;
    }
    section.sucursales .info_sucursales .third{
        margin-bottom: 30px;
    }
    section.sucursales .p-top{
        padding-top: unset;
    }
    .cli_mob{
        margin-left: 25%;
    }
    section.trabajos .bg_trabajos{
        background-image: url(../img/nosotros_mob.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    } 
    .gracias .main {
        background-image: url(../img/gracias.jpg);
        min-height: unset;
        padding: 50px 0;
    }
}
@media only screen and (max-width: 340px)
{
    
    
}
@media only screen and (max-width: 380px)
{
    
}

