@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
Azul rgba(41, 51, 134, 1)
Naranja rgba(241, 135, 0, 1)
Rojo rgba(230, 51, 42, 1)
 */
.clear {
    float: none !important;
    clear: both;
}
img{
    max-width: 100%;
    margin: 0;
    padding: 0;
}
html {
    box-sizing: border-box;
    max-width: 100vw;
    min-height: 100vh;
}
a {
    cursor: pointer;
    text-decoration: none;
}
body {
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-smooth: auto;
    font-weight: 300;
    line-height: 1.2;
    font-family: 'Exo';
}
.whatsapp {
    position:fixed;
    width:50px;
    height:50px;
    bottom:20px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    z-index:100;
}
.whatsapp-icon {
    margin-top:8px;
}

#Ortopedia{
    background: url('../IMG/Back1.png'), #e4e4e4;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 20px;
    color: #293486;
}
#Ortopedia h1{
    font-weight: 800;
    margin-top: 20px;
}
#Ortopedia h2{
    font-weight: 300;
}
#Ortopedia a{
    font-weight: 800;
    color: #FFF;
    font-size: 1.3em;
    background: rgba(241, 135, 0, 1);
    padding: 5px 10px;
    line-height: 5em;
    border-radius: 20px;
}
#Universidad{
    background: url('../IMG/Back2.png');
    background-size: cover;
    padding: 40px 20px;
    color: #293486;
}
#Universidad h1{
    font-weight: 800;
    margin-top: 20px;
}
#Universidad h2{
    font-weight: 300;
    margin-bottom: 50px;
}
#Universidad a{
    font-weight: 800;
    color: #FFF;
    font-size: 1.3em;
    background: rgba(241, 135, 0, 1);
    padding: 5px 10px;
    line-height: 5em;
    border-radius: 20px;
}
#Cirugia{
    background: url('../IMG/Back3.png');
    background-size: cover;
    padding: 40px 20px;
    color: #293486;
}
#Cirugia h1{
    font-weight: 800;
    margin-top: 20px;
}
#Cirugia h2{
    font-weight: 300;
    margin-bottom: 50px;
}
#Cirugia a{
    font-weight: 800;
    color: #FFF;
    font-size: 1.3em;
    background: rgba(241, 135, 0, 1);
    padding: 5px 10px;
    line-height: 5em;
    border-radius: 20px;
}
#Jalisco{
    background: url('../IMG/Back4.png');
    background-size: cover;
    padding: 40px 20px;
    color: #fff;
}
#Jalisco h1{
    font-weight: 800;
    margin-top: 20px;
}
#Jalisco h2{
    font-weight: 300;
    margin-bottom: 50px;
}
#Jalisco a{
    font-weight: 800;
    color: #FFF;
    font-size: 1.3em;
    background: rgba(241, 135, 0, 1);
    padding: 5px 10px;
    line-height: 5em;
    border-radius: 20px;
}

footer{
    color: #FFF;
    background: rgba(241, 135, 0, 1);
    padding: 20px;
}
footer p{
    font-weight: 300;
    font-size: 1.1em;
    margin: 20px 0;
}
footer p strong{
    font-weight: 800;
    color: #293486;
}

.flexer{
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    width: 100%;
}
.flexer .imag1{
    max-width: 22%;
}
.flexer .imag2{
    max-width: 25%;
    margin: 20px 3%;
}
.flexer div{
    max-width: 30%;
    text-align: center;
}
.flexer .imag1:hover{
    filter: blur(1px) brightness(50%);
}
@media (max-width:920px){
    .flexer{
        display: block;
        align-items: center;
        align-content: center;
        text-align: center;
    }
    .flexer .imag1{
        max-width: 90%;
        margin: 10px auto;
    }
    .flexer .imag2{
        max-width: 45%;
        margin: 10px auto;
    }
    .flexer div{
        max-width: 90%;
        margin: 5px auto;
    }
    #Ortopedia{
        background: url('../IMG/Back1.png'), #e4e4e4;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 40px 20px 58vw 20px;
        color: #293486;
    }
}