/* INITIAL SETTINGS */
body{
    padding: 0;
    margin: 0;
    font-family: "regular";
    clear: both;
    background-color: rgba(255, 255, 255, 1);
    color: #7A7A7A;
}

*{
    clear: both;
    user-select: none;
}

#menudep{
    width: calc(100% - (30px * 2));
    padding: 0px 30px;
    min-height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    background-color: white;
    position: fixed;
    z-index: 10;
    color: #7A7A7A;
    top: -100%;
}

#menudep .imgfoot{
    display: none;
}

.contebloqmen{
    width: auto;
    padding: 21px 0;
}

.contebloqmen .contactconte a i{
    background-color: aquamarine;
    color: white;
    padding: 9px 9px;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 0.9;
}

.contebloqmen .contactconte a i.ig{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.contebloqmen .contactconte a i.wa{
    background:#25d366;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.contebloqmen a:hover{
    transition: .3s;
    color:#D5B227;
}

.contebloqmen .title{
    padding-bottom: 2px;
    color: #7d7d7d;
    border-bottom: 2px solid #dfc55e40;
    margin-bottom: 9px;
}

.contebloqmen .subtitle{
    padding-bottom: 5px;
    padding-top: 5px;
}

.contebloqmen .subtitle i{
    padding-right: 15px;
    font-size: 1.3rem;
    line-height: 0;
}

.contebloqmen .subtitle span{
    text-transform: lowercase;
}

#backmenu{
    width: 100%;
    height: 100%;
    background-color: rgba(153, 153, 153, .4);
    position: fixed;
    z-index: 10;
    backdrop-filter: blur(4px);
    display: none;
}

.normal{
    transform: translateY(0px);
    transition: .5s;
}

.fixed{
    transition: .5s;
}

H1{
    font-size: inherit;
}

a{
    text-decoration: none;
    color: inherit;
    line-height: normal;
}

p{
    text-align: justify;
}

input{
    font-family: "regular";
}

select{
    font-family: "regular";
    width: calc(100%);
    padding: 6px 10px;
    color: black;
    border-radius: 5px;
    border: 1px solid white;
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 25%);
    margin: 4px 0 15px 0;
    outline: none;
}

button{
    padding: 0;
    border: none;
    outline: none;
}

iframe{
    visibility: hidden;
    opacity: 0;
    display: none;
}

.hide{
    visibility: hidden;
    opacity: 0;
    display: none;
}

/* FONTS */
.light{
    font-family: "light";
}

.regular{
    font-family: "regular";
}

.semibold{
    font-family: "semibold";
}

.bold{
    font-family: "bold";
}

/* GRADIENTS*/
.gradienteBack{
    background: rgba(255,255,255,0.64) !important;
background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.64) 0%, rgba(235,235,235,0.77) 31%, rgba(235,235,235,0.77) 74%, rgba(255,255,255,0.64) 100%) !important;
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,0.64)), color-stop(31%, rgba(235,235,235,0.77)), color-stop(74%, rgba(235,235,235,0.77)), color-stop(100%, rgba(255,255,255,0.64))) !important;
background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.64) 0%, rgba(235,235,235,0.77) 31%, rgba(235,235,235,0.77) 74%, rgba(255,255,255,0.64) 100%) !important;
background: -o-linear-gradient(-45deg, rgba(255,255,255,0.64) 0%, rgba(235,235,235,0.77) 31%, rgba(235,235,235,0.77) 74%, rgba(255,255,255,0.64) 100%) !important;
background: -ms-linear-gradient(-45deg, rgba(255,255,255,0.64) 0%, rgba(235,235,235,0.77) 31%, rgba(235,235,235,0.77) 74%, rgba(255,255,255,0.64) 100%) !important;
background: linear-gradient(135deg, rgba(255,255,255,0.64) 0%, rgba(235,235,235,0.77) 31%, rgba(235,235,235,0.77) 74%, rgba(255,255,255,0.64) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ) !important;
}

