

.amarillo{
    background-color:#F9F672;
    color:#403F3D;
}

.negro{
    background-color:#403F3D ;
    color:white;
}

.claro{
    background-color: #f3f2a8;
    color:black;
}

.claro_oscuro{
    background-color: #6b6a69;
    color: white;
}


a{
    text-decoration: none;
    color: #403F3D;
}

model-viewer{
    height: 600px;
    border: #F9F672 1px solid;
}

#showreel{
    height: 1000px;
}
/* .tab-content{
    background-color: rgb(0, 255, 21);
    
}

.tab-pane{
    background-color: black;
    
} */
iframe {

    height: 500px;
    
}
#texto_sobremi {
    line-height: 140%;
}

#aryona{
    border-left: #403F3D 1px solid;
    padding: 10%;
    padding-left: 2%;
}


/* --------------------Toggle Switch----------------------------  */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #403F3D;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}



@media screen and (max-width:820px) {
        model-viewer{
            height: 400px;
        }

          iframe {
              height: 400px;
    
          }

}




