@font-face {
  font-family:"Raleway Thin";
  src:url("../fonts/Raleway-Thin.eot?") format("eot"),
  url("../fonts/Raleway-Thin.woff") format("woff"),
  url("../fonts/Raleway-Thin.ttf") format("truetype"),
  url("../fonts/Raleway-Thin.svg#Raleway-Thin") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Raleway";
  src:url("../fonts/Raleway-Regular.eot?") format("eot"),
  url("../fonts/Raleway-Regular.woff") format("woff"),
  url("../fonts/Raleway-Regular.ttf") format("truetype"),
  url("../fonts/Raleway-Regular.svg#Raleway") format("svg");
  font-weight:normal;
  font-style:normal;
}


@font-face {
  font-family:"Raleway Bold";
  src:url("../fonts/Raleway-Bold.eot?") format("eot"),
  url("../fonts/Raleway-Bold.woff") format("woff"),
  url("../fonts/Raleway-Bold.ttf") format("truetype"),
  url("../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Open Sans Bold";
  src:url("../fonts/OpenSans-Bold.eot?") format("eot"),
  url("../fonts/OpenSans-Bold.woff") format("woff"),
  url("../fonts/OpenSans-Bold.ttf") format("truetype"),
  url("../fonts/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:"Open Sans";
  src:url("../fonts/OpenSans-Regular.eot?") format("eot"),
  url("../fonts/OpenSans-Regular.woff") format("woff"),
  url("../fonts/OpenSans-Regular.ttf") format("truetype"),
  url("../fonts/OpenSans-Regular.svg#OpenSans") format("svg");
  font-weight:normal;
  font-style:normal;
}


.escondido {
  display: none;
}

#container{
  width:100%;
  overflow:hidden;
  position:relative;
  color: #000;
  font-family:"Montserrat-Regular";
}

.pad{
  padding-left:0px;
  padding-right:0px;
}


.clear{
  clear:both;
}


#header_form{
  background-image: url(../img/bg_color.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #DA463A;
}

#formulario{
  background-color: #fff;
  padding: 0px 45px 0px 45px;
}

.logo{
  padding-top: 15px;
  padding-bottom:25px;
}


#formulario h1{
  font-family:"Open Sans Bold";
  color: #000;
  font-size: 24px;
  text-align: center;
  padding-bottom: 4px;
}

#formulario h2{
  text-align: center;
  font-size: 25px;
  color: #DE2C2B;
  font-family:"Open Sans";
  letter-spacing: 1px;
  line-height: 36px;
  padding-bottom: 33px;
}

#formulario p {
  text-align: center;
  color: #DE2C2B !important;
  padding-bottom: 17px;
  font-size: 18px;
  font-family:"Open Sans";
  text-transform: uppercase;
  line-height: 25px;
}

#formulario input {
  width: 100%;
  background-color:#fff;
  color: #000;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 2px;
  font-family:"Raleway Thin";
  padding:8px;
  margin-top: 5px;
}

#formulario h3{
  font-family:"Raleway Bold";
  font-size: 17px;
  color: #818181;
  padding-top: 24px;
}

#formulario h4 {
  padding-top: 61px;
  font-family:"Open Sans";
  color: #8c8d8d !important;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}

#formulario h4 a{
  color:#DE2C2B ;
}

#formulario textarea {
  width: 100%;
  background-color:#ffff;
  color: #000;
  border: 1px solid #ccc;
  padding: 8px;
  margin-top: 5px;
  height:38px;
}

#enviar {
  width: 100px !important;
  cursor: pointer;
  position: relative;
  float: left;
  color: #333 !important;
  text-align: center;
  font-size: 16px !important;
  font-family:"Raleway Thin";
  margin-top: 20px !important;
  padding: 10px 0px !important;
  background-color: #eee !important;
  border: 1px solid #ddd !important;
  margin-right: 15px;
  border: none !important;
}

#enviar:hover{
  border: 1px solid #ccc;
  background-color: #ddd !important;
}

.text_form {
  margin-top: 40%;
}

.text_form h1{
  color: #ffffff;
  text-shadow: 2px 2px #000000;
  font-size: 30px;
  line-height: 42px;
  padding-bottom: 11px;
}

