/* colores

#455c18 verde musgo 1
#025154 verde azulado 2
#045a81 azul electrico 3
#542d58 morado 4
#5e1d47 lila 5
#8e2b26 rojo anaranjado 6
#b28807 amarrillo 7
#5b6068 gris topo 8
#7c808d celeste 9
#f9fdfe barra de navegacion
*/
/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=23G0u0k4qjK1DuE31oE60eY7T8b */
/* Feel free to copy&paste color codes to your application */
/* As hex codes */
	/* Main Primary color */
/* .color-primary-0 { color: #5B6068 }
.color-primary-1 { color: #9A9DA1 }
.color-primary-2 { color: #777B82 }
.color-primary-3 { color: #41474F }
.color-primary-4 { color: #21252B } */
/* Main Complement color */
/* .color-complement-0 { color: #9D9588 }	
.color-complement-1 { color: #F4F0E8 }
.color-complement-2 { color: #C4BEB2 }
.color-complement-3 { color: #776F61 }
.color-complement-4 { color: #413B31 } */
/* As RGBa codes */
/* Main Primary color */
/* .rgba-primary-0 { color: rgba( 91, 96,104,1) }	
.rgba-primary-1 { color: rgba(154,157,161,1) }
.rgba-primary-2 { color: rgba(119,123,130,1) }
.rgba-primary-3 { color: rgba( 65, 71, 79,1) }
.rgba-primary-4 { color: rgba( 33, 37, 43,1) } */
/* Main Complement color */
/* .rgba-complement-0 { color: rgba(157,149,136,1) }	
.rgba-complement-1 { color: rgba(244,240,232,1) }
.rgba-complement-2 { color: rgba(196,190,178,1) }
.rgba-complement-3 { color: rgba(119,111, 97,1) }
.rgba-complement-4 { color: rgba( 65, 59, 49,1) } */
/* Generated by Paletton.com © 2002-2014 */
/* http://paletton.com */

/* 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;
}
/* .site-header a {
    color: #767676;
    text-decoration: none;
} */
/* .site-header h1 {
    text-align: center;
    font-weight: 400;
    /* font-family: 'Times New Roman', Times, serif; */
    /* color: #767676; */
/* }  */
/* .site-header h1 span {
    font-weight: 400;
    /* font-family: 'Times New Roman', Times, serif; */
/* }  */
/* .texto-header {
    color: #767676;
    text-align: left;
    margin-top: 5rem;
} */
/* .texto-header h2 {
    font-size: 3.2rem;
    text-align: left;
    color: #767676;
} */
/* .contenedor {
    max-width: 120rem;
    margin: 0 auto;
    width: 95%;
} */
/* .contenedor p {
    text-align: justify;
    /*font-family: 'Open Sans', Times, serif;*/
    /* font-family: 'Times New Roman', Times, serif; */
    /* font-size: 1.5rem;
    line-height: 1.5;
    color: #767676;
} */ 
/*--------------- 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: 4rem;
    margin-right: 4rem;
}
.tituloAulas{
    font-size: 6rem;
    color: #767676;
}
.btn-redireccion{        
    background-repeat:no-repeat;
    height:200px;
    width:250px;
    background-size: 100%;
    background-position:center;
    border-radius: 2rem;
    font-size: 3rem;
    font-weight: bold;
    border: 0;
}
.aulas {
    background-image:url('../img/aulas_v.png');
}
.siu {
    background-image:url('../img/g_guarani.png');
}

/* .contenedor .form-container h4 { */
    /* Fuente del pop-up*/
    /* color: #767676;
    font-weight: bold;
    text-align: left;
    font-size: 26px;
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 3px;
    padding-bottom: 10px;
}
.no-margin {
    margin: 0;
} */
@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: #ccc8cfda;
    padding: 3rem;
    margin-top: 1rem;
    opacity: 1;
    line-height: 1.5rem;
}
.site-footer a {
    color: #767676;
    /* font-family: 'Times New Roman', Times, serif; */
    font-size: 1.5rem;
    text-align: center;
}
.site-footer ol {
    color: #767676;
    /* font-family: 'Times New Roman', Times, serif; */
    font-size: 1.5rem;
    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: none;
    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: white;
    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 */
/* inicio tabla control de usuarios */
.container-tablaUser{
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.tabla {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

.tabla tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
}

.tabla th, .tabla td {
    font-size: 16px;
    padding: 8px;
    text-align: center;
}

.tabla thead th{ 
    text-transform: uppercase;
    background-color: #ddd;
}

.tabla tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.tabla tbody td:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.tabla .bot{
	/* padding:0 5px;
	display:inline;
	border:0; */
}

@media screen and (max-width: 600px) {
    .tabla {
        border: 0px;
    }
    .tabla thead {
        display: none;
    }
    .tabla tr {
        margin-bottom: 8px;
        border-bottom: 4px solid #ddd;
        display: block;
    }
    .tabla th, .tabla td {
        font-size: 12px;
    }
    .tabla td {
        display: block;
        border-bottom: 1px solid #ddd;
        text-align: right;
    }
    .tabla  td:last-child {
        border-bottom: 0px;
    }
    .tabla td::before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        float: left;
    }
}
/* fin tabla control de usuarios */