/*CSS DE BARRA DE NAVEGACIÓN SUPERIOR*/
* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
  }
*,
*:before,
*:after {
    box-sizing: inherit;
}
  @font-face {
    font-family: 'Proza libre';
    src: url('../fonts/ProzaLibre-Regular.ttf');
     
  }
  
  @font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf');
  }
  #main1 {
    color: rgb(146, 74, 146);
    font-size: x-large;
  }
  
  #main1:hover {
    font-size: xlarge;
    color: rgb(0, 0, 0);
    transition: all 500ms ease;
    text-decoration-line: underline;
    transition: all 2s linear;
  }
  
  .navegacion {
    width: 100%;
    margin: none;
    background-color: #61677c56;
    font-size: 20px;
    margin-top: 1%;
  }
  
  .menu {
    list-style: none;
    display: inline-flex;
    justify-content: space-between;
  }
  
  .menu>li>a {
    display: block;
    padding: 15px 160px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: 'Proza libre';
    font-size: x-large;
  }
  
  .menu>li:hover {
    background-color: rgb(85, 173, 233);
    transition: all 1.3s linear;
  }
  
  .submenu1 {
    position: absolute;
    display: none;
    list-style: none;
    width: 200px;
  }
  
  .submenu1 li a {
    color: black;
  }
  
  .submenu1 li a:hover {
    color: rgb(243, 239, 239);
    background-color: rgb(255, 0, 0);
    font-size: large;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    transition: all 1.5s ease;
  }
  
  .menu li:hover .submenu1 {
    display: block;
    width: 31.4%;
    text-align: left;
    background-color: rgba(109, 179, 69, 250);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*border-style: double;*/
  }
  
  .menu li .submenu1 a {
    margin: 0.3cm;
    line-height: 190%;
  }
  
  .submenu2 {
    position: absolute;
    display: none;
    list-style: none;
    width: auto;
  }
  
  .submenu2 li a {
    color: rgb(250, 250, 238);
  }
  
  .submenu2 li a:hover {
    color: rgb(161, 247, 22);
    font-size: large;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    transition: all 1.5s ease;
  }
  
  .menu li:hover .submenu2 {
    display: block;
    width: 28.3%;
    text-align: left;
    background-color: rgba(34, 35, 94, 250);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*border-style: double;*/
  }
  
  .menu li .submenu2 a {
    margin: 0.3cm;
    line-height: 190%;
  }
  
  .submenu3 {
    position: absolute;
    display: none;
    list-style: none;
    width: 200px;
  }
  
  .submenu3 li a {
    color: black;
  }
  
  .submenu3 li a:hover {
    color: rgb(148, 193, 235);
    background-color: black;
    font-size: large;
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    transition: all 1.5s ease;
  }
  
  .menu li:hover .submenu3 {
    display: block;
    width: 30.85%;
    text-align: left;
    background-color: rgb(224, 136, 21, 250);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*border-style: double;*/
  }
  
  .menu li .submenu3 a {
    margin: 0.3cm;
    line-height: 190%;
  }
  
  
  /* Submenu de Tecnicatura en Desarrollo y Análisis*/
  .submenuA {
    position: absolute;
    display: none;
    list-style: none;
    width: auto;
  }
  
  .submenuA li a:hover {
    color: rgb(14, 14, 13);
    font-size: large;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: Georgia, 'Open Sans', sans-serif;
  }
  
  .submenuA li {
    width: 370px;
  }
  
  .submenuA li a {
    color: black;
  }
  
  .submenu2 li:hover .submenuA {
    margin-left: 110px;
    display: block;
    width: auto;
    text-align: left;
    background-color: rgb(134, 196, 238);
    border-radius: 10px;
    border-style: ridge;
  }
  
  .submenuB {
    position: absolute;
    display: none;
    list-style: none;
    width: auto;
  }
  
  .submenuB li a:hover {
    color: rgb(14, 14, 13);
    font-size: large;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    font-family: Georgia, 'Open Sans', sans-serif;
  }
  
  .submenuB li {
    width: 370px;
  }
  
  .submenuB li a {
    color: black;
  }
  
  .submenu2 li:hover .submenuB {
    margin-left: 120px;
    display: block;
    width: auto;
    text-align: left;
    background-color: rgb(134, 196, 238);
    border-radius: 10px;
    border-style: ridge;
  }
  
  @media (max-width:1000px) {
    .menu {
      display: block;
      margin-right: 2rem;
      justify-content: left;
      width: 100%;
    }
  
    .navegacion a:last-of-type {
      margin: 0;
    }
  
  }
  
  @media screen and (max-width:610px) {
    .login {
      width: 450px
    }
  }
  
  @media (max-width:1400px) {
    .login #main1{
      font-size: 20px;
    }
  }

  /* E_INICIALES.CSS*/

  html {
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    /*Cargar fuentes de Google Fonts aquí*/
    /* s g m */
    font-family: 'Open Sans', sans-serif;
    /* fin s g m */
    /* font-family: 'Times New Roman', Times, serif; */
    font-size: 1.6rem;
    line-height: 3rem;
    transition: background-color .5s;
    /* background-color: #dcaac821; */
    opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /* s g m */
    font-family: 'Proza Libre';
    /* fin s g m */
    /* font-family: 'Times New Roman', Times, serif; */
}
h1 {
    font-size: 2.5rem;
    line-height: 1.5;
    color: #767676;
    font-weight: 400;
    text-align: justify;
}
h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #767676;
    text-decoration: none;
    text-align: center;
    font-style: italic;
}
h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #767676;
    text-decoration: none;
    text-align: center;
    font-style: italic;
}
h4 {
    font-size: 1.8rem;
    color: #767676;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    text-align: justify;
}
h5 {
    font-size: 1.5rem;
    color: #767676;
    text-decoration: none;
    font-weight: 400;
    /* font-style: italic;*/
    line-height: 1.5;
    text-align: justify;
}

