
/* global settings */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body {
   margin:0;
   padding:0;
   height:100%;
}

img {
    display: block;
    max-width: 100%;
}

body {
    margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size:80%; 
	line-height: 20px;
	overflow-y: scroll;  
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    line-height: 100%;
}


* {
	box-sizing: border-box;
  }

header .contenedor {
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;

}

.header {
    display: flex;
    justify-content: space-between;
    margin-right: 0px;
    background: rgba(0,0,0,0.5);
}

header2 .contenedor {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;

}

.header2 {
  display: flex;
  justify-content: space-between;
  margin-right: 0px;
  background: #041767;
}

.logo img {
    max-width: 300px;
    padding: 20px;
    }

@media (max-width:460px){
   .logo img {
    max-width: 300px;
    padding: 20px;
    }
    
}


.header label {
    font-size: 30px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    display: none;
}

.header2 label {
  font-size: 30px;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  display: none;
}

#btn-menu {
    display: none;
}

.menu ul {
    display: flex;
    list-style: none;
}

.menu ul ul {
    display: none;
}

.menu a {
    display: block;
    padding: 25px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.menu a:hover {
    background: rgba(0, 0, 0, 0.5);
}

.menu a span {
    margin-left: 5px;
}

.menu ul li:hover ul{
    display: block;
    position: absolute;
    z-index: 10000;
}

.submenu li ul li {
  position:relative;
}

.submenu li ul li ul {
  right:-140px;
  top:0px;
}

.submenu li ul {
  display:none;
  position:absolute;
  min-width:140px;
}




@media (max-width:768px) {
    .header label {
        display: block;
        width: 40px;
        height: 40px;
        font-size: 30px;
        background: #041767;
        color: #fff;
        text-align: center;
        line-height: 45px;
        border-radius: 5px;
        margin: 15px;
    }

    .header2 label {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 30px;
      background: #041767;
      color: #fff;
      text-align: center;
      line-height: 45px;
      border-radius: 5px;
      margin: 15px;
  }
    
    .menu {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        transform: translateX(-100%);
        transition: all 0.3s;
    }
    
    .menu ul {
        display: block;
        background: #041767;
    }
    
    .menu ul li:hover ul {
        display: block;
    }
    
    .menu a span {
        position: absolute;
        right: 10px;
    }
    
    #btn-menu:checked ~ .menu {
        transform: translateX(0%);
    }
    
    .menu ul ul{
        background: rgba(0,0,0,0.4)
        position: absolute;
    }
    
    .menu ul ul a {
        padding: 15px 40px;
    }
    
}

/*----menu2----*/

#btn-menu {
  display: none;
}

.menu2 ul {
  background:#041767;
  display: flex;
  list-style: none;
}

.menu2 ul ul {
  display: none;
}

.menu2 a {
  display: block;
  padding: 25px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

.menu2 a:hover {
  background: #041767;
}

.menu2 a span {
  margin-left: 5px;
}

.menu2 ul li:hover ul{
  display: block;
  position: absolute;
  z-index: 10000;
}

.submenu li ul li {
position:relative;
}

.submenu li ul li ul {
right:-140px;
top:0px;
}

.submenu li ul {
display:none;
position:absolute;
min-width:140px;
}




@media (max-width:768px) {
  .header2 label {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 30px;
      background: #041767;
      color: #fff;
      text-align: center;
      line-height: 45px;
      border-radius: 5px;
      margin: 15px;
  }
  
  .menu2 {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      transform: translateX(-100%);
      transition: all 0.3s;
  }
  
  .menu2 ul {
      display: block;
      background: #041767;
  }
  
  .menu2 ul li:hover ul {
      display: none;
  }
  
  .menu2 a span {
      position: absolute;
      right: 10px;
  }
  
  #btn-menu:checked ~ .menu2 {
      transform: translateX(0%);
  }
  
  .menu2 ul ul{
      background: #041767;
      position: absolute;
  }
  
  .menu2 ul ul a {
      padding: 15px 40px;
  }
  
}



/*Banner*/


.banner {
    position: absolute;
}
   
    

.banner {
    margin-top: 0px;
    position: relative;
    z-index: -1000;
    margin-bottom: 20px;
}

.banner__img {
    position: relative;
}

.banner__titulo {
    line-height: 100%;

}

