body
{
    background: #f2f2f2;
    margin:0;
    font-family: 'Dosis', sans-serif !important;
    font-size: 17px;
}

header
{
    /*background: #147cd1;*/
    background: white;
    font-size: 1.2em;
    padding:10px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

strong
{
    color: #164165;
}
.txtH1
{
    font-size: 60px;
    font-weight: 600;
}

.txtsubH1
{
    font-size: 50px;
    font-weight: 400;
}

footer
{
    color: white;
	position: relative;
    height: 150px;
    padding-top:20px;
    background: #ff892c;
    overflow: hidden;
}

.mfixed{
    position: fixed;
    bottom: 0px;
    right: 10px;
    max-width: 25%;
}

.footer__bg {
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: #ff892c;
  transform: skewY(-6deg);
  transform-origin: top left;
}

svg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 5vw;
}

.nav-link
{
    color:#1a1a1a;
	border-bottom: 2px solid white !important;
	transition-delay: 0.15s;
	transition-duration: 0.15s;
}

.nav-link:hover
{
    border-bottom: 2px solid #f6ab02 !important;
    color: #f6ab02 !important;
}

h1
{
    color: #164165;
}


.txtAzulOscuro
{
    color: #164165;
}
.txtNaranjaMagus
{
    color: #f6ab02;
}

.txtAzulMagus
{
    color: #147cd1;
}
.bgNaranjaMagus
{
    background: #f6ab02;
}
.bgAzulOscuro
{
    background: linear-gradient(0.45turn, #147cd1, #164165);
    color: white;
}


#logo
{
    max-height: 120px;
}

#contenido
{
    padding-top: 80px;
    text-align: center;
}

.tools img
{
    max-width: 250px;
    max-height: 80px;
    display: inline-block;
    margin: 0 10px;
}

.justificado
{
    text-align: justify;
}
.grisClaro
{
    background: #f2f2f2f2;
}

.grisClaro h2{
    color: #164165;
    font-size: 3em;
}

.grisClaro p
{
    font-size: 1.5em;
}

.secciones
{
    padding: 7em 1em 4em 1em !important;
}

.secciones p
{
    font-size: 2em;
}

.magusine .card h1{
    font-size: 1.6em !important;
}

.magusine .card-img-top
{
    max-height: 182px;
}

.magusine p
{
    font-size: 1.2em !important;
}

.mCortada
{
    background-image: URL(../imagenes/mCortada.webp);
    background-repeat: no-repeat;
    background-size: auto 200px;
    background-position: right bottom;
    padding: 0;
}

.azulMagusClaro
{
    background: linear-gradient(-0.45turn, #6dbbec,#147cd1);
    color: white;
}

.intro
{
    background: linear-gradient(0.45turn, #6dbbec,#147cd1);
    color:white;
    min-height: 500px;
    width:100%;
    height:100%;
    position: relative;
}

.intro .imagen-intro
{
    position: absolute;
    top: 40px;
    right: 0px;
    max-height: 400px;
}
.intro h1
{
    padding-top: 10vw;
    font-size: 4.4em;
    width: 50%;
}

.superTitulo
{
    font-size: 4em;
    text-decoration: underline;
}


.promt {
    animation: blinker 1s linear infinite;
  }

  @keyframes blinker {
    50% { opacity: 0; }
  }

@media (max-width: 768px) {
    html, body {
    width: auto !important;
    overflow-x: hidden !important;
    }

    .intro .imagen-intro {
        position: absolute;
        top: 120px;
        right: 0px;
        max-height: 285px;
    }
}

@media (max-width: 500px) {
    .intro h1 {
        width: 100%;
    }

    .mfixed{
        position: relative;
        max-width: 100%;
        margin-top: 40px;
    }

    #logo{
        max-width: 70%;
    }
}

.image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.magusinePost {
    padding-bottom: 150px;
}

.magusinePost h1
{
    font-weight: bold;
    margin:20px 0 5px 0;
}

.magusinePost #portada img
{
    margin: 50px 0;
    width: 100%;
}
.magusinePost h2
{
    font-size: 1em;
    margin:5px;
}

.magusinePost .contenido
{
    font-size: 1.3em;
    line-height: 2.5em;
}

.magusinePost .resumen
{
    font-size:1.4em;
    line-height: 2.5em;
}

.magusinePost .citas
{
    display: inline-block;
    font-size: 1.8em;
    text-align: right;
}

.scroll-top {
    background: rgba(235, 142, 2, 0.6);
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 85px;
    right: 20px;
    display: none ;
  }

  .scroll-top i {
    display: inline-block;
    color: #fff;
  }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
  }

  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }

  .pricing hr {
    margin: 1.5rem 0;
  }

  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }

  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }

  .pricing .card-price .period {
    font-size: 0.8rem;
  }

  .pricing ul li {
    margin-bottom: 1rem;
  }

  .pricing .text-muted {
    opacity: 0.7;
  }

  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }

.enDolares {
    font-size: 2rem !important;
}
  /* Hover Effects on Card */

  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }

  .whatsapp{
      position: fixed;
      top: 5px;
      right: 5px;
  }