@import url('https://fonts.googleapis.com/css?family=Nunito:300,400');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&display=swap');

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

header{
 width:100%;
 /*height: 12%;*/
 border-bottom: 3px solid grey;
 position:fixed;
 top:0;
 background-color: white;
 z-index:1;
font-family: 'Nunito' , sans-serif;
}

.container-cabeza{
 width:100%
 max-width:1220px;
 display:flex;
 justify-content:space-between;
 position: relative;
 height:80px;
 background-color: #343a40;
    
}
.container-header{
 width:100%
 max-width:1220px;
 display:flex;
 justify-content:space-between;
 position: relative;
}
.container-logo-title{
 display:flex;
 margin-top: 14px;
 margin-left: 10px;
}

.logos{
    padding:10px 10px;
}
.logo{
    width: 110px;
    height: 75px;
    padding: 5px;
}

.cambridge{
    width: 150px;
    height: 85px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid grey;
}

.correo{
    position: absolute;
    left: 40%;
    text-align: center;
    color: white;
    margin-top:15px;
}

.telefonos{
    right: 10px;
    margin-top: -7px;
    margin-left: 10px;
    text-align:right;
    padding:10px 20px;
}

.telefonos1{
    color: black;
    border-color:#0770b0;
    background-color:#0770b0;
    box-shadow:0 4px #053d5f;
    text-align: center;
    margin: 20px 0px;
    white-space: nowrap;
    height: 44px;
    font-weight: bold;
    font-size: 1.80em;
    padding: 0.2em 1.25em;
    line-height: 44px;
    cursor: pointer;
    text-decoration: none;
        border-radius: 5px;

}

.telefonos:hover {
    transform:scale(1.1);
}

.telefonos1 span{
    margin: 10px;
}
.container-title{
 display:flex;
 margin-top: 14px;
 margin-left: 10px;
}
.container-title h1{
 font-weight: 300;
 margin-left: 10px;
 margin-top: 8px;
 font-family: 'Roboto', sans-serif;
}

.container-menu {

}

.menu{
 position: absolute;
 right: 10px;
 margin-top: 32px;


}



.menu ul{
 display:flex;
}

.menu > ul li{
 list-style: none;
 font-size: 16px;
 font-weight: bold;
 color: #868686;
 border: 1px solid transparent;
 border-top: 4px solid transparent;
 cursor: pointer;
 transition: border 300ms;
 position: relative;
 padding: 10px 20px; 

}


.menu > ul > li:hover {
 border: 1px solid #eeeeee;
 border-top: 4px solid #0770b0;
}

.menu ul li label,
.menu ul li span {
 color: #868686;
}

.menu ul li span {
 font-size: 14px;
 position: relative;
 top: 2px;
}

.menu ul li label{
 font-size: 22px;
 position: relative;
 top: -6px;
}

.menu ul li .icon2 {
 position: relative;
 top: -2px; 
}

/*Cuerpo*/

.container1 {
   width: 100%;
   height: 88%;
   display:flex;
    background: url(green-307835_1280.png) no-repeat;
   background-size: 100% 100%;
    margin-top:110px;
}

.container1-contenido{
    width:80%;
    margin: auto auto;
}

.container1-contenido img{
    width:100%;
    height:80%;
}

.container1-contenido1{
    position:absolute;
    right: 200px;
    bottom:200px;
}


.noticiasC{
    display: flex;
    height:100%;  
    
}
.noticias{
    display: flex;
    height:100%;
}

.noticias-texto{
    width: 45%;
    padding-top: 20px;
    margin-left:30px;
}

.noticias-texto h1{
   color: white;
   font-size: 36px;
   font-family: 'Roboto', sans-serif;
}

.noticias-texto > p{
  color: white;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
    text-align: justify;
    padding-right: 50px;
}

/* 35 Aniversario*/


 

.text--transparent {
  fill: transparent;
}

.anim-shape {
  -webkit-transform-origin: 0x 150px;
  -ms-transform-origin: 0x 150px;
  transform-origin: 0x 150px;
  -webkit-transform: scale(0, 1) translate(0, 0);
  -ms-transform: scale(0, 1) translate(0, 0);
  transform: scale(0, 1) translate(0, 0);
  -webkit-animation: moving-panel 3s infinite alternate;
  animation: moving-panel 3s infinite alternate;
}

