:root
{
--top-color: #1f2b50;
--color-boton:#2c59ea;
--color-fondo:#f5f5f5;
--tamano-medio: 1.7vw;
--tamano-titulo: 5vw;
--tamano-pequeno: 1.5vw;
}
html{
    color: white;
    font-family: "Lato", sans-serif;
}
body{
    margin: 0;
    height: 30vw;
}
p{
    font-weight: normal;
}
.objetivo{
    background-color: var(--top-color);
    color:var(--color-fondo);
    margin-top: 2vw;
    text-align: center;
	margin: 2vw 0vw;
}
.objetivo h1{
    font-size: 2vw;
    /*color: var(--color-boton);*/
	padding: 5vw 0vw 2vw 0vw;
    margin: 0;
}
.objetivo p{
    font-size: 0.9em;
    /*color: black;*/
	padding: 0vw 5vw 5vw 5vw;
    margin: 0;
}
.div_1{
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.div_1 span{
    margin: 1vw 1vw;
}
.img_carta{
    background-image: url(imagenes/gasfiteria_1.webp);
    background-position: 173vw -34vw;
    filter: blur(1.2px);
    height: 32vw;
    background-size: 214vw;
}
.texto_carta{
    position: absolute;
    top: 1vw;
    left: 0vw;
    width: 100%;
}
.texto_carta h1{
    font-size: 2vw;
    width: 100%;
}
.carta{
    position: absolute;
    top: 4vw;
    display: flex;
    left: 16vw;
}
.carta img{
    height: 12vw;
}
.carta h2{
    font-size: 2vw;
    width: 21vw;
}
.carta p{
    font-size: 1.3vw;
    width: 20vw;
}
.div_2{
    margin: 5vw 0vw;
    position: relative;
    text-align: center;
}
.div_2 h1{
    font-size: 2vw;
    color: var(--color-boton);
    text-align: center;
    margin-bottom: 4vw;
}
.div_fichas{
    text-align: -webkit-center;
    margin-left: 4vw;
}
.ficha{
    display: flex;
    margin: 0vw;
    height: 6.5vw;
    width: 70vw;
    align-items: center;
    position: relative;
}
.fecha{
    display: block;
    height: 6vw;
    width: 6vw;
    background-color: var(--color-boton);
    align-content: center;
}
.fecha h1{
    font-size: 1vw;
    color: white;
    font-weight: 400;
    margin: 0;
}
.fecha h2{
    font-size: 2vw;
    margin: 0;
    font-weight: 400;
    text-align: center;
}
.detalles{
    background-color: var(--color-fondo);
    display: flex;
    height: 6vw;
    margin: 0.5vw;
}
.detalle{
    width: 13vw;
    display: flex;
    align-items: center;
    padding: 3vw;
}
.detalle h1{
    font-size: 1vw;
    color: black;
    font-weight: 400;
    text-align: justify;
    margin: 0;
}

.detalle2{
    width: 12vw;
    display: flex;
    align-items: center;
    padding: 2vw;
}
.detalle2 h1{
    font-size: 1vw;
    color: black;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.detalle3{
    display: flex;
    width: 27vw;
    max-width: 440px;
    align-items: center;
}
.detalle3 h1{
    font-size: 1vw;
    color: black;
    font-weight: 400;
    text-align: center;
    padding: 0vw 3vw;
    margin: 0vw;
}
.detalle3 button{
    color: white;
    background-color: var(--color-boton);
    border-style: none;
    padding: 1vw 1.5vw;
    font-size: 1vw;
}
.linea_1{
    position: absolute;
    background-color: white;
    top: 0.3vw;
    left: 23vw;
    height: 6vw;
    width: 0.4vw;
}
.linea_2{
    position: absolute;
    background-color: white;
    top: 0.2vw;
    left: 40vw;
    height: 6.02vw;
    width: 0.4vw;
}
.franja{
    position: absolute;
    top: 0vw;
    left: -2vw;
    height: 18.9vw;
    width: 70.2vw;
    border: solid var(--color-boton) .3vw;
    border-radius: 0vw 2.5vw 2.5vw 0vw;
    z-index: 1;
}
.punto{
    position: absolute;
    background-color: var(--color-boton);
    top: 2.5vw;
    left: -2.42vw;
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
}
.punto2{
    position: absolute;
    background-color: var(--color-boton);
    top: 9vw;
    left: -2.42vw;
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
}
.punto3{
    position: absolute;
    background-color: var(--color-boton);
    top: 15.5vw;
    left: -2.42vw;
    height: 1vw;
    width: 1vw;
    border-radius: 50%;
}
.gris{
    position: absolute;
    background-color: var(--color-fondo);
    top: 0vw;
    left: -2vw;
    height: 19.2vw;
    width: 2.1vw;
    z-index: -1;
}
#borde_alto{
    border-radius: 0vw 2vw 0vw 0vw;
}
#borde_bajo{
    border-radius: 0vw 0vw 2vw 0vw;
}
.descripcion{
    background-color: var(--color-fondo);
    display: grid;
    grid-template-columns: 40vw 40vw;
    /*padding: 2vw 5vw;*/
    padding-left:5vw;
    padding-right:5vw;    
    margin: 2vw 4vw;
    justify-content: space-between;
}
.descripcion span{
    margin: 1vw 0vw;
    width: 40vw;
}
.descripcion h1{
    font-size: var(--tamano-medio);
    color: var(--color-boton);
}
.descripcion p{
    font-size: var(--tamano-pequeno);
    color: black;
    max-width: 40vw;
    text-align: justify;
}
.programa{
    background-color: var(--color-fondo);
    padding: 1vw 0vw;
    margin-bottom: 6vw;
}
.programa h1{
    font-size: 2vw;
    color: var(--color-boton);
    margin: 2vw 5vw;
    text-align: center;
}
.div_modulos{
    display: grid;
    grid-template-columns: 40vw 40vw;
    /*grid-template-rows: 28vw;*/
    margin: 5vw 5vw;
    padding-left:2vw;
    padding-right:2vw;       
    
    justify-content: space-between;
    /*padding:40px;*/
    
    
}
.modulo{
        background-color:var(--top-color);
        color:var(--color-fondo);
        padding:20px;
        border-radius:20px 0px 20px 0px;
        margin-bottom:20px;
}


