/*----------------------------------GENERALES----------------------------------*/
body {
    font-family: "Montserrat", sans-serif;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

.bgTitleGradient {
    background: linear-gradient(90deg, rgba(160, 199, 227, 1) 0%, rgba(137, 199, 232, 1) 25%, rgba(255, 72, 105, 1) 100%);
    color: #FFFFFF;
    margin-top: 0;
}

.btnFaqs {
    background-color: #FFFFFF;
    border: 1px solid #002C5D;
    border-radius: 10px;
    color: #002C5D;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.btnRevisar {
    background-color: var(--color-button);
    border-radius: 15px;
    border: 3px solid white;
    color: white;
    margin: auto;
    width: 60%;
    font-weight: 600;
}

.btnRevisar:hover {
    color: var(--color-nav);
    background-color: var(--color-button);
    border-radius: 15px;
    box-shadow: 8px 8px 0px 0px rgb(122, 205, 212) !important;
}

.btnRevisare {
    background-color: var(--color-button);
    border-radius: 15px;
    border: 3px solid white;
    color: white;
    margin: auto;
    width: 100%;
    font-weight: 600;
}

.btnRevisare:hover {
    color: var(--color-nav);
    background-color: var(--color-button);
    border-radius: 15px;
    box-shadow: 8px 8px 0px 0px rgb(122, 205, 212) !important;
}

.btnRevisar:hover {
    border: 3px solid var(--color-button);
    color: white;
}

.btnRevisare:hover {
    border: 3px solid var(--color-button);
    color: white;
}

.inputG {
    border: 3px solid var(--color-button);
    border-radius: 15px;
    color: gray;
    text-align: center;
    width: 100%;
}

.inputG:focus {
    border: 3px solid #ED2D4D;
    outline: none;
}

/*----------------------------------TAMAÑOS DE FUENTES----------------------------------*/
h1, .titleModal {
    font-size: 2.3em;
    font-weight: 600;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.3em;
    font-weight: 500;
}

h4, .contentModal {
    font-size: 1.2em;
    font-weight: 400;
}

p .titleFaqs, .dropdown-item, .dropdownitems {
    font-size: 1em;
    font-weight: 400;
}

input, select, button {
    font-size: 1em;
    font-weight: 400;
}

ul {
    list-style-type: disc;
}

/*----------------------------------SLIDER TIENDAS----------------------------------*/
.slider {
    background: transparent;
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: auto;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 50s linear infinite;
    animation: scroll 50s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: auto;
    width: 250px;
}

/*----------------------------------COLORES----------------------------------*/
:root {
    --color-explora: #009D8E;
    --color-alpha-explora: rgba(0, 44, 92, 0.3);
    --color-alpha-disfruta: rgba(0, 159, 227, 0.3);
    --color-comparte: #8be9e9;
    --color-disfruta: #1da6f2;
    --color-nav: #fff;
    --color-button: #ed2d4d;
    --color-app: #9ed0ef;
}

.bg-explora {
    background-color: var(--color-explora);
}

.bg-beneficios {
    background-color: var(--color-app);
}

.bg-app {
    background-color: white;
}

.backgroundLightBlue {
    background-color: #8be9e9;
    border-radius: 20px;
}

.white {
    color: white !important;
}

/*----------------------------------NAVBAR----------------------------------*/
.navbar-light .navbar-nav .nav-link {
    color: #FFFFFFfF;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-nav);

}

.navbar-light {
    border-color: var(--color-explora);
}

.navbar-toggler {
    border: transparent;
}

.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")!important;
    color: white!important;
    @media (max-width: 435px) {
        font-size: 0.55em !important;
    }
}

.navbar-light .navbar-nav .show > .nav-link {
    color: var(--color-nav);
}

.navbar-light .navbar-nav .nav-link:focus {
    color: var(--color-nav);
}

.navbar-light .navbar-toggler {
    font-size: 1.7em;
    color: transparent;
    border-color: transparent;
}

.dropdown-item {
    font-weight: 600;
    color: #FFFFFFBF !important;
}

.dropdownitems {
    font-weight: 600;

}

.dropdown-item:hover {
    background-color: transparent;
    color: var(--color-nav) !important;
}

.dropdownitems:hover {
    background-color: transparent !important;
    color: var(--color-nav) !important;
}

.dropdown-menu {
    background-color: #006652;
    border: white solid 1px;
    opacity: 1;
}

.dropdownmenus {
    background-color: #03A53C !important;
    background-image: linear-gradient(to right, #66B924, #069F89, #03A53C) !important;
    border: none !important;
    opacity: 1 !important;
}

.vr {
    background-color: var(--color-nav);
    opacity: 1;
}

/*----------------------------------FOOTER----------------------------------*/
.line {
    width: 100%;
    background-color: #000000;
    height: 1vw;
}

.btnSuscribete {
    background-color: var(--color-button);
    border-radius: 15px;
    border: 3px solid white;
    color: white;
    margin: auto;
    width: 100%;
}

.btnIniciarSession {
    background-color: var(--color-button);
    color: white;
    margin: auto;
    width: 100%;
}

.btnIniciarSession:hover {
    border-radius: 15px;
    color: white;
}

::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-style: normal !important;
}

