/*
Theme Name: GRG
Theme URI:
Author: Telaio Agency
Version:1.0
Author URI: https://grg.telaiotests.com/
*/
body{
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
 h1{
    font-size: 36px;
 }

.logo{
    padding-left: 60px;
    width: 150px;
    object-fit: contain;
}

header{
    background-color: #4d4d4d;
    margin: 0;
    padding: 10px 0;
    height: auto;
    display: flex;
    justify-content: space-evenly;
}

a{
    color: #ffffff;
    font-size: 14px;
    text-decoration: none; 
}

p*{
    font-size: 14px;
}

.menu ul{
    list-style: none;
    padding-right: 60px;
}

.menu li{
     display: inline;
     margin: 0 5px;
     padding: 0 5px 0 10px;
     border-left: 1px solid #ffffff;
     text-align: left;
}

.redes{
    margin: auto 0px auto 30px;
    padding-left: 50px;
    padding-right: 0;
}

li{
    display: inline;
}
.redes li{
     
     margin: 0 5px;
     padding: 0 5px 0 15px;
     border-left: 1px solid #ffffff;
}
main{
    flex: 1;
}

footer {
    background-color: #4d4d4d;
}
.footer_up {
    background-color: #4d4d4d;
    padding: 20px 0px ;
    display: flex;
}

.footer_img{
    padding:  20px 80px;
    margin: 0;
    width: 250px;
    object-fit: contain;
    justify-content: space-evenly;
}

.redes_footer{
    background-color: #4d4d4d;
    padding-right: 40px;
    margin: auto  0 ;
}

.redes_footer img{
    padding: 0 5px;
}

.redes_footer li{
     display: inline;
     margin: 0 5px;
     padding: 5px 5px 5px 15px;
     border-left: 1px solid #ffffff;
}

.form{
    margin: auto 0px auto 30px;
    padding-left:85px;
    color: #ffffff;
}

.textbox{
    background-color:transparent;
    border: 0;
    padding-top: 10px;
    width: 140%;
    border-bottom: 1px solid #ffffff;
}

.textbox:focus{
    outline: none;
    color: #ffffff;
}

.footer_down{
    background-color: #3d3b3c;
    color: #ffffff;
    display: flex;
    padding-left: 100px;
}

.btn{
    background-color: transparent;
    padding: 5px;
    margin: 10px;
    color: #ffffff;
    border: 0;
    outline: none;
}

.footer_down a, p{
    margin: 20px 30px;
    justify-content: space-evenly;
}

.acf-image{
    max-width: 100%;
    height: auto;
}

.acf-galeria{
    display: flex;
    max-width: 30%;
    height: auto;
}

.grupo_imagenes{
    display: flex;
}

.grupo_imagenes img{
    width: 33.33%;
    height: auto;
}

.productos{
    background-color: #f6f6f6;
    text-align: center;
    margin: 0;
    padding-top: 40px; 
    padding-bottom: 40px; 
}

.producto-img{ /*pendiente revisar*/
    border: 1px solid #000;
}

.galeria{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.galeria img{
    width: 200px;
    height: auto;
    border: 1px solid #000000; /*revisar*/
}

.banner{
    position: relative;
    width: 100%;
}
.image-proyectos{
    width: 100%;
    height: auto;
    display: block;
}

.contenido-texto1{
    position: absolute;
    top:80%;
    left:30%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #4d4d4d;
}

.contenido-texto1 h1{
    font-size: 73px;
    font-weight:800 ;
    margin-bottom: auto;
}

.contenido-texto1 p{
    font-size: 28px;
    font-weight:300 ;
    margin-top: 0;
}

.contenido-texto{
    position: absolute;
    top:50%;
    left:80%;
    transform: translate(-50%, -50%);
    text-align: right;
    color: #ffffff;
}

.contenido-p{
    /* background-color: #30302a !important; */
    color:#000000;
    font-size: 24px;
    padding: 60px !important;
}

.wpforms-field-medium{
    margin: 60px;
    padding: 30px;
}

.splide{
    width: 100%;
    height: auto;
}