@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Literata:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* 
----------------------------------------
reglas de estilo organizadas
de lo general a lo particular,
de "arriba" a "abajo",
"módulo" por "módulo",
y "layout" para celulares

DESPUÉS, a través de "puntos de quiebre"
(mediaqueries) van las reglas de estilos
que cambian cuando la ventana
del navegador se ensancha
----------------------------------------
*/

/*
-----------
"reseteado"
-----------
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    box-sizing: border-box;
}

/* 
----------------
reglas generales
y para celulares
----------------
*/

body {
    font-family: 'Anton', sans-serif;
    text-decoration-line: none;
}

img {
    /* para que las imágenes nunca sean mayores que la caja que las contienen */
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

header,
footer {
    background-color: #80DDC2;
}


/* íconos */

.material-icons {
    padding-right: .5em;
}

/* subtítulos con íconos */
h3,
h4,
.subir {
    display: flex;
    align-items: center;
}


/* contenedor centrado y con ancho máximo */
.contenedor {
    max-width: 45rem;
    margin: 0 auto;
    padding: 1.2em;
}

p{font-family: 'Montserrat', sans-serif;}

/*------------------------------------encabezado----------------------------------*/

header .contenedor {
    
    /* caja flexible */
    display: flex;
    
    /* elementos colocados en los extremos del eje principal */
    justify-content: space-between;
    
    /* elementos centrados en el eje secundario */
    align-items: center;
}

#logo {
    padding-top: .8em;
    width: 100%;
    height: 4em;
    width: 4em;
    margin-right: 3em;
    background-color:#3E5666;
    border-radius: 50em;
    text-align: center;
}
#logo a{
    font-size: 1.5em;
    text-decoration-line: none;
    color: white;
    border-radius: 50em;
  
}

/*---------------------------- menu --------------------------------------------*/

header nav {
    color: white;
}

header nav a {
    color: rgba(255,255,255,1);
    padding: 1.4em 0.8em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85em;
}

header nav a:hover {
    background-color: rgba(128,221,194,1);
    color: white;
}

/* boton que llama al menu */
#llamamenu {
    background-color: rgba(128,221,194,1);
    color: white;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    /* caja flexible */
    display: flex;
    position: relative;
    z-index: 9999;
}

#llamamenu:hover {
    background-color: rgba(128,221,194,1);
}

#llamamenu i { 
    padding: 0;
    /* centrado en la horizontal y en la vertical */
    margin: auto;
}


/* el menú propiamente dicho */
header nav ul {
    background-color: rgba(62,86,102,0.9);
    /* el menu sale del flujo de informaciones
    y se oculta a la derecha */
    position: fixed;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 50%;
    z-index: 9990;
    padding-top: 5em;
    transition: all .5s ease;
    font-family: 'Montserrat', sans-serif;
}

.visible {
    /* el menú se muestra
    corriéndose a la izquierda */
    left: 50%;
    transition: all .25s ease;
}


/*----------------contenidos main----------------*/
/* ---------------------------new--------------------------- */

.new figure img{
    width: 100%;
    margin-top: 0.5em;
    max-width: 100%;
    position: inherit;
}
.new figure {
    width: 100%;
    margin-top: 0.5em;
    max-width: 100%;
    object-position: center center;
}
.new {
    background-color:#80DDC2; 
    margin-top: 0.12em;
}

 
#botoninscripcion a{
    font-family: 'Montserrat', sans-serif;
    text-decoration-line: none;
    border-radius: 5em;
    background-color: #80ddc2;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 1%;
    text-transform: uppercase;
    position: absolute;
   text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    top: 70%;
    left: 5%;
    width: 90%;
}
#botoninscripcion a:hover{
    background-color: #3E5666;
    color: #fff;
}

