/*
Theme Name: Winnex
Theme URI: http://gaviasthemes.com/winnex/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: The 2018 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: winnex

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.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 13px;
   color: #9e9e9e;
   margin-top: 4px;
}
.gallery-caption{
   font-weight: 600;
}
.bypostauthor{
   text-align: left;
}
.aligncenter{
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
/**
 * Author: Alex Molero
 * */
  .containerServicios{
    height:85%;
    margin-top:2%;
  }
  .sizeImg{
 	width: 495px !important;
    height: 304px !important;
	margin-left:7%;
  }
  
  .displayImg{
    margin-left:5%;
    margin-top:2%;
    float: left;
    position: relative;
    z-index: 2;
    display: inline-block;
    position: relative;
    max-width: 100%;
  }
  .containerInfo{
    background-color: rgba(203,208,212,.3);
    padding-top: 0%;
    padding-right: 50px;
    padding-bottom: 2%;
    padding-left: 130px;
    margin-right:30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
  }
  .titleContainer h2{
    font-family: 'Lora',Georgia,"Times New Roman",serif;
    font-size: 24px;
    color: #FAD201;
    line-height: 1.7em;
  }
  .bold{
     font-weight:600;
     font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
   }
   li{
     font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;

   }
   @media only screen and  (max-width: 767px){
      .containerInfo{
       padding-top: 50px;
       padding-right: 50px;
       padding-bottom: 50px;
       padding-left: 50px;
	   margin-right:0px !important;
       }
       .sizeImg{
         max-width: 100% !important;
         max-height: 100% !important;
         margin: -19px !important;
		   
       }
   }
   @media only screen and  (max-width: 980px){
     .containerServicios {
         padding: 30px 0;
     }
   }
   @media only screen and  (max-width: 479px){
       .displayImg {
         width: 100% !important;
         float: none !important;
		   
       }

   }

.widget-title{
	margin-top: 22px !important;
}
.widget_pages ul > li > a{
	padding-bottom:0px !important;
}

a:hover{
	color: #efd610!important;
}