
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root{
    /*MAIN COLORS*/
    --soft-violet:#a14ef9;
    --dark-blue:#0a1296;
    --sky-blue:#2aa9e0;
    --sunrise-yellow:#ffc408;
    --soft-orange:#ff931a;
    --palet-red:#e75f67;
    --white: #ffffff;

    /*GRADIENTS*/
    --yellow-orange: linear-gradient(55deg, rgba(255,196,8,1) 30%, rgba(255,147,26,1) 100%);
    --soft-purple-blue:linear-gradient(55deg, rgba(161,78,249,1) 15%, rgba(10,18,150,1) 100%);
    --mixed-colors: linear-gradient(55deg, rgba(255,196,8,1) 0%, rgba(255,147,26,1) 18%, rgba(161,78,249,1) 67%, rgba(10,18,150,1) 99%);
    --mixed-colors-2: linear-gradient(326deg, rgba(255,196,8,1) 0%, rgba(255,147,26,1) 18%, rgba(231,95,103,1) 45%, rgba(161,78,249,1) 73%, rgba(10,18,150,1) 100%);

}


    /*FONTS*/
    @font-face {
        font-family: "NoirPro";
        src: url(../fonts/NoirPro-Webfont/NoirPro-Bold.woff2);
    }

    @font-face {
        font-family: "NoirProL";
        src: url(../fonts/NoirPro-Webfont/NoirPro-Regular.woff2);
    }

    @font-face {
        font-family: "NoirPro";
        src: url(../fonts/NoirPro-Webfont/NoirPro-Heavy.woff2);
        font-style: normal;
        font-weight: 700;
    
    }
    @font-face{
        font-family: "NoirPro";
        src: url(../fonts/NoirPro-Webfont/NoirPro-SemiBold.woff2);
        font-style: normal;
        font-weight: 600;
    }
    @font-face{
        font-family: "NoirPro";
        src: url(../fonts/NoirPro-Webfont/NoirPro-Medium.woff2);
        font-style: normal;
        font-weight: 400;
    }

    @font-face {
        font-family: "CocoSharp";
        src: url(../fonts/Coco-Sharp-light-trial.ttf);
    }

    @font-face {
        font-family: "CocoSharp";
        src: url(../fonts/Coco-Sharp-Bold-trial.ttf);
        font-weight: 700;
        font-style: normal;
    }

    @font-face {
        font-family: "CocoSharp";
        src: url(../fonts/Coco-Sharp-Extralight-trial.ttf);
        font-style: normal;
        font-weight: 200;
    }

    @font-face {
        font-family: "CocoSharp";
        src: url(../fonts/Coco-Sharp-Extrabold-trial.ttf);
        font-weight: 900;
        font-style: normal;
    }


    /*MENU FUNCTION*/
@media screen and (max-width: 992px){

    .navM {
        position: fixed;
        width: 100%;
        background: #0c0b0b;
        top: -150%;
        left: 0;
        padding: 3.5rem 0;
        transition: .4s;
        z-index: 100;
        border-radius: 0 0 1.5rem 1.5rem;
    }

    .nav{
        left: 85% !important;
    }
    
    .bx{
        font-size: 2rem;  
    }

    .homet{
        width: 60% !important;
        font-size: 7.5vmax !important;

    }

    .homedes {
        margin-bottom: 2.0rem;
        padding-right: 2em;
        width: 110%;
        font-size: 6.3vmax !important;
    }

    .homedes,
    .homedes2{
        transform: translate(21.2vmax, -3.5vmin) !important;
    }

    .homedes2{
        transform:translate(21.2vmax, -3.5vmin) !important;
        font-size: 7.8vmax !important;
    }

    .homedata{
        transform: translate(0, 0);
        margin: 0 auto;
    
    }

    .homecont{
        padding-top: 10rem !important;
        transform: translateX(10vmax) !important;
    }

    #informacion{
        flex-wrap: wrap !important;
        gap: 10px;
        margin: 50px !important;
    }

    #about{
        text-align: center;

    }

    


}    


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 3.5rem 0 0 0;
    /* font-size: .938rem; */
    font-family: 'NoirPro', serif;
    background: url(../img/background2.svg);
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: 20;
}
.navLink:hover{
    color: #ffffff;
}


