/* 
 * Theme Name: Twenty Seventeen child
 * Theme URL: http://fel.maadix.org
 * Description: Twenty Seventeen Child 
 * Theme Author: Maddish 
 * Author URL: http://yourdomain.com
 * Template: twentyseventeen 
 * Version: 1.0.0 
 * Text Domain: twentyseventeen-child 
 * */
/* fonts:
================================================================================= */
 
/* Fira Sans normal */
 
/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Fira Sans Light'), local('FiraSans-Light'), url("fonts/fonts/FiraSans-normal-300.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Fira Sans Regular'), local('FiraSans-Regular'), url("fonts/fonts/FiraSans-normal-400.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
/* latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  src: local('Fira Sans Black'), local('FiraSans-Black'), url("fonts/fonts/FiraSans-normal-900.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}
body, button, input, select, textarea {
  font-family: "Fira Sans",sans-serif;
}
.custom-header-media {
  background-image: url("https://fel.maadix.org/wp-content/uploads/2020/03/Captura-de-pantalla-de-2020-03-10-19-47-53.png");
} 
svg {
  width: 40%;
  height: auto;
  min-width: 300px;
  padding: 20px;
}
.corgs path {
  -moz-transition:fill-opacity 0.2s ease;
  -o-transition:fill-opacity 0.2s ease;
  -webkit-transition: fill-opacity 0.2s ease;
  transition: fill-opacity 0.2s ease;
}
.corgs path:hover{fill-opacity:0 !important;}
.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
.admin-bar.home.blog.has-header-image .custom-header-media,
.admin-bar.home.blog.has-header-video .custom-header-media {
  height: calc(80vh - 32px);
}
#masthead .wrap {
  float:right;
  padding-left: 2em;
  padding-right: 2em;
}
.has-header-image.twentyseventeen-front-page .custom-header, .has-header-video.twentyseventeen-front-page .custom-header, .has-header-image.home.blog .custom-header, .has-header-video.home.blog .custom-header{
  height: 80vh;
}
 body.page-two-column:not(.archive) #primary .entry-content.full {
  width: 100%;
}
.site-description {
  font-size: 2rem;
}
