/*
 Theme Name:   The Bootstrap Basic Child
 Theme URI:    http://www.papulabs.com/the-bootstrap-child/
 Description:  The Bootstrap Basic Child Theme
 Author:       Juan Sebastian Bahler
 Author URI:   http://www.papulabs.com/
 Template:     bootstrap-basic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bootstrap-basic-child
*/
@import url("../bootstrap-basic/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
@font-face {
    font-family: latoRegular;
    src: url(fonts/Lato/Lato-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: escolar;
    src: url(fonts/escolar/escolar_g.ttf);
    font-weight: normal;
    font-style: normal;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
html,body,h1  {  
    font-family: latoRegular;  
}
h1, .h1 {
    font-size: 34px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 26px;
}
h4, .h4 {
    font-size: 24px;
}
h5, .h5 {
    font-size: 24px;
}
h6, .h6 {
    font-size: 24px;
}

body{
    background-color: #23586a;
    font-size: 24px;
}
#sidebar-right .widget{
    border: none;
}

.site-branding{
     background-color: #2273AA;
}

.page-container{
    background-color: #fff;
}

.site-title {
    margin-bottom: 10px;
}
.entry-title{
    color: #2c6981;
}
/***  principio menu principal ***/
#menu-principal{
    margin: 0 auto;
}

.main-navigation .navbar {
    border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a{
    color:#fff;padding:7px;
}
.main-navigation .navbar-default .navbar-nav > li > a:after{line-height: 10px;
    border-right: 1px solid #a6d2f1;
    content: " ";
    color: #4190c8;
    font-family: arial;
    margin-left: 10px;}
.main-navigation .navbar-default{
    background-image:-webkit-linear-gradient(top,#4190c8 0,#4190c8 100%);
    background-image:-o-linear-gradient(top,#4190c8 0,#4190c8 100%);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#4190c8),to(#4190c8));
    background-image:linear-gradient(to bottom,#2273AA 0,#1E618E 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4190c8', endColorstr='#ff4190c8', GradientType=0);
    border:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-top: 3px solid #FBC607;

}

.navbar-toggle{
    background-color: #ccc;
}
/***  fin menu principal ***/


.white-font{
    color: #ffffff;				    
}
.galleta div h4,.galleta div h1 {
    color: #ffffff;				
}

.galleta-grid-wrapper{
    margin: 0 10px;
}

.galleta-header{
    padding:4px;
}
.galleta-header h4,.galleta-header h1{
    margin:0;
    padding: 6px;
    font-size: 22px;
}	


.galleta-cell{
    /*padding:10px;*/
}
.galleta-cell a:hover{
    /*padding:15px;*/
    text-decoration: none;
}
.galleta-cell > a{
    vertical-align: middle;
}

.galleta-grid-wrapper  a:hover{
    text-decoration: none;
}

.galleta-cell h4 {
    font-size: 18px;
    line-height: 20px;
}
.galleta-cell  a {
    color:#ffffff;
}

.galleta-header-border{
    border: 2px dashed #2e6f94;						
}

.bg-color-b43a47{
    background-color:#b43a47;
}
.bg-color-c26089{
    background-color:#c26089;
    border: 2px solid #b64145;
    background: rgba(226,75,85,1);
    background: -moz-linear-gradient(top, rgba(226,75,85,1) 72%, rgba(201,66,78,1) 87%, rgba(180,58,71,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(72%, rgba(226,75,85,1)), color-stop(87%, rgba(201,66,78,1)), color-stop(100%, rgba(180,58,71,1)));
    background: -webkit-linear-gradient(top, rgba(226,75,85,1) 72%, rgba(201,66,78,1) 87%, rgba(180,58,71,1) 100%);
    background: -o-linear-gradient(top, rgba(226,75,85,1) 72%, rgba(201,66,78,1) 87%, rgba(180,58,71,1) 100%);
    background: -ms-linear-gradient(top, rgba(226,75,85,1) 72%, rgba(201,66,78,1) 87%, rgba(180,58,71,1) 100%);
    background: linear-gradient(to bottom, rgba(226,75,85,1) 72%, rgba(201,66,78,1) 87%, rgba(180,58,71,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24b55', endColorstr='#b43a47', GradientType=0 );
}
.color-white a{
    color:#fff;
}
.color-white a,.color-white a:active,.color-white a:active{
    text-decoration:none;
}
ul.thumbnails{
    padding-left: 0;
    list-style-type: none;
}
.bg-color-e7f2f6{
    background-color: #e7f2f6;
}

.bg-color-4190c8{
    background-color:#4190c8;
}
.bg-color-87bb3c{
    background-color:#87bb3c;
}
.bg-color-a0c26b{
    background-color:#a0c26b;
}
.bg-color-c1683c{
    background-color:#c1683c;
}

.bg-color-d38763{
    background-color:#d38763;
}

.galleta-border-radius{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.galleta-text-shadow{
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
}
.font-bold{
    font-weight: bold;
}

.latoRegular{
    font-family: latoRegular;
}

.fs3em{
    font-size: 3em;
}
.fs18{
    font-size: 18px;
}

.btn-icon-size-45{
    font-size: 45px;
}

.pb25{
    padding-bottom: 25px;
}
.pt25{
    padding-top: 25px;
}
.mb20{
    margin-bottom:20px
}
.mb5{
    margin-bottom:5px
}

.pt20{
    padding-top:20px;
}
.pad10{
    padding: 10px;
}
.pad20{
    padding: 20px;
}
.mt10 {
    margin-top: 10px;
}

#main-column #home-post-list-thumbs .post{
    border: none;
    margin-bottom: 0;
    padding: 0px;
}
.btn-text , .btn-both {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-icon-left-img-wrap{
      height: 100%;
    margin-left: 10%;
    margin-right: 20px;
}
.icon-left{
    margin-left: 5%;
    float: left;
    height: 100%;
}

.galleta-cell-icon-left .galleta-border-radius{
    padding: 20px 0;
}
.galleta-cell-icon-left h4{
    margin: 0;
    padding-right: 8px;
}
.cv{
    position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.searchbar-wrapper {
    width: 100%;
}
.widget.widget_facebook_like {
    float: left;
    margin-right: 10px;
}
.social-buttons-header {
    margin-top: 5px;
    display: inline-flex;
}

/* principio filas con 8 columnas*/
.col-8{
	width: 11%;
	margin-left: 1%;
	display: inline-block;;
	float: left;
}
.col-8 img{
	max-width:100%
}
#main-column .col-5 img{
	display:inline-block;
}
.col-5{
	width: 19%;
	margin-left: 1%;
	display: inline-block;
	float: left;
}

.col-5 img{
	max-width:100%;
}
@media (max-width:767px) {
	.col-8{                                        
		width: 17%;
		margin-left: 2.3%;
	}
	.col-5{                                        
		width: 17%;
		margin-left: 2.3%;
	}
}
@media (max-width:500px) {
    .site-title-heading img {
        height: 80px;
        width: auto !important;
    }
	.col-8{                                        
		width: 23%;
		margin-left: 1%;
	}
	.col-5{                                        
		width: 32%;
		margin-left: 1%;
	}
}
/* fin filas con 8 columnas*/

//media query para reloj de pulsera
@media (max-width:320px) {
    .btn-icon-left-img-wrap{
      height: auto;    
    }
}
@media (max-width:350px) {
    .top-right-row{
          margin-left: -12px;
        margin-right: -12px;        
    }
    .widget.widget_facebook_like{
        margin-right: 5px;        
        
    }
}
@media (max-width:900px) and (min-width:400px) {
    .foo {
        display:none;
    }
}
@media (min-width:767px) {
    .dim-md-325x200 {
        max-width: 325px;
        margin: 0 auto; 
    }
    .dim-md-370x135 {
        max-width: 370px;
        margin: 0 auto; 
    }
}

@media(min-width:990px){
	#zona1{
		overflow: hidden;
		  display: inline-block;
		  padding: 0px;
		  margin-left: 15px;
		  margin-bottom:10px;
		  width: auto;
	}	
	#zona2{
		overflow: hidden;
		  display: inline-block;
		  padding: 0px;
		  margin-right: -15px;
		  margin-left: 15px;
		  max-width: 200px;
		  float:right;
	}
}

#site-footer {
    font-size: 14px;
}
.footer-col ul {
    margin-left: -32px;
}

div#header-links {
    text-align: center;
    color: #274550;
}
div#header-links h4 {
    margin-bottom: 0;
}
#site-footer .links-pipe {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}
#site-footer .links-pipe a {
    color: #274550;
}
#site-footer h3, #site-footer .h3 {
    font-size: 20px;
    color: #274550;
}
div#p-footer p {
    padding-left: 10px;
    padding-right: 10px;
}
.clear {clear: both;}

#site-footer ul {
    list-style:none;
}
.searchbar-wrapper .widget_text {
    color: #ffffff;
    float: left;
    line-height: 16px;
    width: 60%;
}
/*.search-form-header input {
    background: none repeat scroll 0 0 #1d3a43;
    border: 1px solid #05a9cc;
    border-right: none;
}

.search-form-header button {
    background: none repeat scroll 0 0 #1d3a43;
    color: #05a9cc;
    border: 1px solid #05a9cc;
    border-left: none;
}*/
@media (max-width: 991px) {
    #site-footer .footer-col {
        width: 33.3%;
        float: left;
    }
    .cboth-sm {clear: both;}
    .cboth-sm h3 {margin-top: 0;}
}
@media (max-width: 900px) {
    .page-header-top-right .searchbar-wrapper .widget_text {
        font-size: 13px;
        width: 100%;
    }
    .page-header-top-right .searchbar-wrapper .widget_search {
        float: left;
        margin-bottom: 7px;
        margin-top: 11px;
        width: 100%;
    }
    .social-buttons-header {
        margin-bottom: 10px;
    }
}

