*{
    padding: 0;
    margin: 0;
}

body{
    width: 100%;
    height: 100vh;
    font-family: 'montserratregular', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}
img{
   width: 100%;
   height: auto;
}
.d-flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
h1, .h1{
    font-size: 45px;
    line-height: 60px;
}
h2{
    color: #6b2378;
    text-align: center;
    font-size: 32px;
}
.tarjeta-mastercard h2{
    text-align: left;
    line-height: 38px;
    margin-bottom: 0.8em;
}
.subt{
    line-height: 20px;
}
.bold-h1{
    font-weight: 900;
    font-family: 'montserratblack';
    line-height: 60px;
}
.bold{
    font-family: 'montserratbold';
}
.extra-box{
    font-family: 'montserratblack';
}
.navbar{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar nav {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.navbar ul li{
    list-style: none;
    padding: 0.5em 1.3em;
    list-style: none;
    display: flex;
    align-items: center;
}
.navbar ul li a{
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    color: #adadad;
}
.home{
    width: 100%;
    height: 95vh;
    box-sizing: border-box;
    color: #FFF;
    background: #282324 url(../img/header.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.flags img{
    width: 25px;
}
.flag-usa{
    margin: 0 10px;
    margin-top: 4px;
}
.flag-col-top {
    margin-left: 10px;
}
.flag-peru{
    margin: 0 0 0 10px;
    margin-top: 4px;
}
.flag-arg{
    margin-top: 4px;
}
.solventa-icon{
    width: 155px;
}
.container{
    width: 100%;
    margin: 0 auto;
}
.fixed-bar{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 1em 0;
    box-sizing: border-box;
    transition: .2s;
}
#MenuMobile.fixed-bar-scroll{
    background: white;
    -webkit-box-shadow: -1px 3px 15px -12px rgba(0,0,0,0.47);
    -moz-box-shadow: -1px 3px 15px -12px rgba(0,0,0,0.47);
    box-shadow: -1px 3px 15px -12px rgba(0,0,0,0.47);
    transition: .2s;
}
.home .container .col-1{
    width: 60%;
}
.home .container .col-2{
    width: 40%;
}
.flex-wrap{
    flex-wrap: wrap;
}

.container-box-card{
    flex-wrap: wrap;
    margin-top: 3em;
}
.box-card  {
    width: 170px;
    height: 150px;
    text-align: center;
    border-radius: 25px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff40;
}
.box-card div {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.box-card p{
    margin-top: 10px;
    line-height: 18px;
}


.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    border-radius: 100%;
    background: white!important;
}
.swiper-pagination-bullet-active {
    background: #6b2378!important;
}
.swiper-container-home{
    padding: 0em 0 2em 0!important;
}
.home .swiper-container-horizontal>.swiper-pagination-bullets, .home .swiper-pagination-custom, .home .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: auto!important;
}
section{
    padding:3em 1em;
}
.img-box-creditos img{
    width: 40px;
}
.img-box-creditos{
    width: 170px;
    box-shadow: 0px 0px 40px 0px #e2e2e2;
    border-radius: 10px;
    padding: 2.3em 1em;
    padding-left: 2.6em;
    background: white;
}
.img-box-creditos p{
    color: #59585C;
    font-family: 'montserratbold';
    line-height: 20px;
    margin-top: 10px;
}
.purple-bold{
    color:#6b2378;
    font-family: 'montserratblack';
    font-size: 20px;
}
.creditos h2{
    text-align: left;
    padding-bottom: 1em;
}
.creditos .col-1 p{
    line-height: 28px;
    font-size: 0.9em;
}
.img-box2{
    margin-left: 1em;
}
.second-box {
    margin-top: 1.5em;
}

.creditos{
    position: relative;
}
.creditos:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 700px;
    height: 1040px;
    background: url(../img/right.png) no-repeat right;
    background-size: cover;
    z-index: -1;
}

.caracteristicas-box{
    justify-content: space-around;
    margin-top: 8em;
}

