/*main_image section CSS*/

.article_multimedia_gallery .main_image
{
/*    height: 400px; */
    min-height: 400px;
    margin:0px;
/*    background: #848dc5; */
    position: relative;
    width: 100%;
/*    overflow: hidden; */ /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
    text-align:left !important;
    background-position: center top; 
/*    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background-image: none !important;
    margin-bottom: 12px;
}

.article_multimedia_gallery .main_image .url
{
    position: absolute;
    z-index: 7 !important;  /* antes era 3 */
    width: 100%;
    height: 100%;
}

.article_multimedia_gallery .main_image a
{
  text-decoration: none;
/*    font-size: 3em; */
/*    font-size: 5.2em; */
/*    font-size: 4em; */ /* 17.2.2020 */
  font-size: 2.4em;
/*    font-size: 42px; */
  color: #7573c0; 
/*    color: #333; */ /* para fondo color BBA */
/*    color: #fff; */
  font-weight: 700; 
/*  font-weight:900; */ /* 16.04.2021 */
/*    letter-spacing: -1.5px; */ /* 22.02.2021 */
  letter-spacing: -0.5px;
/*    font-weight: 500; 
    letter-spacing: -0.3px; 
    text-transform: uppercase; */
  text-align: center; /* !important; */
/*  text-shadow: 0px 0px 4px #000, 0px 0px 10px #3a3a3a; */  /* Sombra para títulares */
/*  text-shadow: 0 0 5px rgba(64,64,64,0.25); */
/*  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */
  text-rendering: optimizeLegibility;
/*  line-height: 110%; */ /* 12.3.2021 */
  line-height: 120%;
}

.article_multimedia_gallery .main_image .desc a
{
/*    background-color: #7573c0; */
/*  background-color: rgba(117,115,192, 0.8); */
/*    line-height: 54px; */
/*    box-shadow: 0.2em 0 0 #000,-0.2em 0 0 #000;
    -moz-box-shadow:0.2em 0 0 #000,-0.2em 0 0 #000;
    -webkit-box-shadow:0.2em 0 0 #000,-0.2em 0 0 #000; */
/*    text-align: left !important; */ /* 12.9.2017 */
    display: block;
/*    padding: 10px 16px; */
/*    padding: 16px 16px 16px; */ /* 12.9.2017 */ /* para Acumin Pro */ /* antes 0px en bottom */
    padding: 26px 20px 10px;  
/*    padding: 26px 16px 10px; */ /* 17.2.2020 */ 
    position: absolute; 
    top: 35%; /* aprox */
    left: 0; /* 24.2.2022 */
    right: 0; /* 24.2.2022 */
/*    position: relative; */ /* 04.2.2022 */
    z-index: 6 !important;
    color: #fff; 
/*    color: #333; */ /* 12.3.2021 */
/*    text-shadow: 0px 0px 4px rgba(64,64,64,0.5), 0px 0px 20px rgba(64,64,64,0.25); */
    text-shadow: 0px 0px 12px rgba(64,64,64,0.5), 0px 0px 20px rgba(64,64,64,0.25);  /* 17.2.2020 */
/*    font-weight: 400;
    font-style: italic;
    text-transform: uppercase; */ /* 12.3.2021 */
}

.article_multimedia_gallery .main_image .desc a:hover
{
/*    background-color: #7573C0; */
/*    box-shadow: 0.2em 0 0 #7573C0,-0.2em 0 0 #7573C0;
    -moz-box-shadow:0.2em 0 0 #7573C0,-0.2em 0 0 #7573C0;
    -webkit-box-shadow:0.2em 0 0 #7573C0,-0.2em 0 0 #7573C0; */
/*      color: #fff; */ /* para fondo de color BBA */
    color: #333 !important;
}

