@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

body {    
   font-family: 'Poppins' , sans-serif;
   font-weight: 300;
   font-style: normal;
   overflow-x: hidden;
}

img {
    max-width: 100%;

}

.container {
    max-width: 1200px;
    margin: 0 auto;

}
.header {
    background-image: url('/images/entrada.jpeg');
    background-size: cover; 
    background-position: center;
    display: flex;
    align-items: center;
    min-height: 70vh;
    padding: 100px 0;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menus{
    background-color: #842526;
    color: #ffffff;
    padding: 10px;
    height: 100%;
    border-radius: 12px;
}
.menus ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menus li {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.menus li:hover {
    box-shadow: 4px 5px 25px rgba(71, 188, 218, 0.5);
    border-radius: 15px;
    
}
#contenido {
    padding: 20px;
}
#contenido img {
    max-width: 100%;
    height: auto;
}
.logo { 
    color: #ac3436;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    width: 15%;
}
.logo img {
    border-radius: 45%;
}
.menu .navbar ul li {
    position: relative;
    float: left;
}
.menu .navbar ul li a {
    font-size: 16px;
    padding: 10px;
    color: #333128;
    display: block;
    font-weight: 400;
    transition: color 0.3s ease, transform 0.2s ease; 
}
.menu .navbar ul li a:hover {
    color: #ac3436;
    transform: scale(1.2);
}
#menu {
    display: none;
}
.menu-icono {
    width: 25px;
}
.menu label {
    cursor: pointer;
    display: none;
}
.submenu{
    position: relative;
}
.submenu #carrito {
    display: none;
}
.phones {
    display: flex;
    align-items: center;
}
.phones img {
    margin-right: 10px;
}
.phones p {
    margin: 0;
}
.submenu:hover #carrito{
    display: block;
    position: absolute;
    right: 0;
    backdrop-filter: blur(10px);
    top: 100%;
    z-index: 1;
    background-color: #4e4b5076;
    padding: 20px;
    min-width: 400px;
    border-radius: 25px;
    margin-top: 5px;
}
.red-title  {
    color:#ac3436 !important;
}
table {
    width: 100%;
}

th, td {
    color: #ffffff;
}
.borrar { 
    background-color: #ac3436;
    border-radius: 50%;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.header-content {
    display: flex;

}

.header-txt{
    flex-basis: 50%;
}

.header-txt span {
    font-size: 16px;
    color: #ac3436;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.header-txt h1 {
    font-size: 55px;
    line-height: 1;
    color: #333128;
    margin-bottom: 25px;

}

p {
    font-size: 16px;
    color: #181713;
    margin-bottom: 45px;
}

.btn-1 {
    display: inline-block;
    padding: 13px 25px;
    color: #ffffff;
    border-radius: 25px;
    background-color: #ac3436;
    text-transform: capitalize;
}
.header-img {
    flex-basis: 50%;
    text-align: center;
}
#img-carrito{
    width: 20%;
}
.header-img img{
    width: 80%;
    border-radius: 25px;
    box-shadow: 8px 10px 15px rgba(0, 0, 0, 0.5);
}

span{
    font-weight: 800;
    color:#ac3436;
}
.con-span {
    text-align: center;
}
.con-span span{
    font-size: 24px;
    font-weight: bold;
    color: #ac3436; /* Color anaranjado */
    animation: pulse 1.5s infinite; /* Aplicar la animación */
    display: inline-block;
    transform-origin: center; /* El punto de origen de la animación */
}
.information {
    width: 70%;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 25px 75px;
    margin-top: -75px;
    background-color: #ffffff;
}
.information-content {
    text-align: center;
    display:flex;
    justify-content: space-between;
}

.information-1 img{
    width: 15%;   
}

h3 {
    font-size: 17px;
    color: #181713;
    
}

.information-1 p {
    margin-bottom: 0;
}

.oferts {
    padding: 100px;
    display: flex;
    justify-content: space-between;
}

.ofert-1 {
    text-align: center;
    flex-basis: calc(25% - 20px);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 35px;
}

.ofert-1 img {
    width: 140px;
    margin-bottom: 10px;
}
.ofert-1 p{
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    color: #ac3436;
}

.products {
    padding: 0 0 100px 0;
    text-align: center;
}

.products h2 {
    font-size: 40px;
    color: #181713;
    text-transform: capitalize;
    margin-bottom: 55px;
}

