/*  style.css  */
@font-face {
  font-family: 'NotoSans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansLight';
  src: url('../fonts/NotoSans_Condensed-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Patria';
  src: url('../fonts/Patria_Light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "NotoSans" Arial, Helvetica, sans-serif !important; /* Reemplaza 'NombreDeLaFuente' con la fuente deseada */
}

.title{
    color:  #B38E5D; 
    font-weight: bold; 
    text-align: center;
    margin-bottom: 1em;
}

.title-ini{
    color:  #611232; 
    font-weight: bold; 
    text-align: center;
    margin-bottom: 1em;
    margin-top: 3em;
    line-height: 1.7;
}

.subtitle{
    color:  #a57f2c; 
    text-align: center; 
    margin-top: 3em;
    font-weight: bold;
    font-size: 24px;
}

.estimado{
    font-family: "Patria", Arial, Helvetica, sans-serif !important;
    margin-bottom: 2em; 
    color: #a57f2c;
    font-weight: bold;
    font-size: 24px;
}

.d{
    color: #fff !important;
    background-color: #611232 !important;
    border-color: #611232 !important;
}

.bot{
    text-align: center;
    margin-top: 2em !important;
    margin-bottom: 2em;
}

.fondo{
    border-radius: 45px;
    background-color: #fff;
    padding-top: .5px;
    padding: 1em;
}

.texto{
    text-align: justify;
}

p{
    color: black;
    font-size: 18px;
    line-height: 1.7;
    /*color: #e6d194;*/
}

h4, h5{
    color: #B38E5D !important;
}


@media only screen and (max-width: 767px) and (orientation: portrait){
    p{
        color: black;
        font-size: 20px !important;
    }

    h4 ,h5 {
        color: #B38E5D;
        font-size: 180% !important;
    }
    
    .fondo{
        border-radius: 45px;
        background-color: #fff;
        padding-top: .5px;
        padding: 1em;
    }
 }