#botonformulario a{
    font-family: 'Montserrat', sans-serif;
    text-decoration-line: none;
    border-radius: 5em;
    background-color: #80ddc2;
    color: rgba(255, 255, 255, 0.9);
    padding:1em;
    display: inherit;
    margin:.6em auto;
    margin-bottom: 0em;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    width: 90%;
}
#botonformulario a:hover{
    background-color: #3E5666;
    color: #fff;
 }  


}
#botondetalle a:hover{
    background-color: #3E5666;
    color: #fff;
 }   

.new figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size:1.3em;
    background-color: rgba(62, 86, 102, 0.7);
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    max-height: 100%;
    padding: .5em .5em .5em .0em;
    line-height: 1em;
    padding-left: 1em;
    position: absolute;
    height: 15%;
    top: calc(102% - 4em );
   
}

#picture{
    margin-top: 0em;
    max-width: 100%;
    height: auto;
   
}

.new h1{
    color: white;
    align-content: center;
    font-size: 2.2em;
    font-weight: 500;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.8em;
    font-family: 'Literata', serif;
    line-height: 1.3em;
    
}

/*------------------------------------------la escuela-------------------------- */
.laescuela {
    background-color:white;
    margin-top: 4em;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    }
.laescuela h2{
    color: #3E5666;
    align-content: center;
    font-size: 2em;
    padding-top: 0em;
    padding-bottom: .2em;
    font-family: 'Literata', serif;
    }
.laescuela p{
    color: #3E5666;
    align-content: center;
    font-size: 1.3em;
    padding-top: 0em;
    padding-bottom: 1em;
    font-family: 'Montserrat', sans-serif;  
    }
.laescuela a{
    font-family: 'Montserrat', sans-serif;
    padding-left: 1.8em;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.laescuela2 {
    background-color:white;
    margin-top: 1em;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    }
.laescuela2 h2{
    color: #3E5666;
    align-content: center;
    font-size: 2em;
    padding-top: 0em;
    padding-bottom: .2em;
    font-family: 'Literata', serif;
    }
.laescuela2 p{
    color: #3E5666;
    align-content: center;
    font-size: 1.3em;
    padding-top: 0em;
    padding-bottom: 1em;
    font-family: 'Montserrat', sans-serif;  
    }
.laescuela2 a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 700;
    margin-bottom: 2em;
    color: white;

}

.contenedor .volver img{
   width:1em;
    }

.laescuela2 .inscripcion input{
    background: none;
    color: #3E5666;
    font-size: 0.9em;
    padding: .7em .5em 1em .5em;
    display: block;
    width: 10.5em;
    border: none;
    resize: none;
    }

.laescuela2 .inscripcion input[type:file]{
   width: 4em;
    }
/*----------------------------Slideshow pasafoto -------------------------------------*/


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

.mySlides {
  display: none;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
    padding-right: .3em;
     padding-left: .3em;
    padding-bottom: .2em;
  color: white;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  border-radius: 0 .5em .5em 0;
  user-select: none;
}
.prev {
  cursor: pointer;
  position: absolute;
  left:0;
  top: 50%;
    padding-left: .3em;
    padding-right: .3em;
     padding-bottom: .2em;
  color: white;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  border-radius: 0 .5em .5em 0;
  user-select: none;
}
video{
    max-width: 100%;
  position: relative;
  margin: auto;
}
.next {
  right: 0;
  border-radius: .4em 0 0 0.4em;
}
.prev:hover, .next:hover {
  background-color: rgba(128,221,194,0.8);
}

.text {
  color:white;
  background-color: rgba(62,86,102,0.7);
font-family: 'Montserrat', sans-serif;  
  font-size: 1.1em;
    font-weight: 500;
  padding: .5em .5em;
    padding-left: 1.2em;
  position: absolute;
  bottom: .3em;
  width: 100%;
}

.numbertext { 
  color:rgba(62,86,102,0.0);
 
}

.dot {
  cursor: pointer;
  height: 0.7em;
  width: 0.7em;
  margin: 0 2px;
  background-color: rgba(128,221,194,1);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color:rgba(62,86,102,1);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-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}
}


