@import url('https://fonts.googleapis.com/css?family=Signika:300|Yanone+Kaffeesatz:500&display=swap');
body{
    background: url(../images/fondo.jpeg);
    font-family: 'Signika', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
#container{
    width: 1100px;
    margin: auto;
}
img{
    max-width: 100%;
    display: block;
}
header{
    height: 140px;   
}
.redes{
    background: white;
    display: flex;
    width: 90px;
    margin:0px auto;
    padding: 5px 0;
}
.redes a{
    margin-left: 5px;
}
.barra_menu{
    position: relative;
    top: -15px;
    height: 50px;
    color: white;
    background: #d52729;
    text-align: center;
    align-items: center;
}
.contacto{
    position: absolute;
    /* line-height: 1px; */
    top: 3px;
    right: 15px;
    font-size: .6em;
}
.contacto span{
    font-size: 1.2em;
}
.menu{
    position: relative;
    top: -1px;
    width: 760px; 
    margin-left: calc((100% - 760px)/2);
    background-image: url(../images/fondo_menu.png);
    background-repeat: no-repeat;
    height: 100px;
}
/*Estilos del menú************************/
header nav {
  margin-top: 5px; 
  z-index: 1000;
}
 
header nav ul {
  list-style:none;
  position: relative;
    top: 25px;
    left: -20px;
}
 
header nav ul li {
  display:inline-block;
  position: relative;
}
 
header nav ul li:hover {
  background:#f36d4e;
  border-radius: 5px;
}
 
header nav ul li a {
  color:#fff;
  display:block;
  text-decoration:none;
  padding: 3px;
  font-size: 21px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
 
header nav ul li a span {
  margin-right:5px;
  font-size: 18px;
}
 
header nav ul li:hover .children {
  display:block;
}
 
header nav ul li .children {
 display: none;
    background: rgb(197, 50, 16);
    position: absolute;
    width: max-content;
    z-index: 1000;
    padding: 5px;
    left: 0;
    top: 28px;
    text-align: left;
}
header nav ul li .children li {
  display:block;
  overflow: hidden;
  height: 35px;
  width: max-content;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
  display: block;
  font-size: 20px;
}
 
header nav ul li .children li a span {
  float: right;
  position: relative;
  top:3px;
  margin-right:0;
  margin-left:10px;
}
header nav ul li .caret {
  position: relative;
  top:3px;
  margin-left:10px;
  margin-right:0px;
}
.logo{
    position: absolute;
    width: 160px;
    top: -60PX;
    left:20px;
    /*z-index: 1000;*/
}
/*Slider---------------------------------*/
.flex {
  display: flex;
  } 
.left-slider {
  margin-top: -13px;
  width: 400px;
  text-align: justify;
  padding: 0 10px;
  font-size: 18px;
  color: #4d4d4d;
  background-color: #e6eff5;
  border-radius: 10px;
  height: max-content;
}
.left-slider__titulo {
  margin-top: 13px;
  margin-left: 180px;
  text-align: center;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
.left-slider__txt {
  /*margin-top: -15px;*/
}
#jssor_1{
    position:relative;
    margin:-13px 2px;
    width:700px;
    height:280px;
    overflow:hidden;
    visibility:hidden;
    border-radius: 5px;
  }
.div3{
margin: 5px;
/*width: 33.3%;*/
}
.video_prom {
position: relative;
padding-bottom: 48%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}
.video_prom iframe,
.video_prom object,
.video_prom embed {
position: absolute;
top: 0;
left: 0;
height: 100%;
}
.texto_audio{
    background-color: #f5f0f0;
    padding: 5px;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
}

#reflexiones{
    
    margin: 0 5px;
    background: #f5f0f0;
    border-radius: 10px;
    padding: 0 12px;
  }