h1, h2, h3, h4 {
    color: #fff;
    font-weight: 600;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    font-weight: 600;
    color: var(--sunrise-yellow);
    transition: .5s;
}
a:hover{
    color:#fff;
    transition: .5s;
}

img {
    max-width: 100%;
    height: auto;
}

.homeimg1{
    width: 4000px;
}

button,
input {
    border: none;
    outline: none;
}

button {
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: .938rem;
}

.section {
    /* padding: 4.5rem 0 2rem; */
    margin-top:250px;
    transform: scale(1);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.newslet{
    margin-top: 1%;
}

#about{
    background-color: var(--dark-blue);
    margin-top: 400px;
    margin-bottom: 100px;
}
.stitle {
    color: #FEC33C;
}
.wave{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    opacity: 0.1;
}
.wave2{
    position: absolute;
    margin: -50px;
    left:0;
    z-index: -1;
}

/* .section:hover{
    transform: scale(1.02);
    background-color: #4a06f42f;
} */

.stitle {
    font-size: 2.25rem;
    margin-bottom: 2rem;
    text-align: center;
}

.container {
    max-width: 968px;
}

.home{
    max-width: 1700px;
}
section[class="section about"]:nth-child(3){
    margin-top: 300px;
    position: relative;
}

.grid {
    display: grid;
}

.main {
    overflow: hidden;
}

.pdcontain{
    background-color: #02020200;
    max-width: 1550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3em;
    justify-content: center;
}

/* .pdcontain #politica{
    transform: translateX(-50%);
} */

#politica{
    order: 2;
}

#tratamiento{
    order: 3;

}

#proteccion{
    order: 1;

}

#guia{
    order:4;
}

#programa{
    order: 5;

}
#programa:hover{
    transform: translate(-50,-3%);
}

.contentpolitics{
    transition: .4s;
    display: flex;
    flex-wrap: wrap;
    flex-direction:row-reverse;
    align-items: center;
    justify-content: center;
}

#politica{
    align-self: center;
}


.contentpolitics:hover{
    transform: translate(0, -3%);
}

.description{
    max-width: 200px;
    margin: auto;
    flex: 1;
   
}

/*CANALES DE DENUNCIA*/

#denuncias{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--mixed-colors-2);
}

.abdes1{
    max-width: 2000px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
}


/**/

.header {
    width: 100%;
    height: 10%;
    background: #00000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.nav {
    height: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left:71%; 
}

.navL {
    display: flex;
    align-items: center;
    column-gap: .5rem;
    font-weight: 500;
    position: fixed;
    left: 2%;
}

.navL-img {
    width: 1.25rem;
}

.navLink ,
.navL ,
.navToggle,
.navClose {
    color: #fff;
    font-family: 'CocoSharp', serif;
}
.swiper-hero {
    width: 70%;
    max-width: 1000px;
  }

.swiper-hero .swiper-slide {
    width: 500px;
    text-align: center;
  }

.swiper-hero img {
    object-fit: cover;
    width: 40%;
}

.swiper-wrapper{
    align-items: center;
}

.swiper-hero img {
    width:40%
}

#xiaomi,
#tigo{
    width: 30%;
}

#motorola,
#credim,
#payjoy,
#samsung,
#nokia{
    width: 60%;
}

@media (min-width: 1024px) {
    .swiper-hero img {
        width:30%
    }

    #xiaomi,
    #tigo{
        width: 20%;
    }

    #motorola,
    #credim,
    #payjoy,
    #samsung,
    #nokia{
        width: 50%;
    }
  }

