@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800&family=Open+Sans:wght@300;400;500;600&display=swap");

/* Global */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  text-rendering: optimizelegibility;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Raleway", "Helvetica Neue", sans-serif;
  -ms-text-size-adjust: 100%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-margin-top: -350px;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

#root {
  width: 100%;
  height: 100%;
}

::selection {
  background: rgb(234, 90, 33);
  color: #ffffff;
}

* {
  font-family: "Raleway";
  font-weight: 400;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.7s;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Raleway";
  line-height: initial;
}

.errorFormC:empty {
  height: 0px;
  padding: 0 10px;
  margin: 0;
}

.errorFormC {
  height: auto;
  background-color: #f44336;
  margin-top: -5px;
  margin-bottom: 10px;
  padding: 10px;
  color: #fff !important;
  transition: all 0.5s;
}

.errorP {
  border-color: #f44337;
  background: #f4433721;
  animation: shink 0.4s both 0.2s ease-in-out;
}

@keyframes shink {
  0% {
    transform: translateX(0px);
  }

  30% {
    transform: translateX(-10px);
  }

  70% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}

input[type="submit"],
button {
  cursor: pointer;
  background: none;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
button {
  margin: 0;
  padding: 0;
  border: 0;
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none;
}

h5 {
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 15px;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-zoom: none;
}

a:hover {
  text-decoration: none;
}

.footer a {
  color: #ecedf0;
}

body {
  background-color: #fff;
  position: relative;
  min-width: 375px;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.77778;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-transition: all 0.5s;
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus {
  outline: none;
}

.container {
  padding: 0 40px;
}

.textCenter {
  text-align: center !important;
}

h1 {
  font-size: 70px;
  font-family: "Raleway";
  font-weight: 700;
  line-height: 1;
  color: rgb(241, 91, 36);
  margin-bottom: 30px;
}

h1 span {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 600;
}

h2 span {
  color: rgb(234, 90, 33);
}

h3 {
  color: #41485a;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}

.textDiv p {
  color: #989898 !important;
  font-size: 15px !important;
}

.landingHero h3 {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-transform: initial;
  background: #41485a;
  padding: 20px;
}

.card img,
.card iframe {
  width: 48%;
  height: 390px;
  object-fit: cover;
  border-radius: 10px;
  max-width: 450px;
}

.card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 70px;
}

.timerDiv {
  background: #ea5a21;
  padding: 20px;
  justify-content: space-evenly !important;
  border-radius: 10px;
}

.timerDiv h2 {
  color: #fff;
  font-weight: 500;
  font-size: 31px;
}

.textCard {
  width: 45%;
  margin-left: 30px;
  padding: 30px 0;
}

.p {
  font-size: 20px;
  color: #000;
  text-transform: initial;
  line-height: 100% !important;
}

h3 span {
  font-weight: 800;
  text-decoration: underline;
}

strong {
  font-family: "Raleway";
  font-weight: 900;
}

.fullH {
  height: 60%;
  min-height: 620px;
  background: #383838 url(../src/hero.jpeg) center;
  background-size: cover;
  position: relative;
}

.fullH::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 72, 90, 0.81);
}

.section h5 {
  color: #ea5a21;
}

.fullH p {
  color: #fff;
  font-weight: 500;
}

.fullH svg {
  width: 40px;
  margin: 20px 0 10px;
}

.card .boton {
  background: #ea5a21;
  margin-top: 40px;
}

.card .boton:hover {
  background: #b84619;
}

.boton {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  z-index: 10;
  color: #fff;
  background: #6fc400;
  border-radius: 6px;
  font-weight: 600;
  padding: 7px 40px;
  margin-top: 30px;
  width: fit-content;
  box-shadow: 0.0625rem 0.0625rem 0.1875rem rgb(0 0 0 / 50%);
}

.boton:hover {
  background-color: rgb(234, 90, 33);
  color: #fff;
}

.relative {
  position: relative;
}

.section {
  padding: 70px 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1100px) {
  .container {
    width: 1020px;
  }
}

