#section_tamañoImporta{
    height: 100%;
    width: 100%;
    background-color: #ececec;
    position: relative;
}


#main_tamañoImporta{
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
}
#titulo_tamañoImporta{
    font-family: var(--oswald);
    padding-top: 60px;
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    left: 5%;
    z-index: 2;
}

.text1{
    color: var(--grisMenu);
    font-family: var(--oswald);
    font-size: 4vh;
    padding-bottom: 1vh;
   
}
.text2{
    font-size: 6vh;
    font-family: var(--oswald);
    color: var(--grisFondoOscuro);
    transform: scale(1, 1.5);
    padding-bottom: 4vh;
    -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
    -moz-transform: scale(1, 1.5); /* Firefox */
    -ms-transform: scale(1, 1.5); /* IE 9+ */
    -o-transform: scale(1, 1.5); /* Opera */
}
.text3{
    font-size: 7vh;
    font-family: var(--oswald);
    color: var(--grisFondoOscuro);
    transform: scale(1, 2.5);
    -webkit-transform: scale(1, 2.5); /* Safari and Chrome */
    -moz-transform: scale(1, 2.5); /* Firefox */
    -ms-transform: scale(1, 2.5); /* IE 9+ */
    -o-transform: scale(1, 2.5); /* Opera */
}
    
#imgContainer_tamañoImporta{
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#img_tamañoImporta{
    height: 100%;
    width: 100%;
    padding-top: 15%;
    object-fit: cover;
    object-position: -5% bottom;
}

@media (max-aspect-ratio: 52/100) {

    .text1{
        font-size: 8vw;
        padding-bottom: 2vw;
    }
    .text2{
        font-size: 11.5vw;
        padding-bottom: 8vw;
    }
    .text3{
        font-size: 14vw;
    }
    #img_tamañoImporta{
        object-position: 18% bottom;
    }
}

@media (min-aspect-ratio: 8/10) {
    #main_tamañoImporta{
        max-width: 100vh;
    }
    #titulo_tamañoImporta{
        left: 10%;
    }    
    #img_tamañoImporta{
        padding-top: 5vh;
        object-fit: contain;
        object-position: right;
    }
}
#section_beneficios{
    height: 100%;
    width: 100%;
    background-color: #ececec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#statement_beneficios{
    height: 40%;
    width: 100%;
    padding-top: calc(var(--navHeight)*1.75);
}
.statementText{
    font-family: var(--robotoCondensed);
    font-size: 3.5vh;
    text-align: center;
    font-weight: 300;
    color: transparent;
    transition: color 1.2s ease-in-out;
}
.statementText span{
    font-weight: 400;
}
.statementText.active{
    color: var(--grisFondoOscuro);
}
#imgContainer_beneficios{
    position: relative;
    height: 60%;
    width: 100%;
}
#img_beneficios{
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
@media (max-aspect-ratio: 52/100) {
    #statement_beneficios h2{
        font-size: 7vw;
    }
}
@media (min-aspect-ratio: 8/10) {
    #img_beneficios{
        object-fit: contain;
    }
}

#section_integracion{
    height: 100%;
    width: 100%;
    background-color: var(--grisFondoOscuro);
}
#title_integracion{
    height: 30%;
    width: 100%;
    padding-top: calc(var(--navHeight)*1.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.principalText{
    color: white;
    font-size: 7vh;
    font-family: var(--oswald);
    text-transform: uppercase;
    text-align: center;
    padding-top: 1.5vh;
    transform: scale(1, 1.5);
    -webkit-transform: scale(1, 1.5); /* Safari and Chrome */
    -moz-transform: scale(1, 1.5); /* Firefox */
    -ms-transform: scale(1, 1.5); /* IE 9+ */
    -o-transform: scale(1, 1.5); /* Opera */
}
.secondaryText{
    color: var(--grisNav);
    font-family: var(--oswald);
    text-transform: uppercase;
    font-size: 3.7vh;
    text-align: center;
    font-weight: 100;
}
#imgContainer_integracion{
    position: relative;
    height: 70%;
    width: 100%;
}
#img_integracion{
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center bottom;
}
#section_caracteristicas{
    height: 100%;
    width: 100%;
    background-color: var(--grisFondoOscuro);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#title_caracteristicas{
    flex: 1;
    width: 100%;
    padding-top: calc(var(--navHeight)*1.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.imagen-container{
    position: relative;
    height: min(70vh, 146.6705vw);
    width: min(47.726vh,100vw);
}
.imagen-original{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.maskSquare{
    width: 100%;
    height: 100%;
    position: relative;
}
.button{
    position: absolute;
    width: 5vh;
    height: 5vh;
    border: 1.5px solid var(--grisFondoOscuro);
    background-color: rgba(250, 250, 250, 0.5);
    border-radius: 50%;
    animation-name: pulsing1;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-delay: 0.5s;
    color: var(--grisFondoOscuro);
    font-size: 3vh;
    font-family: var(--condensed);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#button1{
    top: 20%;
    left: 68%;

}
#button2{
    top: 66.5%;
    left: 21%;
}
#button3{
    top: 60%;
    left: 68%;
}
.button.paused{
    animation-play-state: paused;
    color: white;
    border: 1.5px solid white;
    background-color: rgba(0, 0, 0, 0.5);
}

