h1, h2, h3, p, div, body {
    font-family: 'Poppins', sans-serif
}


h1, h2, h3 {
    font-weight: 700;
    margin-bottom: 1em
}

body{
    background-color: #f4f5f7;
    color:#0E1B30;
}
#slider p , #experts p {
    color: #fff;
}
#experts p {
    text-shadow: 0px 2px 4px rgba(14, 27, 48, 0.3);
}
#weAre h2, p {
  color: #0E1B30;
}

#slider h1, #experts h2 {
    text-shadow: 0px 2px 4px rgba(14, 27, 48, 0.3); 
}

#experts h2 , #download h2 {
    font-size: 2.5rem;
}

#weAre .claves p {
    font-weight: 700;
}

p {
    margin-bottom: 2em
}

section {
    padding-top: 93px;
    padding-bottom: 93px
}

.g-0 {
    padding: 0px !important
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%
}

.movil {
    display: none !important
}
header {
    background-color: #6554C0;
}
header .row.align-items-center {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

#slider {
    background-image: url("../images/slider.webp");
    background-image: -webkit-image-set(
            url("../images/slider.webp") ,
        );
    background-image: image-set(
            url("../images/slider.png") ,
        ); 
    /* Safari */
    color: #fff;
    background-size: cover;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

@supports not (-webkit-touch-callout: inherit) {
    /* CSS specific to NOT iOS devices */ 
    #slider, #experts {
        background-attachment: fixed;
    }
    #slider .screens-m {
        position: relative;
    }
}

#slider
p {
    font-weight: 400;
    text-shadow: 0px 2px 4px rgba(14, 27, 48, 0.3);
    font-size: 2rem;
    line-height: 40px;
    position: relative;
    top: -5px;
}
.hidden-desk {
    display:none;
}
.downLoadBtns .col-4, .downLoadBtns .col-sm-4 {
    padding-right: 0px !important
}

#slider .downLoadBtns
a {
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 25%)
}

.subtitle-container {
    display: flex;
    column-gap: 20px;
}

.downLoadBtns a {
    display: block;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #6554C0;
    padding: 0 12px;
}

.downLoadBtns a:last-child {
    margin-right: 0%
}

#weAre .col-12.col-md-4 {
    color: #fff;
    text-align: center
}

#weAre .col-12.col-md-4:last-child {
    margin-right: 0px;
}

#weAre .col-12.col-md-4
p {
    margin-bottom: 1em
}

.card {
    border-radius: 4px;
    background-color: #fff;
    font-weight: bold;
}

.card p {
    color:#0e1b30;

}

.gradient {
    background: linear-gradient(to bottom, #166ad8, #04aeef);
    border-radius: 7px
}

#about
.row {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
    box-shadow: 0px 0px 16px rgb(76 78 82 / 44%);
    border-radius: 10px;
    margin-bottom: 3em;
    background: #f0f4fb
}

#about .row:last-child {
    margin-bottom: 0em
}

#about .row
.col {
    padding: 2em
}

#about ul
li {
    background-image: url("../images/tik.svg");
    background-repeat: no-repeat;
    padding-left: 2.5em;
    margin-bottom: 2em;
    min-height: 2em
}

#about
ul {
    list-style: none;
    padding: 0px
}

.claves
img {
    max-width: 70px;
    margin-top: 1em
}
#about
.txt {
    padding: 55px 25px;
    background-color: #fff;
   /*  border-radius: 0 13px 13px 0 */
     border-radius: 13px; 
}

#about .img:nth-child(2n+1) img{
    border-radius: 10px 0 0 10px;
}

#about .img img{
    border-radius: 0 10px 10px 0;
}


#experts {
    color: #fff;
    text-align: center;
    background-image: url("../images/landscape.webp");
    background-image: -webkit-image-set(
            url(".../images/landscape.webp") ,
        );
    background-image: image-set(
            url("../images/landscape.png") ,
        ); 
    /* Safari */
    background-size: cover;
    background-position: center;
    padding: 135px 0;
}

hr.container {
    border-top: 1px solid #c1c7d0;
}

#experts
img {
    max-width: 470px
}

#download
h2 {
    margin-bottom: 0px;
    color: #0e1b30;
    padding-right: 150px;
}