.swiper-hero .swiper-button-prev,
.swiper-hero .swiper-button-next {
    --swiper-navigation-size: 20px;
    background-color: white;
    height: 70px;
    width: 50px;
    margin-top: -35px;

    opacity: 0;
    transition: opacity 0.3s;
  }

.swiper-hero .swiper-button-prev {
    border-radius: 0 65px 65px 0;
    left: -10px;
  }
.swiper-hero .swiper-button-next {
    border-radius: 65px 0 0 65px;
    right: -10px;
  }

.swiper-hero:hover .swiper-button-prev,
.swiper-hero:hover .swiper-button-next {
    opacity: 1;
  }

  .swiper-hero .swiper-pagination {
    --swiper-pagination-color: white;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.25;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 2px;
  }

.swiper-hero .swiper-pagination-bullet {
    box-shadow: inset 0 0 0 1px #fff;
  }

.swiper-hero .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  }


.navToggle {
    font-size: 1.25rem;
    cursor: pointer;
}

.navClose {
    font-size: 1.8rem;
    position: absolute;
    top: .5rem;
    right: .7rem;
    cursor: pointer;
}

.navList {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
}

.navLink {
    text-transform: uppercase;
    font-weight: 600;
    transition: .4s;
}

.show-menu {
    top: 0;
}
.scroll-header {
    background: var(--dark-blue);
    opacity: 1;
    transition: .5s;
}

.active-link {
    position: relative;
}

.active-link::before {
    content: '';
    position: absolute;
    bottom: -.75rem;
    left: 45%;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}



.homecont{
     row-gap: 1rem;
}

.homeg {
    display: grid;
    position: relative;
    padding-top: 2rem;
}

.homeimg {
    height: 250px;
    width: 200px;
    justify-self: center;
}


.homedes2
 {
    font-family: 'CocoSharp' , sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    font-style: normal;
    
}

.homet{
    font-size: 4.5rem;
    font-family: 'NoirProL' , sans-serif;

}

.homedes,
.homedes2{
    margin-top: -60px;
    color: var(--sunrise-yellow);;
}

.homedes{
    font-size: 3.3rem;
    font-family: 'CocoSharp' , sans-serif;
}

.homebut {
    display: flex;
}

.homebut a {
    margin-right: 10px;
}

.button {
    display: inline-block;
    background-color:#000000;
    color: #FEC33C;
    padding: 1rem 1.75rem;
    border-radius: .5rem;
    font-weight: 500;
    transition: .3s;
}
#webutton {
    display: inline-block;
    background-color:#FEC33C;
    color: #000000;
    padding: 1rem 1.75rem;
    border-radius: .5rem;
    font-weight: 500;
    transition: .3s;
}

.button:hover {
    color: white;
}

.buttonicon {
    font-size: 1.25rem;
}

.catcontainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
}
.catcontainer:nth-child()



.catdata {
    text-align: center;
    width: 300px;
}

.catimg {
    width: 120px;
    margin-bottom: .75rem;
    transition: .3s;
}

.cattitle {
    margin-bottom: .25rem;
}

.catdata:hover .catimg {
    transform: translateY(-.5rem);
}

.abcontainer {
    row-gap: 2rem;
}

.abdata {
    text-align: center;
}

.abdes {
    margin-bottom: 2rem;
}

.aboutimg {
    max-width:500px ;
    width: 100%;
    justify-self: center;
    margin-bottom: 70px;
}
.politicas{
    width: 100%;
 }
/* 
.pdcontainer {
    display: flex;
    flex-direction: ;
    
    
    /* grid-template-columns: repeat(1, 1fr) !important;
    gap: 1rem;
    padding-top: 1.5rem; */
    /* background: rgba(0, 0, 0, 0.086);
    height: 1000px; */
    

#product{
    background-color:rgba(0, 0, 0, 0.492);
    width: 100%;
    
}

