/*
Theme Name: Tema Educación
Theme URI: squembri.com
Description: Tema para educación
Version: 1.0
Author: Squembri
Author URI: squembri.com
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
/*Comienza el código insertado para modificar el buscador */
.buscador{width:33%; height:auto; margin:0 auto; text-align:center; padding-top:24px}
.search-form input[type="search"] {
    background-color:#fcfcfc;
    border: 1px solid #d1d1d1;
    font: 12px Arial,Helvetica,Sans-serif;
    color: #433f3f;
    width: 50%;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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-form input[type="image"] {position:relative; top:3px}
/*Fin del código*/

/* 
 * CABECERA
 */

/* Barra de busqueda */
.mod-form-header .navbar-form {
	min-width: 290px;
}

/* 
 * INICIO
 */
/* Noticias destacadas */
.noticia-section-1.sticky {
	border-bottom: 3px solid #006E38;
	background-color: #006E3840;
	background-image: url("/wp-content/uploads/sites/7/2021/03/pushpin.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: top right;
}
.noticia-section-1.sticky:nth-child(1), .noticia-section-1.sticky:nth-child(5) {
	border-top: 3px solid #006E38;
}

.noticia-section-1.sticky:nth-child(4) {
	padding-bottom: 20px;
}
