
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

@import './src/categorias/Productos.css';
@import './src/linkSociales/LinkSociales.css';
@import './src/footer/Footer.css';
@import './src/footerBanner/footerBanner.css';


*{
    box-sizing: border-box;
    padding: 0;
    border: 0;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    gap: 10px;

}
.title_magy{
    
        font-family: "Parisienne", system-ui;
        font-weight: 400;
        font-style: normal;
        font-size: 35px;
        color: #fff;
      
      
}
.btn-outline-light:hover{
    color: #000;
}
.modal-body{
    p{
        width: 100%;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        input{
            width: 70%;
            height: 30px;
            padding: 0 10px;
        }
    }
}
.btn{
    width: 120px;
}
#olvido{
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
#olvido:hover{
    color: #f00;
}

.body{
    position: relative;
}

.modalContainer{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background-color: #000000a4;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    >img{
        width: 60%;
        border-radius: 25px;
    }
    .equis{
        height: 30px;
        width: 30px;
        background-color: #000;
        border-radius: 50%;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 17.5%;
        right: 21%;
        >img{
            height: 20px;
            cursor: pointer;
        }
    }
}

#carouselExampleInterval_sml{
    display: none;
}
#carouselExampleInterval{
    display: flex;
}

.servicios{
    display: flex;
    background-color: #000;
    height: 15vh;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    p{
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        margin: 0;
        img{
            height: 50px;
        }
    }
}
.OurServices{
    /* height: 100vh; */
    width: 100%;
    background-color: #c6c6c6;
    padding: 20px;
}


/* /////////////////////////////////////////////////// */


@media (max-width:450px){

    .servicios{
        /* display: flex;
        background-color: #000; */
        height: 12vh;
        /* width: 100%;
        align-items: center;
        justify-content: space-evenly; */
        p{
            /* display: flex;
            flex-direction: column;
            align-items: center;
            color: #fff; */
            font-size: 14px;
            margin: 0;
            img{
                height: 22px;
            }
        }
    }

    .navbar{
        height: 100px;
    }
    .botones{
        display: none;
    }
    #carouselExampleInterval_sml{
        display: flex;
    }
    #carouselExampleInterval{
        display: none;
    }
    .modalContainer{
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100vw;
        background-color: #000000a4;
        z-index: 20;
        display: flex;
        justify-content: center;
        align-items: center;
        >img{
            width: 90%;
            border-radius: 25px;
        }
    }
   
    }