.colortext .anim-shape:nth-child(1) {
  fill: white;
}

.colortext .anim-shape:nth-child(2) {
  fill: #4bb2f1;
}

.colortext .anim-shape:nth-child(3) {
  fill: #65BFA6;
}

.colortext .anim-shape:nth-child(4) {
  fill: #F2CD5C;
}

.colortext .anim-shape:nth-child(5) {
  fill: #F26444;
}

.shadow {
  -webkit-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

.anim-shape--shadow {
  fill: #000;
  fill-opacity: .2;
}

@-webkit-keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(20px, 0);
    transform: scale(1, 1) translate(20px, 0);
  }
}

@keyframes moving-panel {
  100% {
    -webkit-transform: scale(1, 1) translate(20px, 0);
    transform: scale(1, 1) translate(20px, 0);
  }
}




body {

}

svg {
  position: absolute;
  width: 100%;
  height: 100%;
  
}



.contenedor span{
	position: absolute;
	font-size: 72px;
	color: #0275d8;
	flex-direction: column;
	top: 50%;
	width: 100%;
	text-align:center;
	text-shadow: 2px 5px darkgrey;
    
	}

.contenedor a{
	color: #dd5570;
}
.contenedor p{
	position: absolute;
	display: flex;
	font-size: 50px;
	color: tomato;
	flex-direction: column;
	top: 70%;
	width: 100%;
	text-shadow: 2px 3px darkgrey; 
	text-align: center;
    
	}
/*.exp{
	position: absolute;
	display: flex;
	font-size: 50px;
	color: tomato;
	flex-direction: column;
	top: 70%;
	width: 100%;
	text-shadow: 2px 3px darkgrey; 
	text-align: left;
    
	}

.sol{
	position: absolute;
	display: flex;
	font-size: 50px;
	color: tomato;
	flex-direction: column;
	top: 70%;
	width: 100%;
	text-shadow: 2px 3px darkgrey; 
	text-align: center;
    
	}

.pro{
	position: absolute;
	display: flex;
	font-size: 50px;
	color: tomato;
	flex-direction: column;
	top: 70%;
	width: 100%;
	text-shadow: 2px 3px darkgrey; 
	text-align: right;
    
	}*/
	

