* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover {
    text-decoration: underline;    
}

a p {
    text-align: left; 
    font-size: 16px;   
    margin-top: 0px;
    font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
    color:#145bc7;
    font-weight: 800;
    order: 0;
    white-space: unset;
    text-decoration: none;       
}

a:active, a:hover {
    outline: 0;
}

a h3:visited {
    color:#771955;
}

h2, p {
    text-align: left; 
    font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;   
    margin-top: 10px;
    color:#000;
    text-decoration: none;
}

.fila {
    padding-bottom: 30px;    
}

.columna-1-25 {
    padding-right: 20px;
}

main img {
    display: block;
    width: 100%;
    height: 100%;
}
.normal {
    padding: 10px;
}

.textos {
    padding: 10px;     
}

.equipo1 {
    padding: 10px;
    border-top-color: rgb(223, 221, 221);   
    border-top-width: 1px;
    border-top-style: solid;
}

.flex-container {
    display: flex;    
    display: -webkit-flex;
    display: moz-flex;
    display: ms-flex;
    display: o-flex;
    justify-content: flex-end;   
  }
  .flex-item, button {
    border-color:red;
  }
  
  .orden {
    width: 70px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;   
  }

@media(max-width: 768px)  and (min-width:300px)   {
    .contenedor {
        width: 359px;      
        margin: auto;
    }
    .flex-container {
        width: 365px;
        height: 30px;
        /* border: 1px solid red; */
        display: flex;
        justify-content:space-between;
        align-items: center;
        margin-bottom: -30px;
        margin-top: -20px;
    }
    .ofertas {
        text-transform: uppercase;
        white-space: nowrap;       
        margin-top: 30px;
        margin-left:5px;
        display: flex;        
        font-size: 0.7rem; 
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
        color:#ED1C24;
        font-weight: 800;
      } 
    
    .button { 
        border-radius: 5px;      
        background-color: green;
        width: 70px;
        margin: 5px;
        border-style: solid;
        border-radius: 5px;  
        border-width: 1px;
        border-color: #ED1C24;
        background-color: #fff;
        line-height: 20px;        
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .button, svg, i {
        width:17px;
        height:17px;
    }
    .button, .simbolos {
        width:40px;
        height:20px;
        margin-left:4px; 
        margin-right: 3px;   
    }
    .bot {
        text-transform: capitalize;
        cursor: pointer;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #005175;
        -webkit-box-shadow: #07536d 0px -3px 0px 0px inset;
        box-shadow: #07536d 0px -3px 0px 0px inset;
        padding-top: 7px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 14px;
        border-radius: 5px;
        border-width: 0px;
        border-style: solid;        
        border-color: #ED1C24;
        background: #ED1C24;
        -webkit-transition-property: background;
        -webkit-transition-duration: 300ms;
        -webkit-transition-timing-function: ease;
        transition-property: background;
        transition-duration: 300ms;
        transition-timing-function: ease;
        outline: none;
        position: relative;
        float:right;        
    }
    .bot:hover {
        background: #0e88b4;
    }
    .bot:active {
        top: 1px;
    }    
    .button1 {
        margin-top: 70px;  /* SOLO EN EL SERVIDOR, EN LOCAL ESTA LINEA NO HACE FALTA  */
        height: 30px;
        font-size: 9px;
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
        color: #ED1C24;  
        background-color: white;
        line-height: 12px;
        width: 50px;
        text-align: center;                
    }
    .button1:hover {       
        background: #fff; 
        /* color:#fff; */
        color:#ED1C24;
        border-width: medium; 
    }    
    .fila {  
        display: block;
    }
    .columna-1-25 {   
        width: 100%;
        background: #fff;              
    }
    .columna-2-75 {
        width: 100%;
        background: #fff;
    }
    .normal {
        height: 200px;  
        width: 360px;      
    }
    .textos {
        height: 165px; 
        font-size: 14px;               
    }    
    .ofer_prop {
        text-transform: uppercase;
        font-family: bernino-regular,Verdana,Arial,Geneva,sans-serif; 
        margin: 7px;  
        font-weight:900; 
        color:#ED1C24; 
        float:right;
        font-size: 0.7rem;
    }   
    a p {
        text-align: left; 
        font-size: 14px;   
        text-decoration: none;  
        margin-top: -6px;     
    }
    h2 {
        text-align: left; 
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif; 
        font-size: 16px;            
    }
    p {
        font-size: 0.8rem;
    }
    .orden {
        width: 70px;
        margin: 0px;
        line-height: 55px;        
        font-size: 11px;
        margin-top: 30px;
        margin-bottom: 40px;
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
        font-weight: 800;
    }    
    .equipo1 {       
        display: flex;
        display: -webkit-flex;
        display: moz-flex;
        display: ms-flex;
        display: o-flex;
        justify-content: center;
        padding: 10px;
    }       
    .caja1 {
        display: flex;
        height: 20px;
        display: -webkit-flex;
        display: moz-flex;
        display: ms-flex;
        display: o-flex;
        justify-content: flex-start;
        width: 25px;
        font-size: 14px;
        margin: 0 10px;
        margin-top: -5px;
    }     
}

@media(max-width: 1279px) and (min-width:769px) {  
    .contenedor {
        width: 1000px;
        margin: auto;
    }  
    .ofertas {       
        text-transform: uppercase;
        width: 80%;
        margin: auto;
        display: flex;        
        font-size: 1.1rem; 
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
        color:#ED1C24;
        font-weight: 800;
    }     
    .flex-container {
        margin-bottom: -30px;
        width: 900px;
    }
    .button { 
        border-radius: 5px;       
        background-color: green;
        width: 80px;
        margin: 10px;
        border-style: solid;
        border-radius: 5px;  
        border-width: 1px;
        border-color: #ED1C24;
        background-color: #fff;
        line-height: 20px;        
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .button, svg {
        width:20px;
        height:20px;
    }
    .button, .simbolos {
        width:47px;
        height:28px;
        margin-left:6px; 
        margin-right: 3px;   
    }
    .bot {
        text-transform: capitalize;
        cursor: pointer;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        text-shadow: 1px 1px 1px #005175;
        -webkit-box-shadow: #07536d 0px -3px 0px 0px inset;
        box-shadow: #07536d 0px -3px 0px 0px inset;
        padding-top: 7px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-left: 14px;
        border-radius: 5px;
        border-width: 0px;
        border-style: solid;
        /*border-color: #435058;
        background: #0f9bce;*/
        border-color: #ED1C24;
        background: #ED1C24;
        -webkit-transition-property: background;
        -webkit-transition-duration: 300ms;
        -webkit-transition-timing-function: ease;
        transition-property: background;
        transition-duration: 300ms;
        transition-timing-function: ease;
        outline: none;
        position: relative;
         float:right;
         /* margin-right: 50px; */
    }
    .bot:hover {
        background: #0e88b4;
    }
    .bot:active {
        top: 1px;
    }   
    .button1 {
        height: 40px;
        width: 60px;
        font-size: 12px;
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
        color: #ED1C24;  
        background-color: white;   
        line-height: 15px;       
        text-align: center;
    }
    .button1:hover {
         /* background: #ED1C24;  */
         background: #fff; 
         /* color:#fff; */
         color:#ED1C24;
         border-width: medium; 
    }    
    .fila {
        display: block;
        display: -webkit-flex;
        display: moz-flex;
        display: ms-flex;
        display: o-flex;
        width: 100%; 
        height: 260px;   
        margin-bottom: -50px;  
    }    
    .columna-1-25 {  
        width: 35%;
        height: 83%;
        background: #fff;        
    }        
    .columna-2-75 {
        width: 100%;
        height: 83%;
        background: #fff;         
    }    
    .normal {
        height: 190px;
        width: 310px;
    }
    .textos {
        height: 150px;
        width: 633px;
    }   
    a p {
        text-align: left; 
        font-size: 18px;  
        text-decoration: none;     
    }
    h2 {
        text-align: left; 
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif; 
        font-size: 18px;  
        margin-top: 1px;
    }
    p {
        font-size: 0.95rem;
        margin-top: 2px;
    }
    .orden {
        width: 70px;
        margin: 10px;
        line-height: 45px;        
        font-size: 13px;
        margin-top: 35px;
        margin-bottom: 30px;
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
        font-weight: 800;
    }
    .equipo1 {       
        display: flex;        
        display: -webkit-flex;
        display: moz-flex;
        display: ms-flex;
        display: o-flex;
        justify-content: center;
        padding: 10px;
        margin-top: 0px;
    }
    .caja1 {       
        display: flex;
        display: -webkit-flex;
        display: moz-flex;
        display: ms-flex;
        display: o-flex;
        width: 30px;
        height: 30px;;
        margin: 0 30px;
        margin-top: -5px;
    }      
} 

@media(min-width:1280px) {
    .contenedor {
        width: 1310px;
        margin: auto;
    }
    .ofertas {
        text-transform: uppercase;
        width: 100%;
        margin: auto;
        display: flex;        
        font-size: 1.3rem;         
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
        color:#ED1C24;
        font-weight: 800;
      } 
    .flex-container {
        width: 1423px;
        margin-bottom: -20px;
    }
    .button {         
        margin-left: auto;
        margin-right: auto;
        border-style: solid;
        border-radius: 5px;  
        border-width: 1px;
        border-color: #ED1C24;
        background-color: #fff;
        width: 100px;         
        margin: 10px;
        text-align: center;
        line-height: 15px;        
        margin-top: 25px;
        margin-bottom: 30px;       
    }    
    .button, svg {
        width:20px;
        height:20px;
    }
    .button, .simbolos {
        width:47px;
        height:28px;
        margin-left:6px; 
        margin-right: 2px;      
    }   
    .button1 {
        height: 40px; 
        width: 60px;           
        color: #ED1C24;  
        background-color: white;   
        font-size: 14px;
        font-family: 'bernino-regular',Verdana,Arial,Geneva,sans-serif;
        line-height: 15px;
        text-align: center;
    }
    .button1:hover {
         /* background: #ED1C24;  */
         background: #fff; 
         /* color:#fff; */
         color:#ED1C24;
         border-width: medium;
    }    
    a p {
        margin-left: -20px;
        font-size: 19px;
    }
    h2 {
        margin-left: -20px;
    }
    h2, p {
        margin-left: -20px;
    }
    .fila {
        display: flex;
        display: -webkit-flex;
        display: moz-flex;
        display: ms-flex;
        display: o-flex; 
        width: 109%; 
        height: 300px;   
        margin-bottom: 20px;   
    }
    .columna-1-25 {  
        width: 35%;
        height: 110%;
        background: #fff;
    }   
    .columna-2-75 {
        width: 80%;
        height: 110%;
        background: #fff;        
    } 
    .normal {
        height: 295px;
        width: 430px;
    } 
    .textos {        
        height: 255px;
        width: 950px;         
    }    
    .equipo1 {        
        display: flex;      
        display: -webkit-flex;
        display: moz-flex;
        display: ms-flex;
        display: o-flex;
        justify-content: center;
        padding: 10px;        
    } 
    .caja1 {
        display: flex;
        display: -webkit-flex;
        display: moz-flex;
        display: ms-flex;
        display: o-flex;
        width: 40px;
        height: 25px;
        margin: 0 30px;
        margin-top: -5px;
    }    
}
