
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial; 
}

/********************INICIO DE HORIZONTAL IMAGEN IZQUIERDA*******************************************/
.textImga{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #CF4C44;

}
.wrapper{
    margin: 50px auto;  
    width: 100%;    
}

.lola{
   /**** max-width: 320px;
    float: left;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    margin-right: 15px;
    display: flex;  
    justify-content: center;
    align-items: center;
    */

}

.text-box{
color: black;
}

.text-box h2 {
   
    color: #8D3225;
    font-size: 23px;
    font-weight: bold;
}
.text-box p{
font-size: 16px;
}

@media screen and (max-width: 768px) {
    .lola .text-box{
        max-width: 10%; 
     
    }

}
@media screen and (max-width: 480px) {
    .lola{       
        max-width: 50%; 
          }
    .text-box h2{
        font-size: 22px;
       
        font-weight: bold;

     }
     .text-box p{
       
        word-wrap: break-word;
        white-space: normal;
        font-size: 12px;
        }
}
@media screen and (max-width: 200px) {
    .lola{
        max-width: 50%; 
        
             
    }
    .text-box h2{
    
        font-size: 22px;
        font-weight: bold;

     }
     .text-box p{   
        word-wrap: break-word;          
        white-space: normal;
        font-size: 12px;
        }

}
@media screen and (max-width: 100px) {
    .lola{       
        max-width: 50%;     
        
    }
    .text-box h2{
        
        font-weight: bold;
        font-size: 22px;

     }
     .text-box p{    
        
         white-space: normal;
         word-wrap: break-word;
         font-size: 12px;
        }
}

/********************FIN DE HORIZONTAL IMAGEN IZQUIERDA*******************************************/




.textImgaDerecha{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #CF4C44;

}
.derecha{
    margin: 50px auto;  
    width: 100%;    
   
}

.imgDerecha{
    max-width: 320px;
    float: right;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    margin-right: 15px;
    display: flex;  
    justify-content: center;
    align-items: center;

}

.text-boxDerecha{
color: black;
}

.text-boxDerecha h2 {
   text-align: right;
    color: #8D3225;
    font-size: 23px;
    font-weight: bold;
}
.text-boxDerechap{
font-size: 16px;
}

@media screen and (max-width: 768px) {
    .imgDerecha .text-boxDerecha{
        max-width: 10%; 
     
    }

}
@media screen and (max-width: 480px) {
    .imgDerecha{       
        max-width: 50%; 
          }
    .text-boxDerecha h2{
        font-size: 22px;
       
        font-weight: bold;

     }
     .text-boxDerecha p{
       
       
        white-space: normal;
        font-size: 12px;
        }
}
@media screen and (max-width: 200px) {
    .imgDerecha{
        max-width: 50%; 
        
             
    }
    .text-boxDerecha h2{
    
        font-size: 22px;
        font-weight: bold;

     }
     .text-boxDerecha p{             
        white-space: normal;
        font-size: 12px;
        }

}
@media screen and (max-width: 100px) {
    .imgDerecha{       
        max-width: 50%;     
        
    }
    .text-boxDerecha h2{
        
        font-weight: bold;
        font-size: 22px;

     }
     .text-boxDerecha p{    
        
         white-space: normal;
         font-size: 12px;
        }
}