@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body{
    font-family: "Reddit Sans", sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-shadow: 2px 2px 2px grey,
                2px 2px 2px grey,
                2px 2px 2px grey,
                2px 2px 2px grey;
}

.header{
    background-image: url(Img/Fondo4.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.logo{
    color: #FFFDFC;
    font-size: 25px;
    font-weight: 800;
}

.menu .navbar ul li{
    position: relative;
    float: left;
}

.menu .navbar ul li a{
    font-size: 18px;
    /*padding: 20px;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #FFFDFC;
    text-shadow: 1.5px 1.5px 1.5px black,
                1.5px 1.5px 1.5px black,
                1.5px 1.5px 1.5px black,
                1.5px 1.5px 1.5px black;
    display: block;
    font-weight: 600;
}

.linea{
    text-decoration: none;
    color: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.8);
    padding: 10px;
}

.linea:hover{
    color:#fff ;
    border-bottom: #fff  solid 2px;
    transition: all .10ms;
}

#activo{
    border-bottom: #fff solid 2px;
    color: #fff;
}    

#menu{
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
}

.header-txt{
    text-align: center;
}

.header-txt h1{
    font-size: 85px;
    text-shadow: 2px 2px 2px black,
                2px 2px 2px black,
                2px 2px 2px black,
                2px 2px 2px black;
    color: #FFFDFC;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.header-txt p{
    color: #FFFDFC;
    text-shadow: 2px 2px 2px black,
                2px 2px 2px black,
                2px 2px 2px black,
                2px 2px 2px black;
    font-size: 19px;
    padding: 0 250px;
    margin-bottom: 45px;
}

.btn-1{
    display: inline-block;
    padding: 12px 45px;
    border: 1px solid #FFFDFC;
    color: #FFFDFC;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-1:hover{
    color: #1B293A;
    background-color: #FFFDFC;
}

.general{
    padding: 50px 0;
    text-align: center;
}

.general-content{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
    margin-left: 50px;
    margin-right: 50px;
}

.oficios h3{
    color: #1B293A;
    padding-right: 0px;
    text-shadow: 1px 1px 1px grey,
                1px 1px 1px grey,
                1px 1px 1px grey,
                1px 1px 1px grey;
}

.general-1{
    background-image: url(Img/Agricultura.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    padding: 170px 170px;
}

.general-1:hover{
    transform: scale(1.3);
    opacity: 1;
    align-items: center;
    background-position: center;
    width: 200px;
}

.general-2{
    background-image: url(Img/Construccion.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    padding: 170px 170px;
}

.general-2:hover{
    transform: scale(1.3);
    opacity: 1;
    align-items: center;
    background-position: center;
    width: 200px;
}

.general-3{
    background-image: url(Img/Artesanias.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    padding: 170px 170px;
}

.general-3:hover{
    transform: scale(1.3);
    opacity: 1;
    align-items: center;
    background-position: center;
    width: 200px;
}

h2{
    font-size: 70px;
    text-transform: uppercase;
    color: #1B293A;
}

.txt h3{
    font-size: 18px;
    color: #FFFDFC;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.txt p{
    color: #EBEBEB;
    font-size: 16px;
}

.info-1{
    padding: 250px 0;
    background-image: url(Img/Fondo1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.info-content{
    text-align: center;
}

.info-content h2, span{
    color: #FFFDFC;
    text-shadow: 2px 2px 2px black,
                2px 2px 2px black,
                2px 2px 2px black,
                2px 2px 2px black;
}

.info-circle{
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.texto p{
    text-align: center;
    line-height: 1.6;
    margin-left: 80px;
    margin-right: 80px;
    color: #f0f0f0;
    text-shadow: 2px 2px 2px black,
                2px 2px 2px black,
                2px 2px 2px black,
                2px 2px 2px black;
    font-size: 20px;
}

.circle-txt{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 10px;
}

.circle-1{
    height: 105px;
    width: 105px;
    border: 1px solid #FFFDFC;
    border-radius: 50%;
    padding-top: 35px;
}

.circle-1 h3{
    color: #EBEBEB;
    font-size: 16px;
}

.circle-txt p{
    color: #FFFDFC;
    margin-top: 25px;
}

/*.info-2{
    padding: 250px 0;
    background-image: url(imagenes/fondo3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.testi{
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 35px;
}

.testi-left{
    width: 50%;
    padding-right: 25px;
}

.testi-right{
    width: 50%;
    padding-left: 35px;
}

.testi-txt{
    margin-bottom: 25px;
}

.testi-txt img{
    width: 50px;
    margin-bottom: 15px;
}

.testi-txt h3{
    font-size: 20px;
    color: #FFFDFC;
}

.testi-txt p{
    color: #EBEBEB;
    font-size: 16px;
}*/

.footer{
    padding: 100px 0 0 0;
    text-align: center;
}

.form{
    margin-top: 35px;
}

.campo{
    margin-right: 10px;
    padding: 17px 35px;
    border: 2px solid #B4B4B4;
    outline: none;
    color: #1B293A;
}

.campo::placeholder{
    color: #B4B4B4;
}

.btn-2{
    padding: 17px 35px;
    border: 2px solid #1B293A;
    background-color: #1B293A;
    color: #FFFDFC;
}

.footer-txt{
    margin-top: 100px;
    border-top: 1px solid #B4B4B47E;
    padding: 20px 0;
}

.footer-txt p{
    color: #1B293A;
    font-size: 17px;
    text-shadow: 0.1px 0.1px 0.1px white,
                0.1px 0.1px 0.1px white,
                0.1px 0.1px 0.1px white,
                0.1px 0.1px 0.1px white;
}

@media(max-width:991px){
    .logo{
        width: 80px;
    }

    .menu{
        padding: 30px;
    }

    .menu label{
        display: initial;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1B293A;
        display: none;
    }

    .menu .navbar ul li{
        width: 100%;
    }

    #menu:checked ~ .navbar{
        display: initial;
    }

    .header{
        min-height: 0vh;
    }

    .header-content{
        padding: 100px 30px;
    }

    .header-txt h1{
        font-size: 50px;
    }

    .header-txt p{
        padding: 0;
    }

    .general{
        padding: 30px 30px 0 30px;
    }

    .general-content{
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .general-1,
    .general-2,
    .general-3,
    .general-4,
    .general-5,
    .general-6{
        height: 350px;
        padding: 100px 175px;
        margin-bottom: 30px;
    }

    .info-1{
        padding: 200px 0px;
        background-size: cover;
        margin-top: 0px;
    }

    .info-circle{
        flex-direction: column;
        align-items: center;
    }

    .circle-txt{
        width: 100%;
        margin-bottom: 25px;
    }

    .g2{
        margin-top: -120px;
    }

    .info-2{
        padding: 280px 30px;
        background-size: cover;
        margin-top: -180px;
    }

    .testi{
        flex-direction: column;
    }

    .testi-left{
        width: 100%;
        padding-right: 0;
    }

    .testi-right{
        width: 100%;
        padding-left: 0;
    }

    h2{
        font-size: 40px;
    }

    .footer{
        padding: 0;
        margin: 40px;
        margin-top: 0px;
    }

    .form{
        display: flex;
        flex-direction: column;
        padding: 0 50px;
    }

    .campo{
        margin: 0 0 10px 0;
    }

    .footer-txt{
        margin-top: 30px;
    }

    .footer-txt p{
        margin-left: 10px;
        margin-right: 10px;
    }
    
}