/* -------------------------------------------------------------- */


/* -------------------------- Imports --------------------------- */


/* -------------------------------------------------------------- */

@import 'https://fonts.googleapis.com/css?family=Oswald';
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import 'https://fonts.googleapis.com/css?family=Montserrat';

/* -------------------------------------------------------------- */


/* ------------------------- HTML tags -------------------------- */


/* -------------------------------------------------------------- */

* {
    box-sizing: border-box;
    /* CSS's reset */
    padding: 0;
    margin: 0;
}

*:hover {
    cursor: default;
}

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.relevant_content,.relevant_content:link,.relevant_content:visited,.relevant_content:hover,.relevant_content:focus,.relevant_content:active{
    color: white !important;
    text-decoration: none !important;
}


/* -------------------------------------------------------------- */


/* --------------- Diapositives navegation style --------------- */


/* -------------------------------------------------------------- */

.avanzar_diapo {
    right: 1%;
}

[class^="canvas_"] {
    display: inline-block;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    .dinamica_relacionar_title {
        width: 80%;
        display: block !important;
        margin: 0 auto;
    }
    .dinamic_context {
        width: 100%;
    }
    [id^="left_item_"] {
        font-size: 11px !important;
    }
    [id^="right_item_"] {
        font-size: 11px !important;
    }
    .little_photo {
        width: 90% !important;
    }
    .dinamic_context {
        width: 100% !important;
    }
}

[id^="right_item_"] {
    width: 45%;
    float: right;
    text-align: center;
    padding: 10px;
    clear: both;
    background-color: #d8d5b7;
    color: #333333;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    border: 5px solid #DCDCDC;
    display: inline-block;
}

.tabla_naranja_titulo {
    background-color: #00b0ca;
    color: #FFF;
    vertical-align: top;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    padding: 5px;
    font-size: 20px;
}

.tabla_naranja_celda1 {
    background-color: #e1f5fe;
    color: #000b34;
    font-family: 'Roboto', sans-serif !important;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 150px;
    font-size: 19px;
    vertical-align: top;
}

.tabla_naranja_celda2 {
    background-color: #00b0ca;
    color: #000b34;
    font-family: 'Roboto', sans-serif !important;
    padding: 5px;
    min-height: 150px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 19px;
    vertical-align: top;
}

.canvas_column span {
    font-family: 'Roboto', sans-serif !important;
    display: block;
    background: rgb(1, 81, 144);
    color: white;
    padding: 10px;
}

.canvas_row span {
    font-family: 'Roboto', sans-serif !important;
    display: block;
    background: rgb(1, 81, 144);
    color: white;
    padding: 10px;
}

.canvas_column {
    border: 1px solid #222;
    margin-right: -3.5px;
    vertical-align: bottom;
    overflow-x: hidden;
    background: white;
    height: 400px;
}

.canvas_column_content {
    height: 100%;
}

[class^="contenido_"] {
    display: none;
    margin: 0 auto;
}

.canvas_row {
    height: 200px;
    background: white;
    border: 1px solid #222;
    margin-right: -3.5px;
    margin-top: -3.5px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .canvas_column {
        font-size: 12px;
    }
    .canvas_row {
        font-size: 12px;
    }
}

@media only screen and (max-width:767px) {
    .canvas_column {
        font-size: 12px;
    }
    .canvas_row {
        font-size: 12px;
    }
}

.avanzar_diapo:hover {
    right: 1.1%;
    cursor: pointer;
}

[id^="left_item_"] {
    width: 45%;
    padding: 10px;
    clear: both;
    font-size: 21px;
    background: rgb(51, 78, 96);
    border-radius: 0px 10px 10px 0px;
    color: white;
    float: left;
    border: 5px solid #DCDCDC;
    text-align: center;
    cursor: pointer;
}

.bombilla_centered_div {
    width: 35px !important;
    height: auto !important;
}