.contenedor{
    margin: 20px;
	height: 100%;
    position:relative;
  text-transform: uppercase;
    /*background: #eee;*/
       background: url(PizarraNegra.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
    font: 3em/1 Open Sans, Impact;
}



.container2{
    width: 100%;
   background: url(english-2724442_1920.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;   
}
.container2A {
   width: 100%;
    height: 1000px;
   display:flex;

}


.carousel {
width:80%;
height: 70%;
margin: auto auto;
}
.carousel img {       
    width: 100%;
    height: 100%;
}

.carousel-texto{
    position:absolute;
    width:40%;
    top:40px;
    left: 40px;
       color: white;
   font-size: 50px;
   font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.carousel-texto1{
    position:absolute;
    width:40%;
    bottom:20px;
    right: 40px;
       color: white;
   font-size: 50px;
   font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: right;
}

.carousel-texto2{
    position:absolute;
    width:40%;
    top:40px;
    right: 40px;
       color: black;
   font-size: 50px;
   font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

/* Tarjetas 3D*/

.wrap {
width: 1100px;
margin: auto auto;
display: flex;
justify-content: center;

}

.tarjeta-wrap {
 margin: 30px;
 -webkit-perspective: 700;
 perspective: 700;
}

.tarjeta {
 width: 300px;
 height: 300px;
 position: relative;
 transform-style: preserve-3d;
 transition: 1s ease;
 -webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.65);
 -moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.65);
 box-shadow: 0px 5px 8px rgba(0,0,0,0.65);
}

.adelante, .atras {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
  -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

.adelante {
 width: 100%;
    background: white;
}

.atras {
    background: orange;
  transform: rotateY(180deg);
   padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}

.tarjeta-wrap:hover .tarjeta {
  transform: rotateY(180deg);
    cursor: pointer;

}

.card1{
 background-image: url(Trofeo.png);
 background-size: 300px 300px;
}

.card2{
 background-image: url(Logo2.png);
 background-size: 300px 300px;
}

.card3{
 background-image: url(Frances3.png);
 background-size: 300px 300px;
}
/*
.adelante img{
    width: 100%;
    height: 75%;
    padding: 5px;
}

.adelante p{
font-family: 'Roboto', sans-serif;
    font-size: 30px;
    text-align: center;
} */
.separador{
    height: 200px;
}

/*footer*/
footer{
    background-image: linear-gradient(#03263c, #0770b0);
    width: 100%;
    border-top: 3px solid white;
}
.container-footer{
    display:flex;
}
.contacto{
    display: flex;
    width:40%;
    padding: 30px 40px;
}

.contacto h1{
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    
}

.contacto p{
    color:white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;

}

.legazpi{
    margin-top: 56px;
}

.esol{
    display: flex;
    width: 32%;
    padding: 30px 40px;
    
}

.esol  h1{
      color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;  
}

.esol  p{
        color:white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.Alianza-Francesa{
    display: flex;
    padding: 30px 40px;
    
}

.Alianza-Francesa  h1{
      color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;  
}

.Alianza-Francesa  p{
        color:white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

/*SobreYou.html*/

.sobreyou{
    width: 100%;
   background: url(PizarraNegra.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   margin-top:110px;
}

.historia img{
    display: flex;
    width: 40%;
    height: 400px;
    margin-left: 100px;
}
.historia{
    padding: 50px;
    width: 100%;
    height: 500px;
   display:flex;
    text-align: justify;
}

.historia .titulo{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 36px; 
}

.historia p{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;    
}

.historia span{
    color: darkorange;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;  
}

.metodologia img{
    display: flex;
    width: 40%;
    height: 400px;
    margin-right: 100px;
}
.metodologia{
    margin-top: 100px;
    padding: 50px;
    width: 100%;
    height: 500px;
   display:flex;
    text-align: justify;
}

.metodologia .titulo{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 36px; 
}

.metodologia p{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px; 
    padding-top: 70px;
}

.metodologiaMobil{
    display: none;
}

/*Cursos.html*/

.cursos{
    width: 100%;
   background: url(PizarraNegra.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   margin-top:110px;
}

.container-portada{
    width: 100%;
    height: 402px;
    text-align: center;
    border-bottom: 2px solid grey;
    

}
.londres{
    position:relative;
    
}
.londres  span{
    width:100%;
    z-index: 1;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
   font-size: 50px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.paris{
    position:relative;
}
.paris  span{
    width:100%;
    z-index: 1;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
   font-size: 50px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*Slider*/
   .slider-1 {
	width: 100%;
    height: 400px;
	margin: auto;
	overflow: hidden;
}



.slider-1 ul {
	display: flex;
	padding: 0;
	width: 200%;
    

	animation: cambio1 10s infinite alternate;
	animation-timing-function: linear;
}

.slider-1 li {
	width: 100%;
	list-style: none;
    
}

.slider-1 img {
	width: 50%;
    height:350px;
    float:right;
    
}

@keyframes cambio1 {
	0% { margin-left: 0;}
	45% { margin-left: 0;}

	55% { margin-left: -100%;}
	100% { margin-left: -100%;}

}

/*Con 3 noticias
.slider-1 ul {
	display: flex;
	padding: 0;
	width: 300%;
    

	animation: cambio1 15s infinite alternate;
	animation-timing-function: linear;
}

.slider-1 li {
	width: 100%;
	list-style: none;
    
}

.slider-1 img {
	width: 50%;
    height:350px;
    float:right;
    
}

@keyframes cambio1 {
	0% { margin-left: 0;}
	30% { margin-left: 0;}

	35% { margin-left: -100%;}
	65% { margin-left: -100%;}
    
    70% { margin-left: -200%;}
	100% { margin-left: -200%;}

}
*/
.container-portada img{
    width: 100%;
    height: 450px;
    filter: grayscale(90%);
    border-bottom: 3px solid white;
}



.container-cursos{
    padding: 50px;
    width: 60%;
    height: 500px;
   display:flex;
    text-align: justify;
}

.container-cursos .titulo{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 36px; 
}

.container-cursos p{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;    
}

.container-cursos span{
    color: darkorange;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;  
}

.subcursos{
    padding:15px;
    height: 150px;
    
}

.subcursos H1{
    margin-left: 80px;
    color: darkorange;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;    
}

.subcursos p{
    margin-left: 100px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;    
}

.subcursos p:hover{
    color: grey;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    cursor:pointer;
}

.fotos-cursos img{
    display: flex;
    width: 23%;
    height: 250px;
    margin: auto auto;
}

#myImg, #myImg2, #myImg3, #myImg4 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover, #myImg2:hover, #myImg3:hover, #myImg4:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(.8)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(.8)}
}

/* The Close Button */
.cruz {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
}

.cruz:hover,
.cruz:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.fotos-cursos{
    margin-top: 100px;
    padding: 50px;
    width: 100%;
    height: 400px;
    display:flex;
    text-align: justify;
    background-color: #e4e0e0;
    border-bottom: 4px solid white;
    border-top: 8px solid white;
    
}

/*Cursos3A*/

.container-cursos3A{
    padding: 50px;
    width: 100%;
    height: 550px;
    display:flex;
    text-align: justify;
    margin-top:50px;
}

.container-cursos3A .titulo{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    
}

.container-cursos3A p{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    
}

.container-cursos3A span{
    color: darkorange;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;  
}

.container-cursos3A img{
    width: 60%;
    height: 400px;
    margin: auto 50px;
}

.titulos-cursos3A{
    padding:50px;
    height: 300px;
    margin-top: 100px;
    
}

.titulos-cursos3A H1{
    margin-left: 100px;
    color: darkorange;
    font-family: 'Roboto', sans-serif;
    font-size: 40px;    
}

.titulos-cursos3A p{
    margin-left: 100px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;    
}

/*Cursos3B*/

.jovenes{
    width: 100%;
    height: 402px;
    text-align: center;
    border-bottom: 2px solid grey;
    

}

.jovenes{
    position:relative;
    
}

.jovenes  span{
    width:100%;
    z-index: 1;
    color:white;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
   font-size: 50px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jovenes img {
	width: 100%;
    height:400px;
    float:right;
    filter: grayscale(80%);
    
}

.container-Adultos{
    padding: 50px;
    width: 100%;
    height: 550px;
    display:flex;
    text-align: justify;
}

.container-Adultos p{
    padding-top:70px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;    
}

.container-Adultos span{
    color: darkorange;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;  
}

.container-Adultos .titulo{
    color: orange;
    font-family: 'Roboto', sans-serif;
    font-size: 36px; 
}

.container-Adultos img{
    width: 40%;
    height: 300px;
    margin: auto 50px;
}

.container-Empresas{
    padding: 50px;
    width: 100%;
    height: 550px;
    display:flex;
    text-align: justify;
}

.container-Empresas .titulo{
    color: orange;
    font-family: 'Roboto', sans-serif;
    font-size: 36px; 
}

.container-Empresas p{
    padding-top:70px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;    
}

.container-Empresas span{
    color: darkorange;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;  
}

.container-Empresas img{
    width: 40%;
    height: 300px;
    margin: auto 50px;
}

.container-EmpresasM{
    display:none;
}

/*Centros*/

.container-centros{
    width:100%;
    padding: 30px 40px;
    
}


.container-centros > h1{
    color: orange;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    padding: 100px 50px;
}

.centros-zumarraga h1{
    color: orange;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    
}

.centros-zumarraga{ 
  width: 90%;
  display:flex;
  padding: 50px;
  height: 400px;
  background: white;
  position:relative;
  margin: 0px auto;
    
}

.z1{
    width: 40%;
}

.centros-zumarraga p{
    color:black;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;

}

.centros-zumarraga img{
    margin-left: 200px;
    width: 40%;
    height: 300px;
}

.centros-legazpi h1{
    color: orange;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    
}

.centros-legazpi{
    width: 90%;
  margin:0px auto;
  display:flex;
  padding: 50px;
  height: 400px;
  background: white;
  position:relative;
    
}

.centros-legazpi p{
    color:black;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;

}

.centros-legazpi img{
    margin-left: 330px;
    width: 40%;
    height: 300px;
}

.mapa{
    width: 100px;
    height: 100px;
    display: flex;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin:20px 89%;
    text-align:right;
}

.mapa1{
  width: 90%;
  display:none;
  height: 400px;
  background: white;
  position:relative;
  margin: 0px auto;
}

.mapa2{
  width: 90%;
  margin:0px auto;
  display:none;
  height: 400px;
  background: white;
  position:relative;  
}

.mapa:hover{
    color: #0770b0;
    cursor: pointer;
}

.ubicacion:hover{
    color: #0770b0;
    cursor: pointer;
}

.ubicacion{
    width: 100px;
    height: 100px;
    display: none;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin:20px 85%;
    text-align:right;
}
/*Examenes*/


.examenes-texto{
    width: 60%;
}

.examenes-texto span{
    color: orange;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    
}

.container-examenes{
  margin-top:100px;
  display:flex;
  padding: 50px;
  height: 1000px;
    
}

.examenes-texto p{
    color:white;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;

}

.container-examenes img{
    margin-left: 100px;
    margin-top: 70px;
    width: 40%;
    height: 300px;
}

/*.container1-texto{
    margin: 0px auto;
    padding: 50px;
    width: 50%;
}

.container1-imagen{
   padding: 50px;
   width: 40%; 

}

.container1-imagen img{
  width:100%;
  height: 60%;
  border: 2px solid black;
  border-radius: 5px;
} */
/*Estilos enlaces*/

.menu ul li a{
    color: #868686; 
    text-decoration: none;
}

.menu ul li a:hover{
    color: #868686;
    text-decoration: none;
}

.menu ul li a:active{
    color: #868686;
    text-decoration: none;
}

.telefonos a{
    
    text-decoration: none;
}

.telefonos a:hover{
    
    text-decoration: none;
}

.telefonos a:active{
    
    text-decoration: none;
}

.logos a{
    text-decoration: none;
}

.logos a:hover{
    text-decoration: none;
}

.logos a:active{
    text-decoration: none;
}

.subcursos a{
    text-decoration: none;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.subcursos a:hover{
    text-decoration: none;
    color: grey;
    font-family: 'Roboto', sans-serif;
}

.subcursos a:active{
    text-decoration: none;
}


/*Submenu*/

.menu ul li ul {
 width: 200px;
 position:absolute;
 top: 37px;
 left: 0;
 flex-direction: column;
 border: 1px solid #eeeeee;
 background: white;
 border-bottom: 1px solid #0770b0;
 padding:10px;
    z-index:1;
}

.menu ul li ul li{
 width: 100%;
 padding: 10px 20px;
 border-bottom: 1px solid #eeeeee;
 font-weight: 100;
 font-size: 14px;
}

.menu ul li ul li:hover{
 background: #FAFAFA;
 
}

.icon-menu{
 display: none;
}


/*Slider*/
		.slider {
	width: 80%;
	margin: auto;
	overflow: hidden;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 300%;

	animation: cambio 15s infinite alternate;
	animation-timing-function: linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
    margin-left: 100px;
	width: 40%;
    height:350px;
    float:right;
}

@keyframes cambio {
	0% { margin-left: 0;}
	25% { margin-left: 0;}

	35% { margin-left: -100%;}
	65% { margin-left: -100%;}
  
  	75% { margin-left: -200%;}
	100% { margin-left: -200%;}

}
@media screen and (max-width:1000px){

     
header{
 height: 60px;
}

.container-logo-title{
 height: 60px;
 margin-top: 10px;
}

.container-logo-title img{
 width: 40px;
 height: 40px;
}

.container-logo-title h1{
 font-size: 20px;
 margin-top: 6px;
}

.icon-menu{
 display: block;
 position: absolute;
 right: 10px;
 top: 15px;
 font-size: 25px;
}

 body{
 transform: translateX(0px);
 transition: all 300ms;
}

.body2{
transform: translateX(-300px);
}

 .menu {
 width:300px;
 height: 120vh;
 position:fixed;
 top:0px;
 right: -300px;
 background: #2D2F30;
 margin-top: 0px;
 }

 .menu ul {
 flex-direction:column;
 
}

 .menu ul li{
 padding: 10px 20px;
}
 
 .menu ul li:hover {
  border: 1px solid transparent;
 border-top: 4px solid transparent;
}

 .menu ul li ul{
 width:100%;
 position:relative;
 top: 0;
 left: 0;
 border-bottom: 1px solid transparent;
 border: none;
 padding: 2px;
 background: #2D2F30;
 
}

.menu ul li ul li{
 border-bottom: 1px solid #414141;
}

.menu ul li ul li:hover {
 background: #363636;
}

    .shh{
        height: 60px;
    }
    
    .container-header{
        height: 60px;
    }
    
    .logos{
        padding: 2px;
    }
    
    .logo{
        width: 70px;
        height: 50px;
    }
    
    .cambridge {
         width: 90px;
        height: 50px;
        padding-left:0;
        margin-left: 0;
    }
    
    .telefonos{
        text-align: center;
    }
    
    .telefonos1{
        font-size: 1em;
    }
    
    /* index */
    
.cursos {
 margin-top:0px;   
}

    /* noticias carousel*/
    
.container1{
        margin-top: 0;
    }
    
    .noticias{
        display:block;
        margin-top: 30px;
    }
    
    
    .noticias-texto{
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    
    .noticias-texto h1{
        font-size: 24px;
    }
    
    .noticias-texto p{
        font-size: 12px;
        padding-right: 0;
    }
    
    .slider img{
        width:95%;
        height: 200px;
    }
    
    /* Aniversario */
    
    .separador{
        height: 50px;
    }
    
    .contenedor{
        height: 40%;
    }
    
    .contenedor span{
        font-size:24px;
        text-shadow: 1.5px 3px darkgrey;
    }

    .contenedor p{
        font-size:14px;
        text-shadow: 1px 2px darkgrey;
    }
    
    /*cuerpo*/
    
    .container2A{
       height: 300px; 
    }
    
    .carousel{
        width: 95%;
        height: 200px;
    }
    
    .carousel img{
        height: 200px;   
    }
    
    .carousel-texto{
        width: 45%;
        top: 20px;
        left: 20px;
    }
    
    .carousel-texto1{
        width: 50%;
        bottom: 10px;
        right: 20px;
    }
    
    .carousel-texto2{
        width: 45%;
        top: 20px;
        right: 10px;
    }
    
    .carousel-texto h1{
        font-size: 16px;
    }
    
    .carousel-texto1 h1{
        font-size: 16px;
    }
    
    .carousel-texto2 h1{
        font-size: 16px;
    }
    
    /* tarjetas */
    
    .wrap{
        width: 100%;
    }
    
    .tarjeta-wrap{
        margin:7px;
    }
    
    .tarjeta{
        width: 115px;
        height: 150px;
    }
    
    .card1{
        background-size: 115px 150px;
    }
    
    .card2{
        background-size: 115px 150px;
    }
    
     .card3{
        background-size: 115px 150px;
    }
    
    .atras{
        padding: 5px;
        font-size: 8px;
    }
    
    /* footer */
    
    .contacto{
        padding: 5px 7px;
    }
    
    .contacto h1{
        font-size: 12px;
    }
    
    .contacto p{
        font-size: 7px;
    }
    
    .legazpi{
        margin-top: 59px;
        margin-left: 5px;
    }
    
    .esol{
        padding: 5px 7px;
        margin-left: 10px;
    }
    
    .esol h1{
        font-size: 12px;
    }
    
    .esol p{
        font-size: 7px;
    }
    
    .Alianza-Francesa{
        padding: 5px 7px;
        text-align: center;
    }
    
    .Alianza-Francesa h1{
        font-size: 12px;
    }
    
    .Alianza-Francesa p{
        font-size: 7px;
    }
    
    /*SobreYou*/
    
    .jovenes{
        height: 252px;
    }
    
    .jovenes img{
        height: 250px;
    }
    
    .jovenes span{
        font-size: 30px;
        top: 60%;
    }
    
    .sobreyou{
        margin-top: 0;
    }
    
    .historia{
        display:block;
        height: 600px;
    }
    
    .historia p{
        font-size: 12px;
        margin-bottom: 70px;
    }
    
    .historia span{
        font-size: 13px;
    }
    
    .historia img{
        width: 100%;
        height: 200px;
        margin-left: auto;
    }
    
    .metodologia{
        display:none;
    }
    
    .metodologiaMobil img{
    display: flex;
    width: 100%;
    height: 200px;
    margin-right: auto;
}
    .metodologiaMobil{
    margin-top: 50px;
    padding: 50px;
    width: 100%;
    height: 600px;
   display:block;
    text-align: justify;
}

    .metodologiaMobil .titulo{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 36px; 
}

    .metodologiaMobil p{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 70px;
}
    
    /*Cursos*/
    
    .container-portada{
        height: 252px;
    }
    
    .slider-1{
        height:250px;
    }
    
    .container-portada img{
        height: 260px;
    }
    
    .londres span{
        font-size: 30px;
        top:60%;
    }
    
    .paris span{
        font-size:30px;
        top:60%;
    }
    
    .container-cursos{
        width:100%;
        display:block;
        height: 400px;
    }
    
    .container-cursos p{
        font-size: 12px;
    }
    
    .container-cursos span{
        font-size: 13px;
    }
    
    .subcursos h1{
        font-size: 20px;
    }
    
    .subcursos p{
        font-size: 16px;
    }
    
    .fotos-cursos{
        margin-top: 20px;
        display:block;
        height: 650px;
    }
    
    .fotos-cursos img{
        width: 80%;
        height: 120px;
        margin: 10px auto;
    }
    
    /*cursos3A*/
    
    .container-cursos3A{
        display: block;
        height: 650px;
        margin-top:0;
        
    }
    
    .container-cursos3A .titulo{
        font-size: 22px;
    }
    
    .container-cursos3A p{
        font-size: 12px;
        margin-bottom: 70px;
    }
    
    .container-cursos3A span{
        font-size:13px;
    }
    
    .container-cursos3A img{
        width: 100%;
        height: 250px;
        margin: auto auto;
    }
    
    .titulos-cursos3A h1{
        margin-left: 0;
        font-size: 20px;
    }
    
        .titulos-cursos3A p{
        margin-left: 0;
        font-size: 11px;
    }
    
    /*Cursos3B*/
    
    .container-adultos{
        display:block;
        height: 600px;
    }
    
    .container-adultos p{
        font-size: 12px;
        margin-bottom: 70px;
        padding-top:0;
    }
    
    .container-adultos img{
        width: 100%;
        height: 250px;
        margin: auto auto;
    }
    
    .container-empresas{
        display:none;
    }
    
    .container-EmpresasM{
    padding: 50px;
    width: 100%;
    height: 650px;
    display:block;
    text-align: justify;
}

.container-EmpresasM .titulo{
    color: orange;
    font-family: 'Roboto', sans-serif;
    font-size: 36px; 
}

.container-EmpresasM p{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;    
}

.container-EmpresasM span{
    color: darkorange;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;  
}

.container-EmpresasM img{
    width: 100%;
    height: 250px;
    margin: 50px auto;
}
    
    /*centros*/
    
    .container-centros > h1{
        padding: 50px 20px;
    }
    
    .centros-zumarraga{
        display:block;
    }
    
    .z1{
        width: 100%;
    }
    
    .centros-zumarraga h1{
        font-size: 20px;
    }
    
    .centros-zumarraga p{
        font-size: 12px;
    }
    
    .centros-zumarraga img{
        margin-left: 0;
        width: 100%;
        height: 150px;
    }
    
    .mapa{
        margin: 20px 70%;
    }
    
    .ubicacion{
        margin: 20px 50%;
    }
    
    .centros-legazpi{
        display:block;
    }
    
    .l1{
        width: 100%;
    }
    
    .centros-legazpi h1{
        font-size: 20px;
    }
    
    .centros-legazpi p{
        font-size: 12px;
    }
    
    .centros-legazpi img{
        margin-left: 0;
        width: 100%;
        height: 150px;
    }
    
    /*examenes*/
    
    .container-Examenes{
        margin-top:20px;
        display:block;
        height: 850px;
    }
    
    .examenes-texto{
        width: 100%;
    }
    
    .examenes-texto p{
        font-size: 12px;
    }
    
    .examenes-texto span{
        font-size: 20px;
    }
    
    .container-Examenes img{
        margin-top:50px;
        margin-left:0;
        width:100%;
        height:250px;
    }
    
    
    
}
