/* Prompt Font */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;700;800;900&display=swap');


/*::::::::::::::::::::::::::::
:::::::::GENERAL STYLES:::::::
::::::::::::::::::::::::::::*/

:focus {
  outline: 2px dashed #F24A15 !important;
  outline-offset: 0.25rem;
}

.nav-link:focus {
  outline: none !important;
  outline-offset: 0.25rem;
}

.navbar-brand:focus {
  outline: none !important;
}
.navbar a:focus {
  outline: none !important;
}
main:focus {
  outline: none;
}

::selection {
  color: #000;
   background:rgba(228,116,116,1);
}
a{
    color: #03a6e1;
    outline:none; 
    text-decoration:none;
}
.img-fluid {width: 100%;}


/* Fonts
--------------------------------------- */
body, input, textarea, select {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Prompt', sans-serif;
    font-weight: 900; 
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.3em;
}
p, li {
  font-size: 1.2em;
}
.smallTxt {
  font-size: 0.7em;
  text-align: center;
}

/* Space
--------------------------------------- */
.noPadding {padding: 0;}
.nospace {margin:0; padding:0; list-style:none;}
.py-6 {padding: 8rem 0 !important;}
.mb-6{margin-bottom:8rem !important;}

/* Colors
--------------------------------------- */
a{
  color:#C2201B;
  text-decoration: underline;
  transition: color 0.3s;
}
a:hover, a:active, a:focus{
  color:#690C09;
}

.bg-red-dark {
  background: #690C09;
}
.bg-red-light {
  background: #C2201B;
}
.bg-red-white {
  background: #fff;
}
.bg-white {
  background: #fff;
}
.txt-red-dark {
  color: #690C09;
}
.txt-red-light {
  color: #C2201B;
}
.linkMorado {
  color:#C2201B;
  transition: color 0.3s;
}

.linkMorado:hover {
  color: #690C09;
  text-decoration: underline;
}

/* Row
--------------------------------------- */
.row {
  padding: 0 !important;
  margin: 0 !important;
}
.row.no-gutters {
margin-right: 0;
margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
padding-right: 0;
padding-left: 0;
}
section.noPadding{padding: 0em 0;}
/* Buttons */
.btn {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    padding: 0.8em 1.3em !important;
    text-decoration: none;
    font-weight: 300;
    border: 1px solid #fff;
    transition: color 0.4s, border 0.3s;
    position: relative;
    transition: color 0.3s, background-color 0.3s;
    text-transform: none !important;
}
.btnMain {
    background: #C2201B;
    color: #fff !important;
    border: 1px solid #C2201B;
}
.btnMain:hover {
  color:#690C09 !important;
  background: #fff;
  border: 1px solid #690C09;
}
.twoButtons .btn:first-child {
  margin-right: 1em;
}
/* FORM */
.simuladorCard {
  padding: 4em 2em;
}
.botonera01 button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;  
  background: #F9F8FF;
  padding: 1em;
  margin-bottom: 1em;
  min-width: 6.4em;
}
.btnPressed {
  background: #332FA4 !important;
  color: #fff !important;
}
.input {
  width: 100%;
  border: 1px solid #DFDFDF !important;
  padding: 0.4em 0.5em 0.4em 2em !important;
  height: auto !important;
  margin-bottom: 0.5em;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -o-border-radius: 0.35em;
  border-radius: 0.35em;
  -webkit-appearance: none;
  appearance: none;
}
.inputSelect {
  width: 100%;
  -webkit-border-radius: 0.35em;
  -moz-border-radius: 0.35em;
  -o-border-radius: 0.35em;
  border-radius: 0.35em;
  border: 1px solid #DFDFDF !important;
  padding: 0.4em 0.5em 0.4em 2em !important;
  height: auto !important;
  /* margin-bottom: 0.5em; */
}
label{
  margin-bottom: 0.01rem;
}
/* Home page */
.hero {
  padding: 1.7em 0;
}
.heroContent {
  text-transform: uppercase;
  padding: 2em;
}
.PT6 {
  padding-top: 6em;
}
.PB6 {
  padding-bottom: 6em;
}
.PT5 {
  padding-top: 5em;
}
.PB5 {
  padding-bottom: 5em;
}
.perfil {
  padding-bottom: 5em;
}
.arrow {
  width: 2.7em;
  height: auto;
  margin-bottom: 2.1em;
  margin-top: 1em;
  animation: bounce 1s ease infinite;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cssMaestrias {
  display: block;
}
.cssPosgrados, .cssDoctorados, .cssEspecialidades {
  display: none;
}
.socialIcons:not(:first-child) {
  padding-left: 0.6em;
}

/* inputs */
.inputName,
.inputEmail,
.inputUser,
.inputPhone {
  position: relative;
}
.inputName img,
.inputEmail img,
.inputUser img,
.inputPhone img {
  position: absolute;
  right: 0.8em;
  top: 1em;
  height: 15px;
  width: auto;
}
.inputName input,
.inputEmail input,
.inputUser input,
.inputPhone input {
  padding-right: 2.6em !important;
}

/*::::::::::::::::::::::::::::
:::::::::MEDIA QUERIES:::::::
::::::::::::::::::::::::::::*/

@media only screen and (max-width: 480px) {
    h1 {
      font-size: 1.8em;
    }
    .simuladorCard {
      padding: 3em 0 !important;
    }
    .twoButtons .btn:first-child {
      margin-bottom: 1em;
      margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    
    .card-body {
      padding: 1.5rem;
    }
    .noPaddingMobile1 {
      padding-left: 0;
      padding-right: 0;
    }
    .fas {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 20px;
    }
    .chatWhatsapp {
      width: 80px;
      height: 80px;
      position: fixed;
      z-index: 999999;
      bottom: 1.5em;
      right: 1.5em;
    }
    .simuladorCard {
      padding: 2em;
    }
    .hero .twoButtons {
      margin-bottom: 2em;
    }
    .twoButtons .btn {
      width: 100%;
    }
    .twoButtons .btn:first-child {
      margin-bottom: 1em;
      margin-right: 0;
    }
}
.txt-red {
    color: #f21f20;
}