@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.container{
  width: 100%;
  height: 2100px;
}

/*SECTION 1*/
.section1{
  width: 100%;
  height: 250px;
  padding-top: 50px;
  text-align: center;
}

.section1 h1{
  color: #000;
}

.section1 p{
  font-size: 22px;
}


/*SECTION 2 IDENTIDAD VISUAL*/
.container .section2{
  width: 1100px;
  height: 300px;
  box-shadow: 5px 5px 15px gray;
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 0 20px 20px 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.container .section2 .information2{
  width: 600px;
  height: auto;

  text-align: start;
  float: left;
  padding-right: 50px;

}

.container .section2 .img2{
  float: right;
}

.container .section2 #img-cuadros{
  width: 320px;
  height: 210px;
}
  

/*SECTION 3 DESARROLLO WEB*/
.container .section3{
  width: 1100px;
  height: 300px;
  box-shadow: 5px 5px 15px gray;
  margin-bottom: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 0 0 20px;
  float: right;
  
}

.container .section3 .information3{
  width: 600px;
  height: auto;

  text-align: start;
  float: left;

  padding-right: 50px;
}

.container .section3 .img3{
  float: right;
}

.container .section3 #img-cuadros{
  width: 320px;
  height: 210px;
}


/*SECTION 4 ESTRATEGIA DE MARKETING*/
.container .section4{
  width: 1100px;
  height: 300px;
  box-shadow: 5px 5px 15px gray;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 0 20px 20px 0;
  float: left;
  
}

.container .section4 .information4{
  width: 600px;
  height: auto;


  text-align: start;
  float: left;

  padding-right: 50px;
}

.container .section4 .img4{
  float: right;
}

.container .section4 #img-cuadros{
  width: 320px;
  height: 210px;
}


/*SECTION 5 SOLUCIONES TECNOLOGICAS*/
.container .section5{
  width: 1100px;
  height: 300px;
  box-shadow: 5px 5px 15px gray;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

  float: right;

  border-radius: 20px 0 0 20px;
}

.container .section5 .information5{
  width: 600px;
  height: auto;

  text-align: start;
  float: left;

  padding-right: 50px;
}

.container .section5 .img5{
  float: right;
}

.container .section5 #img-cuadros{
  width: 320px;
  height: 210px;
}


/*SECTION 6 SOFTWARE WEB*/
.container .section6{
  width: 1100px;
  height: 300px;
  box-shadow: 5px 5px 15px gray;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

  float: left;

  border-radius: 0 20px 20px 0;
}

.container .section6 .information6{
  width: 600px;
  height: auto;

  text-align: start;
  float: left;

  padding-right: 50px;
}

.container .section6 .img6{
  float: right;
}

.container .section6 #img-cuadros{
  width: 320px;
  height: 210px;
}



/*REGISTER CONTAINER "FORM"*/

.register-container{
  width: 100%;
  height: 600px;
  background-color: #383838;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 50px;

  display: flex;
  justify-content: center;
  align-items: center;

}


.register-container .container2-register{
  width: 800px;
  height: 450px;
}



.register-container .container2-register .register-information{
  width: 50%;
  height: 100%;
  background-color: #000000;

  padding: 50px;

  float: left;
  color: #ffffff;
  background: rgba(0,0,0,0.7);
  box-shadow: -1px 4px 28px 0px rgba(231, 231, 231, 0.75);
  border-radius: 20px 0 0 20px;

}


.register-container .container2-register .register-information h2{
  color: #ffffff;
  font-size: 28px;
}


.register-container .container2-register .register-campos{
  width: 50%;
  height: 100%;
  float: right;
  
  padding: 50px;

  background: rgba(0,0,0,0.7);
  box-shadow: -1px 4px 28px 0px rgba(231, 231, 231, 0.75);
  border-radius: 0 20px 20px 0;

}

.register-container .container2-register .register-campos form label{
  color: #ffffff;
}

.register-container .container2-register .register-campos form input{
  border: none;
  border-radius: 5px;
  height: 25px;
  width: 210px;

  font-size: 15px;
}

.register-container .container2-register .register-campos form textarea{
  border: none;
  border-radius: 5px;
}

.register-container .container2-register .register-campos form #email{
  margin-bottom: 15px;
}

.register-container .container2-register .register-campos form #name{
  margin-bottom: 15px;
}


.register-container .container2-register .button-enviar{
  width: 150px;
  height: 30px;
  border: 0;
  border-radius: 20px;
  
  margin: 0 60px;
  margin-top: 10px;
  border: 2px solid #747474;
  font-weight: 600;
}


.register-container .container2-register .button-enviar:hover{
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}