.carac-box{
    width: 300px;
    text-align: center;
} 
.carac-box div{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 0px 20px 0px #e2e2e2;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.carac-box div img{
    width: 65px;
}
.carac-box .purple-title{
    color: #6b2378;
    font-family: 'montserratbold';
    margin-top: 2em;
}
.txt-icons {
    margin-bottom: 0;
    font-size: 1em;
    margin-top: 0.7em;
    line-height: 25px;
    padding: 0 1.4em;
}

.equipo{
    background: url(../img/equipo.jpg) no-repeat;
    background-size: cover;
    padding: 8em 0 10em 0;
}
.equipo, .equipo h2{
    color: #fff!important;
}

.equipo .subt-h2, .nuestras-oficinas .subt-h2, .afiliados .subt-h2{
    text-align: center;
    padding-top: 0.8em;
    font-family: 'montserratbold';
    color: #6b2378;
    font-size: 23px;
}

.app-web div{
    width: 100px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
}

.app-web  {
    width: 300px;
    text-align: center;
}

.grupo-slider{
    justify-content: center;
    margin-top: 3em;
}

.app-web p:last-child{
    line-height: 22px;
    margin-top: 1em;
}

.swiper-wrapper-equipo{
    padding: 4em 0;
}
.nuestras-oficinas{
    background: #f4f4f4;
    padding: 8em 0 10em 0;
}
.oficinas{
    justify-content: space-around;
    margin-top: 7em;
}
.ofic-box {
    width: 25%;
    text-align: center;
}
.ofic-box div{
    width: 230px;
    margin: 0 auto;
}
.ofic-box div, .ofic-box div img{
    border-radius: 50%;
}
.title-oficina{
    color: #6b2378;
    font-family: 'montserratbold';
    margin-top: 2.5em;
    margin-bottom: 2em;   
}
.direccion{
    font-family: 'montserratbold';
    color: #3d3d3d;
    padding-bottom: 1em;
}
.ofic-box p:last-child{ 
    line-height: 17px; 
}
.logos-afiliados{
    text-align: center;
    margin-top: 3em;
    justify-content: center;
}
.logos-afiliados img {
    width: 100px;
}
.afiliados {
    padding: 8em 0;
}
footer {
    background: #4F5166;
    color: #fff;
    justify-content: space-around;
    padding: 5em 0em;
}
.mail-icon{
    width: 20px;
}
.arg{
    margin-left: 5px;
}
.contact-container .contact:nth-child(2){
    border-top: 1px solid #fff;
}
.contact-box{
    /* padding: 0 0 1em 0; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 83px;
}
a{
    text-decoration: none;
}
.mail-box span{
    margin-left: 1em;
    font-size: 0.8em;
}
.mail-box a{
  color: #fff;
  text-decoration: none;
}
.contact:nth-child(2){
    padding: 1.1em 0;
}
.contact a{
    display: flex;
    align-items: center;
}

.contact p, .contact2 p{
    display: flex;
    align-items: center;
    font-size: 0.8em;
}
.contact p span, .contact2 p span{
    margin-left: 10px;
}
.banderas{
    margin-top: 3em;
}
.banderas img{
    width: 25px;
}
.footer-box-icons img{
    width: 20px;
}
.flag-footer{
    width: 24px!important;
    margin-right: 16px;
    margin-bottom: 0.5em;
}
.tel{
    margin-bottom: 10px;
}
.version{
    font-size: 0.85em;
}

.logo-ssl{
    margin-left: 16px;
    width: 69px;
    top: -17px;
    position: relative;
}

.solventa-colombia{
    margin-top: 1em;
}
.solventa{
     width: 150px;
}

.footer-box{
    width: 25%;
}
.p-footer{
    line-height: 20px;
    font-size: 0.9em;
}
.links-footer{
    height: 100%;
}
.links-footer ul li{
    list-style: none;
    padding: 0.5em 0;
}
.links-footer ul li a{
    color: #fff;
    text-decoration: none;
}
.box-footer {
    width: 40%;
    margin: 0 auto;
    height: 100%;
}
.tarjeta-mastercard{
    position: relative;
}
.subt{
    line-height: 25px;
}
.swiper-pagination-bullet {
    opacity: 1!important;
}

.equipo .swiper-pagination-bullet {
    width: 15px!important;
    height: 15px!important;
    background: white!important;
    opacity: 1;
    margin-top: 1em;
}
.equipo  .swiper-container-horizontal>.swiper-pagination-bullets, .equipo .swiper-pagination-custom, .equipo  .swiper-pagination-fraction {
    bottom: -1px;
    left: 0;
    width: 100%;
}
/*----------------------------------Nuestra Exp Home--------------------------------------------------*/

.veinte{
    height: 300px;
    width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.veinte p{
    text-align: center;
    color: #6B2378;
    font-size: 20px;
}
.veinte p .bold{
    font-family: 'montserratblack';
}
.veinte img{
    width: 120px;
    padding-bottom: 30px;
}
.nuestraExp{
    background: #F1F0F0;
    padding: 100px 0;
}
.nuestraexperiencia{
    text-align: left;
    margin-bottom: 0.8em;
}
.little{
    font-size: 16px;
    width: 63%;
}
.exp-solventa {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card{
    box-shadow: 0px 0px 40px 0px #e2e2e2;
    border-radius: 10px;
    background: white;
}
.grid-item .card{
    margin: 10px;
    min-height: 317px;
    display: flex;
    justify-content: space-between;
}
.whitetxt{
    color: #fff!important;
}
/*NUESTRO AFILIADOS*/
.col-12{
    width: 100%;
}
.bcocentral{
    display: flex;
    justify-content: flex-end;
}
.card-home{
    width: 100px;
    padding: 20px;
}
/*--------------------------------Mansory-----------------------------------------*/
.grid-item { width: 33%; }
.grid-item--width2 { width: 66%; }
/*----------------------------------Escuela Financiera----------------------------------------------*/
.intro{
    padding-top: 100px;
}
.title-intro{
    text-align: left;
    width: 80%;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 35px;
}
.intro-imgs{
    position: relative;
}
.user-01{
    width: 120px;
    position: absolute;
    left: 170px;
}
.user-02{
    width: 140px;
    position: absolute;
    left: 280px;
    top: 140px;
}
.user-03{
    width: 160px;
    position: absolute;
    left: 140px;
    top: 270px;
}
.left{
    position: absolute;
    width: 390px;
    z-index: -10;
}
.text-intro{
    width: 60%;
    margin-bottom: 20px;
    color: #343132;
    font-family: 'montserratlight';
    line-height: 23px;
}
.cont-grind{
    margin-top: 50px;
}
.vanidad{
    width: 200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.title-nota{
    font-family: 'montserratbold';
    font-size: 21px!important;
    text-align: center;
}
.fecha{
    font-family: 'montserratbold';
    color: #000;
    padding: 30px 0;
    text-align: center;
}
.resumen{
    color: #000;
}
.link-escuela{
    font-family: 'montserratbold';
    color: #6b2378;
    text-align: center;
    display: flex;
    justify-content: center;
}
.bg-escuela, .card-body-1 {
    width: 50%;
    background: #fff;
    border-radius: 0px 10px 10px 0px;
}
.bg-escuela
{    border-radius: 25px;}
.bg-escuela .bg{
    width: 100%;
    height: 100%;
}
.buen-uso{
    margin-top: 10px;
    padding:  0 20px;
}
.card  .card-footer{
    background: #F4F4F4;
    text-align: center;
    padding: 17px;
    border-radius: 0 0 10px 10px;
 }
 .card .card-body{
    padding: 40px 24px;
    height: 100%;
}
.card-body{
    padding: 20px;
}
.buenuso{
    padding: 20px;
}
.ahorros{
    border-radius: 10px 0 0 10px !important;
    width: 108%!important;
    height: 100%;
}
.grid-item .card:hover {
    box-shadow: 0px 0px 15px #5D1A9180;
}
.grid-item .card{
    border: 0.5px solid #E5E5E5;
    transition: all 0.2s ease-out;
}
.pagination{
    width: 150px;
    display: flex;
    justify-content: space-between;
}
.arrow-pagination{
    width: 15px;
}
.title p{
    line-height: 24px;
}
.sub-title{
    font-size: 20px;
    text-align: center;
}
.pag{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 25px 0;
}
.number-pag{
    color: #adadad!important;
}
.active-pag{
    color: #6b2378!important;
}
.bajadasSections{
    margin-top: 40px;
    margin-bottom: 20px;
}
ul{
    list-style: none;
}
.lists li {
    margin:20px;
    line-height: 20px;
}
.lists li b{
    margin-right: 10px;
}
/*--------------------Footer-------------------------*/
.slice{
    border-bottom: 1px solid #fff;
    width: 70%;
    margin: 30px 0;
}
.list{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lnkenlace{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.linkedinsol{
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lnkin{
    padding-left: 5px;
    width: 22px;
    height: 22px;
}
.footer-box-one{
    height: 100%;
}
/*Hover effect*/
nav ul li a{
    position: relative;
}

nav ul li a::after, ul li a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #adadad;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    transition: .2s;
}
nav ul li a:hover:after{
    width: 100%;
    transition: .2s;
    left: 50%;
    transform: translate(-50%);
}
nav ul li .li-solventa-icon:after{
    background: transparent!important;
}
.logo-2 {
    margin: 0 3em;
}
.languajes{
    margin: 5px 5px 9px 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
    color: #adadad;
    font-family: 'montserratregular', sans-serif;
    border-left: 1px solid #fff;
    padding: 0px 0px 0px 10px;
}
.languajes:hover{
    color: #fff;
}
/**/

#card1, #card2, #card3{
   cursor: pointer;
}

#card1.hide, #card2.hide, #card3.hide{
    display: none;
}
#card1text.hide, #card2text.hide, #card3text.hide{
    display: none;
}
#card1text, #card2text, #card3text{
    transform: translateY(100%);
    opacity: 0;
    z-index: -1;
}

#card1text.ActiveCardTxt, #card2text.ActiveCardTxt, #card3text.ActiveCardTxt{
    animation: enter forwards 0.8s;
    z-index: 1;
}

@keyframes enter{

    0%{
        transform: translateY(100%);
    }
    50%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

.card-content {
    border: 1px solid rgb(109, 109, 109);
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 180px);
    position: relative;
    box-sizing: border-box;
}
.card-content p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9em;
    line-height: 20px;
    letter-spacing: 0.03em;
    font-family: 'montserratlight';
}
.txt-footer {
    font-size: 0.8em;
    font-weight: 600;
    margin-left: 10px;
}
.ubicacion{
    margin-top: 12px;
}

