﻿
/* contenedores **************************************************************************************************** */


.indexContenedorCitaFoto {

    padding: 0px;

    margin-bottom: 0px;

    text-align: center;

}

.indexContenedorCitaFoto_foto {

   max-width: 100%;

}



    
.paneltextoimagenimagen {

    width: 50%;
    padding-left: 50px;
    padding-right: 50px;

}

.paneltextoimagentexto {

    width: 50%;

}


    

/* **************************************************************************************************** */

.contenedorempresas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
}
.contenedorempresa {
    text-align: center;
    padding: 40px 20px;
    background-color: #EAF3FA;

    border-radius: 8px;
    width: 40%;
    margin: 10px;   
    min-width: 180px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #3F739B;
}
/*
.mostrarvideo {

    cursor: pointer;


}

*/
/* ****************************************************************************************************************************************************************************************** */
/* ****************************************************************************************************************************************************************************************** */
/* para dispositivos grandes   > 992 ****************************************************************************************************************************************************************************************** */
@media (min-width: 992px) {
    /* contenedores **************************************************************************************************** */



    .indexContenedorCitaFoto {

        margin-bottom: 0px;

    }

    .contenedorempresa {

        width: 25%;
        margin: 20px;
        min-width: 180px;
        font-size: 1.2rem;

    }



}


/* ****************************************************************************************************************************************************************************************** */
/* ****************************************************************************************************************************************************************************************** */
/* para dispositivos pequeños   <480 ****************************************************************************************************************************************************************************************** */
@media (max-width: 480px) {
    /* contenedores **************************************************************************************************** */

    .contenedorempresa {
        width: 40%;
        margin: 8px;
        min-width: 150px;
        font-size: 0.9rem;
        padding: 20px 10px;
    }

}

/* ****************************************************************************************************************************************************************************************** */
/* ****************************************************************************************************************************************************************************************** */
/* para dispositivos muy pequeños   <360 ****************************************************************************************************************************************************************************************** */
@media (max-width: 360px) {
    /* contenedores **************************************************************************************************** */

    .contenedorempresa {
        width: 100%;
        padding: 20px;
    }
}