/*---- CURSO DE PROGRAMACION ----*/
.curso-programacion{
  width: 100%;
  height: 500px;
  margin-bottom: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.curso-programacion .container-cursos{
  width: 1000px;
  height: 400px;
  text-align: center;
  padding-top: 20px;
}

.curso-programacion .container-cursos h2{
  font-size: 40px;
}

.curso-programacion .container-cursos p{
  font-size: 20px;
}

.curso-programacion .container-cursos input{
  margin-top: 20px;
  width: 500px;
  height: 50px;
  border: 1px solid gray;
  border-radius: 25px;
  box-shadow: 5px 5px 15px gray;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
}

.curso-programacion .container-cursos .button-participar{
  margin-top: 30px;
  width: 170px;
  height: 50px;
  border: 1px solid gray;
  border-radius: 25px;
  font-size: 20px;
  background-image: linear-gradient(to left, #C89629, #FAF290, #C89629);

  transform: scale(var(--escala, 1));
  transition: transform 0.25s;
}


.curso-programacion .container-cursos .button-participar:hover{
  --escala: 1.2;
  cursor:pointer;
}



.footer{
  width: 100%;
  height: 100px;
  background-color: #000;
  color: #ffffff;

  display: flex;
  justify-content: center;
  align-items: center;
}

.footer p{
  color: #ffffff;
  margin-right: 20px;
}

.footer a{
 margin-right: 10px;
}
  




/*----- RESPONSIVE INDEX -------*/

@media screen and (max-width: 1200px) {
  #section-cuadros{
    width: 900px;
    padding: 50px;
  }

  .section5{
    width: 900px;
    padding: 50px;
  }

  .curso-programacion .container-cursos{
    width: 800px;
  }
}

@media screen and (max-width: 950px) {
  .section1{
    padding: 50px;
  }

  #section-cuadros{
    width: 700px;
    padding: 50px;

    font-size: 14px;
  }


  .register-container .container2-register{
    width: 800px;
    height: 450px;
    padding: 30px;
  }

  .register-container .container2-register .register-campos form textarea{
    height: 120px;
    width: 230px;
  }

  .register-container .container2-register .button-enviar{
    margin: 0 40px;
    margin-top: 10px;
  }

  .curso-programacion .container-cursos{
    width: 700px;
  }

}


@media screen and (max-width: 740px) {
  .section1{
    padding: 50px;
  }

  .section1 p{
    font-size: 18px;
  }

  #section-cuadros{
    width: 500px;
    height: 300px;
    padding: 20px;
  }

  #section-cuadros #img-cuadros{
    width: 200px;
    height: 115px;
  }


  .register-container{
    width: 100%;
    height: 950px;
  }

  .register-container .container2-register{
    width: 500px;
    height: 800px;

  }

  .register-container .container2-register .register-information{
    width: 100%;
    height: 50%;
    padding: 30px;
    border-radius: 20px 20px 0 0;

    text-align: center;
  }

  .register-container .container2-register .register-campos{
    width: 100%;
    height: 50%;
    padding: 30px;
    border-radius: 0 0 20px 20px;

    text-align: center;
  }

  .curso-programacion .container-cursos{
    width: 480px;
  }

  .curso-programacion .container-cursos h2{
    font-size: 28px;
  }

  .curso-programacion .container-cursos p{
    font-size: 18px;
  }

  .curso-programacion .container-cursos input{
    width: 400px;
  }

}

@media screen and (max-width: 550px){
  .section1{
    padding: 50px;
  }

  .section1 p{
    font-size: 15px;
  }

  .section1 h1{
    font-size: 40px;
  }

  #section-cuadros{
    width: 400px;
    height: 375px;
    padding: 20px;
    display: block;

  }

  #information{
    width: auto;
    padding: 10px;
  }

  #img-container{
    width: 100%;
    text-align: center;
  }

  #section-cuadros #img-cuadros{
    width: 200px;
    height: 115px;
  }


  .curso-programacion .container-cursos{
    width: 350px;
    height: 450px;
  }

  .curso-programacion .container-cursos h2{
    font-size: 24px;
  }

  .curso-programacion .container-cursos p{
    font-size: 16px;
  }

  .curso-programacion .container-cursos input{
    width: 300px;
  }
}


@media screen and (max-width: 458px){
  .container{
    width: 100%;
    height: 2600px;
  }
  .section1{
    margin-bottom: 80px;
  }

  #section-cuadros{
    width: 300px;
    height: 415px;
    padding: 20px;
    display: block;
  }

  .register-container{
    width: 100%;
    height: 950px;
  }

  .register-container .container2-register{
    width: 350px;
    height: 800px;

  }

  .register-container .container2-register .register-information h2{
    font-size: 23px;
  }

  .register-container .container2-register .register-information p{
    font-size: 14px;
  }
}


@media screen and (max-width: 341px){
  .section1{
    
  }

  .section1 h1{
    font-size: 30px;
  }

  .section1 p{
    font-size: 14px;
  }

  #section-cuadros{
    width: 250px;
    height: 460px;
    padding: 14px;
  }

  #img5{
    margin-bottom: 30px;
  }


  .register-container .container2-register{
    width: 300px;
    height: 800px;
  }

  .register-container .container2-register .register-campos form input{
    width: 180px;
  }

  .register-container .container2-register .register-campos form textarea{
    width: 180px;
  }

  .register-container .container2-register .register-campos .button-enviar{
    width: 180px;
    margin: 0;
    margin-top: 10px;
  }

  .curso-programacion .container-cursos{
    width: 250px;
    height: 480px;
  }

  .curso-programacion .container-cursos h2{
    font-size: 20px;
  }

  .curso-programacion .container-cursos p{
    font-size: 15px;
  }

  .curso-programacion .container-cursos input{
    width: 250px;
  }


  .footer{
    padding: 20px;
    height: 110px;
  }
  
  .footer p{
    font-size: 15px;
  }
  
  .footer a{
   margin-right: 10px;
  }

  
    
}