/* Landing */

.header {
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 9999;
  background: #ffffff;
  padding: 10px;
}

.header>div {
  height: 100%;
  display: flex;
  align-items: center;
}

.header img {
  height: 90px;
  max-width: 205px;
  width: 200px;
  object-position: left;
  object-fit: contain;
  margin-left: -12px;
}

.header .boton {
  margin: 0;
}

.phonebutton img {
  width: 30px;
  margin-right: 10px;
}

.noMobile.phonebutton {
  font-weight: 700;
  color: #9d9d9d;
}

.noPc {
  display: none;
}

.formBck {
  background: #ea5a21;
  position: relative;
}

.header svg {
  width: 50px;
  height: auto;
}

.header h3 {
  margin: 5px 0;
  color: #18131f;
  font-weight: 500;
}

.logo {
  justify-content: space-between;
}

.logoCons {
  width: auto;
  height: 80%;
}

.iconBox {
  margin-top: 120px;
}

.iconBox svg {
  width: 50px;
  height: fit-content;
}

.iconDiv>div {
  width: 31%;
}

.textDiv {
  width: calc(100% - 50px);
  padding-left: 20px;
  margin-top: 10px;
}

/* Flex */

.flex {
  display: flex;
}

.flexCol {
  flex-direction: column;
}

.flexRow {
  flex-direction: row;
}

.flexCenter {
  justify-content: center;
  align-items: center;
  align-self: center;
}

.flexWrap {
  flex-wrap: wrap;
}

.space {
  justify-content: space-between;
}

/* /Flex */

.landingHero {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}

.landingHero h4 {
  color: rgb(234, 90, 33);
  text-align: left;
}

.whatsapp .boton {
  background: #4fb961;
  margin-bottom: 40px;
  font-weight: 700;
}

.whatsapp .boton:hover {
  color: #fff;
}

.whatsapp .boton img {
  position: absolute;
  right: -30px;
  top: -30px;
}

.textFix {
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  justify-content: center;
}

.form-control {
  margin-top: 20px;
}

/* Section */

.section p {
  color: #41485a;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.noPadTop {
  padding-top: 0 !important;
}

.noPadBottom {
  padding-bottom: 0 !important;
}

.backDark {
  background-color: #1e1e27;
}

.minsection {
  padding: 20px 0;
}

ul {
  margin-top: 0px;
  list-style: disc;
  font-size: 17px;
  font-weight: 300;
  padding-left: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #989898;
  margin-bottom: 30px;
}

ol {
  text-align: center;
  list-style-position: inside;
}

.pregunta ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.pregunta ul {
  text-align: center;
  list-style-position: inside;
  border: none;
  padding: 0;
  margin-bottom: 0;
}

ul li {
  font-weight: 600;
  font-size: 14px;
  color: #989898;
}

.price {
  background-color: #efefef;
  padding: 20px;
  margin-top: 25px;
  border-radius: 10px;
}

.price h1 {
  font-size: 50px;
  margin-bottom: 10px;
}

.price span {
  font-size: 14px;
  font-weight: 600 !important;
  text-decoration: none;
}

.graySec {
  background-color: #f8f8f8;
}

.price .boton {
  margin-top: 0;
  padding: 15px 40px;
}

/* /Section */
/* Form */
input,
select,
textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 5px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #000;
  background-image: none;
  font-weight: 500;
  margin-bottom: 15px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #000;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #000;
}

.formCol .boton {
  padding: 15px 40px;
  width: 100%;
  font-size: 16px;
  font-weight: 800;
}

form.contacts__form.form-control {
  margin-top: 20px;
}

.btn {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 17px;
  padding: 17px 40px 18px 40px;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  background: #fff;
  border: solid 2px;
  border-radius: 4px;
  border-color: #b6862d;
  color: #383838;
}

.btn:hover {
  background-color: #b6862d;
  color: #fff;
}

.formbtnsend {
  color: #fff !important;
}

.arrow {
  width: 20px;
  transform: rotate(90deg);
  align-self: center;
  margin: 20px 0 10px;
  fill: rgb(234, 90, 33);
}