.product-content { 
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
}

.product {
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 35px;
}

.product img {
    width: 30%;
    
    margin-bottom: 10px;
}

.product h3 {
    color: #ac3436;
}

.product p {
    font-size: 15px;
    margin: 0;
    color: #181713;
    font-weight: 600;
}

.btn-2 {
    display: inline-block;
    margin-top: 15px;
    padding: 7px 25px;
    border-radius: 5px;
    color: #ffffff;
    background-color: #ac3436;
}

.service {
    padding-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.service-1 {
    flex-basis: 30%;
    padding: 25px;
    background-color: #faf2dd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store {
    width: 300px;
    height: 250px;

}

.service-2 {
    flex-basis: 40%;
    padding: 25px;
    background-color: #f7fcb9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-3 {
    flex-basis: 30%;
    padding: 25px;
    background-color: #fde5fb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact {
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

form{
    display: flex;
}
input {
    padding: 17px 35px;
    border-radius: 25px;
    border: 1px solid #ac3436;
    outline: none;
}
.btn-3 {
    margin-left: 10px;
    color: #ffffff;
    background-color: #ac3436;
}

.footer {
    padding: 50px 0;
    background-color: #ac3436;
}
.footer-content {
    display: flex;
    justify-content: space-between;
}

.link h3 {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}

.link a {
    color: #f3f3f3;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.link a:hover {
    color: #ffffff;
}
.data {
    display: flex;
    margin-bottom: 40px;
}
.data img {
    width: 40%;
    height: auto;
    margin-left: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* sombra suave */
    border-radius: 8px; /* bordes redondeados */
}
.data .text-container {
    width: 60%;
}
.data .text-container p {
    margin-bottom: 20px; /* espacio entre párrafos */
    font-size: 18px;
}
.data-text-botton {
    font-size: 18px;
    text-align: justify;
    margin: 0 2rem 2rem 10px;
}
.mvv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mvv-cards-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Estirar los elementos verticalmente */
    flex-wrap: wrap;
    gap: 1rem; /* Espacio entre las tarjetas */
    margin: 20px;
}

.mvv-card {
    width: calc(33.33% - 1rem);
    margin-bottom: 1rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.mvv-card img {
    width: 100%;
    border-radius: 10px 10px 0 0; 
}
.mvv-card h4,
.mvv-card p {
    padding: 1rem;
}
.mvv-box-doble {
    background-color: #f7fcb9;  
}
.mvv .card{
    margin-right: 1rem; 
    width: 30rem;
    height: 37rem;
    padding: 20px;
}
.mvv .card h4,
.mvv .card p {
    margin: 1rem 0;
}
.mvv .card:last-child {
    margin-right: 0;
}
.mvv .card img {
    width: 100%;
    border-radius: 2%;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.box{
    flex: 1 0 calc(50% - 20px);
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #f7fcb9;
}
.box h3{
    color: #760909;
}
.boxes-container{
    display: flex;
    justify-content: center;
}
.box-doble { 
    width: 40%;
    background-color:#f7fcb9;  
    margin: 10px;
    padding: 5px 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.box-doble li {
    text-align: left;
}
.intro-text{
    margin: 0 2rem;
    text-align: justify;
}
.title {
    color:brown;
    font-size: 25px;
}
.main-image{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.main-image img {
    border-radius: 2%;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
}
.text-card {
    text-align: justify;
}
.contacto{
    display: flex;
    justify-content: space-evenly;
    height: 25rem;
}
.contacto .s1{
    width: 50%;
}
.contacto .s2{
    width: 50%;
}
.phone-number{
    display:flex;
    justify-content: center ;
}
.phone-number img{
    max-width:  3%;
    margin-right: 0.5rem;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
   background-color:#fff;
}
.my-float{
	margin-top:16px;
}

@media(max-width:990px){
    iframe {
        visibility: hidden;
    }
    .contacto{
        text-align: justify;
    }
}.nav-active {
    color: black !important;
    text-shadow: 0 0 8px rgba(172, 52, 54, 0.5);
}
.hidden {
    display: none;
}
.hidden-data {
    display: none;
    margin-left: 0;
    margin-bottom: 32px;
}
.service-slider {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.svgImage {
    margin: 0 10px;
}
/* CSS del carrusel instalaciones */
.carrousel{
    width: 90%;
    max-width: 120em;
    padding: 2em;
    background-color: rgb(238, 242, 244);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}
.carrousel .grande{
    width: 200%;
    background-color: rgb(240, 238, 233);
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2em;

    transition: all .5 ease;
    transform: translateX(0%);
}
.carrousel .img {
    width: calc(100% / 2 - 2em);
    min-width: 5vh;
    background-color: rgb(0, 1, 0);
}
.carrousel .puntos{
    width: 100%;
    background-color: rgb(255, 253, 253);
    padding: 0.4em;
    margin: 1em 0 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.carrousel .punto{
    width: 1.5em;
    height: 1.5em;
    background-color: rgb(255, 255, 255);
    margin: 1em 1em 0;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
    
}
.carrousel .punto.activo {
    background-color: rgb(156, 14, 52);
}
.pcolor {
    color: #f3f3f3;
}
/*Responsive design*/
@media(max-width:991px){
    .menu {
        padding: 30px;
    }
    .menu label {
        display: initial;
    }
    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #d94c4c;
        display: none;
    }
    .menu .navbar ul li {
        width: 100%;
    }
    .menu .navbar ul li a:hover {
        color: #000;
        transform: none;
    }
    .menu .navbar ul li a {
        color: #ffffff;
    }
    .nav-active {
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    }
    .logo {
        display: none;
    }
    #menu:checked ~ .navbar {
        display: initial;
    }
    .submenu:hover #carrito {
        min-width: 340px;
    }
    .header {
        min-height: 0vh;
        padding: 100px 30px;
    }
    .header-content {
        flex-direction: column;
        text-align: center;
    }
    .header-txt {
        margin-bottom: 20px;
    }
    .header-img img {
        width: 80%;
    }

    .information {
        display: none;
    }

    .oferts {
        padding: 30px;
        flex-direction: column;
    }
    .ofert-1 {
        margin-bottom: 25px;
    }
    .ofert-1 #o4 {
        display: none;
    }
    .products {
        padding: 30px;
    }
    .product-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .product:nth-child(7) {
        grid-column: 1 / -1;
        text-align: center;
    }
    /* Services Section */
    .hidden {
        display: block;
    }
    .service {
        flex-direction: column;
        position: relative;
        overflow: hidden; /* Oculta el contenido que se desborda */
    }
    .service-slider {
        display: flex;
        transition: transform 0.3s ease; /* Agregar transición para animación de desplazamiento */
    }
    .slide {
        flex: 1 0 100%; /* Cada diapositiva ocupa el 100% del ancho */
        min-width: 100%;
    }
    .arrow-left, .arrow-right {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        cursor: pointer; /* Cambiar el cursor al pasar sobre las flechas */
    }
    .arrow-left {
        left: 0;
    }
    .arrow-right {
        right: 0;
    }
    .indicators {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .indicator {
        width: 10px;
        height: 10px;
        background-color: #ccc;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
    }
    .active {
        background-color: #ac3436;
    }
    /* Services Section End */
    /* Data - Conocenos Page*/
    .show-data {
        display: none;
    }
    .hidden-data {
        display: block;
        font-size: 18px;
    }
    /* Data END - Conocenos Page*/
    /* MVV Cards - Conocenos Page */
    .mvv-cards-container {
        justify-content: center;
        margin: 0;
    }
    .mvv-card {
        width: calc(50% - 1rem);
    }
    /* MVV Cards END - Conocenos Page */
    .footer{
        padding: 30px;
    }
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .main-image {
        margin: 10px;
    }
    p {
        font-size: 18px;
    }
    .ofert-1 {
        display: none;
    }
    .product-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .product {
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        transition: transform 0.3s ease;
    }
    .product:hover {
        transform: translateY(-5px);
    }
    .product img {
        border-radius: 8px;
    }
    .product h3 {
        margin-bottom: 10px;
    } 
    .data {
        flex-direction: column;
    }
    .data img {
        margin-right: 0;
        margin-bottom: 20px; 
        width: 100%;
    }
    .data .text-container {
        width: 100%;
    } 
    .data .text-container p {
        margin: 0;
        margin-bottom: 10px;
    }
    .show-data {
        display: block;
    }
    .hidden-data {
        display: none;
    }
    .mvv-card {
        width: calc(100% - 1rem); 
    }
  }

.car-img {
    width: 45%;
    
}