/*  *Theme Name: ThemeAT
 *  *Version: 1.7
 *  *Text Domain: wpmix
 *  *Author: hope.agency*/
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Cabin", sans-serif;
  overflow-x: hidden;
  font-size: 2.4rem;
  padding: 0;
  font-weight: 400;
  color: #3A3A3A;
  background-color: #FCF7F0;
  position: relative;
  line-height: 1.6;
}

b, strong {
  font-weight: 700;
}

.btn {
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 1.2rem 1.5rem;
  border-radius: 0;
  min-width: 36rem;
  border: 0.1rem solid transparent;
  text-align: center;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: none;
  font-family: "Cabin", sans-serif;
}
.btn:hover {
  opacity: 0.9;
}
.btn.btn-creme {
  background-color: #FCF7F0;
  color: #3A3A3A;
  border-color: #FCF7F0;
}
.btn.btn-grey {
  background-color: #3A3A3A;
  color: #FCF7F0;
  border-color: #3A3A3A;
}

.btn-group1 {
  padding-top: 2rem;
}
.btn-group1 .btn {
  margin-right: 5rem;
  margin-bottom: 1.5rem;
}

h1, h2, h3, h4 {
  margin-bottom: 3rem;
  line-height: 1.41;
}

h1 {
  font-size: 4rem;
  font-family: "Boldonse", sans-serif;
  font-weight: 400;
}
h1 + p {
  font-size: 2.4rem;
}

h2, h3, h4, h5, h6 {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.6rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 3rem;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.sec-pad-sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.text-white, .bg-grey {
  color: #fff;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white li, .bg-grey h2, .bg-grey h3, .bg-grey h4, .bg-grey h5, .bg-grey p, .bg-grey li {
  color: #fff;
}

.bg-grey {
  background-color: #3A3A3A !important;
}

/* End Base style */
main {
  min-height: 75vh;
}

.hero-sec {
  padding-top: 8.8rem;
}
.hero-sec img {
  max-width: 53.8rem;
  width: 100%;
  margin-bottom: -15rem;
  height: auto;
}
.hero-sec p {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.hero-sec h1 {
  margin-bottom: 7rem;
  position: relative;
}
.hero-sec h1:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 150vw;
  height: 10rem;
  background: url(img/line-1.svg) no-repeat center;
  background-size: contain;
  left: -50vw;
}
.hero-sec h2 {
  font-size: 3.6rem;
  margin-bottom: 7rem;
}

.inner-nav-wrap {
  padding-top: 24rem;
  padding-bottom: 15rem;
  background-image: url(img/line-2.svg);
  background-repeat: no-repeat;
  background-position: center bottom 8rem;
  background-size: 100%;
}
.inner-nav-wrap ul li {
  margin: 0 2.5rem;
}
.inner-nav-wrap ul li a {
  font-size: 2.4rem;
  color: #3A3A3A;
  font-family: "Cabin", sans-serif;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  border-bottom: 0.1rem solid transparent;
}
.inner-nav-wrap ul li a:hover {
  border-bottom-color: #3A3A3A;
  font-weight: 700;
}

.la-terminal-sec {
  padding-bottom: 5rem;
}
.la-terminal-sec img {
  width: 100%;
  max-width: 54rem;
  height: auto;
  position: relative;
  margin-top: -15rem;
  margin-bottom: 7rem;
}

.la-convocatoria-sec {
  padding-bottom: 18rem;
}
.la-convocatoria-sec p {
  margin-bottom: 1.5rem;
}

.sesion-informativa-sec {
  padding-top: 10.5rem;
  padding-bottom: 15rem;
  background-image: url(img/line-3.svg);
  background-repeat: no-repeat;
  background-position: center bottom 1rem;
  background-size: 100%;
}
.sesion-informativa-sec h2 {
  margin-bottom: 0.5rem;
}
.sesion-informativa-sec h2 + p {
  font-size: 2.8rem;
}

.preguntas-frecuentes-sec {
  padding-top: 7rem;
  padding-bottom: 21rem;
  background-image: url(img/line-4.svg);
  background-repeat: no-repeat;
  background-position: center bottom 1rem;
  background-size: 100%;
}

#site-footer {
  padding-top: 2rem;
}
#site-footer .copyright {
  padding: 4.5rem 0;
}

.standard-text ul {
  margin-bottom: 3rem;
}
.standard-text ul li {
  list-style-type: disc;
  padding-left: 2rem;
}
.standard-text p a {
  text-decoration: underline;
}
.standard-text ol {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 2rem;
  }

  .hero-sec h2 {
    font-size: 3rem;
  }

  .inner-nav-wrap ul li a {
    font-size: 2rem;
  }

  .inner-nav-wrap ul li {
    margin: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec-pad-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hero-sec {
    padding-top: 5.8rem;
  }

  .hero-sec p {
    font-size: 2.2rem;
  }

  h1 {
    font-size: 3.6rem;
  }

  .hero-sec h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
  .hero-sec h2 br {
    display: none;
  }

  .inner-nav-wrap {
    padding-top: 20rem;
    padding-bottom: 8rem;
  }

  h2 {
    font-size: 3rem;
  }

  .la-convocatoria-sec {
    padding-top: 0rem;
    padding-bottom: 16rem;
  }

  .btn {
    min-width: 28rem;
    width: 100%;
  }

  .sesion-informativa-sec {
    padding-top: 5.5rem;
    padding-bottom: 8rem;
  }

  .preguntas-frecuentes-sec {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }

  #site-footer .copyright {
    text-align: center;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 97px;
    height: 90px;
    font-size: 20px;
  }

  #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
    margin: 0 20px 0 0;
  }

  .inner-nav-wrap {
    background-position: center bottom 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
