@charset "utf-8";
/* CSS Document */

/**
* Projetos Moduli
*
* @project Componente Fotos
* @version 1.0 2021
* @package layout
* @author Cláudia Martin Nascimento
* @copyright 2021 Acesso para Todos
*
* @colordef #555; standard gray
*/ 

/**
* MOSAICO DE FOTOS
*
* @section Mosaico de Fotos
*/


#fotos a img {border: 6px solid transparent;}
#fotos a:hover img, #fotos a:focus img {border: 6px solid #333333;}

#fotos .modal-content img {width: 100%;}
#fotos .modal-content .modal-content {border-radius: 0; border: 0;}
#fotos .modal-content .modal-body {padding: 0; border: 15px solid transparent;}
#fotos .modal-content .modal-footer {border-top:0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; padding: 0.45rem 0 0.45rem 0.25rem; }

@media (min-width: 576px) { #fotos .modal-dialog { max-width: 780px;} }

#fotos .modal-content .btn-light {border: 2px solid #222222 !important;}
#fotos .modal-content .btn-light:hover, #equipe .modal-content .btn-light:focus {background-color: #333333; color: #f8f8f8; border: 2px solid #ffffff !important;} 
