/*
Theme Name: Plantilla UCR V4.0.1 - 50 aniversario FCS
Theme URI: https://odi.ucr.ac.cr/descargas/descarga/wordpress_4x_ucr4.zip
Author: Oficina de Divulgación UCR, Desarrollada por Walter Céspedes, Modificada por Victor Gutierrez
Author URI: https://odi.ucr.ac.cr
Description: Plantilla general para wordpress 
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.ucr.ac.cr
Text Domain: Universidad de Costa Rica
Tags:blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/


@import url('css/menu.css');

.social {
  position: absolute; /*  fixed; si queremos  que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  right:  0; /* Establecemos la barra en la izquierda */
  top: 200px; /* Bajamos la barra 200px de arriba a abajo */
  z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}

.la_busqueda{
  position: absolute; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  right:  0; /* Establecemos la barra en la izquierda */
  top: 160px; /* Bajamos la barra 200px de arriba a abajo */
  z-index: 2000; 


}


  .social ul {
    list-style: none;
  }

  .social ul li a {
    display: inline-block;
    color:#fff;
    background: #282828;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
  }


  .social ul li  {background: #282828;}

  .social ul li a:hover {
    background: #00c0f3; /* Cambiamos el fondo cuando el usuario pase el mouse */
    padding: 5px 15px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }

  .ir-arriba{
    /*display: inline-block;*/
    padding: 20px;
    /*background: #024959;*/
    color:#fff;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 4000;

  }


/* ETSOC - MODIFICADO PARA CENTRAR EL NÚMERO DE PÁGINAS */

#navegacion{
  clear: both;
  list-style: none;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#navegacion ul {
  list-style: none;
  padding-top: 10px;
  /* Padding-left: 10%;  */
}

#navegacion ul li{
  float: left;
  background-color: #8ed8f8;
  /* padding: 20px;  */
}

/* ETSOC - MODIFICADO PARA CENTRAR EL NÚMERO DE PÁGINAS */


#navegacion ul li:hover{
  background-color: #005da4; 
}
#navegacion ul li a {
  color: #fff;
}

#el_calendario{

  background-color: rgba(0, 71, 151, 0.4);
  background: rgba(0, 71, 151, 0.4);
  color: rgba(0, 71, 151, 0.4);
  padding-left: 60px;
  color: #fdb912;
  text-align: center;
  border:solid 1px #ffffff;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-top-left-radius:5px;
  -webkit-border-top-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;

  
}


 .dispositivo{

      padding-bottom: 15px;
    }

    
.spacer {
  background: url(images/bg2.jpg) 50% 0 no-repeat fixed;
  
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  color: #fff;
  padding-bottom: 55px;
  margin-bottom: 5px; 


}

#espacio_parallax{

  padding-top: 3%;
}

.idiomas {
 /* position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
 /* right:  0; /* Establecemos la barra en la izquierda */
 /* top: 110px; /* Bajamos la barra 200px de arriba a abajo */
 /* z-index: 1000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */

width: 120px;
height: auto;
background: red;
color: white;
position: fixed;
top: 110px;
right: 0;
z-index: 2000;
 
}


/*************** estilo de las cajas ***********/

#los_trabajos_finales{
 background-color: rgba(79, 79, 79, 1);
}

#ultimas_noticias{
    background-color: #666;
    padding: 5px;
}
.cajas-items,
.cajas-filter {
  list-style: none;
  padding: 0;
  margin: 0 -20px 20px 0;
}
.cajas-filter > li {
  display: inline-block;
}
.cajas-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cajas-items.col-2 > li {
  width: 50%;
}
.cajas-items.col-3 > li {
  width: 33%;
}
.cajas-items.col-4 > li {
  width: 25%;
}
.cajas-items.col-5 > li {
  width: 20%;
}
.cajas-items.col-6 > li {
  width: 16%;
}
.cajas-item {
  padding: 0;
  margin: 0;
}
.cajas-item .item-inner {
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 5px 0;
  margin: 0 20px 20px 0;
  position: relative;
}
.cajas-item img {
  width: 100%;
}
.cajas-item h5 {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cajas-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 191, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.cajas-item .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(248, 184, 54, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}


.cajas-item .overlay .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}
.cajas-item:hover .overlay {
  opacity: 1;
}


.cajas-item:hover .overlay2 {
  opacity: 1;
}

.enlace{

  padding-top: 50%;
}

