/*
Theme Name: sica
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sica
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sica is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
html,
body {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.head-border-bottom::after,
h1.entry-title::after,
h2.entry-title::after {
  content: "";
  height: 3px;
  width: 40px;
  display: block;
  position: relative;
  bottom: -5px;
}

a:not(.btn) {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}
a:not(.btn):hover,
a:not(.btn):focus {
  outline: none;
  text-decoration: none;
}
iframe {
  border: 0;
}
input,
button,
select,
textarea {
  font-family: 'Montserrat', sans-serif;
}

/**
 * Head-bar
 */
.head-bar {
  font-family: 'Montserrat', sans-serif;
}
.head-bar-icons {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  font-size: 12px;
}
.head-bar-icons li {
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px;
}

.head-bar-icons li a .fa-stack {
  color: rgba(0, 0, 0, 0.5);
}
.head-bar-icons li a .fa-stack .fa-inverse {
  color: #95a5a6;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.head-bar-icons li a .fa-stack .fa-inverse:hover {
  color: #fff;
}
.head-bar-icons li a:hover {
  color: #fff;
}
.head-bar-icons li.li-padding-top {
  padding-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #2c3e50;
}

.right,
.left{
  margin: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
}

.right img,
.left img{
  max-width: 100%;
}

.so-widget-sow-image-base img{
  margin: 0 auto;
}
/**
 * Flat buttons
 */