@media (min-width: 1000px){
    .container-box-card {
        justify-content: space-between;
        width: 80%;
    } 
    .container{
        width: 1200px;
    }
    .navbar{
        width: 1200px;
        margin: 0 auto;
    }
    .col-md-4{
        width: 33%;
        padding: 0 20px;
    }
    .col-md-8{
        width: 66%;
    }
    .row{
        flex-direction: row;
    }
    .home{
        display: flex;
        align-items: center;
        -webkit-clip-path: ellipse(120% 95% at 49% 0%);
        clip-path: ellipse(120% 95% at 49% 0%);
        height: 95vh;
    }
    .creditos{
        padding: 18em 0;     
    }

    .creditos .container .col-1 {
        width: 40%;
        padding: 0 3em 0 0;
    }
    .creditos .container .col-2 {
        width:60%;
        position: relative;
        left: 50px;
    }
    .first-box{
        justify-content: center;
    }

    .box-invisible{
        width:55%;
    }
    .box-mastercard{
        width: 45%;
        padding-right: 9em;
        box-sizing: border-box;
    }
    .tarjeta-mastercard{
        padding: 18em 0;
    }

    .img-tarjeta img {
        position: relative;
        left: 250px;
        width: 500px!important;
    }
    .transformacion-financiera {
        padding-top: 15em;
    }
    .img-tarjeta{
        width: 730px;
        height: 100%;
        background: url(../img/left.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .equipo {
        margin-top: 7em;
    }
    footer .container {
        justify-content: space-between;
    }
    .solventa-icon-mobile{
        display: none;
    }
    .col-md-6{
        width: 50%;
        box-sizing: border-box;
        padding: 0 20px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px){
    .container, .navbar{
        width: 950px;
    }

}

@media(max-width:1000px){
    .grid-item { width: 100%; }
    .grid-item--width2 { width: 100%; }
    #MenuMobile {
        height: 100vh;
        width: 80%;
        border: 1px solid white;
        background: white;
        right: -100%;
        padding: 0;
        transition: .5s;
    }
    .navbar {
        padding-top: 3em;
    }
    #MenuMobile.ActiveMenu {
        right: 0;
        transition: .5s;
    }
    .Menu-Icon {
        width: 30px;
        position: relative;
        margin: 0px;
        cursor: pointer;
    }
    .Menu-Icon div {
        background: white;
        height: 3px;
        width: 100%;
    }
    .equipo .subt-h2, .nuestras-oficinas .subt-h2, .afiliados .subt-h2{
        font-size: 14px;
    }
    #LineOne, #LineTwo, #LineThree {
        width: 100%;
        height: 3px;
        transition: all 0.2s ease-in-out;
    }
    .Line2 {
        margin: 5px 0;
    }
    .container-menu-icon{
        z-index: 999;
        position: fixed; 
        right: 16px;
        top: 30px;
    }
    #LineOne.AnimationCruz {
        transform: rotate(45deg) translate(5px, 5px);
        transition: all 0.3s ease-in-out;
        background: #1f1713;
    }
    #LineTwo.AnimationCruz {
        width: 0;
        transition: all 0.3s ease-in-out;
    }
    #LineThree.AnimationCruz {
        transform: rotate(-45deg) translate(6px, -7px);
        transition: all 0.3s ease-in-out;
        background: #1f1713;
    }
    .li-solventa{
        display: none!important;
    }
    .navbar,.navbar nav {
        height: 100%;
    }
    .navbar nav, .navbar nav ul, .home .container {
        flex-direction: column;
    }
    .navbar{
        padding-top: 5em;
        box-sizing: border-box;
    }
    .navbar ul li {
        padding: 1.5em 1.3em;
    }
    .flags{
        padding-bottom: 1em;
    }
    .flag-usa {
        margin-top: 5px;
    }
    .solventa-icon-mobile {
        width: 150px;
    }
    .home {
        padding: 2em 1em;
    }
    .home .container .col-2{
        display: none;
    }
    .home .container .col-1 {
        width: 100%;
    }
    .creditos .container, .tarjeta-mastercard, footer .container{
        flex-direction: column;
    }
    .creditos .container .col-2{
        margin-top: 1em;
    }
    .mastercard-box{
        order: 1;
    }
    .img-tarjeta{
        order: 2;
    }
    footer {
        padding: 1em;
    }
    footer .container .footer-box, .box-footer{
        width: 100%;
    }
    .carac-box {
        width: 33%;
    }
    .txt-icons {
        font-size: 0.9em;
        padding: 0 1em;
    }
    .first-box, .second-box {
        justify-content: center;
    }
    .ofic-box {
        width: 50%;
    }
    .separador{
        margin-bottom: 50px;
    }
    .ofic-box div {
        width: 150px;
        margin: 0 auto;
    }
    .app-web {
        width: 150px;
    }
    .grupo-slider {
        margin-top: 1em;
    }
    .afiliados {
        padding: 3em 0;
    }
    .nuestras-oficinas {
        padding: 3em 0;
    }
    .oficinas {
        margin-top: 4em;
    }

    .mb-5{
        margin-bottom: 50px;
    }
    .creditos:before {
        width: 500px;
        height: 100%;
        background: url(../img/right.png) no-repeat right;
        background-size: contain;
    }
    .solventa{
        margin-top: 50px;
    }
    .veinte{
        width: 90%;
        padding: 0;
    }
    .bcocentral{
        justify-content: center;
        margin-bottom: 30px;
    }
    .secure{
        margin-bottom: 30px;
    }
    .col-fintech{
        display: flex;
        justify-content: center;
    }
    .exp-solventa{
        padding-top: 30px;
        width: 90%!important;
        margin: 0 auto;
    }
    .little{
        width: 100%;
    }
    .mobile-intro{
        display: none;
    }
    .title-intro{
        width: 100%;
    }
    .text-intro{
        width: 100%;
    }
    .intro{
        padding-top: 50px;
    }
    .cont-grind{
        flex-wrap: wrap
        ;
    }
    .card {
        margin-bottom: 30px;
    }
}


