
a{
    color: white;
}

.container-fluid {
  
    padding: 0;
    display: inline-flex;
    
}
.img_fondo{
    position: relative;
    width: 15%;
}
.container-text {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background: transparent !important;
}

.Condiciones-Generale{
  
    object-fit: contain;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    padding-top: 2%;
    color: #4a4a4a;
    text-align: center;
  
}
.parrafo1{
    font-size: 18px;
    line-height: 120%;
    font-family: Roboto-Regular;
    color: #707070;
    text-align: justify;

}
.subtitulo{
    
   color: #4a4a4a;
   font-size: 25px;
   font-family: Roboto-Medium;
}
.parrafo2{
    
    font-size: 18px;
    line-height: 120%;
    font-family: Roboto-Regular;
    color: #707070;

}
.subtitulo2{
   
   color: #4a4a4a;
   font-size: 20px;
   font-family: Roboto-Medium;
}
.table{
    
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color:  #4a4a4a;;
}
.subtitulo3{
    margin-left: 30% ;
   color: #4a4a4a;
   font-size: 30px;
   font-family: Roboto-Medium;
}
.pie-pagina{
    font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
 display: block;
  letter-spacing: 2.72px;
  text-align: center;
  color: #8f8f8f;
}