@charset "utf-8";

.empresa-top {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 0;
}

.empresa-top__gallery,
.empresa-top__content {
    margin: 2vw;
    margin-bottom: 20px;
}

.empresa-top__gallery {
    width: 35%;
}

.empresa-top__swiper {
    border-radius: 15px;
}

.empresa-top__title {
    text-align: left;
    font-size: 36px;
    margin: -5px 0 10px -1px;
}

.empresa-top__content p {
    color: #000;
    padding-bottom: 1em;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5em;
}

.empresa-separador {
    position: relative;
    background-image: url(../imagenes/empresa/bg-frase.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 7vw 120px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin-top: 30px;
}

.empresa-productos {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 100px 0 50px;
}

.empresa-productos__title {
    font-size: 3em;
    margin-bottom: 3vw;    
    text-align: center;
}

.empresa-producto-icono {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 1vw;
    height: 4.5vw;
    border-bottom: 2px #444 solid;
}

.empresa-productos p {
    color: #222;
    padding-bottom: 1em;
    font-size: 16px;
    line-height: 1.4em;
}

.empresa-productos ul li {
    list-style: disc;
    color: #f71c20;
}

.empresa-productos ul li p {
    list-style: disc;
    text-align: justify;
}

.empresa-tarjetas {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.empresa-tarjeta {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 2%;
    box-sizing: border-box
}
.empresa-tarjeta h3 {
    text-align: left;
    margin: 2vw 0;
    font-weight: 700;
    font-size: 17px
}

@media screen and (max-width: 1070px) {
    .empresa-top__content p {
        font-size: 18px;
    }

    .empresa-separador {
        font-size: 36px;
        padding: 7vw 80px;
    }

    .empresa-productos ul li p {
      text-align: left;
    }
}

@media screen and (max-width: 900px) {
	
    .empresa-tarjeta {
        width: 40%;
    }
}

@media screen and (max-width: 730px) {
    .empresa-separador {
        padding: 7vw 60px;
    }
}

@media (max-width: 600px) {
    .empresa-top {
        flex-direction: column-reverse;
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .empresa-top__gallery {
        margin: 0;
        width: 100%;
    }

    .empresa-top__gallery img {
        width: 100%;
    }

    .empresa-top__content {
        margin: 5vw;
        padding-top: 2vw;
    }

    .empresa-top__title {
        text-align: center;
        font-size: 34px;
        line-height: 1.3em;
        padding-bottom: 2vw;
        margin: -5px 0 10px;
    }

    .empresa-top__content p {
        font-size: 18px;
    }

    .empresa-separador {
        background-image: url("../imagenes/empresa/bg-frase-m.webp");
        background-size: auto 100%;
        padding: 20vw 40px;
        color: #fff;
        background-attachment: fixed;
    }

    .empresa-productos {
        margin: 5%;
    }

    .empresa-productos ul li p {
        text-align: justify;
    }

    .empresa-productos__title {
        font-size: 8vw;
        line-height: 1.3em;
        padding-bottom: 2vw;
    }

    .empresa-producto-icono {
        padding: 0 0 2vw;
        margin: 12vw 0 0;
        height: auto;
        box-sizing: border-box;
    }

    .empresa-producto-icono img {
        width: 23vw;
    }

    .empresa-productos ul li p {
        font-size: 18px;
        color: #000;
    }

    .empresa-tarjetas {
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center
		}

    .empresa-tarjeta {
				display: flex;
				width: 90%;
				margin: 0
		}

		.empresa-tarjeta h3 {
				text-align: left;
				margin: 8vw 0;
				font-size: 4.5vw;
		}
}