
:root {
  --max-width: 800px;
}

/* Exploremos */
.eolcontainer_block{
    margin: 30px auto;
    position:relative;width:var(--max-width);
}
.eolcontainer_block .Exploremos{
    min-height: 1px;
    margin-bottom: 70px;
}
.eolcontainer_block .Exploremos .exptop{
    position:absolute;
    top:0px;
    width: var(--max-width);
    background-repeat: no-repeat; 
    height: 38px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/exploremos-top.png);
    background-color: #f5fbfd;
}
.eolcontainer_block .Exploremos .expmid{
    position:relative;
    top:36px;
    width: var(--max-width);
    box-sizing:border-box;
    border:1px solid #0096dc;
    border-top: none;
    overflow: hidden;
    background-color: #f5fbfd;
    text-align: justify;
    padding: 20px;
    line-height: 24px;
}
.eolcontainer_block .Exploremos .expbot{
    position:absolute;
    bottom:-48px;
    width: var(--max-width);
    height: 37px;
    background-repeat: no-repeat; 
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/exploremos-bot2.png);
    cursor: pointer;
}

[id^=Exploremos] .expbot.toggle {
	background-image:url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/exploremos-bot1.png);
}


/* Contenido */
.eolcontainer_block .Contenido {
    position: relative; 
    background-color:#f6fcf3; 
    border-radius: 10px; 
    padding:20px; 
    box-sizing: border-box; 
    margin: 10px 0;
    border:1px solid #5fa732;
    width: 780px;
}
.eolcontainer_block .Contenido .exptop{ 
    position:absolute; 
    top: -15px; 
    right: -19px; 
    background-image:url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/observacion.png); 
    background-repeat: no-repeat;
    width:52px;
    height: 52px;
}
.eolcontainer_block .Contenido .expmid {
    margin-top: 10px;
    color: #000;
    text-align: justify;
}

/* Problema */
.eolcontainer_block .Problema {
    position: relative; 
    background-color:#eaf7fd; 
    border-radius: 10px; 
    padding:20px; 
    box-sizing: border-box; 
    margin: 10px 0;
    border:1px solid #009cde;
    width: 780px;
}
.eolcontainer_block .Problema .exptop{ 
    position:absolute; 
    top: -15px; 
    right: -19px; 
    background-image:url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/problema.png); 
    background-repeat: no-repeat;
    width:52px;
    height: 52px;
}
.eolcontainer_block .Problema .expmid {
    margin-top: 10px;
    color: #000;
    text-align: justify;
}

/* Instruccion */

.eolcontainer_block .Instruccion {
    position: relative; 
    background-color:#fff3bb; 
    border-radius: 10px; 
    padding:20px; 
    box-sizing: border-box; 
    margin: 10px 0;
    border:1px solid #ffd200;
    width: 780px;
}
.eolcontainer_block .Instruccion .exptop { 
    position:absolute; 
    top: -15px; 
    right: -19px; 
    background-image:url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/instruccion.png); 
    background-repeat: no-repeat;
    width:52px;
    height: 52px;
}
.eolcontainer_block .Instruccion .expmid {
    margin-top: 10px;
    color: #000;
    text-align: justify;
}

/* Observacion */
.eolcontainer_block .Observacion {
    background-color: #fac4bd;
    border: 1px solid #ff8783;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 20px;
    position: relative;
    width: 780px;
}
.eolcontainer_block .Observacion .exptop {
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/recomendacion.png);
    background-repeat: no-repeat;
    height: 52px;
    position: absolute;
    right: -19px;
    top: -15px;
    width: 52px;
}
.eolcontainer_block .Observacion .expmid {
    color: #000;
    margin-top: 10px;
    text-align: justify;
}