.gradientGold{
    background: rgba(189,177,49,1);
    background: -moz-linear-gradient(-45deg, rgba(189,177,49,1) 0%, rgba(128,111,23,1) 25%, rgba(189,177,49,1) 50%, rgba(128,111,23,1) 75%, rgba(189,177,49,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(189,177,49,1)), color-stop(25%, rgba(128,111,23,1)), color-stop(50%, rgba(189,177,49,1)), color-stop(75%, rgba(128,111,23,1)), color-stop(100%, rgba(189,177,49,1)));
    background: -webkit-linear-gradient(-45deg, rgba(189,177,49,1) 0%, rgba(128,111,23,1) 25%, rgba(189,177,49,1) 50%, rgba(128,111,23,1) 75%, rgba(189,177,49,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(189,177,49,1) 0%, rgba(128,111,23,1) 25%, rgba(189,177,49,1) 50%, rgba(128,111,23,1) 75%, rgba(189,177,49,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(189,177,49,1) 0%, rgba(128,111,23,1) 25%, rgba(189,177,49,1) 50%, rgba(128,111,23,1) 75%, rgba(189,177,49,1) 100%);
    background: linear-gradient(135deg, rgba(189,177,49,1) 0%, rgba(128,111,23,1) 25%, rgba(189,177,49,1) 50%, rgba(128,111,23,1) 75%, rgba(189,177,49,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdb131', endColorstr='#bdb131', GradientType=1 );
}

.gradientGreen{
    background: rgba(49,189,54,1);
    background: -moz-linear-gradient(-45deg, rgba(49,189,54,1) 0%, rgba(22,130,22,1) 25%, rgba(49,189,54,1) 50%, rgba(22,130,22,1) 75%, rgba(49,189,54,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(49,189,54,1)), color-stop(25%, rgba(22,130,22,1)), color-stop(50%, rgba(49,189,54,1)), color-stop(75%, rgba(22,130,22,1)), color-stop(100%, rgba(49,189,54,1)));
    background: -webkit-linear-gradient(-45deg, rgba(49,189,54,1) 0%, rgba(22,130,22,1) 25%, rgba(49,189,54,1) 50%, rgba(22,130,22,1) 75%, rgba(49,189,54,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(49,189,54,1) 0%, rgba(22,130,22,1) 25%, rgba(49,189,54,1) 50%, rgba(22,130,22,1) 75%, rgba(49,189,54,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(49,189,54,1) 0%, rgba(22,130,22,1) 25%, rgba(49,189,54,1) 50%, rgba(22,130,22,1) 75%, rgba(49,189,54,1) 100%);
    background: linear-gradient(135deg, rgba(49,189,54,1) 0%, rgba(22,130,22,1) 25%, rgba(49,189,54,1) 50%, rgba(22,130,22,1) 75%, rgba(49,189,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31bd36', endColorstr='#31bd36', GradientType=1 );
}

.gradientBlue{
    background: rgba(49,128,189,1);
background: -moz-linear-gradient(-45deg, rgba(49,128,189,1) 0%, rgba(23,49,128,1) 25%, rgba(49,128,189,1) 50%, rgba(23,49,128,1) 75%, rgba(49,128,189,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(49,128,189,1)), color-stop(25%, rgba(23,49,128,1)), color-stop(50%, rgba(49,128,189,1)), color-stop(75%, rgba(23,49,128,1)), color-stop(100%, rgba(49,128,189,1)));
background: -webkit-linear-gradient(-45deg, rgba(49,128,189,1) 0%, rgba(23,49,128,1) 25%, rgba(49,128,189,1) 50%, rgba(23,49,128,1) 75%, rgba(49,128,189,1) 100%);
background: -o-linear-gradient(-45deg, rgba(49,128,189,1) 0%, rgba(23,49,128,1) 25%, rgba(49,128,189,1) 50%, rgba(23,49,128,1) 75%, rgba(49,128,189,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(49,128,189,1) 0%, rgba(23,49,128,1) 25%, rgba(49,128,189,1) 50%, rgba(23,49,128,1) 75%, rgba(49,128,189,1) 100%);
background: linear-gradient(135deg, rgba(49,128,189,1) 0%, rgba(23,49,128,1) 25%, rgba(49,128,189,1) 50%, rgba(23,49,128,1) 75%, rgba(49,128,189,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3180bd', endColorstr='#3180bd', GradientType=1 );
}

.gradientRed{
    background: rgba(138,7,7,1);
background: -moz-linear-gradient(-45deg, rgba(138,7,7,1) 0%, rgba(222,96,96,1) 25%, rgba(138,7,7,1) 50%, rgba(222,96,96,1) 75%, rgba(138,7,7,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(138,7,7,1)), color-stop(25%, rgba(222,96,96,1)), color-stop(50%, rgba(138,7,7,1)), color-stop(75%, rgba(222,96,96,1)), color-stop(100%, rgba(138,7,7,1)));
background: -webkit-linear-gradient(-45deg, rgba(138,7,7,1) 0%, rgba(222,96,96,1) 25%, rgba(138,7,7,1) 50%, rgba(222,96,96,1) 75%, rgba(138,7,7,1) 100%);
background: -o-linear-gradient(-45deg, rgba(138,7,7,1) 0%, rgba(222,96,96,1) 25%, rgba(138,7,7,1) 50%, rgba(222,96,96,1) 75%, rgba(138,7,7,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(138,7,7,1) 0%, rgba(222,96,96,1) 25%, rgba(138,7,7,1) 50%, rgba(222,96,96,1) 75%, rgba(138,7,7,1) 100%);
background: linear-gradient(135deg, rgba(138,7,7,1) 0%, rgba(222,96,96,1) 25%, rgba(138,7,7,1) 50%, rgba(222,96,96,1) 75%, rgba(138,7,7,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0707', endColorstr='#8a0707', GradientType=1 );
}

/* ANIMATIONS */
@keyframes vanish{
    from{
        transform: scale(0,0);
        filter: grayscale(0%);
    }
    50%{
        filter: grayscale(0%);
        transform: scale(1,1);
    }
    80%{
        filter: grayscale(0%);
    }
    100%{
        filter: grayscale(100%);
    }
}

/* FILTERS */
.gray{
    animation-name: vanish;
    animation-fill-mode: forwards;
    animation-direction: normal;
    animation-duration: 1.5s;
}

/* GENERAL STYLES */
header{
    width: calc(100% - (25px * 2));
    height: 48px;
    background-color: rgb(255 255 255);
    padding: 8px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 30%);
    position: fixed;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 100;
}

header .iconsuphead{
    align-items: center;
    font-size: .8rem;
    display: flex;
    width: 100%;
    color:#000000;
}

header img{
    height: 20px;
    margin-right: 9px;
    padding: 0 !important;
}

header .elemderhead{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .btningress{
    background-color: #ffffff;
    padding: 9px 17px;
    color: #8a8a8a;
    margin: 0 10px 0 0;
    cursor: pointer;
    border: 2px solid #cecece;
    border-radius: 5px;
    transition: .3s;
}

header .btningress:hover{
    transition: .3s;
    background-color: #D5B227;
    border: 2px solid #D5B227;
    color: white;
}

header #menuAcordeon{
    width: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

header #menuAcordeon i{
    color: #585647;
}

header a{
    width: 100%;
    line-height: 0;
}

main .elemcontain{
    width: calc(100% - (10% * 2));
    margin: 0 auto;
    padding: 40px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7A7A7A;
}

    main .elemcontain .imgcontain{
        max-width: 45%;
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: center;
    }

        main .elemcontain img{
            max-width: 100%;
            width: 100%;
        }

    main .elemcontain .text{
        font-size: 1rem;
        max-width: 50%;
        width: 100%;
        color: #7A7A7A;
    }

    main .elemcontain .text h1{
        font-size: 1.9rem;
        text-align: left;
    }

    main .elemcontain .text .expl{
        font-size: 1.5rem;
        text-align: left;
    }

    main .elemcontain .text p{
        text-align: left;
        line-height: 1.7;
        color: #838383;
        font-size: .95rem;
    }

    #services, #stats{
        background-color: transparent;
    }

    #stats.PAF{
        flex-direction: column;
    }

        #stats.PAF .preg{
            width: calc(100% - (30px * 2));
            padding: 15px 30px;
            background-color: white;
            cursor: pointer;
            border-radius: 16px;
            margin-bottom: 30px;
            box-shadow: 1px 1px 6px rgb(0, 0, 0, .16);
            transition: .5s;
        }

        #stats.PAF .preg:hover i.fa-plus{
            transition: .5s;
            background-color: #D5B227;
            color: white;
            border: 1px solid white !important;
        }

            #stats.PAF .preg .txtpreg{
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 2px;
            }

            #stats.PAF .preg .txtpreg i.fa-plus{
                margin: 0 0px 0 18px;
                padding: 7px 8px;
                border-radius: 50%;
                border: 1px solid #828282;
                font-size: .7rem;
                line-height: normal;
            }

            #stats.PAF .preg .dropdown{
                width: calc(100% - (5px * 2));
                border-top: 1px solid #cdcdcd;
                padding: 12px 5px 10px 5px;
                margin-top: 11px;
                line-height: 1.7;
                text-align: justify;
                display: none;
            }

            #stats.PAF .preg .dropdown .subtitle{
                padding: 10px;
                background-color: #19ac62;
                text-align: center;
                border-radius: 5px;
                color: white;
                max-width: 200px;
                margin: 19px auto 5px auto;
            }

            #stats.PAF .preg .dropdown .subtitle2{
                padding: 10px;
                background-color: #a3348b;
                text-align: center;
                border-radius: 5px;
                color: white;
                max-width: 200px;
                margin: 19px auto 5px auto;
            }

    #services button{
        margin: 10px auto;
        padding: 10px 20px;
        border-radius: 4px;
        background-color: #dd6060;
        color: white;
        font-size: 1rem;
        cursor: pointer;
        transition: .3s;
    }

    #services button:hover{
        transition: .3s;
        background-color: #ad3030;
    }

    #servicesdetail{
        background-color: #F8F8F8;
        display: inherit;
    }

    #servicesdetail .text{
        max-width: 100%;
    }

    #servicesdetail .text .expl{
        width: 100%;
        text-align: center;
    }

    #servicesdetail .text p{
        width: 100%;
        text-align: center;
        font-size: .9rem;
        line-height: 1.3;
    }

    /*SLIDER SERVICES*/
    main .conteElemSlide .title_intern_serv{
        width: 100%;
        background-color: #DFC55E;
        color: white;
        font-size: 1rem;
        padding: 5px 0;
    }

        main .conteElemSlide .title_intern_serv2{
            width: 100%;
            background-color: #a1a1a1;
            color: white;
            font-size: 1rem;
            Padding: 5px 0;
        }

        main .conteElemSlide .title_intern_serv1{
            width: 100%;
            background-color: #DB4C4C;
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

        main .conteElemSlide .title_intern_serv3{
            width: 100%;
            background-color: #DFC55E;
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

        main .conteElemSlide .title_intern_serv4{
            width: 100%;
            background-color: #4CAFDB;
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

        main .conteElemSlide .title_intern_serv5{
            width: 100%;
            background-color: #4cdb94;
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

        main .conteElemSlide .title_intern_serv6{
            width: 100%;
            background-color: rgba(78,48,138,1);
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

        main .conteElemSlide .title_intern_serv7{
            width: 100%;
            background-color: rgba(243,125,46,1);
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

        main .conteElemSlide .title_intern_serv9{
            width: 100%;
            background-color: rgba(186,138,189,1);
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

        main .conteElemSlide .title_intern_servO{
            width: 100%;
            background-color: #00000047;
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

        main .conteElemSlide .title_intern_servA{
            width: 100%;
            background-color: #a1a1a1;
            color: white;
            font-size: 1rem;
            padding: 5px 0;
        }

    main .conteElemSlide .subtitle_intern_serv{
        width: calc(100% - (5px * 2));
        background-color: transparent;
        color: #5e5e5e;
        padding: 10px 5px;
        min-height: 65px;
        font-size: .7rem;
        margin-top: 17px;
    }

    main .conteElemSlide .priceOLD{
        font-size: 1rem;
        color: #9D9B92;
        text-decoration:line-through;
    }

    .conteElemSlide .priceDESC{
        color: #686868 !important;
    }

    @keyframes changeback{
        from {
            opacity: 0;
            transform: scale(0.5,0.5);
          }
        
          to {
            opacity: 1;
            transform: scale(1,1);
          }
    }

    main #slide_main1 .elemcontain{
        opacity: 0;
        transition: 1s;
    }

    main #slide_main1 .slick-current .elemcontain{
        animation-name: changeback;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        transition: 1s;
    }

    main #slide_main1 .slick-current .elemcontain button{
        animation-name: changeback;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
        transition: 1s;
    }







    .blabhblah{
        background: rgba(247,247,247,1);
        background: -moz-linear-gradient(-45deg, rgba(247,247,247,1) 0%, rgba(214,214,214,1) 21%, rgba(247,247,247,1) 53%, rgba(204,204,204,1) 80%, rgba(247,247,247,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(21%, rgba(214,214,214,1)), color-stop(53%, rgba(247,247,247,1)), color-stop(80%, rgba(204,204,204,1)), color-stop(100%, rgba(247,247,247,1)));
        background: -webkit-linear-gradient(-45deg, rgba(247,247,247,1) 0%, rgba(214,214,214,1) 21%, rgba(247,247,247,1) 53%, rgba(204,204,204,1) 80%, rgba(247,247,247,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(247,247,247,1) 0%, rgba(214,214,214,1) 21%, rgba(247,247,247,1) 53%, rgba(204,204,204,1) 80%, rgba(247,247,247,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(247,247,247,1) 0%, rgba(214,214,214,1) 21%, rgba(247,247,247,1) 53%, rgba(204,204,204,1) 80%, rgba(247,247,247,1) 100%);
        background: linear-gradient(135deg, rgba(247,247,247,1) 0%, rgba(214,214,214,1) 21%, rgba(247,247,247,1) 53%, rgba(204,204,204,1) 80%, rgba(247,247,247,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=1 );
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 20px;
        padding: 8px 15px;
        box-shadow: 0px 0px 5px 2px #0000003d;
    }

    main .conteElemSlide .moreinf1{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinf1{
        transition: .5s;
        background-color: #DB4C4C;
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinf2{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinf2{
        transition: .5s;
        background-color: #a1a1a1;
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinf3{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinf3{
        transition: .5s;
        background-color: #DFC55E;
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinf4{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinf4{
        transition: .5s;
        background-color: #4CAFDB;
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinf5{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinf5{
        transition: .5s;
        background-color: #4cdb94;
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinf6{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinf6{
        transition: .5s;
        background-color: rgba(78,48,138,1);
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinf7{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinf7{
        transition: .5s;
        background-color: rgba(243,125,46,1);
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinf9{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinf7{
        transition: .5s;
        background-color: rgba(243,125,46,1);
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinfA{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }

    main .slick-current .conteElemSlide .moreinfA{
        transition: .5s;
        background-color: #a1a1a1;
        color: white;
        text-shadow: 1px 1px 3px #000;
    }

    main .conteElemSlide .moreinfO{
        font-size: .8rem;
        color: #5a5a5a;
        border-radius: 6px;
        padding: 8px 15px;
        box-shadow: none;
        transition: .5s;
    }


    main .slick-current .conteElemSlide .moreinfO{
        transition: .5s;
        background-color: #a1a1a1;
        color: white;
        text-shadow: 1px 1px 3px #000;
    }


    #home .download button{
        margin: 10px 0;
        padding: 10px 20px;
        border-radius: 4px;
        background-color: #609add;
        color: white;
        font-size: 1rem;
        cursor: pointer;
        transition: .3s;
    }

    #btn_search{
        margin: 10px 0;
        padding: 10px 20px;
        border-radius: 4px;
        background-color: #609add;
        color: white;
        font-size: 1rem;
        cursor: pointer;
        transition: .3s;
    }

    .elementpromo{
        background-color: #000000;
        height: 24px;
        width: 95px;
        font-size: .9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1px;
        color: white;
        margin-right: 5px;
        margin-left: 5px;
        opacity: 1;
        position: absolute;
        top: 9px;
        right: -31px;
        transform: rotate(45deg);
        border-radius: 5px;
        box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
        border-top: 2px solid white;
        border-bottom: 2px solid white;
      }

    main #platform{
        padding: 65px 10%;
    }

    main #platform .text .expl{
        font-size: 1.7rem;
        text-align: left;
    }

    main #platform button{
        margin: 10px auto;
        padding: 10px 20px;
        border-radius: 4px;
        background-color: #DFC55E;
        color: white;
        font-size: 1rem;
        cursor: pointer;
        transition: .3s;
    }

    main #platform button:hover{
        transition: .3s;
        background-color: #D5B227;
    }

    main #stats .imgcontain img{
        width: 68%;
    }

    main #stats .text .expl{
        text-align: center;
        font-size: 1.7rem;
    }

    main #stats .text p{
        text-align: center;
    }

    main #stats .text .statsnumb{
        display: inline-flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 20px 0 0 0;
    }

        main #stats .text .statsnumb .numb{
            font-size: 2.2rem;
            color: #DFC55E;
            padding: 0 15px 0 0;
        }



    main #nets button{
        margin: 30px 10px;
        padding: 10px 20px;
        border-radius: 26px;
        background-color: #b79cdb;
        border: 3px solid #BF9BEE;
        color: white;
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .3s;
    }

    main #nets button i{
        font-size: 1.4rem;
        line-height: 0;
        padding-right: 10px;
    }

    main #nets button:hover{
        transition: .3s;
        background-color: #c9a5f9;
        color: white;
    }

    main #campcode, main #campsearch{
        width: calc(100% - (10px * 2));
        max-width: 300px;
        margin: 10px 0;
        padding: 10px;
        border-radius: 5px;
        outline: none;
        border: 1px solid rgb(110 110 110);
    }

footer{
    background-color: #28292c;
    color: #F8F8F8;
    width: calc(100% - (25px * 2));
    padding: 15px 25px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

footer .imgfoot{
    display: block;
    text-align: center;
    padding: 35px 0 0 0;
}

footer .imgfoot p{
    text-align: center;
    font-size: .7rem;
}

footer .imgfoot p span{
    font-size: 1rem;
}

/* RESPONSIVE STYLES */
@media only screen and (max-width:800px){
    header{
        padding: 8px 15px;
        width: calc(100% - (15px * 2));
    }

    #menudep{
        flex-direction: column;
        overflow: hidden;
        overflow-y: auto;
        max-height: calc(95vh - 46px);
        justify-content: flex-start;
        padding-bottom: 30px;
    }

    .contebloqmen{
        width: calc(100% - (14px * 2));
        text-align: left;
        border-bottom: 0px solid;
        background-color: #ffffff05;
        border-radius: 13px;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 10px 14px;
    }

    .contebloqmen .contactconte{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .contebloqmen .contactconte a i{
        background-color: aquamarine;
        color: white;
        padding: 9px 9px;
        margin-right: 10px;
        border-radius: 50%;
        line-height: 0.9;
    }

    #home{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    #home .text{
        max-width: none;
    }

    #home .imgcontain{
        max-width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .margen_visor{
        max-height: auto;
        flex-direction: column-reverse;
      }

    #services{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    #services .text{
        max-width: none;
    }

    #services .imgcontain{
        max-width: 89%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #servicesdetail{
        padding: 34px 10% 40px 10%;
    }

    #servicesdetail .conte_slide{
        width: calc(98% + (40px * 2));
        margin: 0 0 0 -40px;
    }

    #platform{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    #platform .text{
        max-width: none;
        padding-top: 20px;
    }

    #platform .imgcontain{
        max-width: 89%;
        padding-bottom: 10px;
    }

    #stats{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    #stats .text{
        max-width: none;
    }

    #stats.PAF{
        flex-direction: column;
        width: calc(100% - (4% * 2));
        padding: 40px 4%;
    }

    #stats .imgcontain{
        max-width: 89%;
        padding-bottom: 10px;
        padding-top: 10px;
        justify-content: center;
    }

    #stats .statsnumb{
        display: inline-block;
        width: 100%;
        flex-direction: column;
    }

    #nets{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
    }

    #nets .text{
        max-width: none;
    }

    #nets .imgcontain{
        max-width: 89%;
        padding-bottom: 10px;
        padding-top: 10px;
        justify-content: center;
    }

    footer{
        flex-direction: column-reverse;
    }

    footer .imgfoot{
        width: 100%;
    }

    .contebloqmen .subtitle{
        padding-bottom: 5px;
        padding-top: 5px;
        flex-direction: row;
        display: flex;
        align-items: center;
        justify-content: left;
    }

}