.banner .contenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 400%;
    text-align: center;
    text-shadow: 0 0 15px rgba(0,0,0,.9);
}



/*--animacion--*/

/*flecha*/

        .contenedor .font-btn {
            position:absolute;
            bottom:-135px;
            font-size:30px;
            color:#fff;
            -webkit-transition:.1s ease-out;
            -moz-transition:.1s ease-out;
            transition:.1s ease-out;
            -webkit-transform: translateY(0) scale(1);
            -ms-transform: translateY(0) scale(1);
            -moz-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
        }

        .contenedor .font-btn:hover {
            -webkit-animation:feedBack 1s infinite forwards;
            -moz-animation:feedBack 1s infinite forwards;
            animation:feedBack 1s infinite forwards;
        }

@-webkit-keyframes feedBack {
	        0% {
		        -webkit-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                -moz-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
            }	
	        50% {
		        -webkit-transform: translateY(30%) scale(1.2);
                -ms-transform: translateY(30%) scale(1.2);
                -moz-transform: translateY(30%) scale(1.2);
                transform: translateY(30%) scale(1.2);	
	        }	
	        100% {
		        -webkit-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                -moz-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
	        }			
        }

        @-ms-keyframes feedBack {
	        0% {
		        -webkit-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                -moz-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
            }	
	        50% {
		        -webkit-transform: translateY(30%) scale(1.2);
                -ms-transform: translateY(30%) scale(1.2);
                -moz-transform: translateY(30%) scale(1.2);
                transform: translateY(30%) scale(1.2);	
	        }	
	        100% {
		        -webkit-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                -moz-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
	        }			
        }

        @-moz-keyframes feedBack {
	        0% {
		        -webkit-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                -moz-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
            }	
	        50% {
		        -webkit-transform: translateY(30%) scale(1.2);
                -ms-transform: translateY(30%) scale(1.2);
                -moz-transform: translateY(30%) scale(1.2);
                transform: translateY(30%) scale(1.2);	
	        }	
	        100% {
		        -webkit-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                -moz-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
	        }			
        }

        @keyframes feedBack {
	        0% {
		        -webkit-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                -moz-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
            }	
	        50% {
		        -webkit-transform: translateY(30%) scale(1.2);
                -ms-transform: translateY(30%) scale(1.2);
                -moz-transform: translateY(30%) scale(1.2);
                transform: translateY(30%) scale(1.2);	
	        }	
	        100% {
		        -webkit-transform: translateY(0) scale(1);
                -ms-transform: translateY(0) scale(1);
                -moz-transform: translateY(0) scale(1);
                transform: translateY(0) scale(1);
	        }			
        }

/*titulo*/