.pdcontent {
    position: relative;
    background: #0c0b0b;
    border-radius: 1rem;
    text-align: center;
    overflow: hidden;
    /* width: 150px;
    height: 150px; */
    /* clip-path: circle(50% at 50% 50%); */
    align-items: center;
    /* transform: translateX(650px); */

}
img[src="img/download-solid-240.png"]{
    transform: translateY(-50px);
    width: 10px;
    height: 15px;
}


.productimg {
    width: 63% !important;
    margin-top: 70px;
    margin-bottom: 70px;
    transition: .3s;
}
.pdcontainer{
    background-color: rgba(0, 0, 0, 0.068);
    padding: 2rem 0;
}

.stitle{
    text-align: center;
}


.pdsub,
.pdprice {
    display: block;
}

.pdsub {
    font-size: .75rem;
    margin-bottom: .5rem;
}
.pdtitle,
.pdprice {
    color: #fff;
    font-weight: 500;
    font-size: .938rem;
}

.pdbut {
    display: inline-flex;
    padding: .5rem;
    border-radius: .25rem .25rem .75rem .25rem;
    position: absolute;
    right: -3rem;
    bottom: 0;
}
.producticon {
    font-size: 1.25rem;
    color: #fff;
}

.pdcontent:hover .productimg {
    transform: translateY(-.5rem);
}

.pdcontent:hover .pdbut {
    right: 0;
}

.dscont {
    background: #0c0b0b;
    border-radius: 1rem;
    padding: 2.5rem 0 1.5rem;
    row-gap: .75rem;
}

.disdata {
    text-align: center;

}

.distitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.disimg {
    width: 200px;
    justify-self: center;
}

.newcont {
    padding-top: 1rem;
}

.newimg {
    width: 120px;
    margin-bottom: .5rem;
    transition: .3s;
}

.newcontent {
    position: relative;
    background: #0c0b0b;
    width: 242px;
    padding: 2rem 0 1.5rem 0;
    border-radius: .75rem;
    text-align: center;
    overflow: hidden;
}

.newtag {
    position: absolute;
    top: 8%;
    left: 8%;
    background-color: #4906f4;
    color: #fff;
    font-size: .813rem;
    padding: .25rem .5rem;
    border-radius: .25rem;
}

.newti {
    font-size: .938rem;
    font-weight: 500;

}

.newsub {
    display: block;
    font-size: .813rem;
    margin-bottom: .5rem;
}

.newps {
    display: inline-flex;
    align-items: center;
    column-gap: .5rem;
}

.newpri {
    font-weight: 500;
    color: #fff;
}

.newdis {
    color: #4906f4;
    font-size: .75rem;
    text-decoration: line-through;
    font-weight: 500;
}

.newbu {
    display: inline-flex;
    padding: .5rem;
    border-radius: .25rem .25rem .75rem .25rem;
    position: absolute;
    bottom: 0;
    right: -3rem;
}

.newicon {
font-size: 1.25rem;
}

.newcontent:hover .newimg {
    transform: translateY(-.5rem);
}

.newcontent:hover .newbu {
    right: 0;
}

.newsld {
    text-align: center;
    margin-bottom: 1.5rem;
}

.newslf {
    background:#4906f4;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    border-radius: .75rem;
}

.newslin {
    width: 70%;
    padding: 0 .5rem;
    background: none;
    color: #fff;
}

.button2 {
    display: inline-block;
    background-color: #ffffff;
    color: rgb(0, 51, 255);
    padding: 1rem 1.75rem;
    border-radius: .5rem;
    font-weight: 500;
    transition: .3s;
}

.button2:hover {
    background-color: #4906f4;
    color: white;
}

.newslin::placeholder {
    color: #fff;
}

.footer {
    position: relative;
    overflow: hidden;
    background: var(--mixed-colors-2) !important;
    opacity: 0.85;
    box-shadow: 0px -12px 33px -11px rgba(0,0,0,0.75);
    text-align: center;

}