select.field__select {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.telInput {
  display: flex;
}

.areaCode {
  width: 31%;
  margin-right: 10px;
}

.phoneInput {
  padding: 0 5px;
}

.prefix {
  width: 40%;
  margin-right: 10px;
  display: flex;
}

.prefix select {
  padding: 0;
  border-radius: 10px;
  background: #e9e9e9;
  font-size: 14px;
}

.prefix input {
  width: 100%;
}

.veriphone {
  width: 70%;
}

.capaDiv {
  margin-top: 70px;
}

.capaDiv img {
  width: 300px;
  border-radius: 10px;
  height: 400px;
  object-fit: cover;
  max-height: 260px;
}

.capaDiv .textDiv {
  width: calc(100% - 300px);
  padding-left: 40px;
  align-content: center;
}

/* /Form */

/* Resena */

.resDiv img {
  width: 210px;
  height: auto;
  border-radius: 20px;
  aspect-ratio: 1;
  object-fit: cover;
}

.resDiv {
  gap: 30px;
}

.resDiv>div {
  gap: 10px;
  justify-items: center;
  text-align: center;
  flex: 1;
  align-items: center;
}

.resDiv p {
  text-align: center;
  font-size: 13px !important;
  margin-bottom: 13px;
}

.resDiv .textDiv {
  padding: 0;
}

.resDiv h5 {
  font-size: 13px;
  margin-bottom: 4px;
}

/* /Resena */

/* Col */

.col40 {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.section h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #41485a;
}

.card h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #41485a;
}

.textCard p {
  font-size: 13px;
  margin-bottom: 20px;
}

.titleimg {
  position: absolute;
  height: fit-content;
  width: 40%;
  left: 30%;
  z-index: -1;
  bottom: -10px;
}

.col40 span {
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
}

.secCol .col60 p {
  text-align: center;
  color: #0060a9;
}

.list span {
  padding: 12px 20px;
  background: #233137;
  font-size: 24px;
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  margin-right: 20px;
}

.list.bold {
  font-weight: 800;
}