#dropdown-de-visitante {
    display: none;
}
#links-de-visitante {
    display: block;
}
@media (max-width:991px) and (min-width:767px) {
    #links-de-visitante {
        display: none;                     
    }
    #dropdown-de-visitante {
        display: block;       
    }
    
}

@media (max-width: 767px) {
    div#p-footer {
        text-align: center;
        color: #274550;
    }
    .col-xs-6.site-title {
        width: 100%;
    }
    .col-xs-6.page-header-top-right {
        width: 100%;
    }
    .site-title .site-title-heading {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .galleta-grid-wrapper .col-xs-p5{
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (max-width: 500px) {
    #links-de-visitante {
        display: none;                     
    }
    #dropdown-de-visitante {
        display: block;       
    }
    
    #site-footer .footer-col {
        display: block;
        float: none;
        margin: 0 auto;
        width: 57%;
    }
    .page-header-top-right .searchbar-wrapper .widget_text {
        width: 100%;
    }
    .page-header-top-right .searchbar-wrapper .widget_search {
        float: left;
        margin-bottom: 7px;
        margin-top: 11px;
        width: 100%;
    }
    @media (max-width: 400px) {
        .site-title-heading img{
            width: 100%;
        }
    }
}
/*Begin support to five comlumns*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 767px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*End support to five comlumns*/

