header {
    background-color: #03a9f4;
    
}


.header-fondo{
    background-color: #03a9f4;
    padding: 10px;
    max-width: 1232px;
    margin: 0 auto;
}

.header {
    background-color: #03a9f4;
    color: white;
    width: 100%;
    font-family: 'Muli' ,'sans-serif';
    font-size: 1.2rem;
    display: inline;
    margin: 10px;

}

.header a{
    background-color: #03a9f4;
    color: white;
    width: 100%;
    font-family: 'Muli' ,'sans-serif';
    font-size: 1.2rem;
    display: inline;
    margin: 10px;

}

.header p {
    margin: 4px;
    display: inline;
}

.header i {
    font-size: 1.6rem;
}

.logo-menu {
    max-height: 70px ;
    margin-top: 10px;
    width: auto;
}


.menu-col {
    justify-content: flex-end;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.logo-col {
    display: inline;


    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    align-items: center;
    
}



.titulo-menu {
    
    padding: 5px;
    font-weight: bold;
}

.activo {
    border-bottom: solid !important; 
    padding-bottom: 0.5rem !important;
    border-color: #03a9f4 !important;
}

.activo-desplegable {
    background-color: #DDD;
}


/* BARRA DE NAVEGACIÓN CON DESPLEGABLE */

.navegacion {
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFF;
    padding: 10px;
    z-index: 2;
}

.menu {
    float: right;
    margin-right: 60px;
    margin-top: 30px;
}


.menu ul li{
    list-style: none;
    display: inline;
    
    
}

.menu a{
    color:#000;
    text-transform: uppercase;
}

.menu button{
    color:#000;
    margin-right: 15px;
    text-transform: uppercase;
}


.menu a:hover{
    color:#03a9f4;
    text-decoration: none;
}


.navegacion a {
  float: left;
  color: #000;
  text-align: center;
  padding: 3px 8px;
  font-size: 12pt;
  font-weight: 600;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .btn-mostrar {
  cursor: pointer;
  border: none;
  outline: none;
  color: #000;
  padding: 3px 5px;
  background-color: inherit;
  font-family: inherit;
  font-size: 12pt;
  margin: 0;
}

.navegacion a:hover, .dropdown:hover .btn-mostrar, .btn-mostrar:focus {
  color: #03a9f4;
}

.desplegable-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.desplegable-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.desplegable-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}


/* STICKY MENU */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

footer {
    background-color: #222;
    color: #FFF;
    margin-top: 100px;
    padding: 3rem;
    text-align: left;
}

footer ul {
    padding-inline-start: 0;
}

footer p {
    font-size: 1pc
}


footer li {
    list-style: none;
}

footer a {
    color: #aaa;
    text-decoration: underline;
}

footer div {
    margin-left: 10%;
}


.button {
    font-size: 12pt;
    color: #FFF;
    background-color: #03a9f4;
    border-radius: 5px;
    min-width: 7rem;
    padding: 1.55rem 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    border: 2px solid #03a9f4;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: initial;
    margin-bottom: 0.75rem;
}

.button:hover {
    background-color: #3ac1ff;
    border-color: #3ac1ff;
    text-decoration: none;
    color: #FFF;
    
}


.button-white {
    font-size: 12pt;
    color: #03a9f4;
    background-color: #FFF;
    border-radius: 5px;
    min-width: 7rem;
    padding: 1.55rem 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    border: 2px solid #FFF;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: initial;
    margin-bottom: 0.75rem;
}

.button-white:hover {
    background-color: #ebebeb;
    border-color: #ebebeb;
    text-decoration: none;
    color: #03a9f4;
    
}


.button-dark {
    font-size: 12pt;
    color: #FFF;
    background-color: #FF9800;
    border-radius: 5px;
    min-width: 7rem;
    padding: 1.55rem 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    border: 2px solid #FF9800;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: initial;
    margin-bottom: 0.75rem;
}

.button-dark:hover {
    background-color: #FF9800;
    border-color: #FF9800;
    text-decoration: none;
    color: #FFF;
    
}

.max-width {
    max-width: 1232px;
    margin: 0 auto;
}

.imagen {
    width: 100% ;
    height: auto;
    margin-bottom: 20px;
}

.imagen-peq {
    width: 65% ;
    height: auto;
    margin: 0 auto;
}

.margin-20 {
    margin-top: 30px;
}

.centrado {
    text-align: center;
}


.borde {
    border-bottom: solid;
    border-bottom-width: 2px;
    border-bottom-color: #FF9800;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.margin20 {
    margin: 20px;
}

.izq {
    text-align: left;
    margin-left: 0;
}

.curso {
    height: 300px;
    max-width: 600px;
    align-items: center;
}

.mapa { 
    margin-top: 40px;
    margin-bottom: 30px;
}

.cursive {
    font-style: oblique;
}


.checkbtn {
    font-size: 30px;
    color: #03a9f4;
    float: right;
    line-height: 80px;
    margin-right: 15%;
    cursor: pointer;
    display: none;

}

#check {
    display: none;
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
    }

    .menu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #03a9f4;
        top: 105px !important;
        left: -100%;
        text-align: center;
        transition: all .5s;
        margin-top: 0;
        color: #FFF;
        z-index: 99;
    }

    .navegacion a {
        display: block;
        margin: 0 0;
        padding: 20px 0;
        line-height: 20px;
        font-size: 20pt;
        color: #FFF;
        float: none;
    }

    .activo {
        background-color: #FFF !important;
        color: #000 !important;
        border-color: #FFF !important;
    }

    .negro {
        color: #000 !important;
    }

    .desplegable-content {
        display: none;
        position: fixed;
        background-color: #f9f9f9;
        min-width: 160px;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
      }

    #header {
        display: none;
    }

    .desplegable-content a {
        float: none;
        color: black;
        padding: 22px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14pt;
        width: 100%;
        line-height: 2.2rem;
      }

    .dropdown .btn-mostrar {
        display: block;
        padding-bottom: 30px;
        margin: 0 auto;
        line-height: 20px;
        font-size: 20pt;
        color: #FFF;
        float: none;
    }

    .dropdown {
        float: none;
        position: unset;
    }

    .padding-top {        
        padding-top: 20px;
    }

    .button:hover {
        background-color: #3ac1ff;
        border-color: #3ac1ff;
        text-decoration: none;
        color: #FFF;
        
    }


    .navegacion a:hover, .dropdown:hover .btn-mostrar, .btn-mostrar:focus {
        color: #FFF;
      }

    .menu a:hover{
        color:#FFF;
        text-decoration: none;
    }

    #check:checked ~ div {
        left: 0;
    }
}

.modal {
    position: fixed;
    inset: 250px 0 0;
    display: block;
    z-index: 1;
    width: 40%;
    margin: 0 auto;
}


.modal-content {
    position: relative;
    margin: 40px auto;
    width: 80%;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000080;
    text-align: center;
}

.overlay {
    position: fixed;
    inset: 0;
    background-color: #00000080;
    display: none;
    z-index: 0;
}