h6 {
    font-size: 1.8rem;
    color: #767676;
    text-decoration: none;
    font-weight: 300;
    font-style: none;
    line-height: 1.5;
    text-align: justify;
}
a{
    text-decoration: none;
}
/*p {

} */
img {
    max-width: 100%;
}
@media (min-width: 768px) {
    .grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .columnas-2 {
	flex: 0 0 calc(16% - 1rem);
    }  
    .columnas-3 {
        flex: 0 0 calc(25% - 1rem);
    }
    .columnas-4 {
        flex: 0 0 calc(33.3% - 1rem);
    }
    .columnas-6 {
        flex: 0 0 calc(50% - 1rem);
    }
    .columnas-8 {
        flex: 0 0 calc(66.6% - 1rem);
    }
    .columnas-10 {
        /*((100/12)*10)/*/
        flex: 0 0 calc(83.3% - 1rem);
    }
    .columnas-12 {
        flex: 0 0 100%;
    }
}


/*ESTILOS.CSS*/

/* inicio header publico */
@media (min-width:768px) {
    .barra {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .texto-header {
        margin-top: 15rem;
    }
}
.site-header {
    background-image: url(../img/ifts_fondo2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* height: 50rem; */
}
.site-header-docente {
    background-image: url(../img/ifts_fondo2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    /* height: 50rem; */
}
/*AGREGADO PARA HACER COMPOSABLE LA IMAGEN PRINCIPAL*/
@media (max-width:600px) {
    .site-header{
      margin-left: 8%;
    }
  }
.header-contenedor{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); 
}
.tituloHeader{
    text-align: center;
    font-size: 6rem;
    color: #e7e5e5;
}
.tituloHeader2{
    font-size: 4rem;
    color: #fafafa;
    text-align: center;
}

/*--------------- SECTOR AUTORIDADES -----------------*/

/*.section-autoridades {
    
} */
.tituloAutoridades{
    display: block;
    margin: auto;
    font-size: 6rem;
    color: #767676;
}




/*---------------  SECTOR ADMINISTRACIÓN  -------------*/

.section-adm{
    /* background-color: #dcaac821;  */
    min-height: 100vh;
    margin-left: 4rem;
    margin-right: 4rem;
}


.tituloAdministrativo{
    font-size: 6rem;
    color: #767676;
}

.grid{
    margin: 2em;
}
/*----------------------- AULAS VIRTUALES -----------------------*/


.section-aula-virtual{
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    /* background-color: #dcaac821 ; */
    margin-left: 9rem;
    margin-right: 9rem;
}
.tituloAulas{
    font-size: 4rem;
    color: #575454;
}
.btn-redireccion{        
    background-repeat:no-repeat;
    height:200px;
    width:400px;
    background-size: 100%;
    background-position: center;
    border-radius: 4rem;
    font-size: 3rem;
    font-weight: bold;
    border: 0;
}
.aulas {
    background-image:url('../img/aulas_v.png');
}
.siu {
    background-image:url('../img/g_guarani.png');
}


@media (max-width: 768px) {
    .texto-header {
        color: #767676;
        text-align: left;
        margin-top: 5rem;
    }
    .site-header {
        background-image: url(../img/ifts_fondo2.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 60rem;
    }
}        
/* fin header publico */
/* inicio barra de navegacion */
.site-nav{
    /* background-image: url(../img/complementario2.jpg); */
    background-color: #f9fdfe;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 5rem;
    text-align: right;
     /* testa monti */
     display: table;
     margin: auto;
     /*fin fin testa monti */
}
.navegacion a {
    text-align: center; 
    display: block;
    font-size: 1.5rem;
    color: #767676;
    text-decoration: none;
    /* font-family: 'Times New Roman', Times, serif;             */
    /* testa monti */
    font-family: 'Proza Libre';
    cursor: pointer;
    /* fin testa monti */
}
@media (min-width:768px) {
    .navegacion a {
        display: inline;
        margin-right: 2rem;
    }
    .navegacion a:last-of-type {
        margin: 0;
    }
}
.navegacion .sidenav {
    /* testa monti */
    height: 100%;
    /* fin testa monti */
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /* background-color: red; */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 0 0 0 1rem;
    /* testa monti */
    background-color: white;
    display: block;
    /* fin testa monti */
}
.navegacion .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.8rem;
    color: #767676;
    display: block;
    transition: 0.3s;
     /* testa monti */
     text-align: start;
     /* fin testa monti */
}
.navegacion .sidenav a:hover {
    color: #767676;
}
.navegacion .sidenav .closebtn {
    position: absolute;
    top: 0;
    /* right: 25px; */
    font-size: 2rem;
    margin-right: 50px;
    /* testa monti */
    right: 160px;
    /* fin testa monti */
}
.navegacion #main1 {
    transition: margin-right .5s;
    padding: 1.8rem;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 1.8rem;
    }
}
/* fin barra de navegacion */
/* Inicio estilos flechas*/
#flecha-up {
    position:fixed;
    width:5rem;
    height:5rem;
    line-height: 63px;
    bottom:25px;
    right:25px;
    border-radius:5rem;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
