@charset "UTF-8";

#warp * {
    outline-offset: none;
    text-decoration: none;
    border: 0;
    outline: none;
}

#warp article,
#warp aside,
#warp details,
#warp figcaption,
#warp figure,
#warp footer,
#warp header,
#warp hgroup,
#warp nav,
#warp section,
#warp summary {
    display: table;
}

#warp audio,
#warp canvas,
#warp video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#warp audio:not([controls]) {
    display: none;
    height: 0;
}

#warp [hidden] {
    display: none;
}

#warp html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    padding: 0;
    outline: 0;
    margin: 0;
    outline: none;
    text-decoration: none;
}

#warp a:focus {
    outline: 0;
}

#warp a:active,
a:hover {
    outline: 0;
}

#warp abbr[title] {
    border-bottom: 1px dotted;
}

#warp b,
#warp strong {
    font-weight: 700;
}

#warp blockquote {
    margin: 1em 40px;
}

#warp dfn {
    font-style: italic;
}

#warp mark {
    background: #ff0;
    color: #000;
}

#warp code,
#warp kbd,
#warp pre,
#warp samp {
    font-family: monospace, serif;
    font-size: 1em;
}

#warp pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

#warp q {
    quotes: none;
}

#warp q:before,
#warp q:after {
    content: '';
    content: none;
}

#warp small {
    font-size: 80%;
}

#warp sub,
#warp sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#warp sup {
    top: -.5em;
}

#warp sub {
    bottom: -.25em;
}

#warp dd {
    margin: 0 0 0 40px;
}

#warp nav ul,
#warp nav ol,
#warp li {
    list-style: none;
    list-style-image: none;
}

#warp .img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    display: table;
    max-width: 75%;
}

#warp svg:not(:root) {
    overflow: hidden;
}

#warp figure {
    margin: 0;
}


#warp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#warp *,
#warp :before,
#warp :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#warp {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#warp hr{
    width: 70%;
    height: 3px;
    background-color: #c3c3c3;
    margin-top: 1%;
}

#warp .line{
    width: 300px !important;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
}

#warp section {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5rem;
}

#warp section h2 {
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
}

#warp section h3 {
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
    font-size: 2.5vw;
    text-align: start;
}

#warp section h4 {
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
    font-size: 1.3vw;
    margin: 40px 0px 20px 0px;
}

#warp section h5 {
    font-family: 'Samsung Sharp Sans';
    font-weight: 900;
    font-style: normal;
    font-size: 1.2vw;
    height: 40px;
    margin-top: 10px;
}


#warp section p {
    font-family: 'SamsungOne 300';
    font-weight: 600;
    line-height: 1.8rem;
    font-style: normal;
    font-size: 0.1rem;
}

#warp section header {
    display: grid;
}

#warp section .txt__center {
    justify-items: center;
    text-align: center;
}

#warp section .center {
    justify-items: center;
}

#warp .header-card {
    justify-items: unset !important;
    margin-left: 20px;
}

#warp section .col-grid-template-center {
    display: grid;
    justify-items: center;
    text-align: center;
    margin: 1.5rem auto 0;
    margin-top: 0;
}

#warp section .col-grid-template-center header {
    text-align: center;
}

#warp section .col-grid-template-left {
    display: grid;
    text-align: start !important;
    justify-items: center;
    align-items: center;
    grid-template-columns: auto auto;
    width: 75%;
}
#warp section .col-grid-template-left figure  {
    margin: 0 50px;
}

#warp section .col-grid-template-left .txt__left {
    font-size: 1.07vw;
    line-height: 1.5vw;
    text-align: left;
    position: absolute;
    bottom: 0;
}

#warp section .col-grid-template-right .txt__left {
    font-size: 1.07vw;
    line-height: 1.5vw;
    text-align: left;
    position: absolute;
    bottom: 0;
}

#warp section .col-grid-template-right {
    display: grid;
    margin: 1.5rem auto 0;
    grid-template-columns: auto 45%;
    height: 450px;
}

#warp section .col-grid-template {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: justify;
    column-gap: 0.7rem;
    width: 85%;
}

#warp section .col-grid-template  img {
    width: 100%;
    height: 180px;
}

#warp section .col-grid-template  p {
   margin-top: 30px;
   font-size: 1.2rem;
   line-height: normal;
}

#warp section .col-grid-template  .txt__bottom {
    font-size: 1rem !important;
    line-height: normal;
 }

#warp section .col-grid-template-right figure img {
    margin: 0 auto;
}

#warp section .col-grid-template-right .aside {
    margin: 0 auto;
}

#sec1 h2 {
    font-size: 3vw !important;
}

#sec4 {
    background-color: #000000;
    color: #FEFEFE;
    padding-bottom: 5%;
}

.sec1 {
    background-color: #D6EFE6;
}



.mySlides {display: none}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

.dot-field {
    text-align:center;
    display: flex;
    justify-content: center;
    border: 1px solid black !important;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 20px;

    & > * {
        margin: 0 10px !important;
    }
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

#sec13 {
    margin-top: -250px !important;
}