#reflexiones h2 {
  padding: 7px 0;
  text-align: center;
  color: #f14e28;
  padding: 0;
  margin: 0;
  font-weight: 100;
}
#reflexiones p {
  font-size: 16px;
  text-align: justify;
  margin-top: 10px;
}
.title_box {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    background-color: #0a6fb2;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    border-radius: 5px;
    font-weight: 100;
    margin-top: 5px;
}
/*******************botones*******************/
.btn-primary {
    display: inline-block;
    padding: 5px;
    color: #ca4b00;
    border: 1px solid #fff;
    background: #e6e6e6;
    box-shadow: 0px 2px 3px #888;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px;
}
.btn-primary:hover {
    background-color: rgba(0,0,0,0.3);
}
/*--------MENU DERECHA---------*/
ul.left_menu{
width: 50%; 
background-color: #f5f0f0;
border-radius: 7px;
padding: 10px;
margin-top: 0;
}
ul.left_menu li{
list-style:none;
padding: 0 10px
}

ul.left_menu li.odd a{
  padding: 6px 0 8px 15px;
  margin-left:13px;
  border-bottom: 1px solid #ff9b59;
  display: block;
  color: #333;
  background: url(../images/arrow.png) no-repeat 0 10px;
  text-decoration:none;
  font-size:15px;
}
ul.left_menu li.odd_flex a{
  padding: 6px 0 8px 15px;
  margin-left:13px;
  border-bottom: 1px solid #ff9b59;
  display: inline;
  color: #333;
  background: url(../images/arrow.png) no-repeat 0 10px;
  text-decoration:none;
  font-size:15px;
}
ul.left_menu li.odd_flex a.sinicono{
  background: none;
}
ul.left_menu li.odd img{
  display: inline;
}
ul.left_menu li.odd_flex img{
  display: inline;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover{
  color: #3172B4;
  background: url(../images/arrow2.png) no-repeat 0 8px;
  text-decoration: none;
}
/*******************Noticias*******************/
#contenedor_noticias{
  display:flex;
}
.noticia {
  width: 33.3%;
  margin: 2px;
  background: #eff5f9;
  color: #3a3838;
  padding: 5px 12px;
  text-align: justify;
}
.info__titulo {
  text-align: center;
  font-weight: 100;
}
.noti_autor {
  font-size: 10px;
  color:#838080;
}
.paginacion {
    display: flex;
    padding: 12px;  
    justify-content: center;
    background-color: white;
    margin-top: -2px;
}
.paginacion a {
    text-decoration: none;
    margin: 0 2px;
    background: #ffffff;
    color: #243779;
    border: 1px solid #ddd;
    padding: 4px 8px;  
}
.paginacion a:hover {
   background-color: rgba(0,0,0,0.1);   
   font-size:15px;
}
.paginacion p {
    margin: 0 2px;
    border: 1px solid #fff;
    padding: 4px 8px; 
    color: #243779;
    background-color: rgba(0,0,0,0.1); 
}
/*-------------Estilos de footer-----------*/
.footer {
  background:#3b3839;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  font-size: 12px;
  height: 120px;
}
.footer .social [class^="icon-"] {
  display: inline-block;
    /* margin-bottom: 15px; */
    color: #333;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    background: white;
    border-radius: 50%;
   
}
/*-----------------Form Contacto-----------------*/
section-flex{
  display: flex;
  background: #fff;
}
form {
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0px auto;
}
#gris h4 {
  padding: 0;
  margin: 10px;
  font-weight: 100; 
}


input, textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    border-radius: 5px;
}

textarea {
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton{
    background: #f14e28;
    color: #fff;
    padding: 20px;
    font-weight: bold;
    width: max-content;
}

#boton:hover {
    cursor: pointer;
    background: #f18167;
}
/*----------------Para Paginas-----------------*/
#gris {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: rgb(117, 117, 117);
    margin: 20px 10px;
    border-radius: 10px;
}
#gracias {
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: rgba(0,0,0,0.5);
    margin: 50px auto;
    border-radius: 5px;
    padding: 20px;
}