@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,900&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}

* {
    text-decoration: none;
}

.txt-reg {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.txt-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.txt-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.cl-amari {
    content: #D9AD26;
}

.cl-negro {
    content: #000;
}

.cl-blanco {
    color: white;
}

.cl-bg-amari {
    content: #D9AD26 !important;
}

.cl-bg-negro {
    content: #000;
}


/*HEader*/

.header {
    height: 1080px;
}

.bg-img {
    background-image: url('../img/header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo img {
    margin-left: 350px;
}

.llama-conten {
    height: 418px;
    width: 1302px;
    background-color: rgba(0, 0, 0, 0.5);
}

.llama-conten h2 {
    font-size: 40pt;
    text-transform: uppercase;
}

.llama-conten p {
    font-size: 46pt;
    text-transform: uppercase;
}

.llama-conten a {
    text-decoration: none !important;
}

.buttom {
    background-color: #D9AD26;
    padding: 16px 24px;
    color: white;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: #707070;
}

.buttom:hover {
    transition: 0.3s;
    background-color: white;
    padding: 16px 24px;
    color: #D9AD26;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: #707070;
}

.btn-edit {
    background-color: #D9AD26;
    color: white;
}

.btn-edit:hover {
    background-color: #ffffff;
    color: #D9AD26;
}


/* ==== Menu Aside ==== */

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.offcanvas {
    width: 350px;
    visibility: hidden;
    transform: translateX(100%);
    transition: all .2s;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    height: 100%;
    z-index: 1200;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.naver a {
    color: #000;
}

.naver a:hover {
    color: #D9AD26;
}

.active-edit {
    color: #D9AD26 !important;
}


/* End menu aside */


/* about start */

.about-heigth {
    height: 580px;
}

.about h2 {
    margin-top: 55px;
    font-size: 30pt;
    text-align: center;
    font-weight: bold;
}

.about p {
    margin-top: 50px;
    text-align: center;
    font-size: 15pt;
}


/* about end  */


/* Banner sart */

.ban-bg {
    height: 450px;
    background-image: url('../img/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bann h2 {
    font-weight: bold;
    color: white;
    font-size: 38pt;
}

.bann p {
    color: white;
    font-size: 36pt;
}

.bann h4 {
    border: 2px solid #707070;
    background-color: #D9AD26;
    padding: 16px 32px;
    color: white;
    font-size: 28pt;
}


/* BANNER END */


/* Info general start */

.info-g {
    height: 515px;
}

.info-g h1 {
    text-transform: uppercase;
    text-align: center;
    color: #D9AD26;
    font-size: 42pt;
    text-shadow: -4px 4px 6px rgba(150, 150, 125, 0.65);
}

.info-g h3 {
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-size: 32pt;
}


/* Info genrenal end */


/* Servicios start */

.line {
    border-top: solid 1px black;
    margin-bottom: 100px;
}

.ser-img {
    margin-left: -16px;
}

.ser-info h3 {
    font-size: 28pt;
    margin-left: 40px;
    margin-top: 40px;
}

.ser-info ul {
    margin-top: 40px;
}

.ser-info ul li {
    font-size: 22pt;
    margin-left: 25px;
}


/* Servicios end */


/* Sistemas solates start */

.marg-sis {
    margin-top: 220px;
}

.sistemas-solares {
    height: 1000px;
    background-image: url('../img/foot.png');
    background-position: center;
    background-size: cover;
}

.sistemas {
    margin-top: -160px;
    width: 100%;
    height: 195px;
    background-color: #D9AD26;
    border-radius: 145px;
    border: 6px solid white;
    box-shadow: -1px 23px 21px -4px rgba(46, 46, 46, 0.6);
}

.sistemas h2 {
    color: white;
    font-size: 40pt;
}

.sistemas h3 {
    color: black;
    font-size: 40pt;
}

.sis-2 {
    margin-bottom: -50px;
    z-index: 20;
}


/* Sistemas solares end */


/* Footer inicio */

.foot {
    height: 500px;
    background-color: black;
}

.foot-mg {
    margin-top: 45px;
}

.llama h3 {
    color: white;
    font-size: 40pt;
    text-transform: uppercase;
    text-align: center;
}

.llama a {
    text-decoration: none;
}

.llama h4 {
    color: white;
    font-size: 28pt;
}

.llama h4:hover {
    color: white;
    font-size: 28pt;
    transition: 0.3s;
}


/* CONTACTO START */

.contac h3 {
    font-size: 40pt;
}

.bg-negro {
    background-color: #212529;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: white !important;
    background-image: none !important;
    /* color: -internal-light-dark(black, white) !important; */
}

.form1-group {
    margin: 1rem 1%;
}

.form1-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form1-control-light {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(238, 238, 238);
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid white;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form1-control-light:focus {
    color: #000;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.form1-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.form1-textarea {
    height: auto;
    resize: none;
}

.btn1 {
    display: inline-block;
    font-weight: 700;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .475rem 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.boton1 {
    color: #fff;
    background-color: #D9AD26;
    border-color: #D9AD26;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.boton1:hover {
    color: #D9AD26;
    background-color: white;
    border-color: #D9AD26;
}

.boton1:focus {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
    box-shadow: 0 0 0 0.2rem rgba(46, 49, 53, 0.5);
}

.boton1-light {
    color: #212529;
    background-color: #fff;
    border-color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.boton1-light:hover {
    color: white;
    background-color: #212529;
    border-color: #fff;
}

.boton1-light:focus {
    color: #fff;
    /*background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);*/
}


/* Tablet */

@media (max-width: 1224px) {
    .ser-lis-img img {
        width: 215px !important;
    }
}

@media (max-width: 992px) {
    .header {
        height: 755px;
    }
    .logo img {
        margin-left: 365px;
        width: 300px !important;
    }
    .about p {
        margin-top: 50px;
        margin-left: 25px;
        margin-right: 25px;
        text-align: center;
        font-size: 16pt;
    }
    .ser-lis-img img {
        width: 145px !important;
    }
    .sistemas h2 {
        color: white;
        font-size: 30pt;
    }
    .sistemas h3 {
        color: black;
        font-size: 28pt;
    }
    .sistemas {
        margin-top: -87px;
        margin-left: 120px;
        width: 500px;
        height: 156px;
        background-color: #D9AD26;
        border-radius: 145px;
        border: 6px solid white;
        box-shadow: -1px 23px 21px -4px rgb(46 46 46 / 60%);
    }
    .info-g h3 {
        text-transform: uppercase;
        text-align: center;
        color: #000;
        font-size: 20pt;
    }
}


/* mobile */

@media (max-width: 767.8px) {
    .logo img {
        margin-left: 100px;
        width: 200px !important;
    }
    .bg-img {
        background-image: url('../img/header.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
    }
    .about-heigth {
        height: 580px;
    }
    .about h2 {
        margin-top: 10px;
        font-size: 22pt;
        text-align: center;
        font-weight: bold;
    }
    .about p {
        margin-top: 10px;
        margin-left: 50px;
        margin-right: 50px;
        text-align: center;
        font-size: 14pt;
    }
    .llama-conten h2 {
        font-size: 22pt;
        text-transform: uppercase;
    }
    .llama-conten p {
        font-size: 20pt;
        text-transform: uppercase;
    }
    .llama-conten {
        height: 215px;
        width: 1302px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .ban-bg {
        height: 450px;
        background-image: url('../img/bg-1.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: auto;
    }
    .bann h2 {
        font-weight: bold;
        color: white;
        font-size: 22pt;
    }
    .bann p {
        color: white;
        font-size: 18pt;
    }
    .bann h4 {
        border: 2px solid #707070;
        background-color: #D9AD26;
        padding: 16px 32px;
        color: white;
        font-size: 16pt;
    }
    .info-g {
        height: 300px;
    }
    .info-g h1 {
        text-transform: uppercase;
        text-align: center;
        color: #D9AD26;
        font-size: 22pt;
        text-shadow: -4px 4px 6px rgba(150, 150, 125, 0.65);
    }
    .info-g h3 {
        text-transform: uppercase;
        text-align: center;
        color: #000;
        font-size: 12pt;
    }
    .line {
        border-top: solid 1px black;
        margin-bottom: 50px;
    }
    .ser-lis-img img {
        width: 80px !important;
    }
    .ser-info h3 {
        font-size: 14pt;
        margin-left: 0px;
        margin-top: 16px;
    }
    .ser-info ul {
        margin-top: 16px;
    }
    .ser-info ul li {
        font-size: 14pt !important;
        margin-left: 0px;
    }
    .marg-sis {
        margin-top: 110px;
    }
    .sistemas {
        margin-top: -70px;
        margin-left: 0px;
        width: 100%;
        height: 130px;
        background-color: #D9AD26;
        border-radius: 145px;
        border: 6px solid white;
        box-shadow: -1px 23px 21px -4px rgb(46 46 46 / 60%);
    }
    .sistemas h2 {
        color: white;
        font-size: 18pt;
    }
    .sistemas h3 {
        color: black;
        font-size: 18pt;
    }
    .llama h3 {
        color: white;
        font-size: 22pt;
        text-transform: uppercase;
        text-align: center;
    }
    .llama a {
        text-decoration: none;
    }
    .llama h4 {
        color: white;
        font-size: 22pt;
    }
    .llama h4:hover {
        color: white;
        font-size: 26pt;
        transition: 0.3s;
    }
    .sistemas-solares {
        height: 1000px;
        background-image: url('../img/foot.png');
        background-position: center;
        background-size: cover;
    }
    .foot {
        height: 300px;
    }
    .foot img {
        width: 250px;
    }
    .foot-mg {
        margin-top: 20px;
    }
}


.social{
    color: #ffffff;
    font-size: 45px;

    &:hover{
        color: #ffffff;
    }
}