/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  padding-bottom: 6rem;
  min-height: 100%;
}
strong {
	color: #000;
}

.modelo_home h3 {
    font-size: 34px;
    color: #777777;
}

iframe {
    visibility: visible !important;
    opacity: 1 !important;
}

.fusion-li-item-content {
	margin-left: 33.6px !important;
}

.home #main {
	padding-top: 0px;
}

.fusion-youtube-flash-fix {
	display: none;
}

.fusion-flip-box a:hover {
	color: #000;
}

.wpcf7-form .wpcf7-captchar {
	width: auto;
}

.wpcf7-form .wpcf7-not-valid-tip {
	display: block;
}

.above-footer-wrapper {
  margin-bottom: 6rem !important;
}

.fusion-footer-widget-area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.fusion-footer-widget-area .widget-title {
	font-weight: bold !important;
}

@media only screen and (min-width: 768px) {
	.above-footer-wrapper {
	  margin-bottom: 10rem !important;
	}

	[id*="gallery"] .gallery-item {
		width: 14% !important;
	}
}

@media only screen and (max-width: 800px) {

	body {
		height: auto !important;
	}

	.fusion-mobile-nav-holder {
		padding-top:17px !important;
	}

	.fusion-body .fusion-page-title-bar {
		padding-top: 15px !important;
	}

	[id*="gallery"] .gallery-item {
	    width: calc(50% - 10px) !important;
	    margin-right: 10px !important;
	}

	.page-id-17 .fusion-one-half.fusion-column-last {
		margin-top: 40px !important;
	}

	.fusion-footer-widget-area {
		background: #23b14d !important;
	    border-top: 5px solid #000000;
	}

	.flip-box-image img {
		width: 100%;
	}

	.above-footer-wrapper {
		margin-bottom: 6rem !important;
	}
}