/*CSS MASTER DOCUMENT*/

.icon_cartelera {
    width: 32px;
    height: 32px;
  }
  
/* TIPOS DE LETRAS */

h1 {}
.h_gen{
    font-family: mifont,Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}
.h_1{
    color: #2e7cb5;
}
.h_2{
    color: #2ba274;
}
.h_3{
    color: white;
}
.h_4{
    color: black;
}
h2{
    font-size: 14pt;
}

h3 {
    font-size: 12pt;
}

h6 {
    font-family: mifont,Verdana,Arial,Helvetica,sans-serif;
    color: #808080;
    font-size: 10pt;
}
 body{
     font-family: mifont,Verdana,Arial,Helvetica,sans-serif;
     color: black;
     font-size: 12pt;
 }
footer{
    background-color: #eeeeee;
}
a{
    color: #000000;
}

a:hover{
    color: #000000;
}
a:visited{
    color: #000000;
}
form label {
    color:#25376e;
}
/* COLORES DE FONDO */
.bgc-1 {
	background-color: white;
}
.bgc-2 {
	background-color: red;
}
.bgc-3 {
	background-color: blue;
}
.bgc-4 {
	background-color: yellow;
}
.bgc-5 {
	background-color: green;
}

/* COLORES DE LETRA */
.color-blanco {
	color: white;
}
.color-negro {
	color: black;
}
.color-1 {
	color: blue;
}
.color-2 {
	color: yellow;
}
.color-3 {
	color: green;
}

/* CONTENEDORES */

.contenedor {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.p-0{
    padding: 0!important;
}
@media (min-width: 768px) {
  .contenedor {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .contenedor {
    width: 100%;
  }
  .icon_cartelera {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .contenedor {
    width: 100%;
  }
}




.row{
    width: 100%;
    margin-right: 0!important;
    margin-left: 0!important;
    padding: 0!important;
}

.caja{
    margin-right: 0!important;
    margin-left: 0!important;
    padding: 0!important;
}


.cabezal{
    padding: 0!important;
}

.contenedor-fluido {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}


.contenedor > .navbar-header,
.contenedor-fluid > .navbar-header,
.contenedor > .navbar-collapse,
.contenedor-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .contenedor > .navbar-header,
  .contenedor-fluido > .navbar-header,
  .contenedor > .navbar-collapse,
  .contenedor-fluido > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar > .contenedor .navbar-brand,
  .navbar > .contenedor-fluido .navbar-brand {
    margin-left: -15px;
  }
}





.fila {}
.columna {}

/* LISTAS */
/* Lista de links con cabezal */
.lista-cc-1-cabezal{
	/*Va en el primer li de la lista*/
	background-color: #2e7cb5!important;
	color: white!important;
}

.lista-cc-1-simple {
	/*ToDo: on mouse over ver de cambiar colorcito*/
	background-color: white;
	color: black;
	/*border: 0 1px 1px 1px solid #F0F0F0;*/
}
.lista-cc-1-link {
	/*ToDo: ver como quedan los links, a ver en que tag hay que poner la clase*/
	/*ToDo: on mouse over ver de cambiar colorcito*/
	background-color: white;
	color: black;
}
		 /*ToDo: revisar ejemplo segun como quede definida la clase lista-cc-1-link*/
		/*
		Ejemplo
		<ul class="lista-cc-1">
			<li class="lista-cc-1-cabezal">sin link</li>
			<li class="lista-cc-1-simple">sin link</li>
			<li class="lista-cc-1-simple"><a class="lista-cc-1-link">con link</a></li>
		</ul>
		*/

/* Lista de links con cabezal */
.lista-sc-1-simple {
	/*ToDo: on mouse over ver de cambiar colorcito*/
	background-color: white;
	color: black;
	/*border: 0 1px 1px 1px solid #F0F0F0;*/
}
.lista-sc-1-link {
	/*ToDo: ver como quedan los links, a ver en que tag hay que poner la clase*/
	/*ToDo: on mouse over ver de cambiar colorcito*/
	background-color: white;
	color: black;
}
.lista-sc-1:first-child{
	border-top:1px solid #F0F0F0;
}
		 /*ToDo: revisar ejemplo segun como quede definida la clase lista-sc-1-link*/
		/*
		Ejemplo
		<ul class="lista-sc-1">
			<li class="lista-sc-1-simple">sin link</li>
			<li class="lista-sc-1-simple"><a class="lista-sc-1-link">con link</a></li>
		</ul>
                */

 .ew_publi_google_lat { width: 200px; height: 250px; }
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 300px) { .ew_publi_google_lat { width: 125px; height: 125px; } }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 600px) { .ew_publi_google_lat { width: 200px; height: 200px; } }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 800px) { .ew_publi_google_lat { width: 200px; height: 250px; margin:0 auto; }}               
                

