* {
    margin: 0;
    padding: 0;
    border:0;
    box-sizing: border-box;
}
.paginaCompleta {
    background-color: white;
    margin: auto;
    max-width: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
    justify-content: center;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
  } 
  
.hide{
	display:none;
}

header 
{
    width: 100%;
    flex-grow: 0;
    justify-content: center;
    font-family: "Rubik", sans-serif;
    font-weight: 400;  
    z-index: 10;

} 

menu_bar {
    display:none;
   
}

.menu_bar {
    top: 0;
    left: 0;
    width: 4em;
}

ul {
    list-style: none;
}

.menu1{
    top: 3em;
    z-index: 10;
}

  .menu_bar .bt-menu{ 
    color: white;
    text-decoration: none;
}

.Menu {
   display: inline-block; 
}


.Menu a {
    padding: 20px;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-family: "montserrat", sans-serif;
    font-weight: 500;
    font-weight: bold;
    text-transform: uppercase;
}     

.menu1 {
    padding:5px 10px;
    background-color: #575756;
    border: 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 1em; 
    left: -100%;
}

.menu1 ul {
    overflow: hidden;
    list-style: none;
 
}
    
.Menu:hover{
    background-color: #FF1D25;
    border-radius: 5px; 
    
}

@media screen and (max-width: 1824px) and (orientation: landscape) {
.icon-menu {
        display: none; 
    }
.logoMapseblanco img { 
    display: none; 
    } 
.logoMapsegris {
    display: flex;
    justify-content: center;
    }
    
.logoMapsegris img {
    max-width: 20%;
    }
}


@media screen and (max-width:800px) and (orientation: portrait)
    {       
 .menu1 {
    width: 50%;
    height:100%;
    margin:0;
    position: fixed;
}
.Menu {
    display: block;
    border-bottom:1px solid rgba(255,255,255, .3);
}

.menu_bar .bt-menu{
    display:block;
    padding: 20px;
    background: #575756; 
    color: white;
    box-sizing: border-box;
}

.barramenu {
    display: flex;
    position: fixed;
}

.logoMapsegris {
    display: none
}
        
.logoMapseblanco {
    background: #575756; 
    display: flex;
    justify-content: center;
    max-height: 3.7em;
}

.logoMapseblanco img{ 
    max-height: 100%;
    max-width: 100%;
}

.PresentacionMapse {
    margin-top: 5em; 
}
        
.MapaPrincipal {
    align-content: center; 
}

.MapaPrincipal img {
    width: 100%;

}

.MapaPrincipal {
    overflow: scroll;
    width: 100%;
    max-width: none;
    }
.MapaPrincipal img {
    width: 250%;
    }
}







/* Descripcion Página */


.simple {
    text-align: center;
    font-size: 1.1em;
    color: #575756; 
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    padding-top: 1em;
    padding-bottom: 0.5em; 
    padding-right: 1em;
    padding-left: 1em; 
}

h2.bold {
    text-align: center;
    font-size: 1.1em;
    color: #575756; 
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    padding-bottom: 1em;
    padding-top: 0.5em; 
    padding-right: 1em;
    padding-left: 1em; 
}






/* Scroll Personalizado */

.MapaPrincipal::-webkit-scrollbar {
    width: 6px;
}

.MapaPrincipal::-webkit-scrollbar-thumb {
    background: #575756;
    border-radius: 5px;  
}

@media (min-width: 900px) and (orientation: landscape) {
   
.MapaPrincipal {
    align-content: center; 
}

.MapaPrincipal img {
    width: 100%;
}   
    
.video {
    display: flex;
    justify-content: center; 
    max-width: 100%; 
    }
    
    video {
        
        max-width: 50%; 
    }
}





/* Titulos */

#SitiosHistoricos {
    border-top-color: #4279BA;  
}


.TituloHistoricos {
    text-align: center;
    background-color: #4279BA;
    padding: 10px;    
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em; 
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    color: white;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    }



.culturales {
    display: flex;
    flex-direction: row;
    text-align: left; 
}

.interes {
    display: flex;
    flex-direction: row;
    text-align: left; 
}

.TituloCulturales {
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #70B649;
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    color: white;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    }