.ftcontainer {
    row-gap: 2rem;
}
#informacion{
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.footerL
{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.footerL-img {
    width: 20px;
}

.footerdescription {
    margin-bottom: 2.5rem;
}

.footersocial {
    display: flex;
    column-gap: .75rem;
    justify-content: center;
}

.footersocial-link{
    display: inline-flex;
    background: #0c0b0b;
    padding: .25rem;
    border-radius: .25rem;
    color: #fff;
    font-size: 1rem;
}
.footersocial-link:hover {
    background-color: #f9580e;
}
.ftti {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #FEC33C;
}

.ftli{
    display: grid;
    row-gap: .35rem;
}

.ftrli {
    font-size: .813rem;
    color: #fff;
    transition: .3s;
}
.ftrli:hover {
    color: #d93b00;

}

.footercopy {
    display: block;
    text-align: center;
    font-size: .75rem;
    margin-top: 4.5rem;
}

.scrollup {
    position: fixed;
    background: #cf0000;
    right: 1rem;
    bottom: -20%;
    display: inline-flex;
    padding: .3rem;
    border-radius: .25rem;
    z-index: 10;
    opacity: .8;
    transition: .4s;
}

.scrollupicon{
    font-size: 1.25rem;
    color: rgb(255, 255, 255);
}
.scrollupicon:hover{
    color: #0c0b0b;
}

.scrollup:hover {
    background: #ffffff;
    opacity: 1;
}

.show-scroll {
    bottom: 3rem;
}


/* ::-webkit-scrollbar {
    width: 0.6rem;
    background: var(--white);
}
::-webkit-scrollbar-thumb {
    background: var(--sky-blue);
    border-radius: .5rem;
} */
#modal{
    text-align: center;
    color: black;
    border:none;
    box-shadow: 3px 3px 4px black;
    background: linear-gradient(189deg, #000219, transparent);
    visibility: visible;
    min-height: 650px;
    min-width: 600px;
    position: fixed;
    left: 30%;
    top: 10%;
    z-index: 1000000000000000;


}
#modal::backdrop{
    background:rgba(0, 0, 0, 0.776);
}
.modal-show{
    background-color: #020202;
    border-radius: 1rem;
    box-shadow: 1px 3px 3px rgb(255, 255, 255);
    padding: 0.67rem;
    margin: 10px;
    min-width: 45%;
    color: #ffffff;
}
.modal-title{
    color: #ffd608;
    align-items: center;
    transform: scale(0.56);
}
#popup-cerrar{
    align-items: center;
    border-radius: none;
    justify-content: center;
    font-size: 15px;
    position: relative;
    bottom: 500px;
    right: -120px;
    padding: 0px 15px;
    background: transparent;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow:1px 3px 0px #020202;   
}
.popup-body{
    position: relative;
    top: 50px;
}
.button3 {
    background-color: #ffffff;
    color:#ffd608;
    padding: 1rem 1.75rem;
    border-radius: 0.8rem;
    font-weight: 500;
    transition: .3s;
    justify-content: center;
    text-align: center;
    position: relative;
    left: -247px;
    bottom: -30px;
    cursor: pointer;
    background-color: black;

}

.button3:hover {
    background-color: #4906f4;
    color: white;
    
}
#contactcontent {
    position: relative;
    background: #0202024e;
    border-radius: 1rem;
    gap: 3rem;
    margin-top: 30px;
    padding: 3.2rem 0 1rem 0;
    text-align: center;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.pimg{
    height: 200px;
    max-width: 200px;
    width: 75%;
    cursor: pointer;
}


/*BREAKPOINTS*/

