*{
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}


.mob{
    display: none;
}

/*----------------Portada-----------------*/
/*----------------Portada-----------------*/

.portada{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.portada-img{
    width: 100%;
}
.portada-contenido{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portada-texto{
    color:white;
    font-size: 3vw;

}
.btn-portada{
    color:black;
    text-decoration: none;
    background: white;
    padding: 5px 25px;
    border-radius: 13px;
    font-size: 1.2em;

}
/*----------------Portada-----------------*/
/*----------------Portada-----------------*/




/*----------------Pleca-----------------*/
/*----------------Pleca-----------------*/
.pleca-wrapper{
display: flex;
padding: 80px 0;
}

.pleca-left-wrapper{
    width: 60%;
    padding-left: 70px;
}

.pleca-disclaimer{
    font-size: .8em;
    color:#000000;
}

.pleca-center,.pleca-right{
    display: flex;
    flex-direction: column;
    line-height: 1;
    width: 50%;
}

.col-title{
    font-weight: bold;
}

.col-descripcion{
    margin-bottom: 10px;
    font-size: .8em;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

.dos-col{
    display: flex;
    width: 40%;
}

/*----------------Pleca-----------------*/
/*----------------Pleca-----------------*/


/*----------------Imagen divider-----------------*/
/*----------------Imagen divider-----------------*/

.imagen-divider{
    display: flex;
    overflow: hidden;
    margin-top: 5px;

}
.banner-largo{
    width: 100%;
}

.banner-mid{
    width: 50%;
}
.banner-mid-margin{
    margin-left: 5px;
}


/*----------------Imagen divider-----------------*/
/*----------------Imagen divider-----------------*/







/*----------------Pleca descripción-----------------*/
/*----------------Pleca descripción-----------------*/

.pleca-descripcion{
    width: 100%;
    height: 100px;
    background: white;
    display: flex;
    padding: 200px 0px;
}

.pleca-descripcion-left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.pleca-descripcion-right{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    flex-direction: column;
}

.title-pleca-descripcion{
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
}
.title-pleca-descripcion-right{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    width: 70%;
}
.text-pleca-descripcion-right{
    width: 80%;
}




/*----------------Pleca descripción-----------------*/
/*----------------Pleca descripción-----------------*/







/*----------------Social-----------------*/
/*----------------Social-----------------*/

.share-social{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
    border-bottom: 1px solid rgb(185, 185, 185);
    margin: auto;
    margin-top: 70px;
}

.title-share{
    font-size: 1.2em;
    font-weight: bold;
}
.redes{
    margin-top: 10px;
}

.link-share{
    color:black;
    margin-right: 10px;
}

/*----------------Social-----------------*/
/*----------------Social-----------------*/






/*----------------Flechas-----------------*/
/*----------------Flechas-----------------*/


.pleca-anclas{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.pleca-anclas a {
    color:black;
}

.siguiente,.anterior{
    display: flex;
    flex-direction: column;
}

.project-name{
    font-weight: bold;
}


/*----------------Flechas-----------------*/
/*----------------Flechas-----------------*/










@media (max-width:800px) {

.mob{
    display: flex;
}

.desk{
    display: none;
}

h1 {
    font-size: 1.5em;
}


/*----------------Pleca-----------------*/
/*----------------Pleca-----------------*/
.pleca-wrapper{
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    }
    
    .pleca-left-wrapper{
        width: 100%;
        text-align: center;
        line-height: 34px;
        padding-left: 0;
    }
    
    .pleca-disclaimer{
        font-size: 1em;
        color:#000000;
    }
    
    .pleca-center,.pleca-right{
        display: flex;
        flex-direction: column;
        line-height: 1;
        width: 100%;
    }
    
    .col-title{
        font-weight: bold;
        margin-right: 10px;
        width: 50%;
        text-align: right;
    }
    
    .col-descripcion{
        margin-bottom: 10px;
        font-size: 1em;
        width: 50%;
        text-align: left;
    }
    
    .dos-col{
        display: flex;
        width: 100%;
        margin-top: 50px;
        flex-direction: column;
        margin-bottom: 50px;
        height: auto;
    }

    .pleca-right {
        text-align: right;
        margin-right: 36px;
    }
    
    .bloque-centro{
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
       
    }


    /*----------------Pleca-----------------*/
    /*----------------Pleca-----------------*/



    /*----------------Pleca descripción-----------------*/
/*----------------Pleca descripción-----------------*/

.pleca-descripcion{
    width: 95%;
    height: auto;
    background: white;
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    margin-left: 20px;
}

.pleca-descripcion-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.pleca-descripcion-right{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
}

.title-pleca-descripcion{
    font-size: 2em;
    font-weight: bold;
}
.title-pleca-descripcion-right{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    width: 100%;
}
.text-pleca-descripcion-right{
    width: 90%;
}




/*----------------Pleca descripción-----------------*/
/*----------------Pleca descripción-----------------*/




/*----------------Imagen divider-----------------*/
/*----------------Imagen divider-----------------*/

.imagen-divider{
    display: flex;
    overflow: hidden;
    flex-direction: column;


}
.banner-largo{
    width: 100%;
}

.banner-mid{
    width: 100%;
    margin-bottom: 5px;
}
.banner-mid-margin{
    margin-left: 0px;
}


/*----------------Imagen divider-----------------*/
/*----------------Imagen divider-----------------*/


    


/*----------------Social-----------------*/
/*----------------Social-----------------*/

.share-social{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
    border-bottom: 1px solid rgb(185, 185, 185);
    margin: auto;
    margin-top: 70px;
}

.title-share{
    font-size: 1.2em;
    font-weight: bold;
}
.redes{
    margin-top: 10px;
}

.link-share{
    color:black;
    margin-right: 10px;
    font-size: .8em;
}

/*----------------Social-----------------*/
/*----------------Social-----------------*/




/*----------------Flechas-----------------*/
/*----------------Flechas-----------------*/

.pleca-anclas{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.pleca-anclas a {
    color:black;
}

.siguiente,.anterior{
    display: flex;
    flex-direction: column;
    font-size: .8em;
}

.project-name{
    font-weight: bold;
}

a.back {
    font-size: .8em;
}


/*----------------Flechas-----------------*/
/*----------------Flechas-----------------*/






 }/*temina media query*/
    