.btnSuscribete:hover {
    color: var(--color-nav);
    background-color: var(--color-button);
    border-radius: 15px;
    box-shadow: 8px 8px 0px 0px rgb(122, 205, 212) !important;
    border: 3px solid var(--color-button);
    color: white;
}

footer ul li {
    font-size: 12px;
    list-style-type: none;
    margin: 5px 0;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

footer .form-control {
    border-radius: 10px;

}

footer .form-control:focus {
    color: var(--color-explora);

}

.redes {
    color: white;
    list-style-type: none;
    font-size: 30px;
}

.redes a:hover {
    color: var(--color-nav);
}

.textCopy {
    font-size: 12px;
}

.imgWhats {
    width: 60px;
    bottom: 75px;
    right: 15px;
    z-index: 1;
}

.imgMess {
    width: 60px;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

/*----------------------------------CARRUSELES----------------------------------*/
.carousel-control-next {
    opacity: 1;
    right: -8%;
}

.carousel-control-prev {
    opacity: 1;
    left: -10%;
}

.carousel-indicators {
    position: relative;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #CCCCCC;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #002C5D;
}

.carousel-indicators.commentsW [data-bs-target], .carousel-indicators.commentsR [data-bs-target] {
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #CCCCCC;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
}

.carousel-indicators.commentsW .active, .carousel-indicators.commentsR .active {
    background-color: #8be9e9;
}

.carousel-item {
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .2s ease-in-out;
}

/*----------------------------------ERROR----------------------------------*/
.errorContent {
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.errorContent h1 {
    font-size: 4em;
    text-align: center;
}

.errorContent .btnPink {
    background-color: #FF4869;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-size: 3em;
}

/*----------------------------------MODALES----------------------------------*/
.modal-content {
    border: 3px solid #03A53C;
    border-radius: 40px;
}

.modal-content.blacklist {
    background-color: #5b9bd5;
    border: none;
    border-radius: 40px;
}

.modal-content.popup {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 30px;
}

.titleModal {
    font-weight: 700;
}

.ptamano {
    font-size: 1em;
}

.contentModal {
    font-weight: 500;
}

.btnModal {
    background-color: var(--color-button);
    border-radius: 15px;
    border: 3px solid white;
    color: white;
    margin: auto;
}

.btnModal:hover {
    color: var(--color-nav);
    background-color: var(--color-button);
    border-radius: 15px;
    box-shadow: 8px 8px 0px 0px rgb(122, 205, 212) !important;
    border: 3px solid var(--color-button);
    color: white;
}


@media only screen and (min-width: 1024px) {
    .bgTitleGradient {
        background: linear-gradient(90deg, rgba(160, 199, 227, .7) 0%, rgba(137, 199, 232, .7) 25%, rgba(255, 72, 105, .7) 100%);
        margin-top: 4%;
    }

    .img-logoP {
        height: 43px !important;
    }


    h1, .titleModal {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4, .contentModal {
        font-size: 1.4em;
    }

    p, button .titleFaqs {
        font-size: 1.2em;
    }

    input, select, button {
        font-size: 1.2em;
    }

    .dropdown-menu {
        background-color: #2C9F90;
        opacity: 1;
    }
    .btnIniciarSession {
        border-radius: 10px !important;
    }
}

@media only screen and(min-width: 1366px) {
    .btnIniciarSession {
        border-radius: 10px !important;
    }

}

@media only screen and (min-width: 1440px) {
    .img-logoP {
        height: 43px !important;
    }

    h1, .titleModal {
        font-size: 2.3em;
    }

    h2 {
        font-size: 1.9em;
    }

    h3 {
        font-size: 1.7em;
    }

    h4, .contentModal {
        font-size: 1.6em;
    }

    p {
        font-size: 1.2em;
    }

    .ptamano {
        font-size: 1em;
    }

    input {
        font-size: 1em;
    }

    .bgTitleGradient {
        margin-top: 7%;
    }

    .carousel02 {
        padding: 100px 0;
        margin-right: 100px;
    }

    .pasarela {
        width: 60%;
    }

    .bg-exploraI {
        background-size: 25%;
    }
}

@media only screen and (min-width: 1920px) {
    h1, .titleModal {
        font-size: 3.1em;
    }

    h2 {
        font-size: 2.3em;
    }

    h3 {
        font-size: 2.1em;
    }

    h4, .contentModal {
        font-size: 2em;
    }

    .bgTitleGradient {
        margin-top: 10%;
        opacity: .9;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5%;
        opacity: 1;
    }

    .img-logoP {
        height: 43px !important;
    }

}

@media only screen and (min-width: 2560px) {
    h1, .titleModal {
        font-size: 3.3em;
    }

    h2 {
        font-size: 2.5em;
    }

    h3 {
        font-size: 2.3em;
    }

    h4, .contentModal {
        font-size: 2.2em;
    }

    .img-logoP {
        height: 43px !important;
    }

}