.ew_publi_google_central {
    width: 320px; 
    height: 50px;
}
@media (min-width:500px) { 
    .ew_publi_google_central {
        width: 468px; 
        height: 60px;
     }
}
@media (min-width:800px) { 
    .ew_publi_google_central {
        width: 728px; 
        height: 90px;
    }
}

.modal{
      z-index:9999;
    }
@media screen and (min-width: 768px) {
		#main-menu {
			position:relative;
			z-index:199;
			width:auto;
		}
		#main-menu ul {
			width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
		}
	}
        
@media screen and (min-width: 768px) {
		#main-menu2 {
			position:relative;
			z-index:1039;
			width:auto;
                        border: 1px solid grey;
                        border-radius: 5px;
		}
		#main-menu2 ul {
			width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
		}
	}

.menu_hijas_vertical{
  color:#000;
  background-color: #FFF;
  white-space: normal;
  border: 1px solid #ccc;
  padding: 5px;
}
.menu_hijas_vertical:hover{
  background-color: #e6e6e6;
}

.menu_hermanas_vertical{
  color:#000;
  background-color: #FFF;
  white-space: normal;
  border: 1px solid #ccc;
  padding: 5px;
}
.menu_hermanas_vertical a:visited{
  color:#000;
}
.menu_hermanas_vertical:hover{
  background-color: #e6e6e6;
}

.btn-group-vertical{
  max-width: 100%;
}

input.form-control{
    padding: 5px;
    height: 30px;
    width: 300px!important;
    max-width: 100%!important;
}
.msj_memorias a{
    text-decoration: underline;
}
.msj_memorias a:first-child{
    text-decoration: none;
}

select.form-control{
    padding: 0px 5px;
    height: 30px;
    width: 300px;
}

textarea.form-control{
    max-width: 700px;
}



fieldset{
    line-height: 1.0;
}
                
.cartelera-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}

.producto-flex {
    margin: 8px 5px;
    display: flex;
    justify-content: center;
    width: 218px;
}

.producto-flex-hidden {
  visibility: hidden;
  margin: 0 5px;
  height: 0;
  width: 218px;
}

@media screen and (max-width: 566px) {
  .producto-flex , .producto-flex-hidden {
    width: 100%;
  }
}


.photo-grid {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 5; // 5
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
}

.photo-grid img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

.photo-grid-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo-grid-horizontal .item {
  margin: 10px
}

.photo-grid-horizontal p {
  margin: 10px 0
}

.photo-grid-horizontal .dummy {
  height: 0;
  margin: auto 10px;
}

@media (max-width: 1200px) {
  #photo-grid {
  -moz-column-count:    4; // 4
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photo-grid {
  -moz-column-count:    3; // 3
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photo-grid {
  -moz-column-count:    2; // 2
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photo-grid {
  -moz-column-count:    1; // 1
  -webkit-column-count: 1;
  column-count:         1;
  }
}

#swipebox-overlay {
    background: #fff!important;
}


.menu-hermanas {
  
}
.menu-hermanas button {
  background-color: transparent;
  border:none;
  border-right: 1px solid grey;
  border-radius: 0;
  color: gray;
}

.menu-hermanas button:hover {
  background-color: lightgrey;
  color: gray;

}

.menu-hermanas button:last-child {
  border:none;
}

/*Todos*/ .row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } /* Extra Small Devices, Phones */ @media only screen and (max-width : 767px) { } /* Small Devices, Tablets */ @media only screen and (min-width : 768px) and (max-width : 991px) { } /* Medium Devices, Desktops */ @media only screen and (min-width : 992px) and (max-width : 1199px) { } /* Large Devices, Wide Screens */ @media only screen and (min-width : 1200px) { } .mce-content-body { background-color: #FFFFFF; color: #000000; }
#caja_central {
padding:0!important;
}
.hvr-grow {   display: inline-block;   vertical-align: middle;   -webkit-transform: perspective(1px) translateZ(0);   transform: perspective(1px) translateZ(0);   box-shadow: 0 0 1px rgba(0, 0, 0, 0);   -webkit-transition-duration: 0.3s;   transition-duration: 0.3s;   -webkit-transition-property: transform;   transition-property: transform; } .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {   -webkit-transform: scale(1.1);   transform: scale(1.1); }

#div_ani {animation-timing-function: ease;}

@keyframes mymove {
  from {left: 0px;}
  to {left: 100%;}
}
.sombra {
  width: 187px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cajita-con-borde {
padding: 15px; 
border: 2px solid #25376e; 
border-top-left-radius: 22px; 
border-bottom-left-radius: 22px; 
border-top-right-radius: 22px; 
border-bottom-right-radius: 22px; 
display: flex; 
flex-direction: column; 
align-items: center;
}