/* Respuesta */
.eolcontainer_block .Respuesta {
    margin-bottom:90px;
    margin-top:30px;
    min-height: 1px;
}
.eolcontainer_block .Respuesta .exptop {
    position:absolute;
    top:0px;
    width: var(--max-width);
    background-repeat: no-repeat; 
    height: 38px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/respuesta-top.png);
    background-color: #ffffff;
}
.eolcontainer_block .Respuesta .expmid {
    position:relative;
    top:36px;
    width: var(--max-width);
    box-sizing:border-box;
    border:1px solid #7800dc;
    border-top: none;
    overflow: hidden;
    background-color: #ffffff;
    text-align: justify;
    padding: 20px;
    line-height: 24px;
    display: block!important;
}
.eolcontainer_block .Respuesta .expbot {
    display:none;
    position:absolute;
    bottom:-48px;
    width: var(--max-width);
    height: 37px;
    background-repeat: no-repeat; 
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/respuesta-bot1.png);
    cursor: pointer;
}

[id^=Respuesta] .expbot.toggle
{
	background-image:url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/respuesta-bot2.png);
}

/***********************/
/*** Capsulas Media ***/
/**********************/

/* Exploremos Media */

.eolcontainer_block .Exploremos-Media{
    min-height: 1px;
    margin-bottom: 70px;
}
.eolcontainer_block .Exploremos-Media .exptop{
    position:absolute;
    top:0px;
    width: var(--max-width);
    background-repeat: no-repeat; 
    height: 49px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/expmedia-top.png);
    background-size: cover;
    z-index: 100;
}
.eolcontainer_block .Exploremos-Media .expmid{
    position: relative;
    top: 20px;
    width: calc(var(--max-width) - 15px);
    box-sizing: border-box;
    border: 1px solid #addef4;
    border-radius: 25px;
    overflow: hidden;
    /*background-color: #f5fbfd;*/
    text-align: justify;
    padding: 16px;
    padding-bottom: 30px;
    padding-top: 40px;
    line-height: 24px;
    z-index: 90;
}
.eolcontainer_block .Exploremos-Media .expbot{
    position: absolute;
    bottom: -45px;
    width: calc(var(--max-width) - 15px);
    height: 64px;
    background-repeat: no-repeat;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/expmedia-botblanco.png);
    background-size: cover;
    cursor: pointer;
    z-index: 100;
}

.eolcontainer_block .Exploremos-Media .expbot.toggle.cerrado{
    position: relative;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/expmedia-bot-sinflecha.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
    z-index:80;
}

/* Caso Media */

.eolcontainer_block .Caso-Media{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Caso-Media .exptop { 
    position: absolute;
    left: -50px;
    width: calc(var(--max-width) + 35px);
    background-repeat: no-repeat;
    height: 50px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/iniciocaso.png);
    background-size: contain;
}

.eolcontainer_block .Caso-Media .expmid {
    position: relative;
    top: 70px;
    width: calc(var(--max-width) - 15px);
    box-sizing: border-box;
    border-left: 10px solid #9572b9;
    border-right: 10px solid #f3f6f6;
    overflow: hidden;
    text-align: justify;
    padding: 20px;
    padding-top: 0px;
    line-height: 24px;
}

.eolcontainer_block .Caso-Media .expmid p {
    margin-top: 0px;
}

.eolcontainer_block .Caso-Media .expbot {
    position: relative;
    bottom: -76px;
    width: calc(var(--max-width) - 14px);
    height: 58px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/fincaso.png);
    background-size: contain;
}

p.case-title {
    padding-left: 60px;
    color: white!important;
    margin-top: 4px!important;
    font-size: 24px!important;
}

/* Problema Media */

.eolcontainer_block .Problema-Media{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Problema-Media .exptop { 
    position: absolute;
    top: 0px;
    width: var(--max-width);
    background-repeat: no-repeat;
    height: 50px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/probmedia-top.png);
    background-size: cover;
    z-index:100;
}
.eolcontainer_block .Problema-Media .expmid{
    position: relative;
    top: 10px;
    height: 100%;
    width: calc(var(--max-width) - 14px);
    box-sizing: border-box;
    border: 1px solid #6FABC6;
    overflow: hidden;
    /*background-color: #BBE8FC;*/
    text-align: justify;
    padding: 20px;
    padding-top: 58px;
    padding-bottom: 30px;
    line-height: 24px;
    border-radius: 0px 0px 20px 20px;
    border-radius: 25px;
    z-index: 90;
}

/* Observacion Media */

