:root{
    --color-Text-nav : #870f28;
    --color-text-hr : #d4b05e;
    --color-text-title-p : #c9a75a;
    --color-text-write : #FFFFFF;

    --background-color-banner : #FFFFFF;
    --background-color-nav-option : #870f27;
    --background-color-line : #d4b05e;
    --background-color-modal : #d4b05ed8;

}


body{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.modalLiquidacion{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--background-color-modal);
    background-image: url('../img/liquidacion.png');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: block;
}

.modalDisappear{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--background-color-modal);
    background-image: url('../img/liquidacion.png');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display : none;
}

.main{
    width : 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.navHome{
    width: 90%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-family: "Cormorant Upright", serif;
    font-weight:bolder;
    font-style:italic;
    font-size: 1.4vw;
}

.ulHome{
    width :100%;
    height :100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
}

.ulHome li{
    list-style: none;
}

.ulHome a{
    text-decoration: none;
    color : var(--color-Text-nav);
    font-size:larger;
}

.ulOption{
    visibility:hidden; 
    position: absolute;
    margin-top: 4vh;
    font-size: 1vw;
    margin-left: -5vw;
    margin-left: -3vw; 
    width : 15vw; 
    height : 15vh
}

.show{
    margin-top: 4vh;
    visibility:visible;
    width : 20vw;
    height: 30vh;
    background-color: var(--background-color-nav-option);
    position:absolute;
    padding: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-left: -5vw;
}

.disappear{
    margin-top: 4vh;
    visibility: hidden;
    width : 20vw;
    height: 30vh;
    background-color: var(--background-color-nav-option);
    position:absolute;
    padding: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-left: -5vw;
}

.ulOption li a{
    width: 100%;
    color : white;
    font-size: 1vw;
    
}

.aUlOption{
    color : #FFFFFF; 
    font-size: 1vw;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    color: var(--color-text-write);
}

.guiasAcreencias{
    visibility: hidden;
    background-color: var(--background-color-nav-option);
    width: 20vw;
    height: 65vh;
    position: absolute;
    margin-left: 5vw;
    margin-top: -5vh;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.showGuias{
    visibility: visible;
    background-color: var(--background-color-nav-option);
    width: 20vw;
    height: 65vh;
    position: absolute;
    margin-left: 5vw;
    margin-top: -5vh;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.dissapearGuias{
    visibility:hidden;
    background-color: var(--background-color-nav-option);
    width: 20vw;
    height: 65vh;
    position: absolute;
    margin-left: 5vw;
    margin-top: -5vh;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

hr{
    width: 70%;
    height: 2px;
    background-color: var(--color-text-hr);
    border: none;
    border-radius: 12px;
    margin-right: 5%;
}

.banner{
    background-color: transparent;
    width: 70%;
    height: 70vh;
    border-radius: 8px;
    margin-left: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bodyBanner{
    background-color: var(--background-color-banner);
    width: 95%;
    height: 95%;
    border-radius: 12px;
}

.empresaHome{
    width : 80%;
    height: 100vh;
}

.divEmpresaHome{
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-around;
    margin-bottom: 8vh;
}

.containerEmpresaHome{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.textIcon{
    width: 20%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    align-self: flex-start;
    margin-left: 5%;
}

section{
    width: 45%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section article{
    width : 100%;
    height: 100%;
    align-self: flex-start;
}
.pTitle{
    font-family: "Cormorant Upright", serif;
    font-weight:bolder;
    font-style:italic;
    font-size: 1.6vw;
    align-self: flex-start;
    color: var(--color-Text-nav);
}
p{
 text-align: justify;
}

.line{
    width: 2px;
    height: 60%;
    background-color : var(--background-color-line);
    margin: 0 2.5%;
}

footer{
    background-color: transparent;
    width: 80%;
    height: 20vh;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.containerFooter{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:space-between;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.contact{
    background-color: var(--background-color-nav-option);
    width: 65%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 25%;
    align-self: flex-end;
}

.socialNetwork{
    background-color: var(--background-color-line);
    width: 35%;
    height: 60%;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    align-self: flex-end;
}

span{
    color : var(--color-text-write);
}