#imgCaracteristica1, #imgCaracteristica2, #imgCaracteristica3{
    display: none;
}
.button::before, .button::after{
    content: "";
    position: absolute;
    left: -20%;
    right: -20%;
    bottom: -20%;
    top: -20%;
    border-radius: 50%;
    border: 1px solid var(--grisFondoOscuro);
    animation-name: pulsing;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.button::before{
    animation-duration: 0.5s;
    left: -10%;
    right: -10%;
    bottom: -10%;
    top: -10%;
}
.button.paused::after, .button.paused::before{
    animation-play-state: paused;
} 
@keyframes pulsing{
    0%{transform: scale(0.8); opacity: 0;}
    50%{ opacity: 1;}
    100%{transform: scale(1.2); opacity: 0;}
}
@keyframes pulsing1{
    0%{transform: scale(1);}
    50%{transform: scale(0.9); }
    100%{transform: scale(1);}
}

.mask-container{
    position: absolute;
    top: 4%;
    left: 20%;
    width: 59.8%;
    height: 85.85%;
    pointer-events: none;
    overflow: hidden;
}
.mask-glass{
    position: relative;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    border-radius:3vh;
    border-top: 1.5px solid white;
    border-left: 1.5px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: rgba(0, 0, 0, 0);   transparente */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.descriptionText-container{
    position: absolute;
    top: 0%;
    height: 30%;
    width: 100%;
    color: white;
    font-family:var(--robotoCondensed);
    font-size: 2vh;
    font-weight: 300;
}
.closeDescription{
    height: 20%;
    width: 100%;
    padding: 4% 10% 0% 10%;
    text-align: right;
    font-weight: 400;
    pointer-events: visible;
    cursor: pointer;
}
.descriptionText{
    height: 80%;
    width: 100%;
    padding: 0 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.descriptionImg-container{
    position: absolute;
    top: 35%;
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgMask-container{
    position: relative;
    top: 0;
    height: 100%;
    width: 70%;
    border-radius: 2vh;
    border: 1.5px solid white;
    overflow: hidden;
    box-shadow: 10px 10px 9px 0px rgba(0,0,0,0.62);
    -webkit-box-shadow: 10px 10px 9px 0px rgba(0,0,0,0.62);
    -moz-box-shadow: 10px 10px 9px 0px rgba(0,0,0,0.62);
}
.imgDescription{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: rgba(250,250,250,0.3);
}
.reflex{
    position: absolute;
    top: -15%;
    left: 20%;
    width: 100%;
    height: 150%;
    background-image: linear-gradient(to left, rgba(250,250,250,0), rgba(250,250,250,1));
    transition: all 1.2s ease;
    transform: translateX(150%) rotate(-20deg);
}
.mask-glass.active{
    transform:translateX(0%);
}
.reflex.active{
    transform: translateX(-150%) rotate(-20deg);  
}



#section_ideal{
    height: 100%;
    width: 100%;
    background-color: var(--grisFondoOscuro);
}
#title_ideal{
    height: 30%;
    width: 100%;
    padding-top: calc(var(--navHeight)*1.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#imgContainer_ideal{
    height: 70%;
    width: 100%;
}
#img_ideal{
    height: 100%;
    width: 100%;
    padding: 0% 5%;
    object-fit: contain;
    object-position: center top;
}

/* Comienzo de definicion de variables para el formulario */
#formulario{
    width: 90vw;
    max-width: 600px;
    margin: auto;
    z-index: 2;
}
#sib-form-container{
    width: 100%;
    font-family: var(--oswald);
    color: white;
    margin-top: 10px;
    border: 1.5px solid white;
    border-radius: 10px;
    background-color: var(--grisFondoOscuro);
    box-shadow: 10px 10px 21px 1px rgba(0,0,0,0.44);
    -webkit-box-shadow: 10px 10px 21px 1px rgba(0,0,0,0.44);
    -moz-box-shadow: 10px 10px 21px 1px rgba(0,0,0,0.44);
}
/*------------ Comienzo de Seccion respuesta de envio ------------*/
.responseContainer{
    position: relative;
    height: 6vh;
    padding: min(1vh,2vw);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;  
    overflow: hidden; 
}
.contact__text{
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    max-width: 800px;
    font-family: var(--robotoCondensed);
    color: white;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items:center;
}
@media (max-width: 380px) {
    .contact__text {
      font-size: 14px;
      font-weight: 200;
    }
  }