.list {
  margin: 20px 0;
  font-size: 23px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.arrowF svg {
  position: absolute;
  margin-left: -42px;
  transform: rotate(-90deg);
  margin-top: -2px;
  width: 30px;
  height: auto;
}

.backDark p,
.backDark h2 {
  color: #fff;
}

.colImg {
  align-items: center;
}

.greenSec {
  background-color: rgb(234, 90, 33);
}

.noPc.phonebutton {
  background: #ea5a21;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 3px 20px;
  border-radius: 5px;
}

.textCard svg {
  width: 20px;
  margin-right: 10px;
  height: auto;
}

.infoItem:first-child {
  margin-top: 30px;
}

.infoItem {
  font-size: 14px;
  font-weight: 600;
  color: #989898;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}


.backBlue {
  background: #0060a9;
}

.backOrange {
  background: rgb(234, 90, 33);
}

.backOrange h2 {
  font-weight: 700 !important;
  font-size: 30px !important;
}

.backBlue h2,
.backBlue h4 {
  text-align: center;
  color: #fff;
}

.backOrange h2 {
  font-weight: 700 !important;
  font-size: 50px !important;
  color: #fff;
}

.backBlue h4 {
  font-size: 20px;
}

.box h4 {
  color: #000;
  margin-bottom: 10px;
  margin-top: 20px;
}

.box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 10px;
}

.imgBck svg {
  width: 140px;
}

.box {
  width: 31%;
  max-width: 33%;
  margin: 10px 10px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box p {
  font-size: 18px;
}

.textimage {
  margin-bottom: 30px;
}

.boxIcon {
  width: 25%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.boxIcon img {
  margin-bottom: 10px;
  width: 40px;
  height: auto;
}

.boxIcon h4 {
  font-size: 17px;
  color: #858585;
  margin: 0 40px;
  text-align: center;
}

.whatsapp {
  background: #fff url(../src/whatsapp.jpg) center;
}

.col25 {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.col25 h2 {
  margin: 10px 0 5px;
  color: #fff;
}

.col25 p {
  color: #fff;
}

span.hablamos {
  margin-top: 20px;
  color: #5e5e5e;
  font-size: 13px;
  text-align: center;
}

.textCol {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.bckimg {
  background: #1e1e27 url(../src/pattern.jpg) center;
  background-size: cover;
  background-attachment: fixed;
}

.bckimgform {
  background: #1e1e27 url(../src/form.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.bckimgform>.container {
  position: relative;
}

#form h2 {
  margin-bottom: 10px;
}

.bckimgform::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(65, 72, 90, 0.81);
}

.formCol {
  margin-top: 60px;
  position: relative;
}

.formCol svg {
  width: 20px;
  align-self: center;
}

.link {
  color: #f15b24;
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
  font-size: 19px;
}

.galeriaFooter {
  margin-top: 50px;
}

.galeriaFooter img {
  width: 32%;
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.galeriaFooter div {
  width: 32%;
}

.galeriaFooter>div img {
  width: 100%;
  border-radius: 10px;
  height: 140px;
}

.galeriaFooter>div img:first-child {
  margin-bottom: 20px;
}

.maestraForm {
  position: absolute;
  bottom: 0;
  right: 17%;
  z-index: 0;
}

span.cerrado {
  color: #df0a0a;
  font-weight: 700;
  margin-left: 10px;
}

.textLight {
  color: #fff !important;
}

.textGreen {
  color: rgb(111, 196, 0) !important;
}

.system .col60 {
  margin-bottom: 40px;
  margin-top: 0;
  justify-content: center;
}

.system .col60 p {
  text-align: left;
  color: #fff;
}

.system .boton {
  margin-right: auto;
}

.system h4 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 20px;
}

.arrowForm {
  position: absolute;
  right: 100px;
  top: 37px;
  width: 90px !important;
}

.system .col40 {
  padding: 0;
}

.textCol h2 {
  line-height: 40px;
  color: #262626;
  font-weight: 500;
  line-height: 120%;
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: none;
}

div.unam {
  margin-top: 30px;
}

span.unam {
  text-decoration: none;
}

del {
  font-weight: 600;
}

img.pagos.latam {
  max-width: 380px;
  align-self: center;
}

.map {
  margin-top: 30px;
}

.video {
  width: 100%;
  height: 340px;
}

img.pagos {
  margin-bottom: 100px;
  width: 100%;
}

.priceBox.unam {
  margin-top: 0;
}

/* /col */

/* Gracias */
.colImagenGracias {
  align-items: center;
  height: 100%;
  min-height: 760px;
}

.colImagenGracias div {
  width: 45%;
}

.send .landingHero h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
}

.colImagenGracias .textCol {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.colImagenGracias .textCol p {
  color: #dedede;
  margin-top: 10px;
}

.btnCh {
  opacity: 0.5;
  cursor: progress;
  pointer-events: none;
}

.send .landingHero p {
  font-size: 17px;
  margin-top: 20px;
  color: #fff;
}

.send .fullH img {
  position: absolute;
  bottom: -350px;
  width: 60%;
  right: -130px;
  max-width: 920px;
}

.send .fullH {
  margin-bottom: 0;
  overflow: hidden;
  height: 70%;
  min-height: 596px;
}

/* /Gracias */
/* Footer */
.footer {
  padding: 20px 0;
  border-top: 1px solid #18131f;
  background-color: #f2f2f2;
}

.befFooter {
  background-color: #f2f2f2;
}

.footer>div {
  align-items: center;
}

.footer p,
.footer a {
  color: #18131f;
  display: flex;
}

.footer p {
  width: 27%;
  display: flex;
  align-items: center;
}

.footer p:last-child {
  justify-content: right;
}

.footer a {
  text-decoration: underline;
  margin-left: 5px;
}

.footer p svg {
  margin-right: 20px;
  width: 60px;
}

.footer p svg path {
  fill: #ff1330 !important;
}

.befFooter h2 {
  border-bottom: 1px solid #383838;
  padding-bottom: 60px;
}

.footer img {
  width: 150px;
  margin-right: 20px;
  height: fit-content;
}

.direc h5 {
  color: #838383;
  margin-bottom: 10px;
  font-size: 13px;
}

.footer .direc p {
  font-size: 11px;
  font-weight: 300;
  width: 100%;
  justify-content: flex-start;
}

.footerSection .boton {
  background-color: #f15b24;
  align-self: center;
}

.section.confianSec {
  background: #ebebeb;
}

.descuentoDiv li {
  font-size: 13px;
  margin-bottom: 10px;
}

/*  /Footer */

/* Logo List */

.logoList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.logoList img {
  flex: 1;
  max-width: 140px;
}

/* Media */

@media (max-width: 992px) {
  .box {
    width: 30%;
  }

  .box img {
    width: 100%;
    height: 150px;
  }

  .arrowForm {
    top: 80px;
    right: 40px;
  }
}

@media (max-width: 850px) {

  /* Globals */
  h1 {
    font-size: 38px;
  }

  h4 {
    font-size: 18px;
  }

  .landingHero h3 {
    margin-top: 10px;
    font-size: 27px;
  }

  .textDiv {
    width: 100%;
    padding: 0;
  }

  .iconDiv {
    justify-content: center;
  }

  .iconBox {
    justify-content: center;
    margin-top: 40px;
  }

  .iconDiv>div {
    width: 70%;
  }

  .iconBox svg {
    width: 100%;
    height: 50px;
  }

  .iconDiv>div {
    width: 80%;
    text-align: center;
  }

  .section {
    padding: 60px 0;
  }

  .titleimg {
    width: 60%;
    left: 20%;
  }

  .card img,
  .card iframe {
    width: 100%;
    height: 200px;
  }

  .textCard {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: center;
  }

  .card h2 {
    font-size: 23px !important;
  }

  .infoItem {
    margin-top: 0px;
    align-self: center;
    margin-bottom: 5px;
  }

  .card .boton {
    margin-top: 20px;
    align-self: center;
  }

  .card {
    padding: 30px 20px;
  }

  .price {
    text-align: center;
    justify-content: center;
  }

  .price h1 {
    font-size: 40px;
  }

  ol li {
    font-size: 14px;
  }

  img.pagos {
    margin-bottom: 60px;
  }

  .pregunta ul li {
    font-size: 14px;
  }

  /* /Globals */
  /* Header */
  .logo:before {
    width: 41%;
  }

  .logo:after {
    width: 41%;
  }

  .header {
    height: 70px;
    padding: 5px 0 5px;
  }

  .header h3 {
    margin: 5px 0;
    align-self: flex-start;
    margin-left: 20px;
    position: absolute;
    top: 6px;
    font-weight: 100;
    font-size: 17px;
  }

  .header svg {
    width: 37px;
    height: auto;
  }

  .header img {
    max-width: 100px;
  }

  .noMobile {
    display: none;
  }

  .noPc {
    display: block;
  }

  .col40 h3 {
    font-size: 30px;
  }

  .col40 p {
    font-size: 18px;
  }

  .header>div {
    width: 100%;
  }

  /* /Header */
  /* Hero */
  .fullH {
    height: 70%;
    min-height: 700px;
    margin-bottom: 30px;
  }

  .fullH p {
    font-size: 15px;
  }

  .fullH svg {
    width: 30px;
  }

  .timerDiv h2 {
    font-size: 20px;
  }

  .landingHero {
    height: 100%;
    min-height: auto;
  }

  .textFix {
    height: 100%;
    padding: 0;
    width: 100%;
    min-width: auto;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .box p {
    font-size: 16px !important;
  }

  .section h3 {
    font-size: 17px;
  }

  .section h2 {
    font-size: 28px;
    line-height: 120%;
  }

  .arrow {
    margin: 10px 0px 0px;
  }

  .minsection {
    padding: 30px 0;
  }

  ul {
    font-size: 15px;
    font-weight: 300;
  }

  /* /Hero */
  /* Galeria */

  .galeria a {
    width: 49%;
    height: 150px;
    margin-bottom: 20px;
  }

  .galeria a:nth-child(3),
  .galeria a:nth-child(4) {
    margin-bottom: 0;
  }

  /* /Galeria */
  /* Col */
  .colImg>div {
    width: 100%;
  }

  .imgBck {
    height: 200px;
    margin-bottom: 40px;
  }

  .imgBck svg {
    width: 90px;
  }

  .textCol {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .textCol h2 {
    line-height: 30px;
    font-size: 30px;
  }

  .video {
    height: 100% !important;
  }

  .section p {
    font-size: 14px;
  }

  .col40,
  .col60 {
    width: 100% !important;
  }

  .col60 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 40px;
  }

  .col40 {
    padding: 40px 30px !important;
  }

  .arrowF svg {
    display: none;
  }

  .secCol .col60 h2 {
    font-size: 27px;
    text-align: center;
  }

  .list {
    margin: 6px 0;
    font-size: 17px;
  }

  .sec3 {
    justify-content: center;
  }

  .backBlue h4 {
    font-size: 15px;
  }

  .box {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .boxIcon {
    width: 100%;
    margin-bottom: 30px;
  }

  .boxIcon img {
    width: 40px;
    height: auto;
  }

  .boxIcon h4 {
    margin: 0 70px;
  }

  .secCol .col60 img {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .system .col40 {
    padding: 0 !important;
  }

  .system h2 {
    font-size: 35px !important;
  }

  .landingHero h4 {
    text-align: center !important;
  }

  div.unam {
    margin-bottom: 30px;
  }

  .arrowForm {
    top: 50px;
    right: 45%;
    transform: rotate(90deg);
    width: 40px !important;
    object-fit: cover;
    height: 30px !important;
    object-position: right;
  }

  .col40 img {
    object-position: center;
  }

  .maestraForm {
    display: none;
  }

  .col25 {
    width: 50%;
  }

  .col25 {
    margin-bottom: 40px;
  }

  .col25:nth-child(3),
  .col25:nth-child(4) {
    margin-bottom: 0;
  }

  .capaDiv {
    margin-top: 40px;
  }

  .capaDiv img {
    width: 60%;
    height: 160px;
  }

  .capaDiv .textDiv {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .galeriaFooter img {
    object-position: 40%;
  }

  /* /Col */
  /* Footer */
  .footer {
    padding: 30px 0 20px;
  }

  .footer img {
    margin-right: 10px;
  }

  .footer>div {
    justify-content: center;
  }

  .footer p {
    margin-bottom: 5px;
  }

  .footer p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
  }

  .footer p svg {
    margin-right: 10px;
    width: 38px;
  }

  .footer p:last-child {
    margin-top: 20px;
  }

  .direc {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }

  /* /Footer */

  /* Resena */

  .resDiv {
    flex-direction: column;
    gap: 50px;
  }

  .resDiv>div {
    width: 100%;
    flex-wrap: nowrap;
  }

  .resDiv img {
    width: 110px;
    height: fit-content;
  }

  .resDiv .textDiv {
    margin-top: 0;
    text-align: center;
  }

  .resDiv .textDiv p {
    text-align: center;
  }

  /* /Resena */

  .logoList img {
    flex: 1;
    max-width: 100px;
  }

  /* Gracias */
  .colImagenGracias div {
    width: 100%;
    height: 320px;
  }

  .send .fullH img {
    position: absolute;
    bottom: -140px;
    width: 110%;
    right: -20px;
    max-width: 800px;
  }

  .colImagenGracias {
    flex-direction: column;
    margin-top: 60px;
    min-height: auto;
  }

  .colImagenGracias .textCol {
    height: 160px !important;
    padding: 47px;
  }

  .send .landingHero h1 {
    font-size: 60px;
  }

  .send .landingHero h4 {
    text-align: center !important;
  }
}

/* /Media */