img{
    max-width: 100%;
}
#txt{
    padding-top: 2em;
  text-align: left;
}
/*----------------------------carreras -------------------------------------*/



.carreras h2{
    color: #3E5666;
    align-content: center;
    padding-left: 0.8em;
    font-size: 2em;
    padding-bottom: .2em;
    font-family: 'Literata', serif;
    }
.carreras p{
    color: #3E5666;
    align-content: center;
    text-align:inherit;
    font-size: 1.3em;
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-family:'Montserrat', sans-serif;
    }


.carreras {
   padding-top: 2em; 
    padding-bottom: 2em;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    /* caja flexible */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.carreras h3 {
    padding: 1em;
    /* para que quede solo en la primera línea */
    width: 100%;
}

.carreras figure {
    width: 90vmin;
    margin: .125em;
    
    /* para que cada "figure" sea origen de coordenadas de sus elementos contenidos */
    position: relative;
    /* para ocultar lo que "excede" sus límites */
    overflow: hidden;
}

.carreras img {
    /* para que la imagen "llene" la etiqueta "img" aun con otras porporciones */
    object-fit: cover;
    object-position: center center;
    width: 90vmin;
    height: 50vmin;
    /* para que "desaparezca" el espacio que queda debajo de la imagen */
    display: block;
}

.carreras figcaption {
    background-color: rgba(64, 86, 102, 0.9);
    color: white;
    padding: .8em;
    line-height: 1.2em;
    text-transform:uppercase;
    font-weight: 600;
    font-family:'Montserrat', sans-serif;

    /* para superponer el epígrafe sobre la foto */
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc( 105% - 3em );
    
    transition: all .6s ease-out;
}

/* propiedades de figcaption SÓLO cuando
   el cursor se coloca encima de "figure" */
.carreras figure:hover figcaption {
    background-color: rgba(64, 86, 102, 0.85);
    top: 0;
    transition: all .2s ease;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.carreras figcaption span {
    font-family:'Montserrat', sans-serif;
    font-weight: 400;
    display: block;
    font-size: 1em;
    color: #fff;
    margin-top: .3em;
    text-transform: none;
    text-align:left;
    line-height:1.3em;
}
#botonescarrera{
    display: flex;
    flex-direction: row;
}
#botonescarrera a{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #80DDC2;
    display: block;
    width: 40%;
    height: 3em;
    border: none;
    /* color: white; */
    border-radius: 1.5em;
    font-size: 1em;
    margin: .6em auto;
    cursor: pointer;
    color: white;
    text-decoration: none;
    margin-top: 1em;
    padding-top: 0.9em;
    padding-left: 0em;
    text-align: center; 
}

/*----------------------------DETALLES DE CARRERA-----------------------------*/
.detalle-contenido{
  background-color:#80DDC2;
  width:90%;
  padding: 1em 1em;
  margin: 10% auto;
  position: relative;
  
}
.detalle h2{
    color: #3E5666;
    align-content: center;
    padding-left: 0.8em;
    font-size: 1.4em;
    padding-top: 0em;
    padding-bottom: .0em;
    font-family: 'Literata', serif;
    }
.detalle{
  background-color: rgba(64, 86, 102, 0.85);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0;
  pointer-events:none;
  transition: all 1s;
}
.detalle:target{
  opacity:1;
  pointer-events:auto;
    z-index: 9960;
}
.detalle-contenido a{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: block;
    height: 2em;
    border: none;
    border-radius: 1.5em;
    font-size: 1em;
    cursor: pointer;
    color: white;
    text-decoration: none;
}
.detalle-contenido .botondetalle{
    background-color: #3E5666;
    font-family: 'Montserrat', sans-serif;
    text-decoration-line: none;
    border-radius: 5em;
    color: rgba(255, 255, 255, 0.9);
    margin: %;
    text-transform: uppercase;
   text-align: center;
    font-size: 1.3em;
    font-weight: 600;
          padding-top: 0.5em;
    margin-top: 1.5em;
   
}
.detalle-contenido .botondetalle a{
    padding-bottom: 2em;
 margin-top:-.5em;
    margin-left: -1.5em
}