.boton_elegir {
    text-align: center;
    background-color: #00b0ca;
    color: white;
    display: inline-block;
    padding: 3px;
    width: 25px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

.boton_elegir_on {
    text-align: center;
    background-color: #00b0ca;
    color: white;
    display: inline-block;
    padding: 3px;
    width: 25px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

.validar_emparejamiento {
    padding: 10px;
    width: 200px;
    margin: 0 auto;
    font-size: 21px;
    background: rgb(51, 78, 96);
    cursor: pointer;
    margin-top: -150px;
    color: white;
    margin-bottom: 50px;
}

.dinamic_diapositive {
    padding-top: 200px;
}

.dinamic_context {
    width: 70%;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px;
    background-position: center;
    border-radius: 15px;
    margin-bottom: 20px;
}

[id^="right_item_"] {
    width: 45%;
    float: right;
    text-align: center;
    padding: 10px;
    clear: both;
    background: rgb(51, 78, 96);
    color: white;
    font-size: 21px;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer;
    border: 5px solid #DCDCDC;
    display: inline-block;
}

.blue_answer {
    border: 5px solid #000080;
}

.orange_answer {
    border: 5px solid #FF4500;
}

.red_answer {
    border: 5px solid #B22222;
}

.yellowGreen_answer {
    border: 5px solid gold;
}

.purple_answer {
    border: 5px solid #4B0082;
}

.green_answer {
    border: 5px solid #228B22;
}

.golden_answer {
    border: 5px solid GoldenRod;
}

.boton_navegacion_diapo {
    position: fixed;
    width: 4vw;
    height: 4vw;
    z-index: 5;
    top: 50%;
}

.menu_bibliografia {
    font-family: 'Roboto', sans-serif !important;
    color: white;
}

.photo_title_text_container1 {
    float: left;
    width: 50%;
    background-color: grey;
}

.photo_title_text_container1 p {
    color: rgb(75, 75, 75) !important;
    background: #B0B08B;
}

.photo_title_text_container1 h4 {
    padding: 15px;
    color: white;
    font-family: 'Roboto', sans-serif !important;
    background: #00b0ca;
    border-bottom: 1px solid black;
}

.photo_title_text_container1 img {
    width: 100%;
    vertical-align: bottom;
}

.photo_title_text_container2 {
    float: right;
    width: 50%;
    background-color: grey;
}

.photo_title_text_container2 p {
    color: rgb(75, 75, 75) !important;
    background: #D2D7AD;
}

.photo_title_text_container2 h4 {
    padding: 15px;
    font-family: 'Roboto', sans-serif !important;
    color: white;
    background: #00b0ca;
    border-bottom: 1px solid black;
}

.photo_title_text_container2 img {
    width: 100%;
    vertical-align: bottom;
}

.title_deployable_content h4 {
    padding: 15px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    color: white;
}

.title_deployable_content p {
    display: none;
}

.title_deployable_content h4:hover {
    cursor: pointer;
}

.home_icon {
    width: 75px;
    height: 75px;
    margin-top: 25px;
}

.home_icon:hover {
    margin-bottom: 2px;
    cursor: pointer;
}

.right_floating_content {
    float: right;
}

.left_floating_content {
    float: left;
}

.bombilla_diapo {
    width: 100px;
    cursor: pointer;
    -ms-transform: scale(0.9, 0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9, 0.9);
    /* Safari */
    transform: scale(0.9, 0.9);
}

.imagen_ajustable_vertical {
    width: 100% !important;
    height: auto !important;
}

.zoom {
    transition: width 2s, height 2s, transform 2s;
}

.zoom:hover {
    transform: scale(3, 3);
}

.link_green {
    text-decoration: none;
    color: #E85511 !important;
}

.link_green:hover {
    background-color: #f0fff0;
}

.light {
    right: 2%;
}

.light:hover {
    right: 1.1%;
    cursor: pointer;
}

.box_wrap {
    position: relative;
}

.box_wrap .box_content {
    color: white !important;
    display: none;
    position: relative;
    bottom: 5%;
    left: 5%;
    right: 5%;
    background-color: #e68055;
    padding: .20em;
    border-radius: 24px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.box_wrap:hover .box_content {
    display: block;
}


/* Tablets layout */

@media only screen and (min-width:768px) and (max-width:1024px) {
    .imagen_ajustable_vertical {
        height: 100% !important;
        width: auto !important;
    }
    .centered_boxed_div_paragraph p {
        font-size: 15px;
    }
    .espacio {
        display: none;
    }
}

.course_title_first_diapositive {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    padding: 50px;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.2);
    color: white !important;
    border-bottom: 5px solid rgb(0, 176, 202);
}

.course_title_first_diapositive span {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
}


/* Mobile layout */

@media only screen and (max-width:767px) {
    .imagen_ajustable_vertical {
        height: 100% !important;
        width: auto !important;
    }
    .course_title_first_diapositive {
        font-size: 24px !important;
        width: 80% !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .course_title_first_diapositive span {
        font-size: 17px !important;
    }
}

.bombilla_diapo:hover {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
}

.ventana_modal_bombilla {
    background: #d9d9d9;
    color: #00b0ca;
    width: 30%;
    position: absolute;
    top: 30%;
    left: 35%;
    padding: 30px;
    border: 4px solid white;
    display: none;
    z-index: 4;
}

.middle_height_image {
    height: 50%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.side_video {
    width: 100%;
    margin-top: 200px;
}

.centered_div {
    width: 80%;
    height: 70%;
    margin: 0 auto;
    margin-top: 150px;
}

.centered_titled_div {
    width: 60%;
    height: 70%;
    margin: 0 auto;
    margin-top: 350px;
}

.centered_titled_div h2 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #00b0ca;
}

.logo_wrapper {
    width: 33%;
    height: 125px;
    text-align: center;
    display: inline-block;
}

.centered_titled_div h3 {
    font-family: 'Roboto', sans-serif !important;
    color: #00b0ca;
}

[class^="centered_div_"] {
    display: inline-block;
    height: 100%;
    width: 33%;
    padding: 40px;
    vertical-align: top;
}

[class^="centered_boxed_div_"] {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 32%;
    overflow: hidden;
}

.centered_boxed_div_paragraph {
    font-family: 'Roboto', sans-serif !important;
    padding: 20px;
    height: 48%;
    margin: 5px;
    width: 100%;
    color: white;
    font-size: 20px;
    background: #00b0ca;
}

[class^="centered_boxed_div_"] img {
    width: 100%;
    height: 48%;
    margin: 5px;
}

.centered_div-bombilla {
    width: 35%;
    margin-bottom: 15px;
}

[class^="centered_div_"] h3 {
    margin-bottom: 30px;
    font-size: 25px;
    color: #00b0ca;
}

[class^="centered_div_"] p {
    font-family: 'Roboto', sans-serif !important;
    color: black;
}

.square_bottom_left {
    height: 50%;
    width: 100%;
    background: white;
    overflow: auto;
    padding: 100px;
    color: #00b0ca;
}

.square_bottom_left h3 {
    font-size: 20px !important;
    padding-left: 20px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif !important;
}

.square_top_right {
    height: 50%;
    width: 100%;
    padding: 50px;
    background: white;
    overflow: auto;
    color: black;
}

.bottom_left_div {
    background: white;
    height: 50%;
    width: 50%;
    float: left;
    position: absolute;
    bottom: 0;
    padding: 50px;
    padding-left: 100px;
}

.bottom_right_div {
    background: white;
    height: 50%;
    width: 50%;
    float: right;
    position: absolute;
    bottom: 0;
    padding: 50px;
    padding-right: 100px;
}

[class^="bottom_"] h3 {
    color: #00b0ca;
}

[class^="bottom_"] p {
    color: black;
    font-family: 'Roboto', sans-serif !important;
}

.ventana_modal_bombilla p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: lighter;
    font-size: 17px;
}

.logo:hover {
    margin-bottom: 2px;
}

.menu {
    width: 100%;
    overflow: hidden;
}

.menu a {
    width: 14.25%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 0;
    display: inline-block;
    text-align: center;
}

.search_icon {
    width: 4vw;
    height: 4vw;
}

.right_side_column_content {
    margin: 0 auto;
    margin-top: 24vh;
}

.left_side_column_content {
    margin: 0 auto;
    margin-top: 24vh;
    margin-bottom: 15px;
}

.right_side_column_content {
    width: 80%;
    margin-bottom: 15px;
}

.retroceder_diapo {
    left: 1%;
}

.centered_div_selected {
    border: 5px solid #00b0ca;
}

.retroceder_diapo:hover {
    left: 1.1%;
    cursor: pointer !important;
}


/* -------------------------------------------------------------- */


/* -------------- Diapositives fixed content style -------------- */


/* -------------------------------------------------------------- */

.background_image {
    position: fixed;
    z-index: -10;
}

[class^="oscuro_"] {
    background: #00b0ca;
}

[class^="claro_"] {
    background: #00b0ca;
}

[class^="parrafo_oscuro_"] {
    background: #00b0ca;
    color: black !important;
}

[class^="parrafo_claro_"] {
    background: #e1f5fe;
    color: black !important;
}

[class^="relevant_content"] {
    padding: 3px;
    color: white;
    background-color: black;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    font-family: Montserratl;
}

.green_background_relevant_content {
    padding: 3px;
    color: #E85511 !important;
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
}

.hidden_content1 {
    display: none;
}

[class^="relevant_content"]:hover {
    cursor: pointer !important;
    text-decoration: none !important;
    color: black !important;
    background: white !important;
}

.diapositive_img {
    height: 100%;
    float: left;
}

.same_line_h3 {
    display: inline-block;
    margin: 0 auto;
}

.left_side_column_content {
    width: 80%;
}

.column h1 {
    margin-left: 25px;
    font-size: 52px;
}

.column h2 {
    font-size: 40px;
}

.column h3 {
    font-size: 35px;
}

.video_class {
    width: 60%;
    height: 75%;
}

.popup {
    position: absolute;
    top: 40%;
    left: 45%;
    display: none;
}

.popup img {
    width: 230px;
    height: 290px;
}

.column p {
    padding: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: left;
}

.column {
    height: 100%;
    width: 50%;
    border: 0;
    float: left;
    overflow: auto;
    overflow-x: hidden;
}

.diapositive {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.diapositive::after {
    content: "";
    clear: both;
    display: block;
}

.header {
    position: absolute;
    width: 100%;
    padding: 15px;
    z-index: 1;
    top: 0;
}

.header_section {
    width: 33.3%;
    text-align: center;
    display: inline-block;
}

.home_section {
    width: 32% !important;
    text-align: right !important;
    vertical-align: 25px;
}

.special_content {
    width: 100% !important;
    padding: 45px;
    z-index: 2 !important;
}

.logo_section {
    vertical-align: 25px;
}

.progress {
    width: 8em;
    height: 8em;
}

.right_side_column_sub_content {
    height: 100%;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    overflow-y: auto;
}

.menu_index {
    color: white;
    list-style: none;
}

.main_index_number {}

.menu_index li {
    margin-bottom: 5px;
    list-style: none;
    width: auto;
}

.menu_index ul li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.menu_index ul {
    padding-left: 15px;
}

.title_align {
    display: inline-block;
    padding-right: 33.3% !important;
    font-size: 60px !important;
}

.title_align_vertical {
    position: absolute;
    left: 20%;
    display: inline-block;
    padding: 28px;
    font-size: 3vw !important;
    writing-mode: vertical-rl;
    white-space: nowrap;
}

.diamonds {
    position: absolute;
    left: 40.1%;
    width: 54vw !important;
}

.rueda {
    position: absolute;
    left: 33.3%;
    width: 33% !important;
}

.definitionA {
    vertical-align: middle;
    margin-right: 100px;
    display: inline-block;
}

.definitionB {
    margin-right: 200px;
    margin-top: 5%;
}

.definitionC {
    margin-right: 100px;
    margin-top: 5%;
}

.definitionD {
    margin-right: 200px;
    margin-top: 5%;
}

.right_aligned_column {
    text-align: right;
}

.single_canvas {
    height: 100%;
    text-align: center;
    overflow: auto;
    padding-bottom: 150px;
    padding-top: 10%;
}

.anexos {
    margin: 15px;
    height: 200px;
}

.anexos:hover {
    cursor: pointer;
    padding-bottom: 5px;
}

a:visited {
    text-decoration: none;
    color: white;
    border: 0;
}

.menu_anexos {
    display: none;
}

.menu_guia_didactica {
    display: none;
}

.menu_manual {
    display: none;
}

.menu_glosario {
    display: none;
}

.definition_image {
    width: 30vw;
    margin: 0 auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

.single_canvas h1 {
    display: inline-block;
    font-size: 52px;
    width: 60%;
    margin: 0 auto;
}

.single_canvas p {
    color: grey;
    width: 50%;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 15px;
    display: inline-block;
}

.first_diapositive_top_logos {
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 125px;
    height: 65px;
}

.first_diapositive_top_logos img {
    margin: 15px;
    height: inherit;
}

.first_diapositive_bottom_logos {
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 15px;
}

.first_diapositive_bottom_logos img {
    margin: 15px;
    height: 65px;
}

[class^=definition]:hover {
    cursor: pointer;
    margin-right: 150px;
}

.more_information1 {
    -ms-transform: scale(0.9, 0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9, 0.9);
    /* Safari */
    transform: scale(0.9, 0.9);
}

.more_information1:hover {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
}

.hidden_content2 {
    display: none;
}

.box_text {
    color: white !important;
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 1px #fff inset;
    padding: 0 10px 0 20px;
    position: relative;
    background-color: #9370db;
    overflow: hidden;
}

.foto_curva {
    border-radius: 28px;
}

ul.squares {
    list-style-type: square;
}

ul.letters {
    list-style-type: lower-alpha;
}

.ul_same {
    padding: 25px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    text-align: justify;
}

.grey {
    color: rgb(75, 75, 75);
}

h4 {
    color: #00b0ca;
    font-size: 25px;
}

.text_shadow {
    text-shadow: -4px 3px 3px rgba(149, 150, 150, 0.91);
}


/* -------------------------------------------------------------- */


/* -------------- Directives for responsive design -------------- */


/* -------------------------------------------------------------- */


/* Tablets layout */

@media only screen and (min-width:768px) and (max-width:1024px) {
    .boton_navegacion_diapo {
        width: 6vw;
        height: 6vw;
    }
    .left_side_column_content h1 {
        font-size: 32px;
    }
    .right_side_column_content {
        margin-top: 17vh;
    }
    .definition_image {
        width: 40vw;
    }
    .menu a {
        font-size: 11px;
    }
    .ventana_modal_bombilla {
        width: 60%;
        left: 20%;
    }
    .video_class {
        width: 80%;
        height: 75%;
    }
    .diamonds {
        position: absolute;
        left: 53%;
        width: 45vw !important;
    }
    .rueda {
        position: absolute;
        padding: 50%;
        left: 53%;
        width: 40vw !important;
    }
    .title_align {
        padding: 10%;
        font-size: 5vw !important;
    }
    .title_align_vertical {
        padding: 5%;
        font-size: 6vw !important;
        top: 13%;
    }
    .espacio {
        display: none;
    }
}


/* Mobile layout */

@media only screen and (max-width:767px) {
    .ventana_modal_bombilla {
        left: 10%;
        width: 80%;
        height: 80%;
        overflow-y: auto;
        position: fixed !important;
    }
    .column_titled {
        padding-bottom: 15px;
    }
    .column {
        text-align: center !important;
        width: 100%;
        margin: 0;
        height: auto;
    }
    .same_line_h3 {
        width: 100%;
    }
    .right_aligned_column {
        text-align: center;
    }
    .menu a {
        width: 100%;
        margin-bottom: 5px !important;
    }
    .right_side_column_content {
        margin-top: 5vh !important;
        height: auto !important;
    }
    .definition_image {
        width: 70vw;
    }
    .boton_navegacion_diapo {
        width: 8vw;
        height: 8vw;
    }
    .progress {
        margin-top: 5px;
        width: 6em;
        height: 6em;
    }
    .logo {
        width: 100%;
    }
    .left_side_column_content {
        margin-top: 150px;
    }
    .left_side_column_content h1 {
        font-size: 20px;
    }
    .column h1 {
        margin-left: 0px;
    }
    .header_section {
        width: 32.6%;
        text-align: center;
        display: inline-block;
    }
    .home_section {
        text-align: center !important;
    }
    .home_icon {
        width: 50px;
        height: 50px;
    }
    .video_class {
        width: 80%;
        height: 40%;
    }
    .diamonds {
        position: absolute;
        left: 53%;
        width: 80vw !important;
        left: 10%;
        top: 60%;
    }
    .title_align {
        position: relative;
        padding-top: 15% !important;
        font-size: 45px !important;
        left: 16%;
    }
    .title_align_vertical {
        writing-mode: horizontal-tb;
        padding-top: 10% !important;
        margin-right: 150px;
        font-size: 45px !important;
    }
    .rueda {
        position: absolute;
        left: 53%;
        width: 80vw !important;
        left: 10%;
        top: 60%;
        overflow: hidden;
    }
    .diapositive_img {
        width: 100%;
    }
    .right_floating_content {
        float: none;
    }
    .left_floating_content {
        float: none;
    }
    .photo_title_text_container1 {
        width: 100%;
    }
    .photo_title_text_container2 {
        width: 100%;
    }
    #relevant_article_overlay {
        left: -50% !important;
        width: 200% !important;
    }
    [class^=definition] {
        margin-right: 0;
    }
    [class^="centered_div_"] {
        width: 100%;
    }
    [class^="centered_boxed_div_"] {
        width: 100%;
    }
    .diapositive_with_overflow {
        overflow: auto !important;
    }
    [class^=definition]:hover {
        margin-right: 0;
    }
    .centered_titled_div {
        width: 60%;
        height: 70%;
        margin: 0 auto;
        margin-top: 300px;
    }
    .side_video {
        margin-top: 0;
    }
    [class^="bottom_"] {
        display: inline-block;
        width: 100%;
        position: relative;
        float: none;
        margin: 0 auto;
    }
    .no_padding_column {
        padding-bottom: -15px !important;
    }
    .square_bottom_left {
        padding: 50px !important;
    }
    .centered_boxed_div_paragraph {
        height: auto;
    }
    .centered_boxed_div_paragraph p {
        font-size: 12px;
    }
    .margin_top_for_mobile {
        margin-top: 165px !important;
    }
    .bottom_left_div {
        padding-left: 0;
    }
    .bottom_right_div {
        padding-right: 0;
    }
    .margin_top_for_mobile2 {
        margin-top: 185px !important;
    }
    .box_text {
        bottom: 10%;
    }
    .espacio {
        display: none;
    }
    .logo_wrapper {
        width: 100%;
    }
}