a.btn {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid;
  border-color: transparent;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.btn:hover {
  background-color: transparent;
}
.btn-flat:not(.btn-rounded) {
  border-radius: 0;
}
.btn-rounded {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.btn-default {
  background-color: #95a5a6;
}
.btn-default:hover {
  border-color: #95a5a6;
  color: #95a5a6;
}
.btn-primary {
  background-color: #2c3e50;
}
.btn-primary:hover {
  border-color: #2c3e50;
  color: #2c3e50;
}
.btn-success {
  background-color: #18bc9c;
}
.btn-success:hover {
  border-color: #18bc9c;
  color: #18bc9c;
}
.btn-info {
  background-color: #3498db;
}
.btn-info:hover {
  border-color: #3498db;
  color: #3498db;
}
.btn-warning {
  background-color: #f39c12;
}
.btn-warning:hover {
  border-color: #f39c12;
  color: #f39c12;
}
.btn-danger {
  background-color: #e74c3c;
}
.btn-danger:hover {
  border-color: #e74c3c;
  color: #e74c3c;
}

.awesome-callout a.btn {
  margin: 10px auto;
  float: right;
}
.awesome-callout h2,
.awesome-callout p {
  float: left;
  width: 100%;
}
/**
 * Site Origin Widget: Blank Visual Editor
 */
.widget_black_studio_tinymce {
  overflow: hidden;
  border: 1px solid;
  border-color: #eeeeee;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_black_studio_tinymce .textwidget p:not(:first-child) {
  padding: 0 2%;
}
.widget_black_studio_tinymce .textwidget h4 {
  text-align: center;
}
.widget_black_studio_tinymce .textwidget img,
.widget_black_studio_tinymce .textwidget p:nth-child(1) {
  min-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_black_studio_tinymce .textwidget p:nth-child(1) {
  overflow: hidden;
}
.widget_black_studio_tinymce .textwidget p:nth-child(1)::after {
  content: '\f0c1';
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  top: 25%;
  left: 30%;
  right: 30%;
  margin: 0 12.5%;
  text-align: center;
  opacity: 0;
  transform: scale(0.95);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_black_studio_tinymce:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.widget_black_studio_tinymce:hover .textwidget p:nth-child(1) {
  background-color: #b6daf2;
}
.widget_black_studio_tinymce:hover .textwidget p:nth-child(1)::after {
  transform: scale(1);
  opacity: 1;
}
.widget_black_studio_tinymce:hover .textwidget img {
  transform: scale(1.1);
  mix-blend-mode: multiply;
}


.carousel-caption{ display: none; }

h4, h5, h6{
  color: #3facf4;
}

h3.entry-categories{
  font-weight: bold;
}

.entry-title{
  margin: 10px 0;
  font-weight: bold;
}

.entry-resume{
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  margin: 0px;
  padding: 10px 10px 10px 20px;
  background: #f0f0f0;
  border-left: 5px solid #CCC;
  display: block;
  border-bottom: none;
}

.entry-resume p:before{
  font-family: 'Times news Roman';
  content: "\201C";
  font-size: 100px;
  display: block;
  line-height: 10px;
  margin-left: -15px;
  margin-top: 30px;
  color: #CCC;
}

.entry-resume p:after{
  font-family: 'Times news Roman';
  content: "\201D";
  font-size: 75px;
  display: block;
  line-height: 30px;
  color: #CCC;
  text-align: right;
  margin-top: 10px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

.ssb-share{
  width: 100%;
  margin: 5px -1px;
  background: #f0f0f0;
  border-top: 1px solid #CCC;
  padding: 5px;
}

.entry-meta{
  margin: 10px 0;
  border-top: 1px dotted #CCC;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
}

.entry-meta a{
  font-weight: normal;
}

.entry-meta > .list-inline{
  margin-bottom: 0;
}

.byline{
  /* color: #f0f0f0; */
  text-decoration: underline;
} 

.entry-meta .posted-on{
  margin: 0 5px;
}

.entry-meta .posted-on:before{ 
  content:"{";
  font-size: 12px; 
  margin: 5px; 
  color: #CCC;
}

.entry-meta .posted-on:after{
  content:"}";
  font-size: 12px; 
  margin: 5px; 
  color: #CCC;
}

.entry-content p{
  text-align: justify;
}

.entry-content img{
  /* margin: 0 auto; */	
}

.simple-links-list{
  list-style: none;
  padding-left: 0;
}

.simple-links-list li{
  margin-bottom: 10px;
  padding: 0;
}
/*
.customize-support {
  padding: 0;
}
*/
.simple-links-list li img{
  max-width: 100%;
 /* max-height: 100%; */
}

article, .content-area {
  padding: 0;
}

.row .match {
  margin-bottom: -10px;
}

.entry-footer{
  display: none;
}

.wp-post-image{
  max-width:100%;
}

.nav-links {
  display: block;
  margin-bottom: 150px;
}

.nav-next:before {
  content: "Siguiente post \00bb";
  display: block;
  margin-bottom: 10px;
  text-align: right;
}

.nav-next {
  display: block;
  width: 30%;
  float: right;
  background: #f0f0f0;
  padding: 10px;
}

.nav-previous:before {
  content: "\00ab  Anterior post";
  display: block;
  margin-bottom: 10px;
}
.nav-previous {
  display: block;
  width: 30%;
  float: left;
  background: #f0f0f0;
  padding: 10px;
}

.navbar-right {
    float: right !important;
    margin-right: 0;
}

.widget-grey > div > div{
  background: #f0f0f0;
  padding: 10px;
}

.widget-grey > div > div h2{
  color: #04adbf;
  border-bottom:2px solid #04adbf;
}

.widget-blue > div > div{
  background: #8ebad4;
  padding: 10px;
}

.widget-blue > div > div h2{
  color: #fff;
  border-bottom:2px solid #fff;
}

.flickr_badge_image {
  width: auto;
  float: left;
  display: block;
  margin: 3px 3px 0;
}

.flickr-badge-wrapper {
  display: block;
  min-height: 240px;
}

.slider{
  background:none;
}

.flexslider {
  background: none;
  border: none;
  box-shadow: none;
}

.flexslider .slides > li > a {
    font-size: 1.2em;
    color: #000;
}

/*
.flexslider .slides > li {
  border-bottom:5px solid #d5d5d5;
  background: #fff;
}

.flexslider .slides > li a:hover {
  border-bottom:5px solid #ff0000;
}
*/

.flexslider:hover .flex-prev,
.flex-direction-nav .flex-prev {
  left: -30px;
}

.banner_content {
    min-height: 75px;
}

.banner_content p {
    text-align: center;
    margin: 10px;
    font-weight: bold;
}

.banner_content img{
    margin: 0 auto;
}

.jsn-bootstrap3 .wr-list-icons.wr-icon-64 .wr-icon-base {
  margin: 0 auto;
}

.white{
  color: #fff;
}

.list-videos li::before {
    content: "\f16a";
    font-family: FontAwesome;
    margin-right: 5px;
}


/*
.carousel,
.carousel-inner > .item {
    height: 400px;
}
*/

footer{
  padding: 10px;
}

footer  .widget-title{
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid;
}

footer .textwidget{
  font-weight: normal;
  font-size: 14px;
}

footer .logo-footer {
  background: url("/wp-content/uploads/logo-footer-2018.jpg") no-repeat;
  background-size: 100%;
  width: 300px;
  height: 190px;
  display: block;
  margin: 0 auto;
}

footer .list-footer li {
  padding-left: 15px;
  /* margin-bottom: 20px; */
  border-bottom: 1px dotted;
  border-color: rgba(255, 255, 255, 0.1);
}
footer .list-footer li a {
  color: #fff;
}
footer .list-footer li::before {
  content: "";
  margin-left: -15px;
  font-family: "FontAwesome";
  display: block;
  float: left;
}
footer .list-footer li:first-child::before {
  content: "\f041";
}
footer .list-footer li:nth-child(2)::before {
  content: "\f095";
}
footer .list-footer li:nth-child(3)::before {
  content: "\f0c1";
}
footer .list-footer li:last-child::before {
  content: "\f0e0";
}
footer .head-border-bottom {
  color: #fff;
}
section.footer-bar {
  background: #354b60;
  color: #fff;
}


/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

p.sow-more-text{
text-align: center;
}

.list-contact-footer{
	list-style-type: none;
}

.list-contact-footer li span{
	margin-left: -15px;
}

.list-contact-footer li {
    margin-bottom: 10px;
    border-bottom: 1px dashed;
    border-color: rgba(255,255,255,0.1);
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-top {
    margin-top: 45px;
  }

    #wpadminbar { 
      position: fixed; 

    }

    .content{
        margin: 0;
    }
	
	.navbar-main{
		font-size: 80%;
	}	
	
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 10px 10px;
	}

  	.carousel-inner > .item {
    		height: 150px;
 	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	.navbar-main{
		font-size: 65%;
	}	
	
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 15px 10px;
	}

  	.carousel-inner > .item {
    		height: 250px;
 	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.navbar-main{
		font-size: 80%;
	}	

	
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 15px 10px;
	}

  	.carousel-inner > .item {
    		height: 350px;
 	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.navbar-main{
		font-size: 100%;
	}	

	
	.nav > li > a {
	    position: relative;
	    display: block;
	    padding: 15px 10px;
	}

  	.carousel-inner > .item {
    		height: 400px;
 	}
}

/**
 * Media Queries
 */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  body {
    font-size: 14px;
  }
  .header-navbar .navbar-header .navbar-brand {
    width: 250px;
    height: 40px;
    margin: 0 auto 5% auto;
  }
  .header-navbar .navbar-nav > .active > a,
  .header-navbar .navbar-nav > .active > a:hover,
  .header-navbar .navbar-nav > .active > a:focus {
    margin-top: inherit;
    padding-top: 10px;
  }
  .awesome-callout {
    position: relative;
    padding: 10px 0 0;
  }
  .awesome-callout h2 {
    display: inline-block;
    width: 100%;
  }
  .awesome-callout p {
    display: inline-block;
    width: 100%;
    text-align: justify;
  }
  .awesome-callout a.btn {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    float: none;
    right: unset;
  }
  section.footer-bar .head-bar-icons {
    text-align: center;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .header-navbar .navbar-header .navbar-brand {
    width: 250px;
    height: 40px;
    margin: 10px auto 5% auto;
  }
  .head-border-bottom::after,
  .entry-title::after,
  h2::after,
  h3::after {
    content: "";
    width: 30%;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .header-navbar .navbar-header .navbar-brand {
    width: 325px;
    height: 52px;
    margin: 10px auto 5% auto;
  }
  .header-navbar .navbar-nav {
    margin: 30px auto 0;
  }
  .header-navbar .navbar-nav > .active > a,
  .header-navbar .navbar-nav > .active > a:hover,
  .header-navbar .navbar-nav > .active > a:focus {
    margin-top: -30px;
    padding-top: 45px;
  }
  .widget_black_studio_tinymce .textwidget p:nth-child(1)::after {
    font-size: 15px;
    top: 15%;
    left: 30%;
    right: 30%;
    margin: 0 12.5%;
    transform: scale(0.95);
  }
  .widget_black_studio_tinymce:hover .textwidget p:nth-child(1)::after {
    transform: scale(1);
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .header-navbar {
    float: right;
  }
  .header-navbar .navbar-header .navbar-brand {
    width: 375px;
    height: 60px;
    margin: 8px auto;
  }
  .header-navbar .navbar-nav {
    float: right;
  }
  .header-navbar .navbar-nav > .active > a,
  .header-navbar .navbar-nav > .active > a:hover,
  .header-navbar .navbar-nav > .active > a:focus {
    margin-top: -30px;
    padding-top: 45px;
  }
  .widget_black_studio_tinymce .textwidget p:nth-child(1)::after {
    font-size: 30px;
    top: 25%;
    left: 30%;
    right: 30%;
    margin: 0 12.5%;
    transform: scale(0.95);
  }
  .widget_black_studio_tinymce:hover .textwidget p:nth-child(1)::after {
    transform: scale(1);
  }
}

a.ow-button-hover {
    margin-bottom: 10px;
}