.article_multimedia_gallery .main_image p
{
    font-size: 12px;
    line-height: 1.6em; 
/*    line-height: 1.4em; */ /* 17.2.2020 */
    margin: 0;
}
.article_multimedia_gallery .block small
{ /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.html) no-repeat 0 center;
}
.article_multimedia_gallery .main_image .block small {margin-left: 10px;}
.article_multimedia_gallery .main_image .desc
{
  position: absolute;
  top: 0; /* 05.5.2021 */
  bottom: 0; 
  left: 0; /*--Stick the desc class to the bottom of our main image container--*/
  right: 0;
  margin: 0 auto;
/*    padding-bottom: 45px; */
/*    padding-bottom: 65px; */ /* 13.9.2017 */
/*    width: 100%;
    height: 598px; */ /* para descripción sin fondo */
/*    width: 890px; */ /* 12.9.2017 */
/*    width: 900px; */
  width: 100%;
  height: 100%; /* 05.5.2021 */
  
/* Para centrar vertical y horizontalmente block */ /* 13.9.2017 */
/*    height: 100%;  
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; */ /* comentado 9.03.2021 */
}
.article_multimedia_gallery .main_image .block
{
/*    width: 100%; */
/*    background:#111; */
/*    height:370px; */
/*    height:390px; */ /* 13.9.2017 */
    text-align:left; /* !important; */

}
.article_multimedia_gallery .main_image a.collapse
{ /*--This is our hide/show tab--*/
    height: 50px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
	text-align:left !important;
}
.article_multimedia_gallery .main_image a.show {background-position: left bottom;}

.article_multimedia_gallery .rm_article_gallery_view_more a
{
	padding:5px;
}

/* .article_multimedia_gallery .main_image a img */
.article_multimedia_gallery .main_image img
{
  width: 100%;
/*  min-width: 1080px; */ /* 26.04.2018 */
  min-height: 400px;
  overflow: hidden;
  vertical-align: bottom;
}

@media only screen and (min-device-width : 480px) {
/* @media (min-width:600px)  { */
  
/*   .article_multimedia_gallery .main_image:after { */ /* 27.06.2018 */
  .home .article_multimedia_gallery .main_image:after
  {
    content: " ";
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(117,115,192, 0);  /* 13.9.2017 */
/*  background: rgba(117,115,192, 0.25); */ /* Agrega velado de color por sobre la imagen */
/*    background: rgba(115,115,115, 0.25); */
/*    background:-webkit-radial-gradient(ellipse 60% 50% at bottom center, rgba(117,115,192, 1) 0%, rgba(117,115,192, 0) 60%);
    background:-o-radial-gradient(ellipse 60% 50% at bottom center, rgba(117,115,192, 1) 0%, rgba(117,115,192, 0) 60%);
    background:-moz-radial-gradient(ellipse 60% 50% at bottom center, rgba(117,115,192, 1) 0%, rgba(117,115,192, 0) 60%);
    background:radial-gradient(ellipse 60% 50% at bottom center, rgba(117,115,192, 1) 0%, rgba(117,115,192, 0) 60%); */  /* 9.3.2021 */
/*    background:-webkit-linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0) 40%);
    background:-o-linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0) 40%);
    background:-moz-linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0) 40%);
    background:linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0) 40%); */ /* 3.5.2021 */
/*    background:-webkit-linear-gradient(0deg, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0) 30%);
    background:-o-linear-gradient(0deg, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0) 30%);
    background:-moz-linear-gradient(0deg, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0) 30%);
    background:linear-gradient(0deg, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0) 30%); */ /* 06.5.2021 */
    background-image:url('../../../uploads/assets/portada_degradado_large.png');
    background-size: 100% 100%;
  }

  .article_multimedia_gallery .main_image div.desc div.block::before 
  {
/*  box-shadow: 0px 0px 5px rgba(117, 115, 192, 0.8), 0px 0px 15px rgba(117, 115, 192, 0.5); */ /* 18.2.2020 */
/*     border: 0px solid transparent;
    border-radius: 8px;
    mix-blend-mode: multiply;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: -10px 30px 50px rgba(0, 200, 200, 0.5), 10px 30px 50px rgba(200, 50, 200, 0.5);
    -moz-box-shadow: -10px 30px 50px rgba(0, 200, 200, 0.5), 10px 30px 50px rgba(200, 50, 200, 0.5);
    -webkit-box-shadow: -10px 30px 50px rgba(0, 200, 200, 0.5), 10px 30px 50px rgba(200, 50, 200, 0.5); */ /* 9.03.2021 */
  }
  
  
/*  .home .article_multimedia_gallery .main_image .desc a .serif
  {
    font-family: 'Piazzolla', serif;
    text-transform: none;
    font-weight: 900;
    font-size: 1.5em;
    display: block;
    padding-bottom: 0.3em;
  } */
  
}