.contenedor h2 {
     opacity:0;
     -webkit-animation:fadeIn 1.5s ease-in-out forwards;
    -moz-animation:fadeIn 1.5s ease-in-out forwards;
     animation:fadeIn 1.5s ease-in-out forwards;     }

    @-webkit-keyframes fadeIn {
	            0% {
                    -webkit-transform:scale(0);
                    -ms-transform:scale(0);
                    -moz-transform:scale(0);
		            transform:scale(0);
		            opacity: 0;		
	            }
	            60% {
                    -webkit-transform:scale(1.1);
                    -ms-transform:scale(1.1);
                    -moz-transform:scale(1.1);
		            transform:scale(1.1);	
	            }
	            80% {
                    -webkit-transform:scale(0.9);
                    -ms-transform:scale(0.9);
                    -moz-transform:scale(0.9);
		            transform:scale(0.9);
		            opacity: 1;	
	            }	
	            100% {
                    -webkit-transform:scale(1);
                    -ms-transform:scale(1);
                    -moz-transform:scale(1);
		            transform:scale(1);
		            opacity: 1;	
	            }		
            }

            @-ms-keyframes fadeIn {
	            0% {
                    -webkit-transform:scale(0);
                    -ms-transform:scale(0);
                    -moz-transform:scale(0);
		            transform:scale(0);
		            opacity: 0;		
	            }
	            60% {
                    -webkit-transform:scale(1.1);
                    -ms-transform:scale(1.1);
                    -moz-transform:scale(1.1);
		            transform:scale(1.1);	
	            }
	            80% {
                    -webkit-transform:scale(0.9);
                    -ms-transform:scale(0.9);
                    -moz-transform:scale(0.9);
		            transform:scale(0.9);
		            opacity: 1;	
	            }	
	            100% {
                    -webkit-transform:scale(1);
                    -ms-transform:scale(1);
                    -moz-transform:scale(1);
		            transform:scale(1);
		            opacity: 1;	
	            }		
            }

            @-moz-keyframes fadeIn {
	            0% {
                    -webkit-transform:scale(0);
                    -ms-transform:scale(0);
                    -moz-transform:scale(0);
		            transform:scale(0);
		            opacity: 0;		
	            }
	            60% {
                    -webkit-transform:scale(1.1);
                    -ms-transform:scale(1.1);
                    -moz-transform:scale(1.1);
		            transform:scale(1.1);	
	            }
	            80% {
                    -webkit-transform:scale(0.9);
                    -ms-transform:scale(0.9);
                    -moz-transform:scale(0.9);
		            transform:scale(0.9);
		            opacity: 1;	
	            }	
	            100% {
                    -webkit-transform:scale(1);
                    -ms-transform:scale(1);
                    -moz-transform:scale(1);
		            transform:scale(1);
		            opacity: 1;	
	            }		
            }

            @keyframes fadeIn {
	            0% {
                    -webkit-transform:scale(0);
                    -ms-transform:scale(0);
                    -moz-transform:scale(0);
		            transform:scale(0);
		            opacity: 0;		
	            }
	            60% {
                    -webkit-transform:scale(1.1);
                    -ms-transform:scale(1.1);
                    -moz-transform:scale(1.1);
		            transform:scale(1.1);	
	            }
	            80% {
                    -webkit-transform:scale(0.9);
                    -ms-transform:scale(0.9);
                    -moz-transform:scale(0.9);
		            transform:scale(0.9);
		            opacity: 1;	
	            }	
	            100% {
                    -webkit-transform:scale(1);
                    -ms-transform:scale(1);
                    -moz-transform:scale(1);
		            transform:scale(1);
		            opacity: 1;	
	            }		
            }

   
/*iconos bar*/

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 60%;
    right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}


.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.whatsapp {
  background: #10f500;
  color: white;
}

.instagram {
  background: #f100f5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}





 /* iconos index info {} */              

.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    list-style: none;
    
}



.info-index img {
    width: 180px;
    border-radius: 50%;
}


.info-index li p {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    line-height: 100%;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    list-style: none;
    position: relative;
    color: black;
}

.info-index ul {
    text-decoration: none;
    list-style: none;
}

.info-index li {
    float: left;
    padding: 20px;
    
}



/* galeria de imagenes index */


h3 {
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    font-size: 40px;
}

.linea {
    background: #041767;
    height: 5px;
    width: 100%;
    display: block;
}

.galeria {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    width: 100%;
    grid-gap: 10px;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
    margin: auto;
}

.galeria > a{
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    
    
}

.galeria img{
    width: 100%;
    vertical-align: top;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s;
}

.galeria a:hover img {
    filter: blur(2px);
    transform: rotate(10deg) scale(1.3);
}