.eolcontainer_block .Observacion-Media{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Observacion-Media .exptop {
    position: absolute;
    top: 0px;
    left: -3px;
    width: var(--max-width);
    background-repeat: no-repeat;
    height: 52px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/obsmedia-top.png);
    background-size: cover;
    z-index: 1;
}

.eolcontainer_block .Observacion-Media .expmid{
    position: relative;
    top: 49px;
    width: calc(var(--max-width) - 17px);
    box-sizing: border-box;
    border: 1px solid #FF7BB2;
    border-top: none;
    overflow: hidden;
    /*background-color: #FFEFF4;*/
    text-align: justify;
    padding: 20px;
    padding-bottom: 30px;
    line-height: 24px;
    border-radius: 0px 0px 20px 20px;
}

/* Instruccion Media */

.eolcontainer_block .Instruccion-Media{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Instruccion-Media .exptop { 
    position: absolute;
    top: 0px;
    left: -2px;
    width: var(--max-width);
    background-repeat: no-repeat;
    height: 50px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/instmedia-top.png);
    background-size: cover;
}
.eolcontainer_block .Instruccion-Media .expmid{
    position: relative;
    top: 49px;
    width: calc(var(--max-width) - 16px);
    box-sizing: border-box;
    border: 1px solid #FFD100;
    border-top: none;
    overflow: hidden;
    /*background-color: #FDE574;*/
    text-align: justify;
    padding: 20px;
    padding-bottom: 30px;
    line-height: 24px;
    border-radius: 0px 0px 20px 20px;
}

/* Objetivos Media */

.eolcontainer_block .Objetivos-Media{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Objetivos-Media .exptop {
    position: absolute;
    top: 0px;
    left: -2px;
    width: var(--max-width);
    background-repeat: no-repeat;
    height: 50px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/objmedia-top.png);
    background-size: contain;
    z-index: 1;
}

.eolcontainer_block .Objetivos-Media .expmid {
    position: relative;
    top: 46px;
    width: calc(var(--max-width) - 19px);
    box-sizing: border-box;
    border: 1px solid #75D8A2;
    border-top: none;
    overflow: hidden;
    /*background-color: #DBFFB6;*/
    text-align: justify;
    padding: 20px;
    padding-bottom: 30px;
    line-height: 24px;
    border-radius: 0px 0px 20px 20px;
}

/* Video Media */

.eolcontainer_block .Video-Media{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Video-Media .exptop { 
    position: absolute;
    top: 0px;
    left: -3px;
    width: var(--max-width);
    background-repeat: no-repeat;
    height: 51px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/videomedia-top.png);
    background-size: cover;
    z-index: 100;
}
.eolcontainer_block .Video-Media .expmid{
    position: relative;
    top: 49px;
    width: calc(var(--max-width) - 19px);
    box-sizing: border-box;
    border: 1px solid #ED9393;
    border-top: none;
    overflow: hidden;
    /*background-color: #FFE0E0;*/
    text-align: justify;
    padding: 20px;
    padding-bottom: 30px;
    line-height: 24px;
    border-radius: 0px 0px 20px 20px;
}

.eolcontainer_block .Video-Media .expbot{
    position: absolute;
    bottom: -76px;
    width: calc(var(--max-width) - 17px);
    left: -1px;
    height: 58px;
    background-repeat: no-repeat;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/videomedia-botblanco.png);
    background-size: contain;
    cursor: pointer;
}

.eolcontainer_block .Video-Media .expbot.toggle.cerrado{
    top: 48px;
    left: -1px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/videomedia-bot-sinflecha.png)!important;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 80;
}

/* Pedagogica Media */

.eolcontainer_block .Pedagogica-Media{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Pedagogica-Media .exptop { 
    position: absolute;
    top: 0px;
    width: var(--max-width);
    background-repeat: no-repeat;
    height: 50px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/pedmedia-top.png);
    background-size: cover;
    z-index:100;
}
.eolcontainer_block .Pedagogica-Media .expmid{
    position: relative;
    top: 10px;
    height: 100%;
    width: calc(var(--max-width) - 14px);
    box-sizing: border-box;
    border: 1px solid #0DB7AD;
    overflow: hidden;
    /*background-color: #EFFFF9;*/
    text-align: justify;
    padding: 20px;
    padding-top: 58px;
    padding-bottom: 30px;
    line-height: 24px;
    border-radius: 0px 0px 20px 20px;
    border-radius: 25px;
    z-index: 90;
}

