/* Estilos generales */
body {
    font-family: 'Arial', sans-serif;
    color: #333;
}
.container{
    max-width: 1200px;
}
.text-shadow{
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Header */
.navbar {
    background-color: transparent !important;
}
.navbar-brand img {
    height: 50px;
}
.navbar-nav .nav-link {
    color: #FFFFFF !important;
    font-weight: bold;
    border-radius:210px !important; 
}
.navbar-nav .nav-link:hover {
    background-color: #4EA486 !important;
}

/* Secciones */
section {
    min-height: 20vh;
    padding: 60px 0;
}

/* Carrusel */
.carousel {
    height: 90vh;
    width: 100%;
    max-height: 1000px;
}

.carousel-inner, 
.carousel-item {
    height: 100%;
    width: 100%;
}

.slide1, .slide2 {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide1 {
    background-image: url('../images/slide1.svg') !important;
}
.slide2 {
    background-image: url('../images/slide2.svg') !important;
}


/* Sección Nosotros */
.section2{
    background-image: url('../images/section2.png') !important;
    background-size: 70%;
    background-position: left center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


/* Sección Productos */
.section3 {
    background-image: url('../images/section3.svg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EDEEEF;
    display: flex;
    align-items: center;
}
.section4{
    background-image: url('../images/section4.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EDEEEF;
    display: flex;
    align-items: center;
}
.section6{
    background-image: url('../images/section6.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EDEEEF;
    display: flex;
    align-items: center;
}
.section7{
    background-image: url('../images/section7.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #EDEEEF;
    display: flex;
    align-items: center;
}

.card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
}
.card-title {
    font-weight: bold;
    color: #1D1D1B;
}

/* Sección Contacto */
#contacto {
    background-color: #1D1D1B;
    color: white;
    display: flex;
    align-items: center;
}
.form-control {
    border-radius: 5px;
}
input,
textarea,
.border-radius{
    border-radius: 20px !important;
}
.btn{
    border-radius: 20px !important;
}
.btn-white {
    background-color: #FFFFFF;
    border: none;
    font-weight: bold;
    color: #000;
}
.btn-white:hover {
    background-color: #FFFFFF;
}
.btn:hover {
    color: #000!important;
}
.logo{
    max-width: 280px;
}
p{
    font-size: 1.25rem;
}
.icon{
    max-width: 100px;
}
.icon-xs{
    max-width: 30px;
}

/* text */
.text-white{
    color: #FFFFFF !important;
}
.text-green{
    color: #4EA486 !important;
}
.text-dark{
    color: #1D1D1B !important;
}

/* color */
.bg-green{
    background-color: #4EA486 !important;
}
.bg-secondary{
    background-color: #878787 !important;
}


/* Footer */
footer {
    background-color: #2E2E2E;
    color: white;
    padding: 20px 0;
}



@media (max-width: 768px) {
    .carousel {
        height: 70vh;
    }



@media (max-width: 791px) {
    .navbar{
        background-color:rgba(0, 0, 0, 0.5) !important;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: white !important;
        padding: 0 !important;
        height: 100vh !important;
        z-index: -1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-collapse.show {
        z-index: 1030;
    }

    .navbar-nav {
        width: 100%;
        height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .navbar .nav-link {
        color: #000 !important;
        text-shadow: none !important;
        font-size: 1.5rem;
        padding: 1rem 2rem !important;
        width: 80%;
        text-align: center;
    }

    .navbar-toggler {
        border: 2px solid #fff !important;
        z-index: 1031;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234EA486' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
} 
