/* Estilo para todo el documento */
@font-face {
    font-family: Galano;
    src: url('../fonts/Galano-Grotesque-DEMO-Bold.ttf');
}
html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
a, p{
    font-family: "Source Sans 3", sans-serif;
    color: black;
}
p{
    font-size: 16px;
}
h1, h2, h3, h4, h5 {
    font-family: Galano;
}
header{
    background: #F3F2E9;
    width: 100%;
    height: 129px;
    box-shadow: 0 4px 10px #4161822b;
    position: relative;
    z-index: 9;
}
header .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.cta-header{
    background: none;
    appearance: none;
    width: auto;
    height: auto;
    padding: 16px 24px;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 8px;
    border-color: #285181;
    color: #285181;
    cursor: pointer;
}
nav {
    display: flex;
    align-items: center;
}
.logo {
    margin-right: 84px;
}
.menu {
    display: flex;
    list-style: none;
    gap: 0 44px;
}
.menu li a{
    font-size: 16px;
    line-height: 24px;
    color: #285181;
    font-weight: 600;
    text-decoration: none;
}
section h2{
    text-align: center;
    color: #285181;
    font-size: 32px;
    line-height: 24px; 
    margin-bottom: 34px;
}
.descrip{
    max-width: 954px;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 29px;
}
.our-products{
    margin-bottom: 100px;
    padding-top: 40px;
}
.products {
    display: flex;
    padding: 0 40px;
    gap: 0 20px;
    margin-bottom: 54px
}
.column{
    width: calc(30% - 20px);
    max-width: 30%;
}
.column-middle{
    width: 40%;
    max-width: 40%;
    min-width: 40%;
}
.ilumination{
    background-image: url('../images/bg-ilumination.jpg');
    background-position: center;
    background-size: cover;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}
.column h3{
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 100px;
    text-shadow: 0 4px 10px #00000025;
}
.automation{
    background-image: url('../images/bg-automatizacion.jpg');
    background-position: center;
    background-size: cover;
    height: 255px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}
.accesorios{
    background-image: url('../images/bg-tuberias.jpg');
    background-position: center;
    background-size: cover;
    height: 255px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}
.cables{
    background-image: url('../images/bg-cables.jpg');
    background-position: center;
    background-size: cover;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}
.cta-main{
    background: #F58E49;
    appearance: none;
    padding: 13px 20px;
    font-family: "Source Sans 3", sans-serif;
    color: #285181;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    box-shadow: 0 4px 10px #00000025;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
footer{
    background: #285181;
    padding-top: 60px;

}
.footer_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.footer_content h4{
    color: #F3F2E9;
    font-size: 28px;
    line-height: 33px;
    width: 40%;
}
.footer_content h4 span{
    font-size: 22px;
    display: block;
    margin-top: 28px;
}
hr{
    width: 100% ;
    border: none;
    height: 2px !important;
    background: #0E3058 !important;
}
.copyrigth{
    color: #F3F2E9;
    font-size: 14px;
    padding: 16px 0;
    text-align: center;
}
.quienes-somos{
    margin-bottom: 80px;
    padding-top: 40px;
}
.quienes-somos .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mision-vision{
    width: 50%;
}
.mision-vision h4{
    font-size: 32px;
    line-height: 24px;
    color: #285181;
    margin-bottom: 20px;
}
.mision-vision p{
    line-height: 24px;
    margin-bottom: 40px;
}
.mision-vision p:last-child{
    margin-bottom: 0;
}
figure.mision-vision-img {
    border-radius: 24px;
    overflow: hidden;
}
.cta-whatsapp {
    background: #00bb2d 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 10px #0000003d;
    border-radius: 40px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 60px;
    right: 60px;
    width: 60px;
    height: 60px;
    z-index: 99;
    transition: background .5s ease-in-out;
}
.cta-whatsapp:hover {
    background: #0e4e1d 0% 0% no-repeat padding-box;
}
.footer_contact{
    width: 300px;
}
.footer_contact a{
    display: flex;
    align-items: center;
    color:#F3F2E9;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}
.footer_contact a figure{
    width: 28px;
    text-align: center;
    margin-right: 10px;
}
.footer_contact div > p{
    color: #F3F2E9;

}
.footer_contact div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_contact div > div{
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.footer_contact div > div a{
    margin-bottom: 0;
}
.form{
    margin-bottom: 120px;
}
.form .container{
    background: white;
    border-radius: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.form figure{
    min-width: 50%;
    max-width: 50%;
    width: 50%;
    height: 1020px;
}
.form figure img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.form .row-form{
    padding: 43px 64px;
}
.form .row-form_header{
    margin-bottom: 36px;
}
.form .row-form_header h2{
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 24px;
}
.form .row-form_header p{
    font-size: 20px;
    line-height: 30px;
}
.form .row-form_body p {
    margin-bottom: 24px;
}
.form .row-form_body p.only-label {
    margin-bottom: 16px;
}
.form .row-form_body p label{
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.form .row-form_body p input,
.form .row-form_body p textarea{
    width:calc(100% - 34px);
    border: 1px solid #D0D5DD;
    color: black;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-family: "Source Sans 3", sans-serif;
}
.form .row-form_body .checkbox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    position: relative;
}
.form .row-form_body .checkbox p{
    margin-bottom: 16px;
    width: 50%;
    max-width: 50%;
    min-width: 50%;
}
.form .row-form_body p [type=checkbox] {
    visibility: hidden;
    position: absolute
}

.form .row-form_body p [type=checkbox]+label {
    position: relative;
    padding-left: 1.4rem;
    line-height: 1rem;
    padding-top: .1rem;
    font-weight: normal;
}

.form .row-form_body p [type=checkbox]+label:before {
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .2rem;
    background: #fff;
    border: 1px solid #becad6;
    transition: background .4s;
    will-change: color
}

.form .row-form_body p [type=checkbox]+label:after {
    content: "";
    width: .4rem;
    height: .1rem;
    position: absolute;
    top: .4rem;
    left: .3rem;
    border: .2rem solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
    will-change: transform
}

.form .row-form_body p [type=checkbox]:checked+label:before {
    background: #285181;
    border-color: #285181;
}

.form .row-form_body p [type=checkbox]:checked+label:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.form .row-form_body button{
    background: #F58E49;
    appearance: none;
    padding: 13px 20px;
    font-family: "Source Sans 3", sans-serif;
    color: #285181;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    width: 100%;
}