.text_form h2{
  font-family:"Open Sans Bold";
  color: #ffffff;
  text-shadow: 2px 2px #000000;
  font-size: 45px;
  line-height: 45px;
  padding-bottom: 2px;
}

.text_form h2 span{
  font-size: 60px;
}

.text_form h3{
  color: #ffffff;
  text-shadow: 2px 2px #000000;
  font-size: 20px;
  font-family:"Open Sans Bold";
  text-transform: uppercase;
}

#cupo{
  padding: 65px 0px;
}

#cupo h1{
  font-size: 17px;
  color: #DE2C2B;
  text-transform: uppercase;
  text-align: center;
  font-family:"Open Sans";
}

#cupo h2{
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 25px;
  font-family:"Open Sans Bold";
  color: #DE2C2B;
  font-size: 17px;
}

#cupo p{
  color: #818181;
  font-size: 14px;
  line-height: 25px;
  font-family:"Open Sans";
}

#cupo p span{
  color: #DE2C2B;
  font-family:"Open Sans Bold";
}

#cupo a{
  color: #DE2C2B;
}

#cupo a:hover{
  text-decoration: none;
  color: #1abc9c;
}

#programa{
  padding: 90px 0px;
  background-color:#c6201c ;
}

.programa1 h1{
  color: #fff;
  font-family:"Open Sans Bold";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 15px;
}

.programa1 p{
  color: #fff;
  font-family:"Open Sans";
  line-height: 26px;
  font-size: 14px;
}

.prog{
  color: #fff;
  margin-bottom: 40px;
}

.prog h1{
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 9px;
  font-size: 17px;
  font-family:"Open Sans Bold";
}

.prog p{
  font-size: 14px;
  padding-bottom: 10px;
}

#bachiller{
  min-height:820px;
  background-attachment: fixed;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#bachiller2{
  min-height:820px;
  background-attachment: fixed;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

#bachiller3{
  min-height:820px;
  background-attachment: fixed;
  background-image: url(../img/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.negro{
  background-color: #000;
}

.azul{
  background-color:#1E73BE;
}

.verde{
  background-color:#4BC115;
}

.text_bachiller1{
  padding:59px 65px;
  color:#fff;
  margin-top: 7%;
  width: 36%;
  margin-left: 15%;
}

.text_bachiller1 h1{
  font-family:"Open Sans Bold";
  font-size: 24px;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.text_bachiller1 p{
  line-height: 25px;
  font-size: 14px;
  font-family:"Open Sans";
  padding-bottom: 24px;
}

#malla{
  padding: 45px 0px;
  text-align: center;
}

#malla h1{
  text-align: center;
  color: #DE2C2B;
  font-family:"Open Sans Bold";
  font-size:30px;
  padding-bottom: 65px;
}

.descargar{
  position: relative;
  text-align: center;
  padding-bottom: 135px;
}

.descargar a{
  background-color:#DA463A;
  color: #fff;
  font-family:"Raleway Bold";
  font-size: 30px;
  padding: 32px 42px;
  position: relative;
}

.descargar a:hover{
  color: #ffff;
  text-decoration: underline;
}

#text_footer{
  float: left;
}

#text_footer p{
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  color: #818181;
}

#text_footer p a{
  color: #DE2C2B;
}

#web{
  background: #000;
  margin-top: 20px;
  padding: 2px 0px;
  text-align: right;
  text-transform: uppercase;
  border-top:1px solid #ffffff0f;
}

#copy{
  text-align: center;
  padding: 2px 0px;
}

#copy a {
  background: url(../img/web.svg) no-repeat right;
  color:#a0a0a04d;
  font-family: "Raleway Bold";
  padding-right: 144px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none !important;
  margin-top: 28px;
  margin-bottom: 12px;
}

#back_to_top {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}

#politica  {
  margin-top: 4%;
}

#politica h1{
  color: #303030;
  font-family: "Raleway Bold";
  font-size:17px;
  margin-bottom: 45px;
}

.politica h2{
  color: #818181;
  font-size: 14px;
  font-family: "Open Sans Bold";
  padding-bottom: 5px;
}

.politica h3{
  color: #1B345C;
  text-align: center;
  padding-bottom: 15px;
  font-family: "Open Sans Bold";
}

.subrayado{
  text-decoration: underline;
  color: #000 !important;
}