@media(max-width:800px){
    .home {
        width: 100%;
        height: auto;
    }
    .swiper-container-home {
        padding: 6em 0 2em 0 !important;
    }
    .caracteristicas-box {
        margin-top: 3em;
        flex-direction: column;
    }
    .carac-box {
        width: 100%;
    }
    .caracteristicas-box .box-2{
        margin: 2em 0;
    }
    h2, .creditos h2, .tarjeta-mastercard h2, .img-tarjeta {
        text-align: center;
    }
    p{
        font-size: 0.9em;
    }
    .img-box-creditos {
        padding-left: 1em;
        text-align: center;
    }
    
    .footer-box-one, .footer-box-dos {
        margin-bottom: 1em;
    }
    .direccion {
        padding-bottom: 0.5em;
    }
    .img-tarjeta img {
        width: 360px;
    }
    .equipo {
        padding: 4em 0 3em 0;
    }
    .ux p{
        width: 90%;
        margin: 0 auto;
    }
    .container-box-card {
        justify-content: space-between;
    }
    .card-content {
        width: 69%;
    }
    .card-content p{
        font-size: 0.8em;
        line-height: 15px;    
    }
    .extra-box{
        line-height: 30px!important;
    }

}

@media (max-width: 1200px) and (min-width: 800px){
    .img-tarjeta {
        text-align: center;
    }
    .img-tarjeta img {
        width: 400px;
    }
    .fixed-bar-mobile{
        position: absolute;
        width: 100%;
        top: 16px;
        box-sizing: border-box;
        left: 0;
        padding: 0 1em;        
    }
    .home .container .col-1 {
        width: 100%!important;;
    }
    .container-box-card {
        justify-content: space-around;
        width: 100%!important;
    }

}


