@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
}

img {
    display: block;
    width: 100%;
}

.img-logo {
    visibility: hidden;
}

.logo.main-header__container {
    display: none;
}

.main-header {
    padding: 20px;
}

.main-header__title {
    text-align: center;
    font-size: 2.2em;
    margin: 20px;
    color: #454546;
}

.main-header__title .trademark {
    font-size: 0.5em; /* Ajusta el tamaño del símbolo de marca registrada */
    vertical-align: super; /* Opcional: ajusta la alineación vertical */
}

.trademark{
    font-size: 0.5em; /* Ajusta el tamaño del símbolo de marca registrada */
    vertical-align: super; /* Opcional: ajusta la alineación vertical */
}

.main-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header__link {
    color: #0d2954;
}

/* Estilos del Menu */
.main-nav {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 999999;
}

.menu {
    position: absolute;
    top: 165px;
    left: 0;
    background: #0d2954;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0;
}

.menu__item {
    text-align: center;
    margin: auto;
}

.menu__link {
    padding: 20px;
    color: white;
    text-decoration: none;
    position: relative;
    display: block;
}

.menu__link:hover {
    background: white;
    color: #0d2954;
}

.mostrar {
    opacity: 1;
    visibility: visible;
}

.icon-menu {
    font-size: 1.5em;
    /* border: 1px solid #454546; */
    display: block;
    cursor: pointer;
    margin-left: auto;
}

.main-header__btn {
    display: block;
    padding: 10px 10px;
    color: #0d2954;
    border: 1px solid #0d2954;
    text-decoration: none;
}

.main-header__input {
    display: block;
    padding: 10px;
    width: 50%;
}


/* ESTILOS DE SLIDER */
.container-slider {
    /* margin: 50px 0; */
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    width: 100%;
    height: 300px;
    position: relative;
}

.slider:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.slider__section {
    width: 100%;
    position: relative;
}

.slider__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__content {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center;
    z-index: 999;
}

.slider__title {
    font-size: 1.6em;
    margin: 0;
}

.slider__txt {
    margin: 5px 0;
}

/* ESTILOS DE PRODUCTOS */
.container-products {
    display: grid;
    grid-gap: 15px;
}

.product {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
    display: grid;
    grid-gap: 15px;
}

.product__img.up {
    order: -1;
}

.product__description.up {
    order: 2s;
}

.product__img {
    width: 100%;
}

.product__price {
    font-weight: bold;
    padding-bottom: 10px;
}

.product__icon {
    display: block;
    margin-top: 10px;
}

.cards-news {
    display: grid;
    grid-gap: 15px;
}

.news {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
    display: grid;
    grid-gap: 15px;
}

.news__description.up {
    order: 2s;
}

.news__price {
    font-weight: bold;
}

.news__icon {
    display: block;
    margin-top: 10px;
}

.container__testimonials {
    text-align: center;
    background: #F7F7F7;
    padding: 20px;
    margin: 20px 0;
}

.text__container_father {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.text__container {
    width: 70%;
}

.testimonials_text {
    color: #777;
}

.container-editor {
    margin-top: 20px;
}

.editor__item {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.editor__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editor__circle {
    width: 200px;
    height: 200px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -200px;
    right: -150px;
    color: white;
    padding: 20px;
    padding-bottom: 70px;
    padding-right: 50px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s;
}

.editor__item:hover .editor__circle {
    transform: scale(1.2);
    bottom: -90px;
    right: -50px;
}

.editor__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: all 0.5s;
}

.editor__item:hover:before {
    opacity: 1;
}

.btn-shop:hover {
    color: white;
}

.main_footer {
    background-color: #0d2954;
}

.footer__paragraph{
    padding: 20px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.copy {
    color: #555;
}

.captcha-container {
    display: flex;
    justify-content: center;
}

.captcha{
    width: 300px;
    margin-top: 20px;
}

.chat{
    padding-top: 30px;
}

/*Estilos para tablet*/
@media screen and (min-width:768px) {
    .img-logo {
        visibility: visible;
    }

    .slider {
        height: 400px;
    }

    .editor__item {
        height: 250px;
    }

    .container-tips {
        margin: 50px 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

/*Estilos para web*/

@media screen and (min-width:1024px) {
    .img-logo {
        visibility: visible;
    }

    .logo.main-header__container {
        display: block;
    }

    .main-header {
        visibility: visible;
    }

    .container {
        width: 1000px;
        margin: auto;
    }

    .icon-menu {
        display: none;
    }

    .main-header .container--flex {
        display: flex;
        align-items: center;
    }

    .main-header__container {
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .main-header__txt {
        width: 100%;
    }

    .main-header__container:nth-child(2) {
        order: -1;
        width: 25%;
    }

    .main-header__container:nth-child(3) {
        width: 25%;
        padding: 0 20px;
        visibility: hidden;
    }

    .main-header__title {
        width: 100%;
        font-size: 4em;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

    .main-header__link {
        margin-bottom: 20px;
    }

    .main-header__btn {
        width: 130px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .main-header__input {
        width: 85%;
    }

    .main-nav {
        visibility: visible;
        opacity: 1;
        width: 100%;
        margin-top: 20px;
    }

    .menu {
        position: static;
        width: 100%;
        display: flex;
        background: none;
    }

    .menu__link {
        color: #333; 
    }

    .menu__link:hover {
        background: #0d2954;
        color: white;
    }

    .container-products {
        grid-template-columns: repeat(1, 1fr);
    }

    .product {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .product__img.up {
        height: auto;
        order: 0;
    }

    .cards-news {
        grid-template-columns: repeat(3, 1fr);
    }

    .news__title {
        height: 120px;
    }

    .container__news__paragraph {
        height: 100px;
    }

    .container__testimonials {
        font-size: 1.3em;
    }

    .testimonials__text {
        justify-content: space-around;
    }

    .container-editor {
        display: flex;
        justify-content: space-between;
    }

    .editor__item {
        width: 48%;
    }

    .copy {
        grid-column-start: span 4;
        text-align: center;
    }
}

@media screen and (min-width:1280px) {
    .img-logo {
        visibility: visible;
    }

    .main-header {
        visibility: visible;
    }

    .container {
        width: 1200px;
    }

    .main-header__container:nth-child(3) {
        padding-left: 60px;
    }

    .main-header__container:nth-child(2) {
        font-size: 1.3em;
    }

    .slider {
        height: 500px;
        font-size: 1.5em;
    }
}

@media screen and (min-width:1600px) {
    .img-logo {
        visibility: visible;
    }

    .main-header {
        visibility: visible;
    }

    .container {
        width: 1500px;
    }

    .main-header__container:nth-child(3) {
        padding-left: 150px;
    }

    .main-header__container:nth-child(2) {
        font-size: 1.5em;
    }

    .slider {
        height: 600px;
    }

    .product__img {
        height: auto;
    }
}