@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* pantalla gandre */
*{
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック" , "MS Gothic", "Noto Sans CJK JP", TakaoPGothic, sans-serif; */
    /*font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;*/
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    /*
    background-color: #f3eff9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23052cf7' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    */
    font-size: 12 px;
}
header {
  background:white;
}

.headline {
  /*Texto en Imgen header*/
  position: relative;
  height: 750px;
  color: #fff;
  text-align: center;
  background:url("../Images/planta.jpg") no-repeat center center;
  background-size: cover;
  width:100%;
}
.headline:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}
.headlinesoccer {
  /*Texto en Imgen header*/
  position: relative;
  height: 750px;
  color: #fff;
  text-align: center;
  background:url("../Images/planta.jpg") no-repeat center center;
  background-size: cover;
  width:100%;
}
.headlinesoccer:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.5);
}
.headline2 {
  /*Texto en Imgen header*/
  position: relative;
  height: 250px;
  color: #fff;
  text-align: center;
  background:url("../Images/banner_sections4.png") no-repeat center center;
  background-size: cover;
  width:100%;
}
.headline2:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(17, 17, 17, 0.5); */
}
.headline3 {
  /*Texto en Imgen header*/
  position: relative;
  height: 250px;
  color: black;
  text-align: center;
  background:url("../Images/children_day.png") no-repeat center center;
  background-size: cover;
  width:100%;
}
.headline3:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: rgba(17, 17, 17, 0.5); */
}
.inner {
  width: 100%;
  position: absolute;
  top: 60%; 
  left: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: fade-in 0.75s 0.25s ease-in forwards;
          animation: fade-in 0.75s 0.25s ease-in forwards;
}
.inner h1 {
  margin: 0;
  font-size: 4em;
  line-height: 1.2em;
}
.inner p {
  margin: 0;
  font-size: 1.4em;
  font-style: italic;
  font-family: serif;
}

#idioma{
	  float: right;
}
nav {
  position: fixed;
  width: 100%;
  z-index: 10;
  font-size: 15pt ;
}
/* #scrolled {
  background:white;
  height:75px;
  font-size: 15pt ;
  }
nav ul {
  float: right;
  list-style: none;
  padding: 25px;
  margin: 0;
  font-size: 15pt ;
}
nav li {
  float: left;
  font-size: 15pt ;
}
nav a {
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  margin: 5px 0 0 20px;
  display: block;
  font-size: 15pt ;
}
nav a:hover {
  text-decoration: none;
  font-size: 15pt ;
} */

.logo_ {
  height: 75px;
  float: left;
}
.logo_:before, .logo:after {
  position: absolute;
  font-size: 7em;
  font-weight: 300;
  line-height: 0;
  color: #fff;
  top: 25px;
}

section {
  width: 100%;
  margin: 25px auto;
  padding: 20px;
  max-width: 800px;
  font-size: 1.2em;
  line-height: 1.6em;
  box-sizing: border-box;
}

.slider {
	width: 75%;
	margin: auto;
	overflow: hidden;
	  border-radius: 18px;
}

.slider ul {
	display: flex;
	padding: 0;
	width: 400%;
	  border-radius: 18px;
	animation: cambio 20s infinite alternate linear;
}

.slider li {
	width: 100%;
	list-style: none;
	  border-radius: 18px;
}

.slider img {
	width: 100%;
	height:450px;
	  border-radius: 18px;
}

@keyframes cambio {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


a{
    color: black;
    text-decoration: none;
}

ul{
    list-style: none;
    color: black;
}

.container{
    width: 70%;
    margin: auto;
}

#container{
    width: 70%;
    margin-top: 35px;
    margin: auto;
}

#top{
    margin-top: 50px;
    margin-bottom: 35px;
}

/*Navigation*/
.nav-main{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    padding: 20px 0;
    color: black;
    /* -webkit-box-shadow: 0px 40px 28px -6px rgba(114,117,110,1);
    -moz-box-shadow: 0px 40px 28px -6px rgba(114,117,110,1);
    box-shadow: 0px 40px 28px -6px rgba(114,117,110,1); */
    -webkit-box-shadow: 0px 21px 28px 2px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 21px 28px 2px rgba(0,0,0,0.17);
box-shadow: 0px 21px 28px 2px rgba(0,0,0,0.17);
    /* border-bottom: 5px solid rgb(51 152 219 ); */
    /* margin-top: 25px; */
}
.nav-main.scrolled {
 color: black;
 }
