*{
    margin: 0 auto;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4d;
}


.container.fondo{
    background-image: url('../images/fondo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 1rem;
}

img.logoLiomont {
    min-width: 300px;
    max-width: 500px;
    width: 90%;
}

h1.blackGreen{
    text-align: center;
    color: #7dbe42;
    font-size: 3rem;
    font-weight: 900;
    font-style: italic;
}
h1.blackPurple{
    text-align: center;
    color: #4e2c86;
    font-size: 3.5rem;
    font-weight: 800;
    font-style: italic;
}

h3{
    text-align: center;
    color: #4e2c86;
    font-size: 2rem;
    font-weight: 400;
    margin: 0rem 2rem;
}

h3 span{
    color: #4e2c86;
    font-weight: 800;
}

.contentImgDescripcion img{
    max-height: 250px;
    width: auto;
}

.btnIPPA{
    max-width: 320px;
}
ol li{
    color: #4e2c86;
}

ul li{
    list-style: none;
    color: #4e2c86;
}

h6{
    font-size: 14px;
    color: #4e2c86;
}


/* -->  RESPONSIVE  <-- */

/* Mobile Portrait */
@media (max-width: 767px) and (min-width: 300px) {
}

/* iPhone 5/SE Landscape */
@media (max-width: 568px) and (min-width: 560px) {}

/* iPhone 6/7/8 Landscape */
@media (max-width: 667px) and (min-width: 569px) {}

/* iPhone 6/7/8 Plus Landscape */
@media (max-width: 740px) and (min-width: 415px) {}


/* iPhone X/XS Landscape */
@media (max-width: 890px) and (min-width: 769px) {
}

/* iPhone X Landscape */
@media only screen and (min-width: 812px) and (orientation: landscape) {
}

@media screen and (min-width: 360px) and (orientation: portrait) {}

/* iPhone 12 Pro Max Landscape */
@media only screen and (min-width: 926px) and (orientation: landscape) {}


/* iPhone 12 Pro Max Portrait */
@media only screen and (min-width: 428px) and (orientation: portrait) {}

/* iPad portrait */
@media (min-width: 768px) and (orientation: portrait) {
}
    

/* iPad Landscape */
@media only screen and (min-width: 1024px) and (orientation: landscape) {
}

/* iPad Pro portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

@media only screen and (min-device-width: 938px) and (max-device-width: 938px) and (orientation: landscape) {}

@media only screen and (min-device-width: 602px) and (max-device-width: 602px) and (orientation: portrait) {}


/* Tab's Landscape */
@media (max-width: 1366px) and (min-width: 992px) {
    
}