            /********************* ESTILOS GENRALES ******************************/
            
            html {
                font-size: 16px;
            }
            
            body {
                color: #000;
                font-family: 'Manjari', sans-serif;
                overflow-x: hidden;
                background-image: url("../imagenes/bg.jpg");
            }
            
            h1 {
                font-size: 4rem;
                text-shadow: 2px 2px 3px #000;
                margin-top: 50px;
                font-family: 'Manjari', sans-serif;
            }
            
            h2 {
                font-size: 2.5rem;
                font-weight: bolder;
                color: #003c5e;
                font-family: 'Manjari', sans-serif;
            }
            
            h3 {
                font-size: 1.5rem;
            }
            
            p {
                font-size: 1.3rem !important;
                font-family: 'Open Sans', sans-serif;
            }
            
            .concept1 {
                font-size: 1.5rem !important;
                color: #003c5e !important;
                font-family: 'Open Sans', sans-serif;
            }
            
            .concept2 {
                font-size: 1.1rem !important;
                font-family: 'Open Sans', sans-serif;
            }
            
            text {
                font-size: 1.5rem !important;
            }
            
            tspan {
                font-size: 1.1rem !important;
            }
            
            .fondo2 {
                background-color: #d6dbe3;
            }
            /*----------BOTON-COMENCEMOS----------*/
            
            .btnentrada {
                cursor: pointer;
                background-color: #fee300;
                color: #003c5e;
                font-family: 'Manjari', sans-serif;
                font-size: 2rem;
                font-weight: bold;
                letter-spacing: 2px;
                border-radius: 0.8rem;
                text-decoration: none;
                transition: linear 0.3s;
                box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                padding: 37px 30px 30px 30px;
                line-height: 0px;
                box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            }
            
            .btnentrada:hover {
                background-color: #003c5e;
                color: #fee300;
                text-decoration: none;
                transition: linear 0.2s;
            }