.politica p{
  font-size: 14px;
  line-height: 24px;
  color: #818181;
  margin-bottom: 55px;
  font-family:"Raleway";
}

.politica span{
  color: #818181;
  font-size: 14px;
  font-family: "Raleway Bold";
}

#back-top {
  position: fixed;
  bottom: 56px;
  right: 18px;
  z-index: 9999;
}

#back-top span {
  width: 87px;
  height: 88px;
  display: block;
  margin-bottom: 7px;
  background-image:url(../img/boton1.png);
  background-position:center center;
  background-repeat:no-repeat;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover span {
  background-image:url(../img/boton2.png);
  background-position:center center;
  background-repeat:no-repeat;
}



/**-----------------------------------------------------------------------------------------------------------------*/

@media (max-width: 400px) and (min-width:301px){

  #formulario h2{
    line-height: 27px;
    font-size: 21px;
  }

  #formulario{
    padding: 48px 30px;
  }

  #formulario h4{
    padding-top: 40px;
  }

  .programa1 h1{
    text-align: center;
  }

  .prog h1{
    text-align: center;
  }

  .prog p{
    text-align: center;
  }

  #text_footer p{
    text-align: center;
    line-height: 24px;
  }

  .text_form{
    padding-bottom: 20px;
  }

  .programa1 p{
    padding-bottom: 45px;
    text-align: center;
    line-height: 22px;
  }

  .text_bachiller1{
    padding: 33px 30px;
    width: 86%;
    margin-left: 7%;
  }

  .text_bachiller1 h1{
    font-size: 18px;
  }

  .descargar a{
    padding: 29px 23px;
    font-size: 18px;
  }

  #formulario p{
    font-size: 15px;
    line-height: 20px;
  }


}

/*--------------------------------------------------------------------------------------------*/

@media (max-width: 500px) and (min-width:401px){

  .text_bachiller1{
    padding: 46px 42px;
    width: 86%;
    margin-left: 7%;
  }

  .text_bachiller1 h1{
    font-size: 20px;
  }

  .programa1 h1{
    text-align: center;
  }

  .programa1 p{
    text-align: center;
    padding-bottom: 45px;
  }

  .prog h1{
    text-align: center;
  }

  .prog p{
    text-align: center;
  }

  .descargar a{
    padding: 27px 30px;
    font-size: 26px;
  }

  #text_footer p{
    text-align: center;
  }

  #formulario h2{
    font-size: 23px;
    line-height: 30px;
  }


}


/*------------------------------------------------------------------------------------*/

@media (max-width:600px) and (min-width:501px){

  .text_bachiller1{
    padding: 46px 42px;
    width: 86%;
    margin-left: 7%;
  }

  .text_bachiller1 h1{
    font-size: 20px;
  }

  .descargar a{
    font-size: 21px;
    padding: 29px 16px;
  }

  .text_form{
    padding-bottom: 65px;
  }

  .prog h1{
    text-align: center;
  }

  .prog p{
    text-align: center;
  }

  .programa1 h1{
    text-align: center;
  }

  .programa1 p{
    text-align: center;
    padding-bottom: 65px;
  }

}


/*------------------------------------------------------------------------------------*/

@media (max-width:700px) and (min-width:601px){

  .text_bachiller1{
    padding: 46px 42px;
    width: 71%;
    margin-left: 7%;
    background-color: #0f0;
    margin-top: 16%;
  }

  .text_bachiller1 h1{
    font-size: 20px;
  }

  .descargar a{
    font-size: 21px;
    padding: 29px 16px;
  }

  .text_form{
    padding-bottom: 65px;
  }

  .prog h1{
    text-align: center;
  }

  .prog p{
    text-align: center;
  }

  .programa1 h1{
    text-align: center;
  }

  .programa1 p{
    text-align: center;
    padding-bottom: 65px;
  }

  #text_footer p{
    text-align: center;
  }

}




/*------------------------------------------------------------------------------------*/

@media (max-width:767px) and (min-width:701px){

  .text_bachiller1{
    padding: 46px 42px;
    width: 64%;
  }

  .text_bachiller1 h1{
    font-size: 20px;
  }

  .descargar a{
    font-size: 22px;
    padding: 29px 24px;
  }

  #text_footer p{
    text-align: center;
  }

  .text_form{
    padding-bottom: 65px;
  }

  .prog h1{
    text-align: center;
  }

  .prog p{
    text-align: center;
  }

  .programa1 h1{
    text-align: center;
  }

  .programa1 p{
    text-align: center;
    padding-bottom: 65px;
  }

}