/* Disciplinar Media */

.eolcontainer_block .Disciplinar-Media{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Disciplinar-Media .exptop {
    position: absolute;
    top: 0px;
    width: var(--max-width);
    background-repeat: no-repeat;
    height: 52px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/dismedia-top.png);
    background-size: contain;
    z-index: 1;
}

.eolcontainer_block .Disciplinar-Media .expmid{
    position: relative;
    top: 49px;
    width: calc(var(--max-width) - 14px);
    box-sizing: border-box;
    border: 1px solid #f4b181;
    border-top: none;
    overflow: hidden;
    text-align: justify;
    padding: 20px;
    padding-bottom: 30px;
    line-height: 24px;
    border-radius: 0px 0px 20px 20px;
}

/* Reflexionemos */

.eolcontainer_block .Reflexionemos{
    min-height: 1px;
    margin-bottom: 70px;
}

.eolcontainer_block .Reflexionemos .exptop { 
    position: absolute;
    top: 0px;
    width: var(--max-width);
    background-repeat: no-repeat;
    height: 50px;
    background-image: url(https://static.sumaysigue.uchile.cl/cmmeduformacion/produccion/assets/img/reflexionemos.png);
    background-size: cover;
    z-index:100;
}
.eolcontainer_block .Reflexionemos .expmid{
    position: relative;
    top: 10px;
    height: 100%;
    width: calc(var(--max-width) - 14px);
    box-sizing: border-box;
    border: 1px solid #52A998;
    overflow: hidden;
    /*background-color: #BBE8FC;*/
    text-align: justify;
    padding: 20px;
    padding-top: 58px;
    padding-bottom: 30px;
    line-height: 24px;
    border-radius: 0px 0px 20px 20px;
    border-radius: 25px;
    z-index: 90;
}






/* AGREGADO THOMAS */

.numeroPagina {
    font-family: arial;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    width: 133px;
    height: 47px;
    background-image: url(https://static.cmm.uchile.cl/global2/numpag.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 50px;
}

.logo {
    float: right;
    display: inline-block;
    width: 102px;
    height: 71px;
    background-image: url(https://static.cmm.uchile.cl/global/logo.jpg);
    background-repeat: no-repeat;
}

.nombreActividad {
        font-family: arial;
    font-size: 15px;
    color: #919191;
    margin-top: 1.2%;
    text-transform: uppercase;
}

.box{

    width:950px;
    margin: 0 auto;
}

.preguntas {
    position: relative;
    width: 780px;
    border-radius: 10px;
    background-color: #f1f2f4;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    margin: 20px 0;
    font-family: Arial;
    margin:0 auto;
    margin-bottom: 2% ;
    border: 1px solid #9c9c9c;
}

.preguntas .numero {
    width: 25px;
    height: 25px;
    background-color: #dc0000;
    color: #fff;
    margin: auto;
    border-radius: 20px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 10px;
    line-height: 25px;
}

.preguntas .separpreg {
    width: 1px;
    height: 40px;
    background-color: #a7a7a7;
    color: #fff;
    margin: auto 10px;
    position: relative;
    left: 25px;
    float: left;
}

.preguntas .enunciado {
    width: 720px;
    color: #464646;
    font-weight: bold;
    position: relative;
    left: 25px;
    float: left;
}

.letra{
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}



.singlebutton:nth-child(2), .singlebutton:last-child {
  float:right;
}

.singlebutton:last-child button::after {
  content: " >";
}

.singlebutton:first-child button::before{
  content: "< ";
}

.singlebutton:only-child button::before{
    content:"";
}
.singlebutton button{
  background-color:#DC0000;
  color:white;
  border-radius:15px;
  border:0;
  transition: box-shadow .3s;
  font-weight: bold;
  }

.singlebutton button:hover, .singlebutton button:active{
    background-color:#DC0000;
  color:white;
  border-radius:15px;
  border:0;
   box-shadow: 5px 5px 7px rgba(33,33,33,.3); 
   transform: translateY(4px);
}