/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
a,
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:visited {
  color: rgb(0, 0, 0);
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
img {
  padding: 0;
  margin: 0;
}
picture {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Thin;
  src: url("../fonts/Montserrat-Thin.ttf");
  font-display: swap;
}

/*---------------------------------------------------2560x1440px */

/*---------------------------------------------------1920x1080px */
@media only screen and (max-width: 1920px) {
  p.envianos {
    font-family: Montserrat-Bold;
    font-size: 50px;
    line-height: 45px;
    color: white;
  }
  p.colegio {
    font-family: Montserrat-Bold;
    font-size: 14px;
    line-height: 19px;
    color: white;
  }
  p.mkt {
    font-family: Montserrat-Light;
    font-size: 10px;
    color: white;
  }
  p.form-title {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 18px;
    color: white;
  }
  p.formulario {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: rgb(255, 255, 255);
  }

  footer {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: rgb(28, 23, 56);
  }
  .cont-cierre {
    width: 90%;
    height: auto;
  }
  .cont-col {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .colmaster {
    float: left;
    width: 20%;
    height: 33vh;
    margin-bottom: 50px;
  }
  .mensaje {
    float: left;
    width: 100%;
    height: 200px;
    background-color: rgb(41, 34, 83);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .check {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 45px;
    margin-top: 18px;
    margin-bottom: 27px;
  }
  input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 44px;
    height: 44px;
    background-color: rgb(41, 34, 83);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
  }
  label.grado {
    cursor: pointer;
    position: relative;
    font-family: Montserrat-Light;
    font-size: 17px;
    color: white;
    width: 50%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 35px;
  }
  input[type="checkbox"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    font-size: 15px;
    color: white;
    display: none;
  }

  input[type="checkbox"]:checked:after {
    display: block;
  }
  /*---INPUTS DATOS----*/

  label.form-label {
    font-family: Montserrat-Bold;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 0px;
    display: block;
    margin-bottom: 12px;
    position: relative;
  }
  .form-textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 160px;
    max-height: 160px;
  }
  .form-input,
  .form-textarea {
    background-color: rgb(41, 34, 83);
    border: none;
    outline: none;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: rgb(255, 255, 255);
  }
  input[type="submit"].form-send {
    background-color: rgb(41, 34, 83);
    border: none;
    outline: none;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    font-family: Montserrat-Bold;
    font-size: 14px;
    color: white;
    text-align: left;
    cursor: pointer;
  }
  ::placeholder {
    color: rgb(85, 75, 136);
  }
}
/*---------------------------------------------------1680x1050px */
@media only screen and (max-width: 1680px) {
}
/*---------------------------------------------------1600x900px */
@media only screen and (max-width: 1600px) {
  p.envianos {
    font-size: 40px;
    line-height: 40px;
  }
  .colmaster {
    float: left;
    width: 23%;
    height: 33vh;
    margin-bottom: 50px;
  }
}
/*---------------------------------------------------1536x864px */
@media only screen and (max-width: 1536px) {
  p.envianos {
    font-size: 40px;
    line-height: 40px;
  }
  p.form-title {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 18px;
    color: white;
  }
  label.form-label {
    font-family: Montserrat-Bold;
    font-size: 16px;
    padding: 0px;
    display: block;
    margin-bottom: 12px;
    position: relative;
  }
}
/*---------------------------------------------------1440x900px */
@media only screen and (max-width: 1440px) {
  label.grado {
    padding-left: 15px;
  }
}
/*---------------------------------------------------1366x768px */
@media only screen and (max-width: 1366px) {
    .colmaster {
    float: left;
    width: 23%;
    height: 42vh;
    margin-bottom: 50px;
  }
}
/*---------------------------------------------------1280x720px */
@media only screen and (max-width: 1280px) {
  p.form-title {
    font-size: 14px;
    line-height: 12px;
  }
  label.form-label {
    font-family: Montserrat-Bold;
    font-size: 14px;
    padding: 0px;
    display: block;
    margin-bottom: 12px;
    position: relative;
  }
  label.grado {
    cursor: pointer;
    position: relative;
    font-family: Montserrat-Light;
    font-size: 14px;
  }
  input[type="checkbox"] {
    width: 35px;
    height: 35px;
  }
  /*TEXTO DENTRO DE LOS CUADROS */
  .form-input,
  .form-textarea {
    background-color: rgb(41, 34, 83);
    border: none;
    outline: none;
    width: 100%;
    padding: 8px;
    margin-bottom: 21px;
    font-family: Montserrat-Light;
    font-size: 14px;
    color: white;
  }
  input[type="submit"].form-send {
    padding: 8px;
  }
}
/*---------------------------------------------------1024x768px */
@media only screen and (max-width: 1024px) {
  p.envianos {
    font-family: Montserrat-Bold;
    font-size: 36px;
    line-height: 39px;
  }
   /*TEXTO DENTRO DE LOS CUADROS */
  .form-input,
  .form-textarea {
    background-color: rgb(41, 34, 83);
    border: none;
    outline: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 21px;
    font-family: Montserrat-Light;
    font-size: 12px;
    color: white;
  }
  input[type="submit"].form-send {
    padding: 8px;
  }
  p.form-title {
    font-size: 14px;
    line-height: 20px;
  }
}
/*---------------------------------------------------962X601px */
@media only screen and (max-width: 962px) {
  .colegiologo {
    width: 60%;
    margin-left: 12%;
  }
  p.nombrecol {
    font-size: 14px;
    line-height: 12px;
  }
  p.info {
    font-size: 12px;
    line-height: 12px;
  }
}
/*---------------------------------------------------768X1024px */
@media only screen and (max-width: 768px) {

  .cont-col {
    float: left;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .colmaster {
    float: left;
    width: 40%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 0px; 
  }
  .cont-cierre {
    width: 90%;
    height: auto;
    padding-bottom: 80px;
  }
}
/*---------------------------------------------------601X962px */
@media only screen and (max-width: 601px) {
  p.envianos {
    font-family: Montserrat-Bold;
    font-size: 32px;
    line-height: 32px;
  }
  .colmaster {
    float: left;
    width: 47%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  p.form-title {
    line-height: 13px;
  }
  .cont-cierre {
    width: 90%;
    height: auto;
    padding-bottom: 0px;
  }
}
/*---------------------------------------------------414X896px */
@media only screen and (max-width: 414px) {
  .cont-col {
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .colmaster {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 0px; 
  }
  p.form-title {
    line-height: 13px;
    text-align: left;
  }
  p.colegio {
    text-align: left;
  }
  p.mkt {
    text-align: left;
  }
}
/*---------------------------------------------------360X640px */
@media only screen and (max-width: 360px) {
  .colegiologo {
    margin-left: 5%;
  }
  .logoescuela {
    width: 27%;
  }
  p.info {
    font-size: 12px;
    line-height: 16px;
  }
}