/* Fin estilos flechas*/
/* Inicio estilos flechas negra*/
#flecha-up1 {
    position:fixed;
    width:5rem;
    height:5rem;
    line-height: 63px;
    bottom:25px;
    left:25px;
    border-radius:5rem;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
/* Fin estilos flechas negra*/
/* inicio personal administrativo */
.galeria {
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: 'Proza Libre';
}
.galeria h1 {
    text-align: center;
    margin: 20px 0 15px 0;
    font-weight: 300;
}
.contenedor-imagenes {
    display: flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius: 3px;
}
.contenedor-imagenes .imagen {
    width: 32%;
    position: relative;
    height: 250px;
    margin-bottom: 5px;
    /* box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75) */
}
.imagen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*cover */
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #a4a9ac7e;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}
.overlay h2 {
    color: #fafafa;
    font-weight: 300;
    font-size: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
/*alto del overlay */
.imagen:hover .overlay {
    height: 100%;
    cursor: pointer;
}
@media screen and (max-width:1000px) {
    .contenedor-imagenes {
        width: 95%;
    }
}
@media screen and (max-width:700px) {
    .contenedor-imagenes {
        width: 90%;
    }
    .contenedor-imagenes .imagen {
        width: 48%;
    }
}
@media screen and (max-width:450px) {
    h1 {
        font-size: 22px;
    }
    .contenedor-imagenes {
        width: 98%;
    }
    .contenedor-imagenes .imagen {
        width: 80%;
    }
}
/* fin personal administrativo */
/* inicio footer publico */
.site-footer {
    background-color: #61677c56;
    /* background-color: #ccc8cfda; */
    padding: 0,8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    opacity: 1;
    line-height: 2rem;
}
.site-footer a {
    color: #767676;
    /* font-family: 'Times New Roman', Times, serif; */
    font-size: 2rem;
    text-align: center;
}
.site-footer ol {
    color: #767676;
    /* font-family: 'Times New Roman', Times, serif; */
    font-size: 2rem;
    text-align: center;
}
.site-footer p {
    color: #767676;
    font-size: 2rem;
    font-weight: 400;
    /*   font-family: 'PT Sans', sans-serif;*/
    text-align: center;
    /* font-family: 'Times New Roman', Times, serif; */
    line-height: 1.5rem;
}
.site-footer p span {
    font-weight: 400;
    color: #767676;
    /* font-family: 'Times New Roman', Times, serif; */
    text-align: center;
    line-height: 1.5rem;
    font-size: 2rem;
}
.site-footer .italic {
    font-style: italic;
    font-size: 1.5rem;
}
@media screen and (max-height: 450px) {
    /* centrar el pie de pagina*/
    .site-footer .columnas-3{
        width: 85%;
    }
    .site-footer .no-margin {
        margin-left: 25%; 
        text-align: center;
    }    
}
@media (max-width: 768px) {
         /* centrar el pie de pagina*/
    .site-footer .columnas-3{
        width: 80%;
    }
    .site-footer .no-margin {
        margin-left: 35%; 
        text-align: center;
        /*line-height: 1.5rem;*/
    }
    /* fin de centrar el pie de pagina*/
    .site-footer a {
        color: #767676;
        /* font-family: 'Times New Roman', Times, serif; */
        font-size: 1.5rem;
        text-align: center;
    }
    .site-footer p span {
        font-weight: 400;
        color: #767676;
        /* font-family: 'Times New Roman', Times, serif;                 */
        line-height: 1.5rem;
        font-size: 2rem;
        text-align: center;
    }
}
/* fin footer publico */
/* inicio footer desarrollo */
footer {
    background-image: url(../img/);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    text-align: center;
    border-color: transparent transparent #767676 transparent;
}
footer a {
    width: auto;
    text-decoration: none;
    text-align: center;
    color: #767676;
    font-size: 1.8rem;
}
footer a:hover{
    background: none; color: #000000; 
}
 .titulo-footer,
.subtitulo-footer {
    color: #767676;
    text-align: center;
    font-weight: 400;
    font-size: 4.8rem;
} 
.container-footer{
    width: 100%;  
    background: #ccc8cfda;
}
.footer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 20px;    
    width: 100%;
    background: #ccc8cfda;
    color: #767676;   
}
.copyright{
    color: #767676;
    text-align: center;
}
.copyright a{
    text-decoration: none;
    color: #767676;
    font-weight: bold;
    font-size: 1.4rem;
}
.copyright h5 {
    font-size: 1.4rem;
    text-align: center;
}
.information a{
    text-decoration: none;
    color: #767676;
    font-size: 1.4rem;
}
/* fin footer desarrollo */
/* inicio preguntas frecuentes */
.contenedor_P_F {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 52px 0;
    text-align: center;
}
.acerca-de .boton {
    display: inline-block;
    padding: 6px;
    width: 128px;
    font-weight: 700;
    border: 1px solid #30e7a1e7;
    color: #767676;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    margin-top: 24px;
}
.open-button {
    background-color: #ffffff;
    border-radius: 5rem;
    color: #767676;
    padding: 1rem 1rem;
    border: 2px solid #767676;
    cursor: pointer;
    opacity: 0.8;
    float: left;
    margin: auto;
    width: 100%;
    transition: 5s;
}
.form-popup {
    display: none;
    margin-left: 2.4rem;
    margin-right: 1.4rem;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}