.detalle-contenido .cerrar{
    font-family: 'Montserrat', sans-serif;
    text-decoration-line: none;    
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    text-align: right;
    font-size: 1.3em;
}
.detalle-contenido article {
    border: solid 1px rgba(255, 255, 255, );
    padding: .3em;
    padding-top: 0;
    margin-bottom: .0em;
    white-space: pre-line;
}

.detalle-contenido article h4 {
    
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding: .3em 0 .3em 0;
    margin-bottom: .3em;
    color: white;
    font-family:'Montserrat', sans-serif;
    
}
.detalle-contenido article p{
    margin-top: -1em;
    margin-bottom: -3em;
    font-size: .9em;
}
.profesor{

margin-top: -1em;}

.profesor p{
    font-weight: 700;
margin-top: -1em;}


/*----------------------------talleres-------------------------------------*/


#container-main{
    margin: auto;
    width:100%;
    min-width:320px;
    max-width:960px;
    z-index: 8888;
}

#container-main h2{
       font-size: 1.3em;
    font-family: 'Montserrat';
    padding-left: 0;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.accordion-container {
    width: 100%;
    margin: 0 0 1em;
    clear:both;
}

.accordion-titulo {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: .5em;
    font-size: 1.1em;
    font-weight: 600;
    background: #3E5666;
    color:white;
    text-decoration: none;
    padding-top: 1em;
    padding-bottom: 1em;
}
.accordion-titulo.open {
    background: #80DDC2;
    color:white;
}
.accordion-titulo:hover {
    background: #80DDC2;
}

.accordion-titulo span.toggle-icon:before {
    content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
    content:"-";
}

