/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-abr-2024, 10:37:43
    Author     : 204797692
*/
.cont{
    margin: 0 auto 0 auto;
    //background-color :lightgray;
    padding: 0;
    width: 100%;
}
.contdepto{
    padding: 20px
    
}
.boddepto{
    background-color: #f9f9f9;
    border-radius:  5px;
    outline: 1px solid lightgray;
    filter: drop-shadow(0px 7px 8px #00000033);
    
}
.titulo{
    font-size: 40px;
    color: #13223A
}
.depto{
    font-weight: bold;
    font-size: 20px;
    color: #1c5ba2
}
.direc{
    color: var(--color);
    filter: brightness(.8);
    font-weight: bold;
}
.contact{}
.correo{}
@media (max-width:480px){}
@media only screen and (min-width:481px) and (max-width:800px){
    
}
@media only screen and (min-width:801px) and (max-width:1200px){
    .cont{
        width: 90%;
        max-width: 1200px;
    }
}
@media (min-width:1200px){
    .cont{
        width: 80%;
        max-width: 1200px;
    }
    .contdepto{
        width: 50%;
    }
}

