/*
Theme Name: Ferro Cristal Theme
Text Domain: Ferro Cristal Theme
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Tema de Ferro Cristal construido a la medida.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Alexis Castillo
Author URI: https://ferroCristal.com/
Theme URI: N/A
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

main{
  background-color: #F8F9F9 ;
}

.navbar1 {
  background: linear-gradient(to right, #000033 26%, #000056 100%);
}

.hborder{
  border-bottom-color: #FFBE3B;
  border-bottom-style: solid;
  background-color: rgb(248, 249, 250);
}

.fborder{
  border-top-color: #FFBE3B;
  border-top-style: solid;
}

img.logoSize {
  width: 210px; height: 70px;
}

.text-edit{
background: -webkit-linear-gradient(#dbb700, #ffea00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: .1em .1em .2em rgba(0, 0, 0, 0.6);
}

footer{
  padding-top: 50px;
  padding-bottom: 20px;
}

.ftitle{
  color: #FFBE3B;
}

.fwidgets{
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-wrapper{
padding-bottom: 10px;
padding-top: 10px;
}

.card{
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
margin-bottom: 20px;
}

.card:hover{
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-wrapper{
overflow: hidden;
}

.card-wrapper img{
max-width: 100%;
max-height: auto;
transition: all .4s ease;
}

.card-wrapper img:hover{
transform:scale(1.1);
opacity:0.6;
}

.row-Error{
background: linear-gradient(to right, #000033 26%, #000056 100%); 
padding-top: 15px;
}

.letterError{
color: #FFBE3B;
}

.canales{
padding-top: 10px;
padding-bottom: 10px;
}

.container-page{
  padding-top: 20px;
  padding-bottom: 20px;
}

.contacto{
  padding-top: 10px;
  padding-bottom: 10px;
}

.carousel{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


li.paginated_link > a{
  background-color: #F8F9F9;
  padding: 10px;
}

li.paginated_link > .current{
  padding: 10px;
}

li.paginated_link > a:hover{
  background-color: #FFBE3B;
  border-color: white;
  color: white;
}

.details{
  padding-top: 10px;
}