@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /*min-height: 100vh;*/
  font-family: 'Montserrat', 'sans-serif';
  scroll-behavior: smooth;
}
form span strong {
    color: #FF830A;
}
/* contenedor header */
.contenedor-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.mobile-img {
  display: none;
}
/* head-item */
.head-item {
  flex-grow: 1;
  text-align: center;
}
/* facebook */
.btn-circle-fb.btn-xl {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 23px;
  line-height: 1.33;
  background-color: #3a5b9e;
  color: lightgoldenrodyellow;
}
.btn-circle-fb.btn-xl:hover {
  opacity: 0.7;
}
/* Whatsapp #29a619*/
.btn-circle-wa.btn-xl {
  width: 52px;
  height: 52px;
  padding: 6px 12px;
  border-radius: 35px;
  font-size: 26px;
  line-height: 1.33;
  background-color: #29a619;
  color: lightgoldenrodyellow;
}
.btn-circle-wa.btn-xl:hover {
  opacity: 0.7;
}
/* Teléfono */
.btn-circle-ph.btn-xl {
  width: 50px;
  height: 50px;
  padding: 8px 16px;
  border-radius: 35px;
  font-size: 23px;
  line-height: 1.33;
  background-color: #333;
  color: lightgoldenrodyellow;
}
.btn-circle-ph.btn-xl:hover {
  opacity: 0.7;
}
/* Sección uno #9a83b1*/
.contenedor-seccionuno {
  display: flex;
  /* height: 950px;   */
  min-height: 40em;
  background-image: url('../img/universidades en Toluca 1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imagen {
  flex-grow: 1;
  flex-basis: 0;
  background-image: url('../img/siluoet.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;  
}
.textos-seccionuno {
  flex-grow: 1;
  flex-basis: 0;
  align-self: center;
  text-align: center;
  /* padding-right: 3em; */
  /* margin-right: 3em; */
}
.textos-seccionuno .titulo {
  font-weight: lighter;
  font-size: 3em;
  color: #FF830A;
  padding: 0em 1.1em;
}
.textos-seccionuno .subtitulo {
  font-size: 3em;
  color: #fff;
}
.textos-seccionuno p {
  /* letter-spacing: 0.1em; */
  color: #fff;
  margin-top: 2em;
  padding: 0em 3.6em;
  /*letter-spacing: 0.1em;*/
}
.card {
  background: #fff0;
  border: none;
  z-index: 2;  
}
.forma-seccionuno {
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 1em;
}
.forma-seccionuno h1 {
  color: #FF830A;
  font-size: 3em;
  padding-top: 1em;
}
.forma-seccionuno p {
  color: #fff;
}
.form-subtitle {
 color: #fff; 
 font-size: 1.8em;
 font-weight: bold;
 text-align: center;
}
.form-paragraph {
  color: #fff;
  text-align: center;
  padding: 0em 3em;
  font-size: 1.1em;
}
.forma-seccionuno form label {
  color: #fff;
  font-size: 16px;
}
.forma-seccionuno form input {
  border-radius: 25px;
  line-height: 1em;
  background-color: #e1e1e1;
}
.forma-seccionuno form select {
  border-radius: 25px;
  /*padding: 1em 0em;*/
  background-color: #e1e1e1;
}
.form-btn {
  display: flex;
  justify-content: center;
}
.forma-seccionuno form button {
  border-radius: 30px;
  background-color: #FF8309;
  color: #fff;
  font-size: 2em;
  padding: 0.3em 1em;
}
.forma-seccionuno form button:hover {
  background-color: #e1e1e1;
  color: #9c0f17;
}
/* Sección dos #d7c2e9 */
.contenedor-secciondos {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9C0F17;
  color: #fff;
  padding: 2.5em 0em;
  z-index: 1;
  
}
.secciondos-items {
  flex-grow: 1;
  flex-basis: 0;
  
}
.bullets ul {
  font-size: 22px;
  margin: 0;
  padding-left: 6em;  
}
.referencias {
  text-align: center;
}
.referencias a {
  font-size: 1.1em;
  color: #fff;
}
footer{
    display: flex;    
    min-height: 4em;
    background-color: #333;    
    font-size: medium;  
    align-items: center;  
    justify-content: center;
}
footer a{
    color: #fff;
}
/* Spinner */
.looping-rhombuses-spinner, .looping-rhombuses-spinner * {
    box-sizing: border-box;
  }

  .looping-rhombuses-spinner {
    width: calc(15px * 4);
    height: 15px;
    position: relative;
  }

  .looping-rhombuses-spinner .rhombus {
    height: 15px;
    width: 15px;
    background-color: #FF830A;
    left: calc(15px * 4);
    position: absolute;
    margin: 0 auto;
    border-radius: 2px;
    transform: translateY(0) rotate(45deg) scale(0);
    animation: looping-rhombuses-spinner-animation 2500ms linear infinite;
  }

  .looping-rhombuses-spinner .rhombus:nth-child(1) {
    animation-delay: calc(2500ms * 1 / -1.5);
  }

  .looping-rhombuses-spinner .rhombus:nth-child(2) {
    animation-delay: calc(2500ms * 2 / -1.5);
  }

  .looping-rhombuses-spinner .rhombus:nth-child(3) {
    animation-delay: calc(2500ms * 3 / -1.5);
  }

  @keyframes looping-rhombuses-spinner-animation {
    0% {
      transform: translateX(0) rotate(45deg) scale(0);
    }
    50% {
      transform: translateX(-233%) rotate(45deg) scale(1);
    }
    100% {
      transform: translateX(-466%) rotate(45deg) scale(0);
    }
  }

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .contenedor-seccionuno {
    padding: 0.5em 2em;
  }
  .imagen {
    display: none;
  }
  .bullets ul {
    padding-bottom: 1em;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
.mobile-img {
  display: inline;
}
.mobile-img img{
  vertical-align: middle;
  /*border-style: none;*/
  border: 5px groove silver;
  width: 100%;
}
  .contenedor-head {
    display: flex;
    flex-direction: column;
  }
.logotipo img {
    width: 95%;
    height: auto;
}
.contenedor-seccionuno {
    display: flex;
    flex-direction: column;
    background-image: none;
    background-color: #18376D;
    padding: 0em 0.7em;
    padding-bottom: 2em;
  }
  .textos-seccionuno {
    margin: 0em;
    padding: 0em 0em;
  }
  .textos-seccionuno .titulo {
    font-size: 28px;
    padding: 0em 0em;
    padding-top: 1em;
  }
  .textos-seccionuno .subtitulo {
    font-size: 2em;
  }
  .textos-seccionuno p {
  color: #fff;
  margin-top: 0em;
  padding: 0em 0em;
  padding-bottom: 1em;
}
  .imagen {
    display: none;
  }
.forma-seccionuno {
    padding: 0em;
}
.card {
  background: #fff;
  border: none;
  border-radius: 25px;
  z-index: 2;  
}
.forma-seccionuno form label {
  color: #333;
  font-size: 16px;
}
.forma-seccionuno h1 {
  color: #FF830A;
  font-size: 36px;
  padding-top: 0.3em;
}
.forma-seccionuno p {
  color: #fff;
  font-size: 24px;
}
.forma-seccionuno .form-paragraph {
  color: #fff;
  text-align: center;
  padding: 0em 0em;
  padding-bottom: 0.8em;
  font-size: 1.2em;
}
  .contenedor-secciondos {
    display: flex;
    flex-direction: column;
  }
  .contenedor-secciondos .bullets ul {
    padding-left: 0.6em;
    padding-bottom: 1.2em;
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  
}