.nav-brand{
   width: 230px;
   height: 50px;
   margin-left: 35px;
}

/*NAV LEFT*/
.nav-main ul{
    display: flex;
}

.nav-main ul li{
    /* padding: 10px; */
    /* height: 75px;
    width: 100px; */
    color: black;
    
}

.nav-main ul li a{
    padding: 2px;
    color: black;
}

.nav-main ul li a:hover{
    color: black;
    font-weight: bold;
    background:url("../Images/font_nav.png");
    /* float: right;
    list-style: none;
    padding: 25px;
    margin: 0;
    font-size: 15pt ;
    height: 75px; */
    /*width: 100%; */
}

.nav-main ul.nav-menu{
    flex: 1;
    margin-left: 20px;
}

/* SHOWCASE*/
hr{
  height: 0.9px;
  background-color: black;
}

/* Responsive Button */
.menu-btn {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 2;
  display: none;
}

.showcase{
    width: 100%;
    height: 550px;
    background: url('../Images/planta.jpg') no-repeat center center/cover;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
}

.readmore{
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    border: 0;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 10px;
    background: #262626;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin: 10px 0;
    text-decoration: none;
}

.readmore:hover{
    opacity: .7;
}

.showcase h2,
.showcase p{
    margin-bottom: 10px;
}

/*Introdduction*/
#title{
    margin-top: 90px;
    font-size: 25pt;
    background: url('../Images/icono-titulos.png') no-repeat center center;
    background-repeat: repeat-x center center;
    background-position: 0.5px;
    background-size: 110%;
}

#info{
    width: 100%;
    text-align: justify;
    margin-top: 20px;
    font-size: 16 pt
    /* text-align: center;             TEXTO ALIGN*/
}

#info2{
  width: 100%;
  text-align: justify;
  margin-top: 20px;
  font-size: 16 pt
  /* text-align: center;             TEXTO ALIGN*/
}
#info3{
  width: 100%;
  text-align: justify;
  margin-top: 20px;
  font-size: 16px;
  /* border-bottom: 8px solid  rgba(52,152,219,1); */
  /* -webkit-box-shadow: 0px 57px 9px -6px rgba(52,152,219,1);
  -moz-box-shadow: 0px 57px 9px -6px rgba(52,152,219,1);
  box-shadow: 0px 57px 9px -6px rgba(52,152,219,1); */
  /* text-align: center;             TEXTO ALIGN*/
}
.line_blue{
  background: url('../Images/franja_azul_claro.png') no-repeat center center;
  background-color: transparent;
  background-position: left bottom;
  background-size: 85% 70px;
}
.line_gray{
  background: url('../Images/franja_gris_claro.png') no-repeat center center;
  background-color: transparent;
  background-position: right bottom;
  background-size: 85% 70px;
}
#info3_{
  width: 90%;
  text-align: justify;
  margin-top: 20px;
  font-size: 16px;
  /* border-bottom: 8px solid #ccc; */
  /* -webkit-box-shadow: 0px 57px 9px -6px rgba(204,204,204,1);
  -moz-box-shadow: 0px 57px 9px -6px rgba(204,204,204,1);
  box-shadow: 0px 57px 9px -6px rgba(204,204,204,1); */
  /* text-align: center;             TEXTO ALIGN*/
}

#title2{
    margin-top: 77px;
    font-size: 25pt;
    background: url('../Images/icono-titulos.png') no-repeat center center;
    background-repeat: repeat-x center center;
    background-position: 0.5px;
    background-size: 100%;
}

#car_{
  width: 54.4%;
}

#iso_img{
    width: 100%;
}

/*Nosotros*/
#dir_img{
  width: 35%;

}

/*Clientes*/
.tuclase {
  text-align: left; 
  /* font-family: Arial Black;  */
  font-weight: bold; font-size: 30px; 
  background: #202020; 
  -webkit-background-clip: text; 
  -moz-background-clip: text; 
  background-clip: text; 
  color: transparent; 
  text-shadow: 0px 3px 3px rgba(255,255,255,0.4),0px -1px 1px rgba(0,0,0,0.3);
  }