footer
.row {
    margin-bottom: 1em;
    margin-top: 30px
}

footer
ul {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: space-between
}

footer
a {
    font-size: 0.9em;
    color: #6554C0;
    text-decoration: none;
    font-weight: 400;
}

a.btn {
    background: #00aeef;
    color: #fff;
    padding: 14px 38px;
    border-radius: 2.6px
}

.derechos
a {
    color: #0E1B30;
    font-weight: 400;
}

p.derechos {
    margin-top: 40px
}

.desktop-hide {
    display: none;
}

.mobile-hide {
    display: block;
}

footer a:hover {
   color: #0E1B30;
}

@media (max-width: 1200px) {

#about ul
li {
    margin-bottom: 1em;
}
#download
h2 {
    padding-right: 0;
}

#about
.txt {
    padding: 16px 25px;
}


}
/* desktop */
@media (min-width: 992px) {
    h1 {
        font-size: 3rem;
    }
    #weAre h2 {
        font-size: 2.4rem;
    }
}

/* mobile and tablet*/
@media (max-width: 992px) {

    #about .img img.img-fluid {
        border-radius: 10px;
    }

    #experts h2 , #download h2 {
        font-size: 1.75rem;
    }

    .qr {
        display:none;
    }

    .hidden-desk {
        display:flex;
    }
    

    @supports (-webkit-touch-callout: inherit) {
        /* CSS specific to iOS devices */
        #slider {
            background-size: cover;
        }
    }

    #about ul
    li {
        margin-bottom: 2em;
    }

    #about h2 {
        color: #0e1b30;
    }
    
    #about {
        padding-top: 0;
    }
    
    #about
    .row {
        max-width: 100%;
        box-shadow: none;
        border-radius: 0;
        background-color: #f4f5f7;
    }
    
    #about .row:nth-child(2n) {
        flex-direction: column-reverse
    }
    
    #about img {
        border-radius: 8px;
    }
    
    #about
    .txt {
        background-color: #f4f5f7;
    }
    
    #about
    h2 {
        text-align: center
    }

    header .downLoadBtns
    a.movil {
        height: 40px;
        margin-bottom: 0em;
        width: 40px;
        display: flex !important;
        justify-content: center;
        align-items: center
    }

    .movil {
        display: block !important
    }

    .screen {
        display: none !important
    }

    header .downLoadBtns
    a {
        padding: 0 6px;
    }

}

@media (max-width: 768px) {
    .logo-skio {
        width: 80px;
        height: 33px;

    }
    .downLoadBtns
    a {
        padding: 0 6px;
    }

    .claves br {
        display: none;
    }

    #experts {
        padding: 48px 0;
    }
    
    section {
        padding-top: 48px;
        padding-bottom: 48px
    }

    header .col-4 {
        padding-left: 0px !important
    }

    .gradient {
        margin-bottom: 1em
    }

    #slider
    .downLoadBtns {
        margin-bottom: 53px
    }

    .mobile-hide {
        display: none;
    }

    .desktop-hide {
        display: block;
    }

    #weAre
    .row {
        align-items: center
    }

    #weAre .col-12.col-md-4 {
        text-align: left;
        margin-top: 16px;
    }

    #weAre .col-12.col-md-4
    p {
        margin-bottom: 0;
        font-size: 0.9em
    }

    #weAre .col-2.col-sm-12 {
        padding-right: 0px
    }

    .claves
    img {
        margin-top: 0em
    }

    #download
    h2 {
        margin-bottom: 1em
    }

    footer
    ul {
        flex-direction: column-reverse
    }

    footer ul
    li {
        margin-bottom: 1em
    }

    a.btn {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 38px
    }

    hr.container {
        max-width: 80% !important
    }
 
}

@media (max-width: 576px) {

    .downLoadBtns .col-4, .downLoadBtns .col-sm-4 {
        padding-right: 15px !important
    }

    header .downLoadBtns
    a.movil {
        height: 10vw;
        margin-bottom: 0em;
        width: 10vw;
        display: flex !important;
        justify-content: center;
        align-items: center
    }

    .downLoadBtns
    a {
        padding: 0 30%;
        margin-bottom: 1em
    }
}