.sib-form-message-panel--active{
    position: absolute;
    top: 0%;
    left: 0%;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    border-radius: 6px 6px 0px 0;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.sib-form-message-panel__inner-text{
    color: black;
    font-size: 16px;
}
#error-message.sib-form-message-panel--active{
    border: 1px solid tomato;
    background-color: rgb(255, 167, 152);
    
}
#success-message.sib-form-message-panel--active{
    border: 1px solid rgb(22, 88, 30);
    background-color: rgb(156, 211, 170);
}
/*------------ Comienzo de Seccion inputs ------------*/
.inputsContainer{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.form__block{
    width: 100%;
    height: 7.5vh;
    max-height: 55px;
    padding: 0% 5% 2% 5%;
}
.form__block .form__entry{
    height: 100%;
    width: 100%;
}
.entry__field{
    height: 75%;
}
.block-label, #email-label{    
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 0.75px solid rgb(165, 165, 165);
    color: rgb(209, 209, 209);
}
.input{
    margin: 0;
    padding: 0;
    height: 75%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(98, 98, 98);
    border-right: 1px solid rgb(70, 70, 70);
    border-radius: 0px 6px 6px 0;
    background-color: rgb(240, 240, 240)
}
.email-input{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(98, 98, 98);
    border-right: 1px solid rgb(70, 70, 70);
    border-radius: 0px 6px 6px 0;
    background-color: rgb(240, 240, 240)
}
.form__block ::placeholder, .email-input ::placeholder{
    color: rgba(71, 71, 71, 0.561);
    height: 100%;
}
.input{
    padding-left: 2%;
    color: rgb(28, 26, 44);
}
.entry__error{
    height: 20px;
    padding: o;
    margin: 1% 2% 2% 2%;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: white;
    border: 1px solid tomato;
    /* background-color: rgb(255, 167, 152); */
    border-radius: 8px 0px 8px 0px;
}
/* captcha */
.sib-form-block{
    display: flex;
    justify-content: center;
    padding-bottom: 2vh;
}
#sib-captcha{
    display: flex;
    justify-content: center;
    width: 90%;
}
/* submit button */
.sib-form-block__button{
    width: 50%;
    margin-top: 5%;
    color: white;
    border-radius: 6px;
    border: 1px solid white;
    background-color: transparent
}
svg{
    display: none;
}
@media (max-width: 375px) {
    #sib-captcha {
      justify-content: flex-start;
    }
    .entry__error{
        margin-bottom: 5%;
    }
    .sib-form-block__button{
        margin-top: 0%;
    }
  }

#section_contacto{
    height: 100%;
    width: 100%;
    background-color: #dedede;
}
.contact__container{
    height: 100%;
    width: 100%;
    padding-top: calc(var(--navHeight)*1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#contact__img{
    width: 100%;
    height: 30%;
    flex: 1; /* el flex uno asigna el espacio libre, pero debo aclarar altura del elemento */
    object-fit: contain;
    object-position: center top;
}

#nosotros {
    background-color: var(--grisFondoOscuro);
    width: 100%;
    height: 250%;
    padding-top: calc(var(--navHeight)*1.75);
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: var(--grisTextoClaro);
    font-family: var(--descriptionText);
    font-weight: 300;
    font-size: min(4vw, 1.2rem);
}
.navBar-background{
    height: var(--navHeight);
    width: 100%;
    position: fixed;
    display: none;
    top: 0;
    background-color: var(--grisFondoOscuro);
    z-index: 1;
}
.nosotrosTitle{
    height: 10vh;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
}
.logoContainer{
    height: 6vh;
    width: 100%;
}
#logoNosotros{
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 0.5;
}
.nosotrosSubtitle{
    height: 4vh;
    padding-top: 0.5vh;
    font-size: min(5vw, 1.5rem);
}

#history{
    width: 85%;
    max-width: 1100px;
    padding-top: min(4vw,2rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;  
    color: var(--grisTextoClaro);
}
.phraseText{
    padding: min(5vw,2rem);
    font-weight: 400;
    font-size: min(5vw, 1.5rem);
    font-style: italic;
    color: white;
}
.author{
    font-weight: 300;
    font-size: min(3vw,1.2rem);
}