.modulo h2{
    font-size: var(--tamano-medio);
    /*color: rgb(80,80,80);*/
    color:white;
}
.modulo h3{
    font-size: var(--tamano-medio);
        color:white;
}
.modulo p{
    font-size: 1.2vw;
    color:color:white;
    line-height: 3vw;
}
@media (max-width: 800px){
    .objetivo h1{
        font-size: 4vw;
    }

    .objetivo p{
        font-size: 2vw;
    }
    .div_cartas{
        display: grid;
    }
    .div_1{
        height: 50vw;
    }
    .img_carta{
        height: 51vw;
    }
    .texto_carta h1{
        font-size: 4vw;
    }
    .carta{
        top: 8vw;
        left: 14vw;
    }
    .carta h2{
        font-size: 3vw;
    }
    .carta p{
        font-size: 2vw;
    }
    .div_2 h1{
        font-size: 4vw;
    }
    .ficha{
        height: 9.5vw;
        width: 77vw;
        justify-content: center;
    }
    .fecha{
        height: 9vw;
        width: 9vw;
    }
    .fecha h1{
        font-size: 1.5vw;
    }
    .fecha h2{
        font-size: 3vw;
    }
    .detalles{
        height: 9vw;
    }
    .detalle{
        width: 12vw;
        display: flex;
        align-items: center;
        padding: 3vw;
    }
    .detalle h1{
        font-size: 1.5vw;
    }
    .detalle2{
        width: 12vw;
        display: flex;
        align-items: center;
        padding: 2vw;
    }
    .detalle2 h1{
        font-size: 1.5vw;
    }
    .detalle3{
        width: 32vw;
    }
    .detalle3 h1{
        font-size: 1.5vw;
    }
    .detalle3 button{
        font-size: 1.5vw;
        margin-right: 3vw;
    }
    .linea_1{
        left: 27.5vw;
        height: 9vw;
    }
    .linea_2{
        left: 44.5vw;
        height: 9vw;
        width: 0.15vw;
    }
    .franja{
        top: 0vw;
        left: -2.3vw;
        height: 27.8vw;
        width: 78vw;
    }
    .punto{
        top: 4vw;
        left: -2.6vw;
    }
    .punto2{
        top: 13.5vw;
        left: -2.6vw;
    }
    .punto3{
        top: 23vw;
        left: -2.6vw;
    }
    .gris{
        height: 28.2vw;
        width: 2.4vw;
        }
    .descripcion{
        grid-template-columns: 87vw;
    }
    .descripcion span{
        width: 87vw;
    }
    .descripcion h1{
        font-size: 4vw;
        text-align: center;
    }
    .descripcion p{
        font-size: 2vw;
        max-width: 87vw;
    }
    .programa h1{
        font-size: 4vw;
    }
    .div_modulos{
        grid-template-columns: 87vw;
    }
    .modulo h2{
        font-size: 2.5vw;
    }
    .modulo h3{
        font-size: 2.5vw;
    }
    .modulo p{
        font-size: 2vw;
    }   
}
.descripcion h1, .descripcion p{
        color:white;
}

#metodologia{
        margin-top:2vw;
        background:linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.5)),url("imagenes/AreaElectrica.webp");
        font-size:0.9em;
        padding:20px;
        color:white;
        border-radius:10px 10px 30px 30px;
}
#duracion{
        margin-top:2vw;
        background:linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.5)),url("imagenes/electrica_4.webp");
        font-size:0.9em;
        padding:20px;
        color:white;
        border-radius:10px 10px  30px 30px;

}