.text-float {
    position: relative; 
    bottom: -250px;
}

.img__carrosel {
    display: none !important;
}

.active{
    display: block !important;
    animation: fadeVisibility 0.5s !important;
}

.actions {
    display: flex;
    width: 90%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

input[type=radio]#Green {
    accent-color: green; 
}

input[type=radio]#Violet {
    accent-color: violet; 
}

input[type=radio]#Black {
    accent-color: black; 
}

input[type=radio]#White {
    accent-color: white; 
}

.button__img {
    color: white;
    font-size: 20px;
    background-color: #000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.cell_colors {
    display: flex;
    margin-top: 10%;
}

.cell_colors p{
    margin-left: 20px;
}
.img__cell {
    display: none !important;
}

.img__cell__active {
    display: flex !important;
}

.img__front {
    display: none !important;
    cursor: pointer;
}

.img__front__active {
    display: flex !important;
}

.img__remaster {
    display: none !important;
    cursor: pointer;
}

.img__remaster__active {
    display: flex !important;
}

.portrait {
    margin-top: 20px; 
    display: flex; 
    justify-content: space-between; 
    width: 25%;
}


.btn_more {
    width: 140px;
    height: 30px;
    border-radius: 50px;
    font-size: 16px;
    background-color: black;
    color: white;
    margin-top: 20px;
    cursor: pointer;
}

.white {
    background-color: white !important;
    color: #000 !important;
    border: 1px solid black !important;
}

.label_btn {
    font-size: 25px !important;
}

/*
    ## Responsivo 481 and 768 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (min-width: 360px) and (max-width: 999px) {
    #warp section .col-grid-template-left .aside {
        text-align: center;
    }

    #warp section header h2 {
        font-size: 5vw;
        margin: 0 auto;
        color: black;
    }

    .container {
        padding: 30px;
    }

    #sec13 {
        margin-top: 40px;
    }
    .text-float {
        bottom: -50px;

        & > p {
            display: none;
        }
    }

    h3,h4 {
        font-size: 3vw !important;
        line-height: 6vw;
        margin: 0 auto 0 !important;
        width: 90% !important;
    }

    #warp section h5 {
        font-family: 'Samsung Sharp Sans';
        font-weight: 900;
        font-style: normal;
        font-size: 20px;
    }


    #warp section header p {
        font-size: 3vw;
        line-height: 6vw;
        margin: 0 auto 0;
        width: 90%;
        margin-top: 20px;
    }

    #warp section .txt__bottom {
        text-align: center;
        font-size: 3vw;
        line-height: 6vw;
        margin: 0 auto 0;
        width: 90%;
        margin-top: 20px;
        font-weight: 200 !important;
    }

    #warp section .col-grid-template-left {
        display: flex;
        flex-direction: column;
    }

    #warp section .col-grid-template-left .txt__left {
        display: none;
    }

    #warp section .col-grid-template-right {
        display: flex;
        text-align: center;
        flex-direction: column;
    }

    #warp section .col-grid-template {
        display: grid;
        grid-template-columns: auto;
        text-align: justify;
        width: 75%;
        text-align: center;
    }


    #warp section .col-grid-template-right .txt__left {
        display: none;
    }

    .actions {
        top: 65%;
    }

    .button__img {
        width: 30px;
        height: 30px;
    }

    .portrait {
        width: 50%;
    }
    
}


/*
    ## Responsivo 769 and 1024 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (max-width: 1149px) and (min-width: 1000px) {
    #warp section header h2 {
        font-size: 5vw;
        line-height: 5vw;
    }

    #warp section header p {
        margin: 2vw auto 0;
        line-height: 3vw;
        font-size: 1.7vw;
    }

    #sec1 img {
        margin-top: 0px;
    }

    #warp section .txt__bottom {
        font-size: 0.9vw;
        width: 100%;
        text-align: center;
        padding-top: 2vw;
        line-height: 1.3vw;
    }

}


/*
    ## Responsivo 1024 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (min-width: 1025px) {
    #warp section header h2 {
        font-size: 3vw;
        line-height: 4.5vw;
        padding-bottom: 2vw;
    }

    #warp section header p {
        line-height: 2.10vw;
        font-size: 1.5vw;
    }

    #warp section .txt__bottom {
        font-size: 0.9vw;
        width: 100%;
        text-align: center;
        padding-top: 2vw;
        line-height: 1.3vw;
        font-weight: 200 !important;
    }

}


/*
    ## Responsivo 1025 and 1520 ## 
    ## 07/03 ## 
    ## digi.ag ## 
*/

@media (max-width: 1300px) and (min-width: 1150px) {
    #warp section header p {
        font-size: 1.7vw;
        line-height: 2.5vw;
        width: 100%;
        margin: 0 auto;
    }
    #warp section .txt__bottom {
        font-size: 0.9vw;
    }
    #warp .subtitle-card {
        font-size: 1.5vw !important;
    }
}

@media (min-width: 1521px) {
    .portrait {
        width: 20%;
    }
}

