:root{
    --colorPrincipal: #BD9F83;
    /* --colorPrincipal: #C09984; */
     /* --colorPrincipal: #D9C2B0; */
     /* #DED5CC ; */
     /* --colorPrincipal: #DED5CC */

    /* --fuenteTitle: 'Cormorant Garamond', serif; */
    --fuenteTitle: 'Open Sans', serif;
    /* --fuenteTitle: 'Manrope', serif; */
    /* --fuenteTitle: 'Plus Jakarta Sans', serif; */
    /* --fuenteTitle: 'Plus Jakarta Sans', serif; */
    --fuenteText: 'Lato', serif;
    --fuenteAlt: 'Noto Serif', serif;
    --colorText: #2D2D2D;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.centrarFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}


h1,h2,h3{
    letter-spacing: 2px;
}


/* Media Querie phone Landscape */
@media screen and (min-width:576px){

}


/* Media Querie Tablet */
@media screen and (min-width:768px){
   
}

/* Media Querie Tablet-desktop */
@media screen and (min-width:992px){
   
}

/* Media Querie desktop */
@media screen and (min-width:1200px){
   
}

/* Media Querie desktop large*/
@media screen and (min-width:1366px){
   
}

/* Media Querie desktop large*/
@media screen and (min-width:1700px){
    body{
      width:90%;
      margin: auto;
    }
    
}