@media(max-width:600px){

    h1, .h1 {
        font-size: 6vw;
        line-height: 33px;
    }
    h2 {
        font-size: 5.5vw;
        line-height: 25px!important;
    }
    .bold-h1 {
        line-height: 33px;
    }
    .creditos:before {
        width: 300px;
        height: 100%;
        background: url(../img/right.png) no-repeat right;
        background-size: contain;
        top: 20%;
    } 
    .app-web p:last-child {
        font-size: 0.8em;
        line-height: 17px;
    }   
    .title-oficina {
        margin-top: 2em;
        margin-bottom: 1em;
    }
    .box-card {
        width: 30%;
    }
    .card-body-1{
        width: 100%;
        background: #fff;
        
    }
    .bg-escuela{
        display: none;
    }
    .buen-uso{
        margin-right: 0px;
    }
}

@media(max-width:500px){

    h1, .h1 {
        font-size: 5vw;
        line-height: 30px;
    }
    .bold-h1 {
        line-height: 0;
    }
    .ofic-box div {
        width: 100px;
        margin: 0 auto;
    }
    .ofic-box p:last-child {
        font-size: 0.8em;
    }
    .app-web div {
        width: 60px;
    }
    .app-web {
        width: 48%;
    }
    h1 br{
        display: none;
    }
    .grupo-slider {
        justify-content: space-between;
    }
    .img-tarjeta img {
        width: 300px!important;
    }
    .logo-2 {
        margin: 0 1em;
    }
}