@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;

}

body {
    height: 100%;
    width: 100%;
}

.titulo {
    box-sizing: border-box;
    width: 60%;
    margin: auto;
      
}

.cabecera {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 5px solid #107389; 
    
}

.flecha {
    padding: .6em;
    list-style: none; 
    
}

.perfil {
    width: 15%;
    height: 15%;
    border-radius: 50%;
    align-self: flex-start;
    
}

.resumen {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .8rem;
    background-color: rgba(144, 144, 144 ,.1);
    width: 100%;
}

.publicar {
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
}

.entrada {
    display: flex;
    justify-content: center;
    align-items: center;
}

.datos {
    margin-left: 1em;
    align-items: center;
    justify-content: center;
    padding-right: 1.2em;
}

.acciones {
    padding: 0 2em 0 2em;
    border-left: 3px solid rgba(16, 115, 137, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    
}

header nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
}


.login img {
    list-style: none;
    width: 50%;

}

.mensajes img {
    list-style: none; 
    width: 50%;
    
}

.login {
    padding-left: .8em;
}

.mensajes {
    padding-right: .8em;
}


.resumen h1 {
    font-weight: 400;
    font-size: 1.2em;
    color: #107389;
}
.resumen h2 {
    font-size: 1em;
    margin-bottom: .5em;
    color: #107389;
    font-weight: 400;
}
.resumen h3 {
    font-weight: 300;
}

main nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main nav ul li {
    text-align: center;
}

main nav ul li a {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 300;
    color: white;  
}

.cursada {
    background-color: rgba(46, 214, 255, .7);
    padding: .4em;
    list-style: none;
    width: 100%;

}
.tramites {
    padding: .4em;
    background-color: rgba(0, 167, 208, .8);
    list-style: none;
    width: 100%;

}
.servicios {
    padding: .4em;
    background-color: rgba(28, 15, 60, .7);
    list-style: none;
    width: 100%;

  }

footer {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
    color: white;
    padding: .3em;
    background-color: #107389;
 
}

.subcursada{
    display: none;
}

.cursada:hover .subcursada{
    display: block;
}

.cursada:hover .subcursada{
    display: block;
}

.subtramites{
    display: none;
}

.tramites:hover .subtramites{
    display: block;
}
.subservicios{
    display: none;
}

.servicios:hover .subservicios{
    display: block;
}

.apaisado {
    display: flex;
    flex-direction: row;
    align-items:center;
    padding: .3em;
    justify-content: space-between;
    border-top: .2em solid rgba(00, 10, 10, .1);
}

.sintesis {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    align-self: flex-start;
    width: 95%;
    padding: .3em;
    
}

.botones {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 20%;
    height: 100%;
}


.boton {
    list-style: none;
    width: 26%; 
}

.contacto {
    box-sizing: border-box;
    width: 14%;
    margin-right: 1.3em;
    align-self: flex-start;
}

.info h1 {
    font-weight: 400;
    font-size: 1.2rem;
}

.info h2 {
    font-weight: 300;
    font-size: 1rem;
}

.bandeja {
    display: flex;
    justify-content: space-around;
    margin: .5em
    
}

.bandeja h3 {
    flex-basis: 32%;
    text-align: center;
    background-color: rgba(255, 87, 51, .6);
    border-radius: .5em;
    color: white;
    padding: .2em;
    font-size: 1.3em;
    font-weight: 300;
    border: 3px solid rgba(255, 87, 51, .1);
    letter-spacing: .1em;
}

.destaque {
    text-align: center;
    background-color: rgba(255, 87, 51, .6);
    border-radius: .5em;
    color: white;
    padding: .2em;
    font-size: 1.3em;
    font-weight: 300;
    border: 3px solid rgba(255, 87, 51, .1);
    margin: .5em;
    letter-spacing: .1em;
}


.central {
    background-color: rgba(16, 115, 137, .6);
    text-align: center;
    font-size: 1.4em;
    font-weight: 300;
    padding: .3em;
    color: white;
    margin-top: .2em;
    letter-spacing: .3em;
}
.azul {
    background-color: rgba(0, 167, 208, .8);
    text-align: center;
    font-size: 1.4em;
    font-weight: 300;
    padding: .3em;
    color: white;
    margin-top: .2em;
    letter-spacing: .3em;
}

.unica {
    width: 100%;
    padding-top: .2em;
}

.tablero {
    width: 100%;
    margin: .8em 0 0 0;
}

.doble {
    height: 49%;
    width: 49%;
}
.imagenes {
    display: flex;
    justify-content:space-around;
    align-items: baseline;
    padding-top: .2em;
}

.secundario {
    text-align:left;
    border-bottom: 2px solid rgba(16, 115, 137, .5);
    margin: 1em .5em .5em .5em;
    font-size: 1.4em;
    font-weight: 400;
}

.subtitulo {
    font-size: 1.2em;
    font-weight: 600;
    text-align: left;
    padding: .3em;
    color: rgba(255, 87, 51, .8);
}

main p {
    margin: .3em .8em;
}

.nota {
    margin: 0 .5em 1.2em .5em;
    padding: .8em;
    background-color: rgba(190, 212, 217, .3);
    border-radius: .8em;
}

form {
    margin: 0em .5em 1.5em .5em;
    width: 98%;
    padding: 1em;
    border: 2px solid rgba(16, 115, 137, .5);
    border-radius: 1em;
}

form div + div {
    margin-top: 1em;
}

label {
    display: inline-block;
    width: 95%;
    text-align: left;
}

input, textarea {
    font: 1em;
    width: 95%;
    box-sizing: border-box;
    border: 1px solid rgba(16, 115, 137, .5);
    border-radius: .3em;
}

input:focus, textarea:focus {
    border: 2px solid rgba(16, 115, 137, .5);
}

textarea {
    vertical-align: top;
    height: 10em;
}

button {
    padding: .3em;
    width: 30%;
    margin-left: .5em;
    font-size: 1.1em;
    font-weight: 400;
    border: 1px solid rgba(255, 87, 51, .4);
    border-radius: .3em;
    background-color: rgba(255, 87, 51, .4);
    
}
.violeta {
    background-color: rgba(28, 15, 60, .6);
    text-align: center;
    font-size: 1.4em;
    font-weight: 300;
    padding: .3em;
    color: white;
    margin-top: .4em;
}

.redes {
    display: flex;
    justify-content: center;
    margin: 1em;
}

.centro {
    text-align: center;
    padding: .4em;
    border: 3px solid rgba(255, 87, 51, .5);
    background-color: rgba(255, 87, 51, .1);
    width: 80%;
    margin: auto;
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
}

.centro .subtitulo {
    text-align: center;
}

.fotocentral {
    width: 70%;
    display: block;
    margin: auto;
    border: 2px solid rgba(255, 87, 51, .5);
    margin-bottom: 1.5em;
    margin-top: 1.2em;
        
}

* {
    box-sizing: border-box;
}

.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.logos {
    width: 5%;
    height: 5%;
}
