.divchat {
all:initial; 
   font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 13px;
    outline: none;
    position: fixed;
    right: 0;
    bottom: 0;
    margin-right: 26px;
    z-index: 1000;
}

#botonEva {
    width: 4em;
    height: 4em;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: fixed;
    right: 26px;
    margin-right: 3px;
    bottom: 10px;
    z-index: 1000;
    outline: none;
    cursor: pointer;
}

#chat {
    position: relative;
    word-wrap: break-word;
    background-color: #fff;
    max-width: 16rem;
    min-width: 16rem;
}

/*Cabecera*/
#chatCabecera {
    background-color: #01c5c6;
    padding: 0.5em;
    min-height: 3.7em;
    border-radius: 0.3em 0.3em 0 0;
    border: 1px solid #e1e4e6;
    color: #ffffff;
}

#logoEva.fotoEva{
    width: 2.5em;
    height: 2.5em;
}

#chatCabecera.modoChat .fotoEva{
    float: left;
}

#chatCabecera.modoInicio .fotoEva{
    float: none;
    width: 6em;
    height: 6em;
    margin: 0 auto;
    margin-bottom: 0.5em;
}

#nombreEva{
    float: left;
    font-size: 1.2em;
    padding-left: 0.5em;
    padding-top: 0.2em;
    display: none;
}

#escribiendo{
    font-size: 0.6em;
    font-weight: normal;
    display: none;
    color: #e9e9e9;
}

#chatCabecera.modoInicio{
    text-align: center;
    min-height: 14.7em;
}

/*#chatCabecera.modoInicio #nombreEva{
    display: none;
}

#chatCabecera.modoChat #presentacionEva{
    display: none;    
}*/

#presentacionEva{
    font-size: 120%;
   padding: 0px 5px 0px 5px;
}

#cerrarChat{
    background: url('../img/cerrar.png') no-repeat;
    width: 24px;
    height: 24px;
    float: right;
    margin: 3px 3px 0 0;
    cursor: pointer;
}
/*Cabecera*/

/*Cuerpo*/
#chatCuerpo{
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5em 1.25rem;
    background: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    min-height: 30em;
    max-height: 30em;
    border-right: 1px solid #e1e4e6;
    border-left: 1px solid #e1e4e6;
}

#chatCuerpo.modoInicio{
    min-height: 18em;
}
#chatCuerpo.modoChat{
	all:inherit;
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5em 1.25rem;
    background: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
    min-height: 30em;
    max-height: 30em;
    border-right: 1px solid #e1e4e6;
    border-left: 1px solid #e1e4e6;
}
#templateChatCliente, #templateChatBot, #templateChatBoton{
    display: none;
}

.chatCliente,.chatBot{
    width: 100%;
    display: inline-block;
}

.cuadroContenido{
    border-radius: 0.5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 2px 3px rgba(0, 0, 0, 0.23);
    padding: 0.3em;
    word-wrap: break-word;
    max-width: 80%;
    margin-bottom: 8px;
}

.chatBot.inicio{
    position: absolute;
    display: block;
    left: 0;
    width: 80%;
    margin: 0 10%;
}

.chatBot.inicio .cuadroContenido{
    max-width: 100%;
    width: 100%;
    float: none;
    text-align: center;
    padding: 1em 0;
    margin-top: 1em;
}

.chatCliente .cuadroContenido{
    float: right;
    background-color: #01c5c6;
    color: #ffffff;
}

.chatBot .cuadroContenido{
    float: left;
    background-color: #ffffff;
}

.chatBoton input[type='button']{
    all:initial;
    width: 80%;
    border: 0;
    white-space: normal;
    background-color: #eee;
    border-radius: 0.2em;
    padding: 0.4em 5%;
    margin: 0.3em 0 0.3em 0.5em;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16), 0 2px 3px rgba(0, 0, 0, 0.23);
    outline: none;
    cursor: pointer;
}

.chatBot.inicio input[type='button']{
    padding: 1em 5%;
}

/*Cuerpo*/

/*Pie*/
#chatPie {
    padding: .3em .2em;
    background-color: #f8f8f8;
    border-right: 1px solid #e1e4e6;
    border-left: 1px solid #e1e4e6;
    border-top: 1px solid #e1e4e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#chatPie div{
    float: left;
}

#chatPie div:first-child{
    width: calc(100% - 35px);
}

#chatPie div:last-child{
    width: 35px;
}

#chatPie input[type='text']{
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    outline: none;
    background-color: #f8f8f8;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#chatPie #enviar{
    background: url('../img/enviar.png') no-repeat;
    margin-top: 5px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
/*Pie*/

.fotoEva{
    background: url('../img/eva.png') no-repeat;
    background-size: 100% 100%;
}

.entry-content a:link {
text-decoration: none;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;

}

a:link {
text-decoration: none;
border-bottom: none;
-webkit-box-shadow: none;
box-shadow: none;

}

a {
  text-decoration: none; /* no underline */
}

.entry .entry-title:before {display:none;}

.flex-container{
display: flex;
align-items: center;
}
.flex-container > img {
  margin-left: 10px;
margin-right: 10px;
margin-bottom:25px;
margin-top:25px;
paddin : 3px 3px 3px 3px;
}
.roundedCorner
{

margin-left: 15%;
margin-right: 15%;
padding-left: 36px;
padding-right:36px;
margin-bottom: 15px;
font-family: Ubuntu;
color:#767676;
font-size:16px;
}

.estilo_titulo{
all: none;
font-family: Ubuntu;
color:#00235A;
font-size:20px;
}

#search {

}