.las_cajas{

  text-align: center;
  background-color: #f37021;
  padding-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.menu1{


    background-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 15px;



}

.menu1 h3 {

  color: #000000;
  
  /*background-color: #fff;*/
}
.menu1 li {
color: #005da4;

  background-color: #000000; 
  list-style: none;
  padding-left: 15px; 
      
}

.menu1 li a {
  color: #ffffff;
   font-size: 18px;
  }

.menu1 li a:hover {
  color: #ffffff;
  font-size: 20px;
  
  }

.titulo_menu1 h1 {

  text-align: center;
}

.titulo_menu1 h3 {

  text-align: center;

}

.caja_resultado {
    background-color: #86828b;
    color: #ffffff;
    padding-left: 25px;
}
.acronimo{
  padding-left: 5%;
  padding-top: 12px;
}

.imagen_destacada{
  background-color: #ffffff;
  text-align: center;
   padding-top: 10px;
}

#menu_ucr_worpress{

 padding-bottom: 5px;
 background-color: #86828b;
 /* color para el hover de los textos #0fa6df*/

}

#menu_ucr_worpress a {
  color: #bdc3c7;
  font-size: 18px;
}
#menu_ucr_worpress a:hover {
  color: #fdb912;
}
#menu_ucr_worpress ul {
 
  padding: 0;
  margin: 0;
}
#menu_ucr_worpress ul > li {
  
  /*margin-left: 15px;*/
   padding-left:  15px;
}


/*************** CLASES NECESARIAS PARA EL CHECK DE PLANTILLA*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.sticky {
    background-color: $bgcolor-sticky;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}


/**
 * 14.2 Galleries
 */

.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

  .bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
  }


  

/* FINAL DE CLASES NECESARIAS */

@media only screen and (max-width: 880px) {
  .social {
    display: none;
  }

  .mensaje_corto {
     display: none;
    }

  .mensaje_corto h1 {
    display: none;

  }

  .idiomas {

    width: 100px;
    height: auto;
    color: white;
    position: fixed;
    top: 190px;
    right: 0;
    z-index: 1000;
 
    }

    .la_busqueda{
      display: none;
    }

    .dispositivo{

      text-align: center;
      padding-bottom: 15px;
    }

    .sinestilo ul {

      list-style: none;
    }
}

@media only screen and (max-width: 1600px) {

  .mensaje_corto {
     display: none;
    }

    .la_busqueda{
      display: none;
    }

    
}
/* ETSOC - ELIMINADO
@media only screen and (min-width: 1600px)  {

  .titulo_noticia {

     display: none;
    }   
    
} */


.mensaje_corto {

 padding:15px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 755px;    
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);



}

.imagen_noticia{
   text-align: center;


}


/*ESTILO PARA CAJAS EN PREGUNTAS FRECUENTES */

#t-cards {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #345;    
}

/********************************/
/*          Panel cards         */
/********************************/
.panel.panel-card {
    position: relative;
    height: 241px;
    border: none;
    overflow: hidden;
}
.panel.panel-card .panel-heading {
    position: relative;
    z-index: 2;
    height: 120px;
    border-bottom-color: #fff;
    overflow: hidden;
    
    -webkit-transition: height 600ms ease-in-out;
            transition: height 600ms ease-in-out;
}
.panel.panel-card .panel-heading img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 120%;
    
    -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
}
.panel.panel-card .panel-heading button {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 3;
}
.panel.panel-card .panel-figure {
    position: absolute;
    top: auto;
    left: 50%;
    z-index: 3;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 3px #fff;
            box-shadow: 0 0 0 3px #fff;
    
    -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
    
    -webkit-transition: opacity 400ms ease-in-out;
            transition: opacity 400ms ease-in-out;
}

.panel.panel-card .panel-body {
    padding-top: 40px;
    padding-bottom: 20px;

    -webkit-transition: padding 400ms ease-in-out;
            transition: padding 400ms ease-in-out;
} 

.panel.panel-card .panel-thumbnails {
    padding: 0 15px 20px;
}
.panel-thumbnails .thumbnail {
    width: 60px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
} 


.panel.panel-card:hover .panel-heading {
    height: 55px;
    
    -webkit-transition: height 400ms ease-in-out;
            transition: height 400ms ease-in-out;
}
.panel.panel-card:hover .panel-figure {
    opacity: 0;
    
    -webkit-transition: opacity 400ms ease-in-out;
            transition: opacity 400ms ease-in-out;
}
.panel.panel-card:hover .panel-body {
    padding-top: 20px;
    
    -webkit-transition: padding 400ms ease-in-out;
            transition: padding 400ms ease-in-out;
}


#header-falso{

  height: 145px;
}


.ultimas_noticias h1,h2,h3,h4,h5,h6 {

  text-align: center !important;
}

/* ETSOC */

h2.titulo_noticia {
  font-size: 3.5rem;
}
/* ETSOC */


/* stilo para los metaslider */
.metaslider .caption,
.metaslider .cs-title,
.metaslider .nivo-caption {
    font-size: 2.3em; /* adjust as necessary */
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 880px) {

  .metaslider .caption,
  .metaslider .cs-title,
  .metaslider .nivo-caption {
    font-size: 18px; /* adjust as necessary */
    
}


.el_slider{

	padding-top: 50px;
}

}