﻿body {


}
@media screen and (min-width: 1100px) {
    .it-cuerpo {
        display: flex;
        width: 100%;
        height: auto;
        background: #ffffff;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .it-inicio {
        width: 98%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        justify-content: center;
        align-items: center;
    }

        .it-inicio img {
            width: 80%;
            border-radius: 5pc;
        }

        .it-inicio h5 {
            font-family: Arial;
            font-size: calc(1vw + 2rem);
            margin: 0;
            margin-top: 20px;
            color: #ff6a00
        }

        .it-inicio h6 {
            font-family: Arial;
            font-size: calc(1vw + 2rem);
            margin: 0;
            margin-top: 20px;
            color: #ff6a00
        }


    .it-especialidad {
        display: flex;
        width: 95%;
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: space-around;
        align-items: center;
        border: solid #ff6a00;
        margin: 10px;
        box-shadow: 0px 1px 6px 3px #ff6a00;
    }

    .it-imagen-esp img {
        width: 90%
    }

    .it-especialidad-texto {
    }

        .it-especialidad-texto h5 {
            font-family: Arial;
            font-size: calc(1vw + 1rem);
            margin: 0;
            margin-top: 20px;
            color: #ff6a00
        }

    .it-imagen-cierre img {
        width: 100%
    }
}

/***********************************************************************************/
@media screen and (max-width: 1100px) {
    .it-cuerpo {
        display: flex;
        width: 100%;
        height: auto;
        background: #ffffff;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top:100px;
    }

    .it-inicio {
        width: 98%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        justify-content: center;
        align-items: center;
    }

        .it-inicio img {
            width: 80%;
            border-radius: 2pc;
        }

        .it-inicio h5 {
            font-family: Arial;
            font-size: calc(1vw + 1.5rem);
            margin: 0;
            margin-top: 20px;
            color: #ff6a00
        }

        .it-inicio h6 {
            font-family: Arial;
            font-size: calc(1vw + 2rem);
            margin: 0;
            margin-top: 20px;
            color: #ff6a00
        }


    .it-especialidad {
        display: flex;
        width: 95%;
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: space-around;
        align-items: center;
        border: solid #ff6a00;
        margin: 10px;
        box-shadow: 0px 1px 6px 3px #ff6a00;
    }

    .it-imagen-esp img {
        width: 90%
    }

    .it-especialidad-texto {
    }

        .it-especialidad-texto h5 {
            font-family: Arial;
            font-size: calc(1vw + 1rem);
            margin: 0;
            margin-top: 20px;
            color: #ff6a00
        }

    .it-imagen-cierre img {
        width: 100%
    }
}
