@font-face{
    font-family: 'monserrat';
    src: url('../Fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4{
    font-family: "monserrat";
    color: #1B5C50;
    margin: 20px;
}

/*-------------------HEADER----------------------*/

.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #504C4C;   
}

.logo{
    width: 8rem;
    height: 4rem;
    text-indent: 9999px; 
    background: transparent url("../img/LogoA&DTransparente.png") no-repeat left;
    background-size: contain; 
}

header a{
    color: #ffffff;  
    text-decoration: none;
}

aside {
    color: #1B5C50;  
    text-decoration: none;
    margin-top: 1rem;
    min-width: 300px;
}


aside a{
    color: #1B5C50;  
    text-decoration: none;
    font-family: 'monserrat';
}



.allvh{
    min-height: 100vh; /*100% altura del viewport*/
}

.fixed-top{
    padding-top: 5rem;
}

/*Tables*/

.gestion-table{
    padding: 2rem;
    overflow-x:auto;
}

.table-gestion td, .table-gestion th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-gestion tr:nth-child(even){background-color: #f2f2f2;}

.table-gestion tr:hover {background-color: #ddd;}

.table-gestion th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #504C4C;
  color: white;
}

.round-corner{
    border-radius: 5%;
}

.mapa_ubicacion{
    width: 400px;
    height: 400px;
    border: none;
}

.texto_ubicacion{
    padding-left: 0;
}


.textarea_agendar{
   width: 400px;
   height: 150px;
}

.embed-archivo{
    width: 90%;
    height: 30rem;
    overflow-x:auto;
}