.form-container {
    float: left;
    padding: 1rem;
    background-color: white;
}
.form-container .btn {
    color: #000000;
    padding: 1.6rem 2rem;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 1rem;
    opacity: 0.8;
    border-radius: 5rem;
    transition: 5s;
    /* background-color: #30e7a1e7; */
}
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}
/* fin preguntas frecuentes */
/* inicio Slider */
.slide-contenedor {
    /*  border: 3px solid #b7dbf3;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    /*  margin-bottom: 10;*/
    max-width: 100%;
    /*con cover si se baja recorta la foto con scale-down si se baja las fotos horizontales las posisiona en la base del marco*/
    max-height: 100vh;
    width: 80%;
    height: auto;
    position: relative;
    overflow: hidden;
    /* margin: auto; */
    /* box-shadow: 0 0 0 0px #4a5a67, 0 0px 0px; */
    box-shadow: 0 0 0 0px #6f448b, 0 0px 0px;
}
.miSlider img {
    width: 100%;
    max-height: 100vh;
    height: inherit;
    /*objext-fit: cover la foto ocupa todo el marco */
    object-fit: scale-down;
    vertical-align: top;
    transition: 3.5s;
}

.slide-contenedor .direcciones {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.slide-contenedor .direcciones a {
    color: #fff;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
}

.slide-contenedor .direcciones a:hover {
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

.slide-contenedor .barras {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.slide-contenedor .barra {
    cursor: pointer;
    height: 2px;
    width: 25px;
    margin: 0 2px;
    background: #dcdde1;
    display: inline-block;
    margin-left: 3px;
}

.slide-contenedor .active {
    /* background-color: #4a5a67; */
    background-color: #dcaac84d;
}

.fade {
    animation-name: fade;
    animation-duration: 3.5s;
}
@keyframes fade {
    from {
        opacity: .4;
    }
    to {
        opacity: 1;
    }
}
/* fin slider */
/* inicio iframe */
.button {
    /* background-color: none; */
    border: #5488a3;
    border-radius: 7px;
    color: #5488a3;
    padding: 15px 25px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    /* font-size: 16px; */
    margin: 4px 2px;
    cursor: pointer;
}
/* fin iframe */
/* inicio formulario de contacto */
.formulario-contacto {
    background-color: #ffffff;
    padding: 5rem;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}

@media (min-width:768px) {
    .formulario-contacto {
        margin-top: -10rem;
    }
}

.formulario-contacto .campo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.formulario-contacto .campo label {
    flex: 0 0 8rem;
}

.formulario-contacto .campo input:not([type="submit"]),
.formulario-contacto textarea {
    flex: 1;
    border: 1px solid #e1e1e1;
    padding: 1rem;
}

.formulario-contacto textarea {
    height: 20rem;
    resize: vertical;
}

.formulario-contacto .enviar {
    display: flex;
    justify-content: flex-end;
}
.btn {
    display: block;
    text-align: center;
    padding: 1rem 3rem;
    margin: 2rem 0;
    color: #ffffff;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    flex: 0 0 100%;
    outline: none;
    transition: 0.3s;
    border-radius: 5rem;
}

.btn:hover {
    cursor: pointer;
}

@media (min-width: 768px) {
    .btn {
        display: inline-block;
        flex: 0 0 auto;
    }
}

.btn-primario {
    background-color: #608492;
}

.btn-primario:hover {
    background-color: hsl(239, 93%, 33%);
}

/* fin formulario de contacto */