@media (min-width:600px) and (max-width: 900px) {
  
  .article_multimedia_gallery .main_image div.desc div.block
  {
/*    width: 45vw !important; */
    width: 60vw !important;
  }
  
}


.article_multimedia_gallery .main_image:hover:after
{
/*    background: rgba(117,115,192, 0.1); */ /* Agrega velado de color por sobre la imagen al pasar por enlace */
}
  
  
.article_multimedia_gallery .main_image div.desc div.block
{
  background-color:#000 !important;
}


/*image_thumb section CSS*/


.article_multimedia_gallery .main_image div.desc div.block p
{
/*    font-weight: 400;
    color:#333; */ /* 13.9.2017 */
/*    font-size: 14px; */
/*    font-size: 1em; */ /* 12.9.2017 */
/*    font-size: 2em; */ /* 17.2.2020 */
  font-size: 1.3em;
/*  font-size: 1.4em; */ /* 9.3.2021 */
  letter-spacing: -0.2px;
/*    text-align: left; */ /* 12.9.2017 */
/*    padding: 10px 16px; */ /* 12.9.2017 */
  padding: 10px 20px 26px;
/*    padding: 10px 16px 20px; /* 17.2.2020 */
/*    background-color: #7573c0; */
/*    background-color: rgba(117,115,192, 0.8); */
/*  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */
/*  font-weight: bold; 
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.8); 
    background-color:transparent !important; */
/*  position: relative; */ /* 05.5.2021 */
  z-index: 3;  /* estaba comentado */
/*    color:#fff; */ /* 17.2.2020 */
  color:#fff; 
/*    color:#333; */ /* 9.3.2021 */
  font-weight: 500;
/*    text-shadow: 0px 0px 4px rgba(64,64,64,0.9), 0px 0px 20px rgba(64,64,64,0.5); */
/*    text-shadow: 0px 0px 8px rgba(64,64,64,0.9), 0px 0px 20px rgba(64,64,64,0.5); */ /* 17.2.2020 */
  text-shadow: 0px 0px 8px rgba(64,64,64,0.9), 0px 0px 20px rgba(64,64,64,0.5);
  position: absolute; /* 05.5.2021 */
  bottom: 0; /* 05.5.2021 */
  padding-bottom: 66px; /* 05.5.2021 */
}

