html, body{
     margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.div-imgPrincipalCrrusel{
    height: 60vh;
    position: relative;

}
.divdegradadoImg{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(112, 112, 112, 0.3), rgba(0, 0, 0, 0.37));
}
.contenidoPrincipalCrrusel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.contenidoPrincipalCrrusel img{
    width: 70% !important;

}
.contenidoPrincipalCrrusel p{
    font-size: 45px;
    font-family: 'CarmenSans-Heavy';
    color: #FFF;
    text-shadow: 4px 0px 1px rgba(0,0,0,0.6);

}

.imgPrincipalCrrusel{
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.contenidoLoginPrincipal{


    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
}

.contenidoLoginPrincipal img{
    width: 250px;
}

.contenidoLoginPrincipal button{
    background-color: #FFF;
    border: 2px solid #B48616;
    border-radius: 5px;
    padding: 10px;
    font-family: 'CarmenSans-Regular';
    font-size: 15px;

}

.tituloSeccion{
    font-family: 'CarmenSans-Heavy';
    font-size: 40px;
    color: #182D4D;
    text-transform: uppercase;
}

.tituloSeccion span{
    font-family: 'CarmenSans-Regular';
    font-size: 40px;
    color: #182D4D;
    text-transform: uppercase;
}

.bordeDerecho{
    border-right: 2px solid #182D4D;
}

.descripcionGeneral{
     font-family: 'CarmenSans-Regular';
    font-size: 20px;
    color: #182D4D;
    text-align: justify;
}

.parallaxPP{
 min-height: 40vh;
  background-image: url('../img/ppBackground.png');
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.headPP{
    width: 35%;
}

.linkFormato:hover .etiquetaFormato{
    font-family: 'CarmenSans-Heavy';
    color: #B48616;
}

.imgFormato{
    width:105px;
}

.etiquetaFormato{
    font-family: 'CarmenSans-Regular';
    font-size: 18px;
    line-height: 20px;
    color: #182D4D;
}


.headModalArchivo{
    background-color: #B48616;
    color: #FFF;
    font-family: 'CarmenSans-Regular';
    font-size: 19px;
}

.buttonGeneralUno{
    background-color: #B48616;
    color: #FFF;
    font-family: 'CarmenSans-Bold';
    border: 2px solid #B48616;
    width: 100%;
}

.buttonGeneralUno:hover{
    background-color: #FFF;
    color: #B48616;
    font-family: 'CarmenSans-Bold';
    border: 2px solid #B48616;
    width: 100%;
}



@media (max-width: 768px) {
    .headPP{
        width: 70%;
    }
    .bordeDerecho{
        border-right: 0px solid #182D4D;
    }
}