/*Products*/
#img_1{
  float: left;
}

#q_control_lef{
  margin-bottom: 25%;
}
#q_control_rig{
  margin-top: 25%;
}

#circular{
  width:250px;
  height:250px;
  border-radius:150px;
}

#text_border{
  background-color: aqua;
  margin-left: 5pt;
}

#prod_img{
  width:auto; 
  height:auto;
}


/*POP UP IMAGE*/
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}
span.blue {
  background: #0185c8;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

/* Mobil */
@media (max-width: 700px) {
  .car_{
    width: 80%;
  }
    .menu-btn {
      display: block;
    }
  
    .menu-btn:hover {
      opacity: 0.5;
    }
  
    /* .nav-main ul.nav-menu {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #2f3640;
      width: 50%;
      height: 50%;
      border-right: #ccc 1px solid;
      opacity: 0.9;
      padding: 30px;
      transform: translateX(-500px);
      transition: transform 10s ease-in-out;
      font-size: 4px;
    }
  
    .nav-main ul.nav-menu li {
      padding: 20px;
      border-bottom: blue solid 1px;
      font-size: 4px;
    }
    .nav-main ul.nav-menu li:last-child {
      border-bottom: 0;
      font-size: 4px;
    }
  
    .nav-main ul.nav-menu.show {
      transform: translateX(-20px);
      font-size: 4px;
    }
  
    .nav-main ul.nav-menu-right {
      margin-right: 50px;
      font-size: 4px;
    } */
  
    .news-cards {
      grid-template-columns: repeat(2, 1fr);
    }
  
    .cards-banner-one .content,
    .cards-banner-two .content {
      width: 80%;
    }
  
    .footer-links .footer-container {
      grid-template-columns: repeat(2, 1fr);
    }
    body{
        font-size: 8 px;
    }

    #circular{
      width:150px;
      height:150px;
      border-radius:75px;
    }

  }
  
  @media (max-width: 500px) {
    .headline2 {
      /*Texto en Imgen header*/
      position: relative;
      height: 150px;
      color: #fff;
      text-align: center;
      background:url("../Images/banner_sections.jpg") no-repeat center center;
      background-size: cover;
      width:100%;
    }
    .headline2:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      /* background: rgba(17, 17, 17, 0.5); */
    }
    .inner {
      width: 100%;
      position: absolute;
      top: 65%; 
      left: 50%;
      opacity: 0;
      z-index: 0;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      -webkit-animation: fade-in 0.75s 0.25s ease-in forwards;
              animation: fade-in 0.75s 0.25s ease-in forwards;
    }
    .inner h1 {
      margin: 0;
      font-size: 3em;
      line-height: 1.2em;
    }

    #Title_Hajime{
      font-size: 10pt;
    }
    .news-cards {
      grid-template-columns: 1fr;
    }

 
  
    .cards-banner-one .content,
    .cards-banner-two .content {
      width: 100%;
      padding: 60px 20px;
    }
    .footer-links .footer-container {
      grid-template-columns: 1fr;
      font-size: 10px;
    }
  
    .footer-links .footer-container ul {
      text-align: center;
      font-size: 10px;
    }
    body{
        font-size: 6 px;
    }
        /*Introdduction*/
#title{
  margin-top: 10px;
    font-size: 14px;
    /* background: url('/Images/icono_titulos.png ') no-repeat center center/cover; */
    /* background-color: red; */
}

#info{
    width: 100%;
    text-align: justify;
    margin-top: 20px;
    font-size: 10px;
}

#title2{
    margin-top: 77px;
    font-size: 16px;
    /* background: url('/Images/icono_titulos.png ') no-repeat center center/cover; */
}

#iso_img{
    width: 100%;
}
#location{
  font-size: 10px;
}

.car_{
  width: 80%;
}
}

.offcanvas-header{ display:none; }

/*Comunity*/
#comunity_img{
  width:auto; 
  height:auto;
}
/*Children_Day*/
.container2{
    width: 93%;
    margin: auto;
}
#ch_d_img{
  width:100%; 
  height:auto;
}
#ch_d_img:hover{
filter: opacity(.7);
}
