@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
@font-face {
    font-family: 'Harmonia';
    src: url('./tipografias/Harmonia-Regular.ttf');
  }
@font-face {
    font-family: 'Harmonia-bold';
    src: url('./tipografias/Harmonia-Bold.ttf');
  }
@font-face {
    font-family: 'Harmonia-light';
    src: url('./tipografias/Harmonia-Light.ttf');
  }
@font-face {
    font-family: 'Open-Sans-l';
    src: url('./tipografias/OpenSans-Light.ttf');
  }
@font-face {
    font-family: 'Open-Sans';
    src: url('./tipografias/OpenSans-Regular.ttf');
  }

html, body {
font-family: 'Poppins';
font-size: 15px;
line-height: 1.5;
box-sizing: border-box;
margin: 0;
overflow-x: hidden;
top: 0;
left: 0;
}
a {
    text-decoration: none;
    color: #4B5D72;
    font-weight: 500;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

a:hover{
    color: #38b2e7 !important;
}
ul{
    list-style-type: none;
}
.navbar {
    background-image: url(http://localhost:3000/static/media/tramita.0c8dab8c86177270cb03.png);
    padding-top: 20px;
    margin-bottom: 50px;
}
footer{
     background-image: url(http://localhost:3000/static/media/tramita.0c8dab8c86177270cb03.png);
}
.footer-w {
    padding-top: 40px;
}
.footer-img {
    width: 150px;
}

.titulo {
    font-family: 'Harmonia-bold';
    font-size: 32px;
}
.titulo-home {
    font-size: 45px;
    line-height: 55px;
    line-height: 5.5rem;
    font-weight: 600;
    text-align: left;
    color: #38b2e7;
    font-family: sans-serif;
}
.p-home {    
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #4B5D72;
    font-family: sans-serif;
}
.img-home {
    height: 590px;
}
.plataformas {
    margin-top: 40px;
}

.plataformas > a > img {
    height: 40px;
}
.subtitulo-home {
    color: #8566f2;
    font-family: sans-serif;
    text-align: center;
}
.pastilla {
    background-color: #8566f2;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.pastillaicono {
    max-width: 35px;
    max-height: 26px;
}
.descripcionPastillas {
    color: #929FAD;
    font-family: sans-serif;
    padding: 10px;
    font-size: large;
}
.beneficios {
    margin-top: 132px;
    position: relative;
    background: url(../images/@2xseguridad-3.png?v=ulrt4hprh) right 0 no-repeat #BFF3F5;
    background-size: 37%;
}

.subtitulo-home2 {
    color: #1e7dc0;
    line-height: 55px;
    margin-bottom: 50px;
    max-width: 540px;
}
.beneficios2 {
    padding: 90px 0 80px;
}
.icono-bene{
    height: 40px;;
    margin-right: 10px;
}
.li-b {
    margin-bottom: 15px;
}
.boton{
    font-size: 16px;
    font-family: 'Open-Sans';
}
.boton::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(52,69,84,.3);
    content: "";
    opacity: 0;
    transition: opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1);
}
.boton:hover::after {
    opacity: 1;
    transform: translateY(0);
}
.wallet-h .wallet-li::before {
    content: "";
    position: absolute;
    width: 10px;
    left: 0;
    top: 13px;
    height: 2px;
    background-color: #f6a53a;
}
.wallet-li {
    padding-left: 20px;
    margin-bottom: 18px;
    position: relative;
    font-size: large;
    font-family: sans-serif;
    color: #929FAD;
}
.h2-h {
    margin-bottom: 30px;
    font-family: sans-serif;
    color: #38b2e7;
}
.div-h {
    margin-bottom: 20px;
}
/* SECCION "SOBRE NOSOTROS-----------------------------------------------------------------------------------------------------------"*/

.encabezado-s {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 125px;
    font-family: 'Open-Sans';
    color: #344554;
}
.texto-s {
    padding-right: 45px;
    padding-left: 45px;
}
.p-s{
    margin-bottom: 20px;
    color: #6c767f;
    font-weight: 400;
    line-height: 2em;
    font-size: large;
}
.h-s{
    margin-bottom: 30px;
    font-family: 'Open-Sans';
    color: #344554;
    line-height: 2.625rem;
}
.d-2 {
    padding-top: 80px;
}
.d-3 {
    margin-top: 65px;
}
.ul-s {
    margin: 0 auto;
}
.li-s {
    display: inline-block;
    list-style: none;
}
.li-s:hover {
    color: #1F7CFF !important;
}
.li-s > a {
    display: block;
    padding: 12px;
    font-size: 20px;
    color: #6c767f;
    transition: color .2s ease;
    text-decoration: none;
}
.li-s > a:hover {
    color: #FE666F;
}
.a-s {
    display: block;
    padding: 12px;
    font-size: 25px;
    color: #6c767f;
    text-decoration: none;
}
.a-f {
    display: block;
    padding: 12px;
    font-size: 20px;
    color: #212529;
    text-decoration: none;
    padding-top: 20px;
}
.ul-s {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    max-width: 160px;
    width: 100%;
}
.img-s {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.261);
}
.equipo {
    margin-left: auto;
    margin-right: auto;
}

.logo {
    width: 170px;
}
.logo2 {
    width: 180px;
}
.anuncio {
        background: #242828;
        border-radius: 10px;
        max-width: 1200px;
        margin: 0 auto;
        align-items: center;
        padding: 34px 40px;
        height: 127px;
}
.anunciop {
    color: white;
    font-family: 'Harmonia';
    font-size: 20px;
}
.pasti-bg{
    background-image: url(http://localhost:3000/static/media/tramita.0c8dab8c86177270cb03.png);
}
.pasti {
    padding: 30px;
    margin: 15px 0;
    background: #8566f2;
    border-radius: 10px;
}
.tituPasti {
    font-family: "Harmonia";
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
}
#map{
    height: 400px;
}
.mockup-mobile{
    display: none;
}
.title-contact{
    color: rgb(79, 79, 79) !important;
}
@media (max-width: 430px) {
    .texto-s {
        text-align: center;
    }
    
.encabezado-s {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 0px;
    font-family: 'Open-Sans';
    color: #344554;
}
.mockup-mobile{
    display: flex;
}
.img-s {
    box-shadow: 5px 5px 5px rgba(56, 188, 236, 0.261);
}
}

@media (max-width: 991px){

    .boton::after {
        position: relative;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(52,69,84,.3);
        content: "";
        opacity: 0;
        transition: opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1);
    }

}

MapContainer{
    width: 100wv;
    height: 100wv;
  }

@media (max-width: 400px) {
    .texto-s {
        text-align: center;
    }
}

@media (max-width: 991px){

    .boton::after {
        position: relative;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(52,69,84,.3);
        content: "";
        opacity: 0;
        transition: opacity .3s cubic-bezier(.645,.045,.355,1),transform .3s cubic-bezier(.645,.045,.355,1);
    }
    MapContainer{
        width: 100wv;
        height: 100wv;
      }
}