@import url(colors.css);
@import url(fonts.css);

* {
    margin: 0px;
    padding: 0px;
}

/* main -> sección de hero landing page */

main {
    padding-top: 70px;
    padding-bottom: 50px;
    background: rgb(160, 212, 231);
    background: linear-gradient(0deg,
            rgba(160, 212, 231, 1) 0%,
            rgba(244, 250, 252, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
}

main div {
    padding: 0px;
}

main div h1 {
    width: 100%;
    color: var(--azul-oscuro);
    font-family: FiraSans-ExtraBold;
    font-size: 56px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#main-image {
    max-width: 100%;
    max-height: 100%;
}

#main-contadores {
    margin-top: 70px;
    margin-bottom: 100px;
}

.main-contador h2 {
    text-align: center;
    color: var(--azul-oscuro);
    font-family: FiraSans-ExtraBold;
    font-size: 56px;
}

.main-contador p {
    width: 100%;
    text-align: center;
    color: var(--azul-oscuro);
    font-family: FiraSans-ExtraBold;
    font-size: 16px;
}

/* Seccion de socion comerciales */

#seccion-socios {
    padding-top: 40px;
    padding-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 50px;
}

#seccion-socios h3 {
    font-family: FiraSans-Bold;
    font-size: 30px;
    color: var(--azul-oscuro);
    text-align: center;
}

.content-image-socios {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* Sección erp */

#seccion-erp {
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    background: rgb(160, 212, 231);
    background: linear-gradient(180deg,
            rgba(160, 212, 231, 1) 0%,
            rgba(221, 240, 246, 1) 27%,
            rgba(244, 250, 252, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
}

#text-erp h2 {
    width: 100%;
    font-family: FiraSans-Bold;
    font-size: 50px;
    color: var(--azul-oscuro);
    text-align: end;
}

#text-erp div {
    width: 100%;
    display: inline-flex;
    justify-content: end;
    padding: 0px;
    margin-top: 23px;
}

#text-erp div p {
    width: 78%;
    display: flex;
    text-align: end;
}

#seccion-iso {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 100px;
    background: rgb(160, 212, 231);
    background: linear-gradient(0deg,
            rgba(160, 212, 231, 1) 0%,
            rgba(221, 240, 246, 1) 27%,
            rgba(244, 250, 252, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
}

#text-iso {
    height: 100%;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
}

#text-iso h3 {
    width: 100%;
    font-family: FiraSans-Bold;
    font-size: 38px;
    color: var(--azul-oscuro);
}

#img-iso {
    width: 90%;
}

.modal-header img{
    width: 40px;
    margin-right: 10px;
}

#title-iso {
    color: var(--azul-oscuro);
    font-family: FiraSans-SemiBold;
    font-size: 22px;
}

.body-iso h6 {
    font-family: FiraSans-SemiBold;
    color: var(--azul-oscuro);
    margin-top: 16px;
    margin-bottom: 10px;
}

.cw-card {
    display: flex;
    align-items: center;
    width: 384px;
    margin-top: 40px;
}

.cw-card img {
    max-width: 82px;
    max-height: 82px;
}

.cw-card p {
    padding: 0px;
    margin-bottom: 0px;
    text-align: left;
    max-width: 300px;
    margin-left: 50px;
}

/* Sección productos */

#seccion-productos {
    width: 100%;
    background-color: var(--azul-oscuro);
    padding-top: 100px;
    padding-bottom: 120px;
}

#seccion-productos h2 {
    width: 100%;
    font-family: FiraSans-Bold;
    font-size: 50px;
    color: var(--azul-claro-1);
    text-align: center;
}

#barra-productos {
    margin-top: 60px;
    margin-left: 60px;
    margin-right: 60px;
    padding: 0px;
    background-color: var(--azul-claro-1);
    height: 4px;
    display: flex;
    align-items: center;
    transition: 0.4s;
}

#barra-productos.start {
    justify-content: start;
}

#barra-productos.center {
    justify-content: center;
}

#barra-productos.end {
    justify-content: end;
}

#barra-productos div {
    width: 100px;
    height: 8px;
    background-color: white;
}

#productos {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#productos .opcion-producto {
    color: white;
    font-family: FiraSans-SemiBold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

#productos .opcion-producto.active {
    color: var(--azul-claro-1);
}

#titulo-producto {
    width: 100%;
    font-family: FiraSans-Bold;
    font-size: 40px;
    color: var(--azul-claro-1);
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#descripcion-producto {
    margin-top: 40px;
    width: 100%;
}