.TituloInteres {
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #F7931E;
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    color: white;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    }

.TituloAutoEvaluacion {
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #FF1D25;
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    color: white;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    }

.TituloPortalDocente {
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #F3ACC3;
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    color: white;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    }

.TituloContacto {
    text-align: center;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #1B7E3E;
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    color: white;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    }

.icono {
    padding: 0.5em; 
}

.MapaHistorico {
    align-content: center;    
}

.MapaHistorico img {
    width: 100%;
    padding: 1em;

}

.MapaCulturales {
    align-content: center; 
}

.MapaCulturales img {
    width: 100%;
    padding: 1em;

}

.MapaInteres {
    align-content: center; 
}

.MapaInteres img {
    width: 100%;
    padding: 1em;

}


.infotitulo {
    text-transform: uppercase;
}








 /* sitios historicos */ 

.tituloazul {
    color: #4279ba;
    padding-bottom: 0.5em;
}

.seccionhistorico{
    background-color: #c6d7ea;
    padding: 0 0 2em;
}
.historico {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
}


.fotoshistorico img {
    max-width: 100%;
    display: block;
}


.historicoitems {
    color: #575756;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.120);
    transition: all 300ms;
    background-color: white;
    position: relative;
    
}

.historicoitems::after {
    content: "";
    background-color: rgba(179, 229, 252, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    text-outline: ;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 300ms;
    opacity: 0;
    
}

.historicoitems:hover:after{
    opacity: 1;
    transform: scale(1);
}

.historicoitems:hover {
    transform: scale(1.05);
}

.infohistorico{
    padding: 1em;
    
    
}

@media screen and (min-width:590px){
    .historico{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width:960px){
    .historico{
        grid-template-columns: repeat(2,1fr);
    }
}





 /* sitios culturales */ 

.tituloverde {
    color: #70b649;
    padding-bottom: 0.5em;
}


.seccionculturales {
    background-color: #b7daa4;
    padding: 0 0 2em;
}

.culturales {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
}



.fotosculturales img {
    max-width: 100%;
    display: block;
}


.culturalitems {
    color: #575756;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.120);
    transition: all 300ms;
    background-color: white;
    position: relative;
}

.culturalitems::after {
    content: "";
    background-color: rgba(179, 229, 252, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    text-outline: ;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 300ms;
    opacity: 0;
    
}

.culturalitems:hover:after{
    opacity: 1;
    transform: scale(1);
}

.culturalitems:hover {
    transform: scale(1.05);
}

.infoculturales{
    padding: 1em;
    
}

@media screen and (min-width:590px){
    .culturales{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width:960px){
    .culturales{
        grid-template-columns: repeat(2,1fr);
    }
}




 /* sitios de interes */ 

.tituloamarillo {
    color: #F7931E;
    padding-bottom: 0.5em;
}

.seccioninteres {
    background-color: #FCD4A5;
    padding: 0 0 2em;
}

.interes {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    margin-bottom: 3em;
    
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 30px;
}

.fotosinteres img {
    max-width: 100%;
    display: block;
}

.interesitems {
    color: #575756;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.120);
    transition: all 300ms;
    background-color: white;
    position: relative;
}

.interesitems::after {
    content: "";
    background-color: rgba(179, 229, 252, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    text-outline: ;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 300ms;
    opacity: 0;
    
}

.interesitems:hover:after{
    opacity: 1;
    transform: scale(1);
}

.interesitems:hover {
    transform: scale(1.05);
}

.infointeres{
    padding: 1em;
    
}

@media screen and (min-width:590px){
    .interes{
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (min-width:960px){
    .interes{
        grid-template-columns: repeat(2,1fr);
    }
}



 /* Auto Evaluación */

.contenedorautoevaluacion{
    background-color: #FF1D25;
    padding-bottom: 50px;
}

.custom-box {
    max-width: 400px;
    background-color: white;
    margin: 40px auto;
    margin-bottom: 0; 
    padding: 30px;
    border-radius: 1%;
    text-align: center;
    animation: fadeInRight 1s ease;
}
@keyframes fadeInRight {
0%{
    transform: translateX(40px);
    opacity: 0;
 } 
    100%{
   transform: translateX(0px);
    opacity: 100%;
 } 
}
  
.custom-box: :before,
.custom-box: :after{
    content: ' ';
    clear:both;
    display: table;
    }
.custom-box.hide {
 display: none;
    }
.home-box h3 {
    font-size: 20px;    
    font-family: "rubik",sans-serif;
    text-transform: uppercase;
    color: #575756;
    margin-bottom: 15px;
    line-height: 25px;
}
.home-box p {
    font-size: 16px;
    color: #575756;
    font-family: "rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 22px;
}
.home-box p span {
    font-weight: 500;
}
.home-box .btn {
    margin-top: 20px;
}
.btn {
    font-family: "rubik",sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    width: 60%;
    height: 40px;
    background-color: #575756;
    border-radius: 10px;
    margin-top:1em; 
    margin-bottom: 16px;
    text-align:center;
}

.quiz-box .numero-preguntas,
.quiz-box .preguntas-texto,
.quiz-box .opcion-container,
.quiz-box .proxima-boton,
.quiz-box .indicador-respuesta
{
    width: 100%
     }
.quiz-box .numero-preguntas
{
    font-size: 22px;
    font-family: "rubik",sans-serif;
    color: #575756;
    font-weight: 600;
    border-bottom:1px solid #575756;
    padding-bottom: 10px;
    line-height: 25px;
 }
.quiz-box .preguntas-texto
{
    font-size: 25px;
    font-family: "rubik",sans-serif;
    color: #FF1D25;
    line-height: 25px;
    font-weight: 400;
    padding: 20px 0;
 }
.quiz-box .opcion-container
{
 }
.quiz-box .opcion-container .opciones{
    background-color: #cccccc; 
    padding:13px 15px;
    font-size:18px;
    line-height: 22px;
    color: #575756;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    position: relative;
    overflow: hidden;
 }
.quiz-box .opcion-container .opciones .yarespondida{
    pointer-events: none;
     }
@Keyframes fadeIn{
0%{
    opacity: 0;
 } 
    100%{
    opacity: 1;
 } 
}
    
.quiz-box .opcion-container .opciones.correcta::before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    background-color: #1B7E3E;
    z-index: -1;
    animation: slideInLeft .5s ease forwards
     } 
@keyframes slideInLeft {
    0%{
    
        transform: : translateX(-100%);    
     }
    100% {
        transform: : translateX(0%); 
      }  
}
.quiz-box .opcion-container .opciones.incorrecta::before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    background-color: #FF1D25;
    z-index: -1;
    animation: slideInLeft .5s ease forwards
     }
.quiz-box .opcion-container .opciones.incorrecta{
    color:#ffffff;
     }
.quiz-box .opcion-container .opciones.correcta{
    color:#ffffff;
     }
.quiz-box .btn{
    margin-top:15px 0;
 }
.quiz-box .indicador-respuesta div{
  border-top: 1px solid #cccccc;  
     }
.quiz-box .indicador-respuesta div
{
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #cccccc;
    border-radius: 50%;
    margin-right:3px;
    margin-top: 15px;
 }
.quiz-box .indicador-respuesta div.correcta{
    background-color: #1B7E3E;
    background-image: url(img/correct.png);
     background-size:50%;
    background-repeat: no-repeat;
    background-position: center;
     }
.quiz-box .indicador-respuesta div.incorrecta{
    background-color: #FF1D25;
      background-image: url(img/wrong.png);
    background-size:50%;
    background-repeat: no-repeat;
    background-position: center;
     }
.result-box{
    text-align: center;
 }   
.result-box h2
{
    font-size: 20px;
    font-family: "rubik", sans-serif;
    color: #575756;
    line-height: 42px;
    text-transform: uppercase;

     }
.result-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
     }
.result-box table td {
    border:1px solid #cccccc;
    padding: 8px 15px;
    font-weight: 500;
    color: #575756;
    width: 50%;
    text-align: left;
    font-size: 16px;
     }

.result.box btn {
    margin-right: 20px;
}
@media(max-width:767px){
.result.box btn {
    margin-right: 15px;
}
}






 /* Portal Docente */ 

#PortalDocente {
    background-color: #f9d5e1;
    padding-bottom: 50px;
}

.form-login {
    font-family: "rubik",sans-serif;
    box-sizing: border-box;
    width: 400px;
    height: 425px;
    max-width: 100%;
    background-color: white;
    margin: auto;
    margin-top: 50px;
    box-shadow: 2px 3px 6px;
    padding: 20px 30px;
    border-top: 4px;
    border-radius: 1%;
    color: #575756;
    
}

.form-login h5 {
    font-family: "rubik",sans-serif;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #575756;
    font-size: 20px;
}

.controls {
    font-family: "rubik",sans-serif;
    width: 100%;
    border: 2px solid #f3acc3;
    border-radius: 1%;
    margin-bottom: 15px;
    padding: 11px 10px;
    font-size: 1em;    
}

.buttons {
    font-family: "rubik",sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    width: 50%;
    height: 40px;
    background-color: #575756;
    border: none;
    border-radius: 10px;
    margin-bottom: 16px;
    text-align:center;
}

.ingresar{
    display: flex;
    justify-content: center;
}

.olvidaste {
    height: 40px;
    text-align: center;
    font-family: "rubik";
    color: #575756;
    font-size: 14px;
}



.terminos {
    font-size: 0.8em;
    text-align: center;
    font-family: "rubik",sans-serif;
    color: #575756;
    padding: 0 0 2em;


}

@media (max-width:480px) {
    .form-login{
        width: 90%;
    }
}


.video {
    display: flex;
    justify-content: center;
    margin-top: 3em;
}







/* contacto */ 

.contenedorcontacto {
    background-color: #bad8c5;
}


.formulario {
    padding-bottom: 50px;
    
}


.contacto{
    font-family: "montserrat", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: #575756;
    padding-top: 2em;
    text-align: center;
    
}


form{
    width: 400px;
    height: 425px;
    margin: auto;
    background-color: #1B7E3E;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 1%;
    box-shadow: 2px 3px 6px; 
    font-family: "rubik", sans-serif;
}

h6{
    color: white;
    font-family: "rubik",sans-serif;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid white;
    font-size: 20px;
}

input, textarea {
    font-family: "Rubik", sans-serif;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    border:none;
    border-radius: 1%;
    border: 2px;
    padding: 11px 10px;
    font-size: 1em; 
}

textarea {
    font-family: "Rubik", sans-serif;
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton {
    font-family: "rubik",sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #1B7E3E;
    width: 50%;
    height: 40px;
    background-color: white;
    border: none;
    border-radius: 10px;
    margin-bottom: 16px;
    text-align:center;
    
}

#boton:hover {
    cursor: pointer;
    
}

.botonenviar {
    display: flex;
    justify-content: center;
    
}


@media (max-width:480px) {
    form{
        width: 90%;
    }
}





/* video */

.video {
    margin: 0; 
}
.conocenos {
    margin-top: 3em; 
    color: white; 
    background-color: #1B7E3E;
    text-align: center; 
    padding: 1em; 
    text-transform: uppercase;
    font-weight: 600;


}
video {
    margin-top: 3em; 
    width:100%;
    height: auto; 
}




 /* footer */ 


footer{
	position: fixed;
	bottom: 0;
}

@media (max-height:800px)
{
	footer { position: static; }
}


.footer-distributed{
	background-color: #575756;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color: white;
	font: normal 36px 'rubik';
    font-style: italic; 
	margin: 0;
}


.footer-distributed .footer-left img{
	width: 40%;
}

.footer-distributed h3 span{
	color:  #FF1D25;
}


.footer-distributed .footer-links{
	color:  white;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
    font-family: "Rubik", sans-serif;
    font-style: italic; 
	margin: 0;
}

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color: white;
	color: #575756;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: white;
	vertical-align: middle;
	margin: 0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
}

.footer-distributed .footer-center p a{
	color:  #4279BA;
	text-decoration: none;;
}


.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
    font-family: "Rubik", sans-serif;
    font-style: italic; 
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: white;
	border-radius: 2px;

	font-size: 20px;
	color: #575756;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}