@media screen and (max-width: 496px) {
    .container {
    margin-left: 3rem;
    margin-right: 3rem;
    }

    .homeimg1{
    width: 100%;
    }

    /* .homet {
    font-size: 3vmax;
    margin-bottom: 1rem;
    }

    .homedes {
    margin-bottom: 0;
    font-size: 2.3vmax;

    }

    .homedes2{
        font-size: 2.8vmax;
        transform:translate(24.2vmax, -1vmin) !important;

    }

    .homedes,
    .homedes2{
        transform: translate(24.2vmax, -1vmin) !important;
    }

    .homecont{
        padding-top: 10rem;
        transform: translateX(-20vmax) !important;
    } */

    .homebut {
    flex-direction: column;
    width: max-content;
    row-gap: 1rem;

    }
    .button {
    display: flex;
    position: relative;
    background-color: #ffffff;
    color: rgb(0, 51, 255);
    padding: 1rem 1.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: .3s;
    }

    .newslet{
        margin-top: -20% !important;
    }


    .catcontainer,
    .pdcontainer
    {
    grid-template-columns: .8fr;
    justify-content: center;

    }
    .section {
    padding: 4.5rem 0 2rem;
    margin: 0;
    transform: scale(1);
    background: rgba(0, 0, 0, 0);
    transition-property: background, margin, transform;
    transition-duration: 2.1s;
    max-width: 100%;
    margin-top: 15em;
    font-size: 13px;
    }
}

@media screen and (max-width: 663px) {

    .abcontainer{
    grid-template-columns: .8fr;
    justify-content: center;
    }

    /* .homet{
        width: 60% !important;
        font-size: 4.5vmax !important;
        line-height: normal;

    }

    .homedes {
        margin-bottom: 2.0rem;
        width: 110%;
        font-size: 4.3vmax !important;
    }

    .homedes,
    .homedes2{
        transform: translate(18.2vmax, -1.5vmin) !important;
    }

    .homedes2{
        transform:translate(18.2vmax, -1.5vmin) !important;
        font-size: 4.8vmax !important;
    }

    .homecont{
        padding-top: 10rem !important;
        transform: translateX(-1vmax) !important;
    } */

    .newslc {
        gap: 50px !important;
        margin: 50px;
    }
    .newld {
    padding: 0 3rem;
    }

    .aboutimg{
        margin-top: 3em;
    }
}

@media screen and (min-width: 992px)  {

    body {
    margin: 0;
    }

    .section {
    padding: 7rem 0 2rem;
    }
    .navClose,
    .navToggle {
    display: none;
    }
    .navList {
    flex-direction: row;
    column-gap: 3rem;
    }
/* 
    .pdcontain{
        display: grid;
        grid-template-rows: 100px 200px;
        grid-template-columns: 2 1fr 2fr 3fr ;
    } */


    .nav {
        height: calc(3.5rem + 1.5rem);
    }

    .navLink {
    text-transform: initial;
    font-weight: initial;
    }

    .homeimg {
    height: 300px;
    }

    .homecont {
        padding: 8rem 0 2rem;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }

    .catcontainer {
    grid-template-columns: repeat(3, 200px);
    justify-content: center;

    }
    .abcontainer {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    }

    .abti,
    .abdata
    {
        text-align: initial;
        transition: .6s;

    }

    

    .pdcontainer{
    grid-template-columns: repeat(3, 200px);
    justify-content: center;
    gap: 2rem;
    }

    .dscont {
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    align-items: center;
    column-gap: 3rem;
    padding: 3rem 0;
    border-radius: 3rem;
    }

    .disimg {
    width: 350px;
    order: -1;
    }
    .disdata {
    padding-right: 6rem;

    }
    .newslc {
    grid-template-columns: .5fr;
    }
    .ftcontainer {
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    column-gap: 1rem;
    }

}

