/*===========================================CONTENT===========================================
1-BASE
2-CARDS
3-DECRETOS
3-MODAL
*/
/*===========================================BASE===========================================*/
.l-top-1{ margin-top: 29px;}

h2{ position: relative;}
/*===========================================CARDS===========================================*/
.card{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  height: 222px;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.card p{color: white;}
.card-1{
  background: #a92c60;
  background-image: url(../images/img-1.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-2{
  background: #5798dc;
  background-image: url(../images/img-2.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-3{
  background: #d58029;
  background-image: url(../images/img-3.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-4{
  background: #10a9a5;
  background-image: url(../images/img-4.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-5{
  background: #6385bd;
  background-image: url(../images/img-5.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-6{
  background: #8264bc;
  background-image: url(../images/img-6.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-7{
  background: #F1BE48;
  background-image: url(../images/img-7.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-8{
  background: #F092BC;
  background-image: url(../images/img-8.png);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-iconCard{
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  align-self: center;
  -webkit-align-self: center;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3);
  margin: auto;
  display: -webkit-flex;
}
.l-iconCard img{
  margin: auto;
  display: block;
  align-self: center;
  -webkit-align-self: center;
}
.l-tituloCard{
  font-size: 20px;
  font-weight: bold;
}
.l-cardBody{margin: auto;}
.card-footer{
  background: #a92c60;
  height: 77px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  margin-bottom: 30px;
}
.card-footer2{ background: #5798dc;}
.card-footer3{ background: #d58029;}
.card-footer4{ background: #10a9a5;}
.card-footer5{ background: #6385bd;}
.card-footer6{ background: #8264bc;}
.card-footer7{ background: #C5851C;}
.card-footer8{ background: #BA4E82;}
.button-1{background: #bd417a;}
.button-2{background: #7bc1ff;}
.button-3{background: #eda260;}
.button-4{background: #2bd6ce;}
.button-5{background: #7aa3e0;}
.button-6{background: #a18edd;}
.button-7{background: #F1BE48;}
.button-8{background: #F092BC;}
.l-button{
  padding: 5px 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.5);
  color: white;
  font-weight: bold;
  font-size: 20px;
  align-self: center;
  margin: auto;
  transition: .3s ease 0s;
}
.l-button:hover{
  color: white;
  transition: .3s ease 0s;
  padding: 8px 43px;
}
/*===========================================DECRETOS===========================================*/
.l-decretosTitle{
  color: #626463;
  font-size: 18px;
}
.l-decretosContent{
  background: rgba(99,134,190,0.10);
  padding: 10px;
  border-radius: 10px;
  min-height: 180px;
}

p.l-decretosContent{
  color: #626463;
}
.l-button-1{
  background: #6386be;
  padding: 5px 26px;
  border-radius: 5px;
  margin-left: 10px;
  -webkit-box-shadow: 0px 5px 0px 0px #3f6392;
  -moz-box-shadow: 0px 5px 0px 0px #3f6392;
  box-shadow: 0px 5px 0px 0px #3f6392;
  border: none;
}
.l-button-1 img{
	margin: -5px 5px 0 0;
	vertical-align: middle;
}
.l-button-1:hover{
  background: #5a7cb1;
  padding: 5px 26px;
}
.l-button-2{
  background: #e6b32e;
  -webkit-box-shadow: 0px 5px 0px 0px #d58029;
  -moz-box-shadow: 0px 5px 0px 0px #d58029;
  box-shadow: 0px 5px 0px 0px #d58029;
}
.l-button-2:hover{ background: #d6a62a;}
/*===========================================MODAL===========================================*/
.l-modal-header{
  background: #009be8;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.l-modal-header::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid rgba(240, 173, 78, 0);
  border-left: 10px solid rgba(240, 173, 78, 0);
  border-top: 13px solid #009be8;
  border-bottom: 0px solid rgba(226, 26, 26, 0);
  margin: auto;
  position: relative;
  top: 25px;
}
.l-iconModal{padding-left: 21px;}
.l-close{
  color: white;
  opacity: 1;
  font-weight: normal;
  font-size: 39px;
}
.l-modal-body .text-center{ text-align: center !important;}/*>:*/
.l-modal-body h2 { font-size: 25px;}
/*===========================================PAGINADOR===========================================*/
.l-pagination{ border: 1px solid #ddd;}
.l-form-paginador{ margin: 20px 0px;}
.l-paginadorAF a img{ margin-right: 5px;}

div.paginationjs-pages > ul > li > a:hover,
div.paginationjs-pages > ul > li.active > a,
div.paginationjs-pages > ul > li.active > a:hover{
  border-radius: 50%;
  color: white;
  background: #aa2c60;
}

.paginationjs-next a{ border-left: 1px solid #ddd !important; margin: 0 0 0 10px !important;}
.paginationjs-prev a{ border-right: 1px solid #ddd !important; margin: 0 10px 0 0 !important;}

.paginationjs-next a,.paginationjs-prev a{
  top: 0 !important;
  background: #f2f2f2 !important;
}
.paginationjs-next a:hover,.paginationjs-prev a:hover{
  background: #f2f2f2 !important;
  color: #626362 !important;
  border-radius: 0% !important;
}

.l-paginadorAF a{
  background: #f2f2f2 !important;
  font-weight: bold;
  color: #626362 !important;
  border: none !important;
  z-index: 2;
  top: 0 !important;
}
.l-pagination > li > a{
  border: none;
  top: 2px;
  margin: 0 5px;
}
.l-pagination > li > a:hover {

}
.l-nohover a:hover{
  background: transparent !important;
  color: #626362 !important;
}
.l-paginadorAF > a:hover{
  background: #f2f2f2 !important;
  color: #626362 !important;
  border-radius: 0% !important;
}
.espacio_fila{
  display: inline-flex;
  margin-top: 60px;
}
.paginationjs{
  display: inline-block;
  padding-left: 0;
  margin: 20px 0px;
  border-radius: 4px;
}
ul.paginationjs li{
  display: inline;
}
.paginationjs-prev .paginationjs-next{
  font-size: 16px;
  font-weight: bold;
}
/*Banner*/
.eps-banner{
  background: #A92C60;
  padding: 0px 10px;
  /* margin: 0 -49%; */
  position: absolute;
  width: calc(100vw - 2px);
  left: 0;
}
.eps-banner h4{
  color: white;
}
.eps-banner .container{
  width: 1000px;
}
#demo{
  margin-top: 120px;
}
.l-pagination a {
  font-weight: bold;
}



/* Search*/

 .container-4{ 
  width: 51%;
  margin-left: auto;
  margin-right: auto;  
}

.container-4 input#input_busqueda{
  width: 470px;
  height: 40px;
  background: #D7D7D7;
  border: none;
  font-size: 14pt;
  float: left;
  color: #65737e;
  padding-left: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 150px;
  margin-top:30px;
  margin-bottom: 50px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px
}

.container-4 input#input_busqueda::-webkit-input-placeholder {
   color: #65737e;
   font-size: 14pt;
   font-weight:bold;
}
 
.container-4 input#input_busqueda:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.container-4 input#input_busqueda::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.container-4 input#input_busqueda:-ms-input-placeholder {  
   color: #65737e;  
}.

.container-4 button.icon{
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
 
  /*border: none;
  background: #232833;
  height: 50px;
  width: 200px;
  color: #4f5b66;
  opacity: 1;
  font-size: 10pt;
 
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;*/
}

.container-4:hover button.icon, .container-4:active button.icon, .container-4:focus button.icon{
    outline: none;
    opacity: 1;
    margin-left: -50px;
  }
 
  .container-4:hover button.icon:hover{
    background: white;
  }

  .container-4 input#input_busqueda:focus {
     outline: none;
}


  .r_busqueda{

  background: #EEF3F8;

  padding: 1em;

  padding-bottom: 0.5em;

  border-radius: 5px;

  margin-bottom: 1em;

  }



.r_busqueda span{

  font-weight: bold;

  color: #666

}

.tr_busqueda{

  margin-bottom: 1em; margin-top: 1em;

}

.tr_busqueda span{

  color: #666;

}

.n_resultado{

  color: white !important;

  background: #3686AF;

  border-radius: 12px;

  padding: 2px;

  margin-left: 5px;margin-right: 5px;

  padding-right: 10px;padding-left: 10px;

}


.c-search .container-4 {
 	width: 100% !important;
}

.c-search #lupa {
		border-radius: 0 10px 10px 0;
}


@media (max-width: 600px) {

.c-search #input_busqueda {
	width: 90% !important;
}

}