#search input[type="text"] {
    background: url(/wp-content/themes/cajaArequipa/img/sicon.png) no-repeat 10px 10px #fcfcfc;
    border: 1px solid #d1d1d1;
    font-family: Ubuntu;
    font-size: 16px;
    color: #002559;
    width: 100%;
	height:50px;
	
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 100%;
    }
	

    .gwd-span-1s7c {
      font-family: Ubuntu;
      font-size: 2vw;
      color: rgb(0, 37, 89);

    }
    .gwd-span-ga9c {
      left: 293px;
      font-family: Ubuntu;
      color: rgb(0, 0, 0);
      font-weight: 300;
      font-size: 1.5vw;

    }
.todo{
padding-top:30px;
}
.bizquierda{
	 height: 10%;
	 flex: 0 1 10%;
	 text-align:middle;
}

.bderecha{
	 margin-left: 15px;
}
.bbarra{
	margin-top:30px;
}
.bbarra a{
  font-family: Ubuntu;
      font-size: 1vw;
       font-weight: bold;
       color:#767676;
	text-decoration: none;
	
	padding: 0.8em 1em;
}
.bhr{
	all:inherit;
	border-top: 1px solid #D8D8D8;
	margin-left: 0px;
    width: 100%;
}

@media screen and (max-width: 800px) {
    .gwd-span-1s7c {
      font-size: 4vw;

    }
    .gwd-span-ga9c {
      font-size: 3vw;

    }
	.bizquierda{
	;
	 flex: 0 1 30%;
	 text-align:middle;
}
.roundedCorner
{
margin-left: 5%;
margin-right: 5%;
font-size: 12px;
}
.todo{

	margin-left: 5%;
	margin-right: 5%;
	
}
.bbarra a{

      font-size: 2vw;


}
}


.pagination {
  display: flex;
  font-family: Ubuntu;
      font-size: 17px;
margin-left: 25%;
}

.pagination a {
  color: #ADADAD;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #DDDDDD;
}
.pagination .nav-links > .current 
{
	color: #01C5C6;
	text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #01C5C6;
}


.pagination a:hover:not(.active) {background-color: #ddd;}


/* cards         */

.scards{
display: inline-block;
}
.cards {
    
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    max-width: 1170px;
	margin-top:20px;
	flex-wrap: wrap;
	padding: 10px;
	
}

.cardspost{
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
}
.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 210px;
  border-top-left-radius: 2px;
border-top-right-radius: 2px;
  
}

  

.card {
  background-color: #fff;
    width: 30%;
	flex-grow:1;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
 box-shadow: 0px 0px 23px 9px rgba(43, 43, 43,0.1); 
  margin-bottom:40px;
  margin: 10px;
}

.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
   padding: 0px 25px 5px 25px;
   text-align: left;
}

span.card__category {
    font-family: Ubuntu;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
	color:#FF776C;
  
}
span.card__category a{
	color: #FF776C;
}
a.card__link {
color: #00235A;
font-family: Ubuntu;
    font-size: 1.5vw;
	font-weight:bold;
}

@media screen and (max-width: 500px) {
.card {
	width: 90%;
	margin-left: 20px;
	margin-top: 20px;

}
a.card__link {
	font-size: 12px;
}
}

/* imagen de noticiar arriba*/

.articuloPrincipal {
           	display: flex;
	max-width: 1170px;	
	flex-direction: row;
	flex-wrap: wrap;

	justify-content: space-between;

	align-items: center;

	align-content: space-around;

	border-radius: 6px;

	
	margin: 30px auto;
	height: 350px;
	text-align: left;
	font-weight: bold;
   box-shadow: 0px 0px 23px 9px rgba(43, 43, 43,0.1);
  overflow: hidden;
        }

 .flexboxizquierda {    
         	padding-top: 20px;
	width: 60%;
	height: 100%;
margin-left:-10px;
        }
 .flexboxderecha {    
         	
	width: 38%;
        }
div.flexboxderecha a:not(.treinta){

	color: #FF776C;
font-family: Ubuntu;
    font-size: 16px;
}
.treinta{
	color: #00235A;
font-family: Ubuntu;
    font-size: 30px;
	font-weight:bold;
line-height: normal;
}
@media screen and (max-width: 500px) {
	.treinta{

    font-size: 18px;
}
 .flexboxizquierda {    
	width: 100%;
        }
 .flexboxderecha {    
         	
	width: 100%;
	height:100%;
        }
.articuloPrincipal{
	display:none;
}
}

/*post*/

div.pestilo p{
	color: #00235A;
font-family: Ubuntu;
    font-size: 16px;
	max-width:100%;
}
div.pestilo {
	all:unset;
}
div.entry-content >  div.pestilo{
	max-width:100%;
}
.categoriapost{
	all:unset;
		color: #767676;
font-family: Ubuntu;
    font-size: 16px;
	padding:5px;
}
.titulopost{
	all:unset;
	color: #00235A;
font-family: Ubuntu;
    font-size: 42px;
	font-weight:bold;
}
@media screen and (max-width: 800px) {
.titulopost{
    font-size: 24px;
}
}

div.pan{
	font-size: 12px;
}

.centro{
   text-align: center;
   flex-grow: 1;
}
.paginador {
  display: inline-block;
  font-family: Ubuntu;
      font-size: 17px; 
}
	
.paginador a, .paginador span {
  color: #ADADAD;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #DDDDDD;
}

.paginador span {
color: #01C5C6;
        text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #01C5C6;
}
.masarticulos{
font-family: Ubuntu;
color:#00235A;
font-size:25px;
}

.noticiaclass{
	font-family: Ubuntu;
    font-size: 30px;
    color: #002559;
	text-align: left;
	margin-left: 10px;
}

@media screen and (max-width: 800px) {
.noticiaclass{
    font-size: 20px;
	text-align: left;
	margin-left: 20px;
}
}