.accordion-titulo span.toggle-icon {
    position: absolute;
    top: .1em;
    right: .5em;
    font-size: 1.5em;
    font-weight:400;
        padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.accordion-content {
    display: none;
    padding: 3em;
    overflow: auto;
}

.accordion-content p{
    margin:0;
    font-size: 1.1em;
}

.accordion-content p:hover{
    margin:0;
    font-size: 1.1em;
    font-weight: 700;
}

@media (max-width: 767px) {
    .accordion-content {
        padding: 10px 0;
    }
}

/*----------------------------inscripcion-------------------------------------*/



.inscripcion h2{
    color: #3E5666;
    align-content: center;
    padding-left: 0.8em;
    font-size: 2em;
    padding-top: 0em;
    padding-bottom: .2em;
    font-family: 'Literata', serif;
    }
.inscripcion p{
    color: #3E5666;
    align-content: center;
    text-align:inherit;
    font-size: 1.3em;
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-family:'Montserrat', sans-serif;
    }


.inscripcion {
    padding-bottom: 2em;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    /* caja flexible */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.inscripcion h3 {
    padding: 1em;
    /* para que quede solo en la primera línea */
    width: 100%;
}

.inscripcion figure {
    width: 40vmin;
    margin: .125em;
    
    /* para que cada "figure" sea origen de coordenadas de sus elementos contenidos */
    position: relative;
    /* para ocultar lo que "excede" sus límites */
    overflow: hidden;
}

.inscripcionimg {
    /* para que la imagen "llene" la etiqueta "img" aun con otras porporciones */
    object-fit: cover;
    object-position: center center;
    width: 50vmin;
    height: 50vmin;
    /* para que "desaparezca" el espacio que queda debajo de la imagen */
    display: block;
}

.inscripcion figcaption {
    color: #3E5666;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align:center;
    text-transform:uppercase;
    font-weight: 600;
    font-family:'Montserrat', sans-serif;
}

/* ------------------------------------como llegar----------------------------------------- */
.buss{
    display: flex;
    flex-direction: column;
    margin-bottom: 4em;
    
}
.buss h3{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 0em;
    font-size: 1.1em;
    font-weight: 600;
    color:#3E5666;
    padding-top: 0em;
    padding-bottom: 0.5em;
}
.buss ul{
    display: flex;
    flex-direction: row;
    max-width: 90%;
    margin-top: 0.6em;

    
}
.buss li{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background-color: #80DDC2;
    padding: .5em;
    font-size: 1.1em;
    font-weight: 600;
    color:white;
    border-radius: 1em;
    margin-left: .4em;
    padding-top: .4em;
    padding-bottom: 0.em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    
}
/* ------------------------------------contactos----------------------------------------- */
.contacto{
  
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-top: 4em;
}


:root{
    --colorTextos: #49454567;
}

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.contacto h2{
   color: #3E5666;
    align-content: center;
    font-size: 2em;
    padding-top: 0em;
    padding-bottom: .2em;
    font-family: 'Literata', serif;
}

form{
 
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 1em;
}

.form{
    width: 100%;
    margin: auto;
}

form .grupo{
    position: relative;
    margin-bottom: 2em;
    margin-top: 2em;
}

input, textarea{
    background: none;
    color:#3E5666;
    font-size: 1.2em;
    padding: .7em .5em 1em .5em;
    display: block;
    width: 100%;
    border:none;
    border-bottom: .1em solid var(--colorTextos);
    resize: none;
}

input:focus,textarea:focus{
    outline: none;
    color: #3E5666;
}

input:focus~label, 
input:valid~label, 
textarea:focus~label, textarea:valid~label{
    position: absolute;
    top: -1em;
    font-size: .7em;
    color: #80DDC2;
}

label{
    color:#3E5666;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    position: absolute;
    left: .5em;
    top:1em;
    transition: 0.5s ease all;
    pointer-events: none;
}


input:focus~.barra::before, textarea:focus~.barra::before{
    width: 100%;
}
.barra{
    position: relative;
    display: block;
    width: 100%;
}
.barra::before{
    content: '';
    height: .1em;
    width: 0%;
    bottom: 0;
    position: absolute;
    transition: 0.3s ease all;
    left: 0%;
}
#botonenviar{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #80DDC2;
    display: block;
    width: 100%;
    height: 3em;
    border:none;
    color: white; 
    border-radius: 1.5em;
    font-size: 1.1em;
    
    cursor: pointer;
}

#botonenviar:hover {
    background:#3E5666;
      }
@media screen and (max-width:1100px){
    form{
        width: 50%;
    }
}

@media screen and (max-width:600px){
    form{
        width: 60%;
    }
}

@media screen and (max-width:450px){
    form{
        width: 100%;
    }
}

@media screen and (max-width:300px){
    form{
        width: 90%;
    }
}

    .google-maps {
        background: #80DDC2;
        position: relative;
        padding-bottom: 75%;
        bottom: .5em;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.datos{
    width: 100%;
    align-content: center;
    padding-bottom: 2em; 
}

.datos h2{
color: #3E5666;
    align-content: center;
    font-size: 2em;
    padding-top: 0em;
    padding-bottom: .2em;
    font-family: 'Literata', serif;
    }
.datos p{
   font-family: 'Montserrat', sans-serif;
   color:#3E5666;
    font-size: 1.3em;
}

/*-------------------------------------pie--------------------------------*/



.footer {
 display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color:#80DDC2; 
}
.footer__addr{
   padding-top: 3em;
    padding-left: 0.8em;
}
.footer__addr h1{
    color: white;
    align-content: center;
    font-size: 1.8em;
    font-weight: 500;
    padding-top: 0.5em;
    padding-bottom: .5em;
    padding-left: 0.5em;
    padding-right: 0.8em;
    font-family: 'Literata', serif;
    width: 14em;
    text-align: left;
}

.navegadorpie{
    padding-left: 0.8em;
    width: 100%;
    margin-top: 2em;
    }

.navegadorpie li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 2em;
    border-bottom: 1px solid #fff;
    color:#fff;
    list-style: none;
    text-decoration: none;
    }
