@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
}

h1, h2{
    font-family: Montserrat;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 30px;
}
strong{
    font-weight: 600;
}

p.lead{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #000000;
}

header{
    padding-top: 86px;
    padding-bottom: 0;
}

section {
    padding: 80px 0;
}

footer{
    background: url('../images/footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

p.lead{
    margin-bottom: 50px;
}

#introduccion{
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
}

#mainNav{
    background-color: white;
    text-transform: uppercase;
    padding-top: 2rem;
}

.navbar-light .navbar-nav .nav-link{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link.active{
    color: #e10c77 !important;
}

#introduccion img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#aplicacion-movil,
#contacto,
#funcionalidades .container{
    background-color: #f3f1fe;
}

#funcionalidades{
    padding-top: 0;
    padding-bottom: 0;
}

#funcionalidades .container{
    padding-top: 60px;
    padding-bottom: 30px;
}

#funcionalidades li{
    padding: 0 30px 15px 50px;
}

#funcionalidades li h3{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

#funcionalidades li p{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}

#incidencias-item{
    background: url("../images/incidencias.svg") no-repeat top left;
}

#seguimiento-item{
    background: url("../images/seguimiento.svg") no-repeat top left;
}

#fichajes-item{
    background: url("../images/fichajes.svg") no-repeat top left;
}

#inventario-item{
    background: url("../images/inventario.svg") no-repeat top left;
}

#perfiles-item{
    background: url("../images/perfiles.svg") no-repeat top left;
}

#notificaciones-item{
    background: url("../images/notificaciones.svg") no-repeat top left;
}

label {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

input[type='email'],
input[type='text']{
    height: 55px;
    border-radius: 3px;
    border: solid 1px #d8ddf3;
}

textarea{
    border-radius: 3px !important;
    border: solid 1px #d8ddf3 !important;
}

.form-group {
    margin-bottom: 2rem !important;
}

.btn-send{
    border-radius: 27px;
    background-color: #e10c77;
    color: white;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 13px 90px;
    margin-top: 40px;
}

.btn-send:hover{
    color: white;
    background-color: #af0b5d;
}

#confian-en-nosotros li {
   padding-top: 50px;
}

.copyright{
    color: white;
    margin-top: 100px;
}

form a{
    color: black;
    text-decoration: underline;
}

.modal a{
    color: black;
}

.modal a,
form a:hover{
    color: black;
}

.footer-link{
   display: block;
    text-align: center;
}

#contact-wrapper .message{
    border-radius: 10px;
    background-color: #f4e1fb;
    padding: 40px;
    text-align: center;
    font-size: 20px;
}

#contact-wrapper .message span{
    display: block;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #funcionalidades .container{
        border-radius: 20px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #introduccion {
        padding-top: 160px;
        padding-bottom: 80px;
        background: url('../images/shape-bg.svg') no-repeat right top;
    }

    #introduccion div:first-child {
        width: 30%;
    }

    #introduccion div:last-child {
        width: 100%;
    }

    #funcionalidades ul,
    #confian-en-nosotros ul {
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    #funcionalidades li {
        flex: 0 50%;
        padding: 0 30px 15px 50px;
    }

    #confian-en-nosotros li {
        flex: 0 33%;
        padding: 50px 0px;
    }

    #confian-en-nosotros li:first-child {
        margin-top: 20px;
    }

    #introduccion h1,
    #introduccion p.lead{
        text-align: left;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #panel-de-control{
        background: url('../images/dots-background.svg') no-repeat left -100px;
        background-size: contain;
    }

    #confian-en-nosotros{
        background: url('../images/shape-2.svg') no-repeat right;
        background-size: contain;
    }

    #aplicacion-movil p.lead,
    #panel-de-control p.lead,
    #contacto p.lead{
        padding: 0 80px;
    }

    .footer-link{
        text-align: right;
        display: inline-block;
        margin-left: 50px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    #funcionalidades h2,
    #introduccion h1 {
        font-size: 35px;
    }

    #introduccion {
        padding-top: 20px;
    }

    #introduccion p.lead {
        margin-bottom: 25px;
    }

    #introduccion h1{
        margin-bottom: 15px
    }

    .aos-container{
        overflow-x: hidden;
    }

}