.light-box{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    transition: transform .3s ease-in-out;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.light-box img{
    width: 75vw;
    max-height: 70vh;
}

.light-box:target{
    transform: scale(1);
}

.close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    background: #000248;
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.next{
    display: block;
    background: #000248;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width:300px) {
    .galeria {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }
    
    .close{
        top: 20px;
        right: 20px;
    }

}







/*Footer*/

.footer {
    text-align: center;
}

.contacto { 
	border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
	background: #041767;
 }

.contacto ul li  {
	display: inline-block;
	color:#fff;
	font-size: 13px;
	font-weight: normal;
	margin-left: 20px;
	padding: 10px 5px 10px 0;
}

.contacto ul li:last-child { 
	margin-right: 0px; 
}

.contacto ul li a { 
	color: #fff; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal; 
}

.contacto ul li a:hover { 
	color: #ccc; 
}





  
/*-------Estilos responsive-------*/

@media(min-width:480px) {
   
    
    .banner__txt {
        display: block;
        font-size: 20px;
        padding: 10px;
        margin: 10px;
        text-align: center;
        text-shadow: 0 0 5px rgba(0,0,0,0.9);

    }
    
@media(max-width:460px) {
        .banner__txt{
            font-size: 1px;
        }
        
    }
    
    
    
    .section__titulo {
        width: 100%;
    }
    
    .cursos {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .cursos__columna{
        width: 48%;
    }
     
     
}


/*---------paginamision---------*/
.mision {
    font-size: 20px;
    line-height: normal;
    padding: 40px 60px 40px 40px;
    font-family: 'Roboto', sans-serif; 
    text-align: justify;
}

.mision3 {
  font-size: 20px;
  line-height: normal;
  padding: 40px 60px 40px 40px;
  font-family: 'Roboto', sans-serif; 
}

.banner__mision h5{
    line-height: 100%;
    position: relative;
    font-size: 250%;
    color: #fff;
    padding: 20px 20px 20px 60px;
    transform: translateX(-0%) translateY(-90%);
    
 .banner__img {
        position: relative;
    }
    
}

/*------reseña historica------*/

.referencias {
  font-size: 14px;
  line-height: normal;
  padding: 0px 60px 40px 40px;
  font-family: 'Roboto', sans-serif; 
  text-align: justify;
}

.resena-historica {
  font-size: 20px;
  line-height: normal;
  padding: 40px 60px 0px 40px;
  font-family: 'Roboto', sans-serif; 
  text-align: justify;
}

/* ----Autoridades---- */

.autoridades {
  position: relative;
  width: 50%;
  max-width: 300px;
  margin: 30px;
  display: inline-block;
  -webkit-display: inline-block;
}

.autoridades p {
  line-height: normal;
}


/* Make the image to responsive */
.image {
  display: block;
  width: 100%;
  height: auto;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.autoridades .overlay {
  opacity: 1;
}


.autoridades a:hover {
  color: #f1f1f1;
}


/*---------lineas estrategicas---------*/

.lineasestrategicas {
    width: 50%;
    padding: 20px;
}

/*---------organigrama---------*/

.organigrama {
    align-content: center;
    padding: 20px;
    margin: auto;
}

/*---------catedras---------*/

.catedras {
    padding: 20px 20px 20px 50px;
    list-style:square;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    line-height: 200%;
    font-size: 30px;
    text-decoration: none;
}

.catedras a {
    text-decoration: none;
    color: #000;
}

.catedras a:hover {
    color: #5DADE2;
}

/*---------escuelas---------*/

.escuelacomando {
    float: right;
    margin: 20px;
    width: 30%;
}

.lineasestrategicas {
    width: 80%;
}

/*-------galeria------*/

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.galeriahabilitacion {
  position: relative;
    align-content: center;
}

@media (min-width:768px){
    .galeriahabilitacion{
        width: 50%;
        margin: 20px;
    }
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 2px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*-----formulario pedro sicco-------*/

.contacto-form {
  max-width:300px;
  width:80%;
  padding:10px;
  margin:0px 40px 0px 40px;
}

  .contacto-form label {
    font-size:1.6em;
    color:#333;
    font-weight: bold;
  }

    label sup {
      color:red;
    }

  .contacto-form label,
  .contacto-form .entrada {
    float:left;
    width:100%;
  }

  .contacto-form label{
    margin-bottom:10px;
  }



  .contacto-form input,
  .contacto-form textarea,
  .contacto-form select{
    margin:0 0 15px 0;
    padding:0 5px 0 5px;
    font-size:1.4em;
    border-radius:4px;
    border:1px solid #333;
    background:#f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-transition:.35s ease-in;
    transition:.35s ease-in;
  }

 

  .contacto-form input,
  .contacto-form select{
    height:35px;
  }

  .contacto-form input:focus,
  .contacto-form textarea:focus {
    background:#ccc;
    color:#000;
  }

  .contacto-form textarea {
    height:200px;
    padding:5px;
  }

  .contacto-form input[type="submit"]{
    padding:0 20px;
    background:#5DADE2;
    color:#fff; 
   }

  .contacto-form input[type="submit"]:hover,
  .contacto-form input[type="submit"]:focus {
    background:#;
  }
  

/*------monografias------*/

.filename .filesize a {
    color: #000;
    list-style: circle;
    font-size: 40px;
    padding: 20px 20px 20px 20px;
    line-height: normal;
}



.monografias {
    padding: 10px;
    margin-left: 20px;
}


/*------galerias------*/

* {
  box-sizing: border-box;
}


/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  width: 100%;
 

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 35%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 16px;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Container for image text */
.caption-container {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  background-color: #222;
  padding: 10px 10px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 20%;
  padding: 0px;
  margin: 0;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* material bibliografico y noticias */

.column2 {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-bottom: 16px;
  padding: 0 8px 0 8px;
  height: inherit;
}

.noticias__titulo {
    font-size: 30px;
    text-align: center;
    color: #5DADE2;
    
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column2 {
    width: 100%;
    display: inline-table;
    line-height: normal;
  }
}


.column {
  float: left;
  width: 20%;
  vertical-align: top;
  margin-bottom: 16px;
  padding: 0 8px 0 8px;
  height: inherit;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: inline-table;
    line-height: normal;
  }
}

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* Some left and right padding inside the container */
.container {
  padding: 5px 5px 5px 5px; 
}


.title {
  color: grey;
}

.libros {
    text-align: left;
    font-size: 14px;
}

.juramento{
    font-family: 'Vollkorn', serif;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    padding: 30px;
}

.centros{
    padding: 20px;
    width: 80%;
    justify-content: center;
}

.material {
    font-size: 20px;
    line-height: normal;
    padding: 40px;
    font-family: 'Roboto', sans-serif; 
    text-align: justify;
}

.material a:visited{
    text-decoration: none;
}

.material a:hover{
    color: red;
}

.material a:link{
    text-decoration-line: none;
    text-decoration: none;
    color: black;
}

.video{
    float: right;
    padding: 20px;
    position: relative;
}

.mision2 {
    font-size: 20px;
    line-height: normal;
    padding: 40px;
    font-family: 'Roboto', sans-serif; 
    text-align: center;
}

.column3 {
    width: 25%;
    float: right;
    margin: 15px;
    padding: 5px;
    position: relative;
}

.resenaimagenes {
    padding: 10px;
    line-height: normal;
}

h7 {
    font-size: 30px;
     line-height: normal;
    padding: 40px;
    font-family: 'Roboto', sans-serif; 
    text-align: justify;
}

/*folleto index*/

.folletoindex {
    padding: 5%;
}

h9 {
  font-size: 40px;
   line-height: normal;
   font-family: 'Roboto', sans-serif;
  color:black;
}

.linkpost {
  margin: 3%;
}

.linkpost a{
  font-size: 200%;
  font-family: 'Lora', serif;
  font-weight: bold;
  color:red;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: normal;
  text-decoration: none;
}

.linkpost:hover a {
color: #000248;
}

h10{
  font-size: 300%;
  font-family: 'Lora', serif;
  font-weight: bold;
  color:#041767;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: normal;
}

.folleto {
  font-size: 200%;
  line-height: normal;
  font-family: 'Lora', serif;
  text-align:center;
  color: black;
}


/*----boton llamados docentes-------*/

.accordion {
  background-color: #041767;
  font-family: 'Lora', serif;
  font-size: 30px;
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
 padding: 30px 50px;
      border-radius: 20px;
      box-shadow: 0 0 30px #152771;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  color: white;
}

.folleto2 {
  font-size: 300%;
  line-height: normal;
  font-family: 'Lora', serif;
  text-align:center;
  color: white;
}

.folleto2 a {
  text-decoration: none;
  color: white;
}



.folleto2 a:visited {
  color: white;
}

.folleto2 a:hover {
  color: #ff0000;
}






/*     05. Intro     */
/*********************/

/*     basic 1     */
.basic-1 {
  padding-top: 6.5rem;
	padding-bottom: 3rem;
}

.basic-1 .text-container {
	margin-bottom: 3rem;
}

.basic-1 .section-title {
	margin-bottom: 0.5rem;
}

.basic-1 h2 {
	margin-bottom: 1.375rem;
}

.basic-1 .testimonial-author {
	color: #484a46;
}

/* Hover Animation */
.basic-1 .image-container {
	overflow: hidden;
	border-radius: 0.25rem;
  float: right;
  max-width: 30%;
  padding: 10px;
}

.basic-1 .image-container img {
	margin: 0;
	border-radius: 0.25rem;
	transition: all 0.3s;
}

.basic-1 .image-container:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 
/* end of hover animation */

/* basic 2*/
.basic-2 {
  padding-top: 6.5rem;
	padding-bottom: 3rem;
}

.basic-2 .text-container {
	margin-bottom: 3rem;
}

.basic-2 .section-title {
	margin-bottom: 0.5rem;
}

.basic-2 h2 {
	margin-bottom: 1.375rem;
}

.basic-2 .testimonial-author {
	color: #484a46;
}

/* Hover Animation */
.basic-2 .image-container {
	overflow: hidden;
	border-radius: 0.25rem;
  float:left;
  max-width: 30%;
  padding: 10px;
}

.basic-2 .image-container img {
	margin: 0;
	border-radius: 0.25rem;
	transition: all 0.3s;
}

.basic-2 .image-container:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
} 


.parallax-completo {
  width: 100%;
  height: 100vh;
  background-image: url(../images/portada.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}



.texto-hero{
  background:rgba(0, 0, 54, 0.5);;
  padding: 18px;
  width: 70%;
  text-align: center;
  color: #fff;
  font-weight: 300px;
}

.texto-hero p {
    font-size: 400%;
  font-family: 'Lora', serif;
  color:#fff;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: 100%;
}

.center{
  max-width: 1100px;
  width: 90%;
  overflow: hidden;
  margin: auto;
  text-align: center;
}

.espacio{
  padding: 30px 0 60px 0;
}

.espacio h6 p{
  padding-top: 30px;
}

.parallax-completo2 {
  width: 100%;
  height: 100vh;
  background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:390px){
  .parallax-completo2 img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio1.jpg);
    background-position: center;
    background-repeat: no-repeat;
  
  }
   
}



.parallax-completo3 {
  width: 100%;
  height: 100vh;
  background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio2.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:390px){
  .parallax-completo3 img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio2.jpeg);
    background-position: center;
    background-repeat: no-repeat;
  
  }
   
}