.linkexternos{list-style: none;
    }

.linkexternos img{max-width: 54%;
    padding-left: 0.8em;
    }

.linkmedia{list-style: none;
    display: flex;}

.linkmedia img{
    margin-top: 1em;
    width: 4.5em;
    padding: 0.8em;
    }

.txtlegales{font-size: 0.69em;
    text-align:center;
   
   font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
    color: #3E5666;
    margin: 0 auto;
    margin-top: 1em;
    display: block;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 5em;
    }
/*----------------------------flecha subir---------------------------------*/

.flechasubir a {
    background-color: #3E5666;
    border: 4px solid rgba(34,181,115,.25);
    border-radius: 50%;
    box-shadow: 0 .15em .1em rgba(0,0,0,.215);
    color: white;
    cursor: pointer;
    display: flex;
    width: 4em;
    height: 4em;
    text-decoration-line: none;
    /* para salir del "flujo de información" del fondo 
    y colocase en una capa superior fija */
    position: fixed;
    bottom: 2em;
    right:2em;
    z-index: 9950;
}

.flechasubir a > i {
    margin: 0;
  padding: 0;
    font-size: 3.5em;
}



/*
------------------------------------------------
 "mediaqueries" para diseño multipantalla:
 reglas de estilo que SÓLO se aplican
 si se cumplen las condiciones entre paréntesis
 después de la instrucción "@media"
 y se encuentran  "encerradas" entre las llaves
------------------------------------------------
*/


/*
cuando la ventana del navegador mida
como mínimo 560px de ancho
*/
@media screen and (min-width: 40em) {
    
    #llamamenu {
        display: none;
    }
    
    /* se muestran el menu horizontal */
    header nav ul {
        display: flex;
        flex-wrap: wrap;
        
        /* para que el menú vuelva al "fondo" */
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;
    }
    
    header nav ul.visible {
        left: auto;
    }
.new figcaption {
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(62, 86, 102, 0.7);
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    max-height: 100%;
    padding: .5em .5em .5em .5em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
   text-align: center;
    width: 80%;
    height: 12%;
    top: calc(100% - 5em );
    
}
 form{
        width: 80%;
    }
      .navegadorpie{
        display: flex;
        flex-direction: row;
    padding-left: 5em;
    width: 100%;
    margin-top: -3.2em;
    }

    }
/*
cuando la ventana del navegador mida
como mínimo 640px de ancho
*/
@media screen and (min-width: 40em) {
    .new figure {
    width: 100%;
    margin-top: 0.5em;
    max-width: 100%;}
    /* para que quepan 4 figuras en cada línea */
    
   
 #botoninscripcion a{
   
    position: absolute;
   text-align: center;
    font-weight: 600;
    top: 45%;
    left: 30%;
    width: 30%;
}

.new figcaption {
    font-family: 'Montserrat', sans-serif;
    font-size:1.3em;
    background-color: rgba(62, 86, 102, 0.7);
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    max-height: 100%;
    padding: .5em .5em .5em .0em;
    line-height: 1em;
    padding-left: 1em;
    position: absolute;
    height: 15%;
    top: calc(102% - 4em );
}
      .carreras figure {
       width: 58vmin;
    }
    
    .carreras figure img {
        
    }
    
    .carreras figure:hover figcaption {
        background-color: rgba(62, 86, 102, 0.7);
        top: 0em;
        transition: all .5s ease-in;
    }
     .contacto form{
        width: 60%;
    }
    /* para que "artículo 1" y "artículo 2"
    queden uno al lado del otro */
  