/*** Text Widget */

.textwidget{
	text-align:center;
}

/***** mp_login *****/

p.mp_login{ margin-bottom: 0;}
.mp_login p, .mp_login a{color:white;font-size: 15px;}

.mp_login.boton_registro{
	display: inline-block;
	  padding: 5px 10px;
	  background: #21cfea;
	  border-radius: 5px;
	  color: white;
	  margin-left: 20px;
	  font-size: 15px;
}

.mp_login.acceso{
  color: white !important;
  font-size: 15px !important;
}

.thumbpost .entry-summary{
	max-height: 60px;
	  overflow: hidden;
          min-height: 60px;
	  
}
.entry-title.fs18{
	min-height:38px;
	overflow:hidden;
}


.thumbpost img{
	max-height:198px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a{background-image:none;background-color:#164769 !important}

.comprension-lectora{
	font-family:escolar;
	font-weight:normal;
	font-size:28px;
}

.comprension-lectora h2{
	font-size:30px;
}

.comprension-lectora h4{
	font-family:latoRegular;
}

.mp-boton-homethumbnails{
  color: white;
  display: inline-block;
  width: auto;
  padding: 7px 40px;
  background: #428bca;
  border-radius: 10px;
  margin: 10px;
}
.navbar{margin-bottom:10px !important;}

img.so-widget-image{max-width:100%}