.parallax-completo4 {
  width: 100%;
  height: 100vh;
  background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio3.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:390px){
  .parallax-completo4 img {
      width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio3.JPG);
    background-position: center;
    background-repeat: no-repeat;
  }


.parallax-completo5 {
  width: 100%;
  height: 100vh;
  background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio9.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:390px){
  .parallax-completo5 img {
      width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio9.png);
    background-position: center;
    background-repeat: no-repeat;
  }
    }

.parallax-completo6 {
  width: 100%;
  height: 100vh;
  background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio14.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (max-width:390px){
  .parallax-completo6 img {
      width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background-image: url(https://escuelamilitar.ejercito.mil.uy/images/inicio/fotoinicio14.JPG);
    background-position: center;
    background-repeat: no-repeat;
  }
    }

h8 {
  font-size: 400%;
  font-family: 'Lora', serif;
  color:#fff;
  text-align: center;
  letter-spacing: 2.5px;
  line-height: 100%;
}

.cuadros-info p {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color:#041767;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 100%;
}

.cuadros-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.cuadros-info li {
  text-decoration: none;
  list-style: none;
  background-color: red;
  width: 100px;
}

/*botones*/

.btn a {
  text-decoration: none;
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto', serif;
  text-align: center;
}

.btn {
  border: none; 
  color: white; 
  padding: 14px 28px; 
  cursor: pointer; 
  width: 20%;
  float: left;
  height: 320px;
}

.success {
  background-color:#041767;
} /* Green */

.success:hover {
  background-color: #0029cf;
}

.infos {
  background-color: #041767;
} /* Blue */

.infos:hover {
  background: #0029cf;
}

.warning {
  background-color: #041767;
} /* Orange */

.warning:hover {
  background: #0029cf;
}

.danger {
  background-color: #041767;
} /* Red */

.danger:hover {
  background: #0029cf;
}

.default {
  background-color: #041767; 
  color: #0029cf;
} /* Gray */

.default:hover {
  background: #0029cf;
}

.links a{
  text-decoration: none;
  list-style: none;
  color: #000;
  font-size: 20px;
  font-family: 'Roboto', serif;
  text-align: center;
  line-height: 30px;
}

.links a:hover {
  color: #0029cf;
}

/* ---------------Galeria------------------ */
.row > .column {
  padding: 20px 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}



/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




/*----------menu sticky--------*/


/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.plugins {
  padding: 100px;
  display:inline-flex;
  margin: 50px;
}

.llamado {
  font-size: 50%;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

/*----------video de fondo-----------*/
video2 {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 105%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  z-index: -2;
}