.navegadorpie li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 2em;
    margin-left: .5em;
    border-bottom: 1px solid #fff;
    color:#fff;
    list-style: none;
    text-decoration: none;
    }
   .linkexternos img{max-width: 32%;
    padding-left: 0.8em;
    }
    .linkmedia img{
    margin-top: 2em;
    width: 4.5em;
    padding: 0.8em;
    }
      .navegadorpie{
     
    padding-left: 5em;
    width: 100%;
    margin-top: -3.2em;
    }
.navegadorpie li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 2em;
    margin-left: 2em;
    border-bottom: 1px solid #fff;
    color:#fff;
    list-style: none;
    text-decoration: none;
    }
   .linkexternos img{max-width: 10%;
    padding-left: 0.8em;
    }
    .linkmedia img{
    margin-top: 2em;
    width: 4.5em;
    padding: 0.8em;
    }
}

/*
cuando la ventana del navegador mida
como mínimo 800px de ancho
*/
@media screen and (min-width: 50em) {
 body {
}
  #botoninscripcion a{
   
    position: absolute;
   text-align: center;
    font-weight: 600;
    top: 35%;
    left: 30%;
    width: 20%;
}

.new figcaption {
   font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size:1.3em;
    background-color: rgba(62, 86, 102, 0.7);
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    max-height: 100%;
    line-height: 1.5em;
    position: absolute;
    height: 15%;
    top: calc(90% - 0em );
}

#picture{
    margin-top: 0em;
    max-width: 100%;
    height: auto;
   
}

.new h1{
    color: white;
    align-content: center;
    text-align: center;
    font-size: 1.3em;
    padding-top: 2em;
    padding-bottom: .5em;
    font-family: 'Montserrat', sans-serif;  
    
}
    .navegadorpie{
        display: flex;
        flex-direction: row;
    padding-left: 5em;
    width: 100%;
    margin-top: -3.2em;
    }
.navegadorpie li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 2em;
    margin-left: 2em;
    border-bottom: 1px solid #fff;
    color:#fff;
    list-style: none;
    text-decoration: none;
    }
   .linkexternos img{max-width: 12%;
    padding-left: 0.8em;
    }
    .linkmedia img{
    margin-top: 2em;
    width: 4.5em;
    padding: 0.8em;
    } 
    
}
/*
cuando la ventana del navegador mida
como mínimo 1200px de ancho
*/
@media screen and (min-width: 75em) {
    body {

}
    
   #botoninscripcion a{
   
    position: absolute;
   text-align: center;
    font-weight: 600;
    top: 75%;
    left: 25%;
    width: 50%;
}

.new figcaption {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 600;
    font-size:3em;
    background-color: rgba(62, 86, 102, 0.7);
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    max-height: 100%;
    line-height: 1.9em;
    position: absolute;
    height: 15%;
    top: calc(90% - 0em );
   
}

#picture{
    margin-top: 0em;
    max-width: 100%;
    height: auto;
   
}

.new h1{
    color: white;
    align-content: center;
    font-size: 2.5em;
    font-weight: 500;
    padding-top: 0.5em;
    padding-bottom: .5em;
    padding-left: 0.5em;
    padding-right: 0.8em;
    font-family: 'Literata', serif;
    line-height: 1.3em;
    
}
 
    
    
    
    
  .carreras {
       
      
        margin-top: 3em;
        margin-bottom: 2em;
    } 
     .contacto form{
        width: 50%;
    }
    
    .navegadorpie{
        display: flex;
        flex-direction: row;
    padding-left: 5em;
    width: 100%;
    margin-top: -3.2em;
    }
.navegadorpie li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    line-height: 1.8em;
    margin-bottom: 2em;
    margin-left: 2em;
    border-bottom: 1px solid #fff;
    color:#fff;
    list-style: none;
    text-decoration: none;
    }
   .linkexternos img{max-width: 10%;
    padding-left: 0.8em;
    }
    .linkmedia img{
    margin-top: 2em;
    width: 4.5em;
    padding: 0.8em;
    }
    
}