.article_multimedia_gallery .main_image div.desc div.block
{
/*  background-color:rgba(0, 0, 0, 0) !important; 
  text-align:center !important; 
  height:598px; */ /* Para descripción de fondo transparente */
/*  text-align:left !important; */ /* 12.9.2017 */
  text-align: center; /* !important; */
  background-color:transparent !important;  /* usar cuando title y body son colores diferentes */
/*  background-color:rgba(117,115,192, 0.9) !important; */ /* 0.8 es la transparencia recomendable */
/*  background-color:rgba(255,255,255, 0.9) !important; */ /* comentado 9.03.2021 */
  padding: 0;  /* comentado 17.2.2020 */ /* 05.5.2021 */
/*  padding: 26px 0; */ /* 05.5.2021 */
/*  padding:0px 0px 45px; */ /* desplaza margen inferior */
/*  width:200%; */
/*  display: table-cell; */
  display: block;
  vertical-align: bottom;
/*  width:450px; */ /* 12.9.2017 */ /* 450px - 30px de padding */ /* antes 400 - antes 520px */
  width: 40vw;
/*  width: 30vw; */
  max-width: 900px;
/*  width: 900px; */ /* 17.2.2020 */
/*  height:100%; */
/*  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */ /* sombra original */
/*  border: 1px solid #51518e; */
/*  -webkit-box-shadow: 1px 1px #51518e,2px 2px #51518e,3px 3px #51518e,4px 4px #51518e,5px 5px #51518e,6px 6px #51518e,7px 7px #51518e,8px 8px #51518e;
  -moz-box-shadow: 1px 1px #51518e,2px 2px #51518e,3px 3px #51518e,4px 4px #51518e,5px 5px #51518e,6px 6px #51518e,7px 7px #51518e,8px 8px #51518e;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out; */

/*  box-shadow: 2px 1px 35px rgba(64,64,64,0.5);
  -moz-box-shadow: 2px 1px 35px rgba(64,64,64,0.5);
  -webkit-box-shadow: 2px 1px 35px rgba(64,64,64,0.5); */ /* 13.9.2017 */
  margin: 0 auto;
  
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; */
  
  background-image: none !important; /* 13.9.2017 */
/*  background-color: transparent !important;
  background: none !important; */ /* 17.2.2020 */
/*  background-color: rgba(255,255,255,1) !important; */ /* 07.4.2020 */
  border-radius: 8px;
  position: relative;
  height: 100%; /* 05.5.2021 */
  position: absolute; /* 05.5.2021 */
  left: 0; /* 05.5.2021 */
  right: 0; /* 05.5.2021 */
}
  


.article_multimedia_gallery .upper_description
{
/*  padding: 5px 16px; */
  padding: 26px 0 0;
  display: inline-block;
/*  color: #333;
  background-color: rgba(255,255,255,0.8); 
  font-weight: 500; */
  padding-top: 66px; /* 05.5.2021 */
}

.article_multimedia_gallery .upper_description p,
.article_multimedia_gallery .main_image div.desc div.block .upper_description p
{
  text-transform: uppercase; 
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid; 
  border-color: #7573c0; /* 05.5.2021 */
  font-variant: all-petite-caps;
  letter-spacing: 1px;
  background-color: #7573c0;
  color: #fff; 
  text-shadow: none; /* 05.5.2021 */
/*  border-radius: 8px 8px 0 0; */
  width: auto; /* 05.5.2021 */
  position: relative; /* 05.5.2021 */
  font-style: italic;
/*  box-shadow: 0px 0px 8px rgba(64,64,64,0.9), 0px 0px 20px rgba(64,64,64,0.5); */ /* 23.9.2021 */
  box-shadow: 0px 0px 8px rgba(64,64,64,0.5), 0px 0px 20px rgba(64,64,64,0.2);
}

.article_multimedia_gallery .main_image_alt {
  position: absolute;
  z-index: 6 !important;  /* desconectado 05.5.2021 */
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
/*  width: 900px; */
  width: 50vw;
  max-width: 900px;
/*  padding-bottom: 5px; */
  padding-bottom: 10px;
  text-align: center;
/*  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); */
  text-shadow: 0px 0px 12px rgba(64,64,64,0.5), 0px 0px 20px rgba(64,64,64,0.25);
}

.article_multimedia_gallery .main_image_alt p {
  padding: 10px 16px;
  font-size: 1em;
}  
  
.article_multimedia_gallery ul.articles_list {
  display: none;
}

.article_multimedia_gallery .articles_number_list_container {
  position: absolute;
  z-index: 1;
  width: 900px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.article_multimedia_gallery ul.articles_number_list 
{
    margin:0;
    padding: 0;
    list-style: none;
}
.article_multimedia_gallery ul.articles_number_list li
{
    margin:1px;
    padding:1px;
    width: 15px;
    height: 15px;
    display: inline-block;
	text-align:center;
	background:none;
	color:#ccc;
}
.article_multimedia_gallery .articles_number_list .hover 
{
    cursor: pointer;
}

.article_multimedia_gallery .articles_number_list .articles_number_list_element
{
  background-color: #555 !important;
}

.article_multimedia_gallery .articles_number_list .articles_number_list_element.active,
.article_multimedia_gallery .articles_number_list .articles_number_list_element:hover
{
  background-color: #333 !important;
  cursor: pointer;
}