@media screen and (max-width: 1287px) {

    .container{
    margin-left: auto;
    margin-right: auto;;
    }

    .stitle {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    }
    .homecont {
    padding-top: 16rem;
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
    transform: translateX(7rem);
    }

    .homeg{
    padding-top: 50px;
    }
    .homeimg {
    max-height: 600px;
    width: 50% !important;
    max-width: 700px !important;
    height: 50%;
    transform: translateX(-5rem) !important;
    visibility: hidden;
    }

    .homeimg1{
        max-width: 4000px !important;
        width: 70% !important;
    }

    .pdcontain{
        flex-direction: column;
        
    }

    .pdcontain #programa{
        transform: translateX(0);
    }

    /* .homet{
    width: 50% !important;
    }

    .homedes {
    margin-bottom: 2.0rem;
    padding-right: 2rem;
    width: 110%;
    } */

    .nav{
        left: 60%;
    }

    /* .homedes,
    .homedes2{
    transform: translate(13rem, -3rem);
    }

    .homedes2{
    transform:translate(11rem, -3rem);
    }

    .homedata{
    transform: translate(1rem, 0);
    } */
    .catcontainer{
    column-gap: 8rem;
    }
    .catimg {
    width: 200px;
    }
    .abcontainer {
    column-gap: 7rem;
    }
    .aboutimg {
    width: 350px;
    margin-top: 50px;
    visibility: hidden;
    }
    .abdes {
    padding-right: 2rem;

    }

    .pdcontainer {
    gap: 3.5rem;
    }
    .pdcontent {
    border-radius: 1.5rem;
    }
    .productimg {
    width: 110px;
    }
    .pdtitle {
    font-size: 1rem;
    }

    .dscont {
    column-gap: 7rem;
    }
    .newcontent {
    width: 310px;
    border-radius: 1rem;
    padding: 2rem 0;
    }
    .newimg {
    width: 150px;
    }
    .newimg,
    .newsub {
    margin-bottom: 1rem;
    }
    .newti {
    font-size: 1rem;
    }
    .footercopy {
    margin-top: 6rem;
    }

}

@media screen and (min-width: 1300px)  {

    .homeimg {
    height: 420px;
    }

    .container{
    margin-left: auto;
    margin-right: auto;;
    }

    .stitle {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    }

    .homecont {
    padding-top: 14rem;
    grid-template-columns: repeat(2, 1fr);
    }

    .homeg{
    padding-top: 50px;
    }
    .homeimg {
    height: 445px !important;
    width: 300px !important;
    max-width: 100%;
    transform: translateY(-4rem) !important;
    }
    
    .homet{
    width: 60% !important;
    }
    .homedes {
    margin-bottom: 2.0rem;
    padding-right: 2rem;
    width: 110%;
    }

    .homedes,
    .homedes2{
    transform: translate(13rem, -3rem);
    }

    .homedes2{
    transform:translate(11rem, -3rem);
    }

    .homedata{
    transform: translate(5rem, 0);
    margin: 0 auto;

    }
    .catcontainer{
    column-gap: 8rem;
    }
    .catimg {
    width: 200px;
    }
    .abcontainer {
    column-gap: 7rem;
    }
    .aboutimg {
        width: 350px;
    }
    .abdes {
    padding-right: 2rem;

    }

    .pdcontainer {
    gap: 3.5rem;
    }
    .pdcontent {
    border-radius: 1.5rem;
    }
    .productimg {
    width: 110px;
    }
    .pdtitle {
    font-size: 1rem;
    }

    .dscont {
    column-gap: 7rem;
    }
    .newcontent {
    width: 310px;
    border-radius: 1rem;
    padding: 2rem 0;
    }
    .newimg {
    width: 150px;
    }
    .newimg,
    .newsub {
    margin-bottom: 1rem;
    }
    .newti {
    font-size: 1rem;
    }
    .footercopy {
    margin-top: 6rem;
    }

    .stitle {
        font-size: 2.25rem;
}

@media screen and (max-width: 1388px) and (min-width: 993px){
    .nav{
        left: 64%;
        top: 0;
    }
}

@media screen and (max-width: 1124px) and (min-width: 993px){

    .nav{
        left: 56%;
        top: 0;
    }

    /* .homecont{
        transform:translateX(9rem);
    } */
    
}


}