/*------------------------------------------------------------------------------------*/

@media (max-width:800px) and (min-width:768px){

  .text_bachiller1{
    width: 61%;
    padding: 59px 49px;
    margin-left: 6%;
    margin-top: 9%;
  }

  .descargar a{
    font-size: 22px;
    padding: 29px 24px;
  }

  #text_footer p{
    text-align: center;
  }

  .text_form{
    margin-top: 62%;
    padding-bottom: 65px;
  }

  #formulario h2{
    font-size: 20px;
    line-height: 26px;
  }

  #formulario p{
    font-size: 16px;
  }

  .prog h1{
    text-align: center;
  }

  .prog p{
    text-align: center;
  }

  .programa1 h1{
    text-align: center;
  }

  .programa1 p{
    text-align: center;
    padding-bottom: 65px;
  }

  #formulario{
    padding: 29px 22px;
  }

  #formulario h4{
    padding-top: 36px;
  }

}



/*------------------------------------------------------------------------------------*/

@media (max-width:900px) and (min-width:801px){

  .text_bachiller1{
    width: 56%;
    padding: 59px 48px;
    margin-left: 6%;
    margin-top: 9%;
  }

  .descargar a{
    font-size: 22px;
    padding: 29px 24px;
  }

  #text_footer p{
    text-align: center;
  }

  .text_form{
    padding-bottom: 65px;
  }

  .prog h1{
    text-align: center;
  }

  .prog p{
    text-align: center;
  }

  .programa1 h1{
    text-align: center;
  }

  #formulario{
    padding: 37px 27px;
  }

  #formulario h2{
    font-size: 23px;
    line-height: 26px;
  }

  .programa1 p{
    text-align: center;
    padding-bottom: 65px;
  }

  #formulario h4{
    padding-top: 26px;
  }


}

/*------------------------------------------------------------------------------------*/

@media (max-width:991px) and (min-width:901px){

  .programa1 h1{
    text-align: center;
  }

  .programa1 p{
    text-align: center;
    padding-bottom: 65px;
  }

  #programa{
    padding: 90px 74px;
  }

  .prog h1{
    text-align: center;
  }

  .prog p{
    text-align: center;
  }

  .text_bachiller1{
    width: 56%;
    padding: 59px 48px;
    margin-left: 6%;
    margin-top: 9%;
  }

  .text_form{
    margin-top: 58%;
  }

  #formulario h2{
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 22px;
  }

  #formulario h4{
    padding-top: 45px;
  }

  #text_footer p{
    text-align: center;
  }


}




/*------------------------------------------------------------------------------------*/


@media (max-width:1200px) and (min-width:992px){

  .text_bachiller1{
    width: 44%;
    margin-left: 9%;
    margin-top: 9%;
    padding: 36px 50px;
  }

  .text_bachiller1 h1{
    font-size: 21px;
  }

  #formulario h2{
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 22px;
  }

  #formulario h4{
    padding-top: 45px;
  }

  .text_form{
    margin-top: 55%;
  }

}


/*------------------------------------------------------------------------------------*/

@media (max-width:1350px) and (min-width:1201px){

  #formulario h2{
    font-size: 23px;
    line-height: 26px;
  }

  #formulario p{
    font-size: 16px;
    line-height: 22px;
  }

  #formulario{
    padding: 40px 24px;
  }

  .text_bachiller1{
    width: 50%;
    padding: 41px 65px;
    margin-top: 10%;
  }

  #formulario h3{
    padding-top: 18px;
  }

  #formulario h4{
    padding-top: 35px;
  }

}


/*------------------------------------------------------------------------------------*/

@media (max-width:1500px) and (min-width:1351px){

  #formulario{
    padding: 37px 37px;
  }

  #formulario h2{
    line-height: 28px;
  }

  .text_bachiller1{
    width: 46%;
  }

}



/*------------------------------------------------------------------------------------*/

@media (max-width:1720px) and (min-width:1501px){

  #formulario{
    padding: 37px 37px;
  }

  #formulario h2{
    line-height: 28px;
  }

  .text_bachiller1{
    width: 46%;
  }

}