#imagen-producto {
    max-width: 100%;
}

/* Sección experiencia */

#seccion-experiencia {
    padding-top: 50px;
    padding-bottom: 140px;
    background: rgb(160, 212, 231);
    background: linear-gradient(180deg,
            rgba(160, 212, 231, 1) 0%,
            rgba(221, 240, 246, 1) 27%,
            rgba(244, 250, 252, 1) 51%,
            rgba(255, 255, 255, 1) 100%);
}

#content-experiencia {
    max-width: 100%;
    margin-top: 120px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cw-card-experiencia {
    width: 330px;
    min-height: 190px;
    position: relative;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.33);
}

.cw-card-experiencia img {
    max-width: 74px;
    max-height: 74px;
    position: absolute;
    top: -60px;
    left: 10px;
}

.cw-card-experiencia h4 {
    font-family: FiraSans-Bold;
    font-size: 25px;
    color: var(--azul-oscuro);
    position: absolute;
    top: -40px;
    left: 100px;
}

.cw-card-experiencia p {
    width: 300px;
    padding: 0px;
    margin: 20px;
}

#content-experiencia-2 {
    max-width: 100%;
    margin-top: 120px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-experiencia-2 div {
    margin: 0px 30px;
}

.modal-footer div{
    width: 100%;
    padding: 0px 10px;
}

.modal-footer div h6{
    font-family: FiraSans-SemiBold;
    color: #002e49;
}

.container-img-modal-footer{
    width: 100%;
    display: inline-flex;
    justify-content: start;
    align-items: center;
}

.container-img-modal-footer img{
    width: 150px;
    margin: 0px;
    padding: 0px;
}

.container-img-modal-footer hr{
    height: 86px;
    width: 2px;
    background-color: #002e49;
    margin: 0px 15px;
}



@media (max-width: 991px) {
    main {
        width: 103%;
        margin-top: 30px;
    }

    main div {
        margin: 0 auto;
    }

    #main-image {
        margin-top: 100px;
    }

    #logo-erp {
        width: 300px;
    }

    #text-iso div p {
        padding: 0px;
    }

    #imagen-producto {
        max-width: 100%;
        margin-top: 80px;
    }

    .container {
        padding: 0px;
    }

    #content-experiencia {
        display: flex;
        flex-direction: column;
    }

    #content-experiencia-2 {
        display: flex;
        flex-direction: column;
        margin-top: -100px;
    }

    .cw-card-experiencia {
        margin-bottom: 100px;
    }

    #content-experiencia-2 .cw-card-experiencia {
        margin-top: 100px;
    }

    .cw-parrafo {
        width: 100%;
        padding: 20px;
    }

    .cw-parrafo-negro {
        width: 100%;
        padding: 20px;
    }

    .cw-parrafo-blanco {
        width: 100%;
        padding: 20px;
    }

    .container-img-modal-footer img{
        width: 100px;
    }

    .container-img-modal-footer hr{
        height: 46px;
    }
}

@media (max-width: 845px) {
    #logo-erp {
        margin-left: 90px;
        margin-bottom: 50px;
    }

    .cw-card p {
        margin-left: 30px;
    }

    .container-img-modal-footer img{
        width: 100px;
    }

    .container-img-modal-footer hr{
        height: 46px;
    }
}

@media (max-width: 767px) {
    #seccion-erp {
        width: 100%;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #logo-erp {
        width: 150px;
        margin-left: 0px;
        margin-bottom: 50px;
    }

    #text-erp h2 {
        text-align: center;
    }

    #text-erp div {
        justify-content: center;
    }

    #text-erp div p {
        width: 100%;
        text-align: center;
    }

    #seccion-iso{
        padding-top: 0px;
        padding-bottom: 60px;
    }

    #text-iso h3 {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        font-size: title-iso;
    }

    #text-iso div {
        justify-content: center;
    }

    #btn-iso{
        margin-top: 50px;
    }

    #img-iso {
        width: 70%;
        margin-top: 60px;
    }

    #btn-iso {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .container-img-modal-footer img{
        width: 80px;
    }

    .container-img-modal-footer hr{
        height: 46px;
    }

}

@media (max-width: 575px) {

    main div h1 {
        font-size: 50px;
    }

    #seccion-socios h3 {
        padding: 20px;
    }

    #text-erp h2 {
        font-size: 44px;
    }

    #text-erp div p {
        width: 100%;
        text-align: center;
    }

    #descripcion-producto {
        padding: 20px;
    }

}
