/*!
Theme Name: Divi Chimpytec Child
Theme URI: https://chimpytec.com
Version: 1.0.0
Description: Este es un tema hijo que extiende el tema premium de Divi.
Author: Chimpytec
Author URI: https://chimpytec.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/


/* Sticky para encabezado solo en móvil */
@media (max-width: 768px) {
  #main-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999;
  }
  #page-container{
    padding-top:0 !important;
  }
  #e8-turbo-c-section {
    min-height: 800px !important;
  }
}
#logo-slider{
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.home .slick-arrow{
    z-index: 10;
    opacity: .5;
}
  #e8-turbo-c-section {
    width: 100%;
  }