.team-container{
    width: 80%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team__title, .history__title{
    margin: 2rem;
    color: white;
}
.member{
    margin: 1rem 0;
    max-width: 1100px; 
}
.nombre{
    font-family: var(--oswald);
    color: white;
}

.member__photo{
    height: min(17vw,9.5vh);
    width: min(17vw,9.5vh);
    margin-right: 1rem;
    border-radius: 50%;
    border: 1.5px solid white;
    float: left;
    overflow: hidden;
    object-fit: contain;
}

:root{  /*Custom properties*/
    /*DECLARACIÓN DE COLORES
    -----------------------------------------------------------*/
    --grisFondoClaro: #f1f1f1;
    --grisFondoOscuro: #2a2a2a;
    --grisFondoCaracteristicas: #fbfbfb;
    --grisNav: #474747;
    --grisMenuActive:#777777;
    --grisTextoClaro: #cccccc;
    --grisMenu: #d6d6d6;
    /*DECLARACIÓN DE FUENTES
    -----------------------------------------------------------*/
    --oswald: 'Oswald', sans-serif;
    --robotoCondensed: 'Roboto Condensed', sans-serif;
    --descriptionText: 'Zen Kaku Gothic New', sans-serif;
    /*DECLARACIÓN DE TAMAÑOS
    -----------------------------------------------------------*/
    --navHeight: 40px;
}
html{
    box-sizing: border-box;
}
*, *:before, *:after{
    box-sizing: inherit;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
  }
html {
    overflow: hidden;
}
body {
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

html, 
body {
    height: 100%;
    width: 100%;
    background-color: var(--grisFondo);
    margin: 0;
    padding: 0;
}
body{
    display: flex;
    flex-direction: column;
}
.navbar{
    height: var(--navHeight);
    width: 100%;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--grisFondoOscuro);
    z-index: 4;
}
.navbar-link.off{
    display: none;
}
.menu-btn__container{
    height: var(--navHeight);
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.navbar-container{
    height: 100%;
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navbar-link{
    height: 85%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.navbar-link::before{
    position: absolute;
    bottom: 3px;
    content: "";
    height: 0.75px;
    width: 60%;
    background-color: var(--grisMenu);
    transform: scaleX(0);
    transition: transform 0.2s ease-in;
}


@media (hover: hover) and (pointer: fine) {
    .navbar-link:hover::before{
        transform: scaleX(1);
  }
}
.navbar-link.off{
    display: none;
}
a{
    text-decoration: none;
    display: block;
    position: relative;
    font-family: var(--robotoCondensed);
    font-weight: 300;
    font-size: 1.1rem;
    color: var(--grisMenu);
}
a.active{
    color: var(--grisMenuActive);
}

.logo-img{
    height: 100%;
    width: 60px;
    object-fit: contain;
    object-position: bottom center;
}
.menu-btn{
    height: 50px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.menu-btn__burguer{
    width: 25px;
    height: 1.5px;
    background: var(--grisFondoOscuro);
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}
.menu-btn__burguer::before,
.menu-btn__burguer::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 1.5px;
    background: var(--grisFondoOscuro);
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
}
.menu-btn__burguer.dark{
    background-color: var(--grisMenu);
}
.menu-btn__burguer.dark::before,
.menu-btn__burguer.dark::after{
    background-color: var(--grisMenu);
}

.menu-btn__burguer::before{
    transform: translateY(-8px);
}
.menu-btn__burguer::after{
    transform: translateY(8px);
}

/*BTN BURGUER ANIMATION*/
.menu-btn.open .menu-btn__burguer{
    transform: translateX(22vw);
    background: transparent;
}
.menu-btn.open .menu-btn__burguer::before{
    transform: rotate(45deg) translate(35px, -35px);
    background-color: var(--grisMenu);
}
.menu-btn.open .menu-btn__burguer::after{
    transform: rotate(-45deg) translate(35px, 35px);
    background-color: var(--grisMenu);
}

@media (max-width: 640px) {
    .navbar{
        background-color: transparent;
        flex-direction: column;
        justify-content: flex-start;
        transition: background-color 0.2s ease-in-out 0.2s, height 0.5s ease-in-out;
    }
    .navbar.open{
        height: 100%;
        background-color: var(--grisFondoOscuro);
    }
    .menu-btn__container{
        display:flex;
    }
    .menu-btn.open{
        border-bottom: 1px solid var(--grisMenu);
    }
    .navbar-container{
        margin-top: var(--navHeight);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .navbar-link{
        flex: none;
        height: 60px;
        width: 60%;
        display: none;
        opacity: 0;
    }
    .navbar-link:hover::before{
        display: none;
    }
    .navbar-link.closizeLogo.open{
        margin-top: 15px;
        height: 100px;
    }
    .navbar-link.open{
        display: flex;
        border-bottom: 1px solid var(--grisMenu);
        animation-name: fadeIn;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out;
    }
    .navbar-link.off.open{
        display: none;
    } 
    @keyframes fadeIn {
        from { opacity: 0;}
        to {opacity: 1;}
    }
}

main{
    position: relative;
    overflow: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    flex: 1;
}
section {
    scroll-snap-align: start;
    width: 100%;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
