body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    line-height: 30px;
    text-align: center;
}

strong { font-weight: 600; }

a, a:hover, a:focus {
	color: #337ab7;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 300;
    color: #555;
    line-height: 50px;
    font-style: italic;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
    ---font-style: italic;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { color: #ff8a38; }

::-moz-selection { background: #ff8a38; color: #fff; text-shadow: none; }
::selection { background: #B3D9F0; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 40px 0 40px;
	
	background: #ff8a38; /* Old browsers */
	background: -moz-linear-gradient(top, #B3D9F0 0%,#0080D6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#ff8a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #B3D9F0 0%,#0080D6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #B3D9F0 0%,#0080D6100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B3D9F0 0%,#0080D6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #B3D9F0 0%,#0080D6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#ff8a38',GradientType=0 ); /* IE6-9 */
	
	border: 0;
	
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
	background: #ff8a38; /* Old browsers */
	background: -moz-linear-gradient(top,  #B3D9F0 0%,#0080D6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#ff8a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #B3D9F0 0%,#0080D6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B3D9F0 0%,#0080D6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #B3D9F0 0%,#0080D6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #B3D9F0 0%,#0080D6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#ff8a38',GradientType=0 ); /* IE6-9 */
	
	outline: 0;
	opacity: 0.6;
	color: #fff;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 40px 0 40px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	font-size: 15px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 40px; -webkit-border-radius: 40px; border-radius: 40px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 400px;
	--border-bottom: 1px dotted #aaa;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: #444;
	border: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar.navbar-no-bg { background: #444; background: rgba(0, 0, 0, 0.2); }

.navbar-right { margin-right: 0; }

ul.navbar-nav {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.navbar-inverse ul.navbar-nav li a { padding-top: 20px; padding-bottom: 20px; color: #fff; opacity: 0.8; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; }

.navbar-text a {
	margin: 0 8px;
	font-size: 26px;
	color: #fff;
	line-height: 28px;
	opacity: 0.8;
}
.navbar-text a:hover { opacity: 1; }

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}


/***** Top content *****/

.inner-bg {
    padding: 210px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text .logo {
	padding-bottom: 20px;
}

.top-content .text .logo a {
	display: inline-block;
	width: 305px;
	height: 69px;
	background: url(../img/logo.png) center center no-repeat;
}

.top-content .text h1 {
	margin-top: 25px;
	color: #fff;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 45px;
}


/***** Services *****/

.services-box {
	padding-top: 30px;
	text-align: center;
}

.services-box .services-box-icon {
	width: 80px;
	height: 80px;
	margin: 20px auto;
	
	background: #ff8a38; /* Old browsers */
	background: -moz-linear-gradient(top,   #B3D9F0 0%,#0080D6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#ff8a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,   #B3D9F0 0%,#0080D6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,   #B3D9F0 0%,#0080D6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,   #B3D9F0 0%,#0080D6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #B3D9F0 0%,#0080D6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#ff8a38',GradientType=0 ); /* IE6-9 */

    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}


/***** Great support *****/

.great-support-container {
	padding-bottom: 0;
	overflow: hidden;
}

.great-support-box {
	margin-top: 30px;
	margin-bottom: 70px;
}

.great-support-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.great-support-box-text:first-child { margin-top: 20px; }

.great-support-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.great-support-box-text h3 {
	margin-top: 0;
}

.great-support-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.great-support-box-phone {
	margin-bottom: 0;
}

.great-support-box-phone img {
	margin-bottom: -300px;
}


/***** More services *****/

.more-services-box {
	margin-top: 30px;
	text-align: left;
}

.more-services-box .more-services-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	
	background: #ff8a38; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb24b 0%, #ff8a38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#ff8a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb24b 0%,#ff8a38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#ff8a38',GradientType=0 ); /* IE6-9 */
	
    font-size: 32px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.more-services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** Portfolio *****/

.portfolio-box {
	padding-top: 30px;
	text-align: left;
}

.portfolio-box-image {
	overflow: hidden;
    max-height: 160px;
}

.portfolio-box-image img {
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.portfolio-box-image:hover img {
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.portfolio-box h3 {
	margin-top: 30px;
}
.portfolio-box h3 a { color: #555; }
.portfolio-box h3 a:hover, .portfolio-box h3 a:focus { color: #337ab7; }

.portfolio-box h3 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box h3:hover i { padding-left: 15px; }

.portfolio-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.portfolio-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.portfolio-container .section-bottom-button {
	padding-top: 40px;
}


/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: center;
}

.testimonial-list .testimonial-image img {
	max-width: 160px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-text {
	margin-top: 30px;
	opacity: 0.8;
}

.testimonial-list .testimonial-text a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.testimonial-list .testimonial-text a:hover, 
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs {
	margin-top: 30px;
    border: 0;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 7px;
    margin-right: 7px;
}

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li.active a,
.testimonial-list .nav-tabs li.active a:focus {
	background: #ff8a38; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb24b 0%, #ff8a38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#ff8a38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb24b 0%,#ff8a38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb24b 0%,#ff8a38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#ff8a38',GradientType=0 ); /* IE6-9 */
	
	border: 0;
}


/***** Blog *****/

.blog-box {
	margin-top: 30px;
	text-align: left;
}

.blog-box-image {
	margin-top: 8px;
	overflow: hidden;
}

.blog-box-image img {
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.blog-box-image:hover img {
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.blog-box h3 {
	margin-top: 0;
}
.blog-box h3 a { color: #555; }
.blog-box h3 a:hover, .blog-box h3 a:focus { color: #ff8a38; }

.blog-box h3 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.blog-box h3:hover i { padding-left: 15px; }

.blog-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.blog-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.blog-container .section-bottom-button {
	padding-top: 40px;
}


/***** Footer *****/

footer {
	    padding: 40px 0 50px 0;
    background: #f1f0f0;
    color: #6F6F6F;
    text-align: left;
    margin-bottom: -62px;

}

footer h3 {
	color: #aaa;
}

.contact-form {
	padding-top: 20px;
}

.contact-form textarea {
	height: 100px;
}

.contact-form .input-error {
	border-color: #ff8a38;
}

.footer-social {
	padding-top: 20px;
}

.footer-social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 6px;
	margin-bottom: 10px;
	padding-top: 7px;
	background: #666;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 32px;
    color: #ddd;
    line-height: 40px;
    text-align: center;
}
.footer-social a:hover, .footer-social a:focus { background: #777; color: #eee; }

.footer-social a i { vertical-align: middle; }

.footer-copyright {
	margin-top: 0px;
	padding-top: 20px;
	---border-top: 1px dotted #777;
}

.footer-copyright a { color: #ddd; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #eee; }

.footer-bottom {
	margin-top: 50px;
	padding-top: 15px;
	padding-bottom: 25px;
	background: #3d3d3d;
	text-align: center;
}

.footer-bottom a {
	font-size: 32px;
    color: #6F6F6F;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #888; }


.menu, .menu-toggle, #masthead .skip-link {display: none;}


@media screen and (min-width:860px){
  #mega-menu-wrap-primary{ 
    padding: 10px 200px;
    }
}

.custom-logo{margin: 30px 0px;}

 #mega-menu-item-69 a.mega-menu-link, #mega-menu-item-70 a.mega-menu-link{font-weight:700;}


#video{
    background-position: 50% 90px !important;
}

section.video {
    padding: 0 0;

}

.video {
    background: url(http://99overseas.com/wp-content/assets/img/img2.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

    background-size: cover;
    overflow: hidden;
    height: 500px;
}

.video .trans-bg {
    padding: 0;

}
.trans-bg {
    position: relative;
    background: rgba(0, 128, 214, 0.65);
    padding: 120px 0;
    min-height: 785px;
}
.video-container {
    position: relative;
    padding-bottom: 54.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: -330px;
    display: none;
}

.video-mask {
    padding: 80px 0;
}
.norm-img .play {
    box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
    -webkit-box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
    -moz-box-shadow: 0px 0px 0px 20px rgba(16, 23, 26, 0.21);
}
.play {
    background: #fff url(http://codepassenger.com/html/grape/assets/images/play-btn.png) no-repeat 60% 50%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5);
    -webkit-box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5);
    -moz-box-shadow: 0px 0px 0px 20px rgba(0, 167, 221, 0.5);
    display: inline-block;
    margin-bottom: 40px;
    -webkit-transition: all ease-in .4s;
    -moz-transition: all ease-in .4s;
    -o-transition: all ease-in .4s;
    -ms-transition: all ease-in .4s;
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/******************************/
.bg-img-1 {
    background-image: url('http://99overseas.com/wp-content/assets/img/img1.jpg');
}
.visible-lg {
    display: block !important;
}
.infobox {
    height: 100%;
}
.infobox-text-5 {
    background-color: #f1f0f0;
    height: 100%;
    padding: 50px;
    overflow: hidden;
}
.column {
    float: none;
    display: table-cell;
    vertical-align: top;
    height: 100%;
}
.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: auto;
}
.infobox {
    height: 100%;
}
.table-img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center top;
    -position: absolute;
}
.table{
    width: 90%;
}

.infobox h3 {
    margin-top: 15px;
    font-weight: bold;
    color: #262626;
}

#text-8 .backstretch{height: 351px !important;}

#text-3, #text-17 {margin-top: -10px;}
.entry-meta{ display: none;}
#text-9,#text-23{    margin-bottom: 40px;
    margin-top: -70px;}

.updated{display: none;}
#hugeit-contact-wrapper_8 > div > h3,
#hugeit-contact-wrapper_9 > div > h3{display: none !important;}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #6F6F6F!important;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #6F6F6F!important;
}
:-ms-input-placeholder { /* IE 10+ */
     color: #6F6F6F!important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #6F6F6F!important;
}


.rc-anchor-dark{background:#666 !important;}

#mapa iframe {pointer-events: none;}


.category-alimentares .posted-on{display: none;}
.category-nao-alimentares .posted-on{display: none;}
.category-bebidas .posted-on{display: none;}
.single-attachment .posted-on{display: none;}

/********** Nivel 3 sub-menu **********/
#mega-menu-item-86 a,
#mega-menu-item-87 a,
#mega-menu-item-88 a,
#mega-menu-item-89 a,
#mega-menu-item-90 a,
#mega-menu-item-91 a,
#mega-menu-item-92 a,
#mega-menu-item-93 a  {color:#aaa !important;}

#mega-menu-item-69 a:eq(0) {color:red !important;}


.category-bebidas a,  .category-bebidas a:hover, .category-bebidas a:focus, 
.category-alimentares a,  .category-alimentares a:hover, .category-alimentares a:focus,
.category-nao-alimentares a,  .category-nao-alimentares a:hover, .category-nao-alimentares a:focus,
.nav-links a , .logged-in-as a{color:#0080D6 !important;}

input[type="submit"]{
       background-color: #0080D6 !important;
       border: none !important;
       color: #ffffff!important;
}

input[type="text"]{
 color: #6F6F6F!important;
}
input[type="email"]{
 color: #6F6F6F!important;
}
textarea{
 color: #6F6F6F!important;
}


.para_services{
font-size: 13px;
line-height: 20px;
}

.home h1, .home h2, .page-id-773 h2, .page-id-773  h1{
	margin-top: 10px;
	font-size: 38px;
    font-weight: 600;
    line-height: 50px;
    font-style: normal;
}



.navigation,.comments-area{display:none!important;}


.category-alimentares .entry-title,
.category-nao-alimentares .entry-title,
.category-bebidas .entry-title{color: #0080D6 !important; margin:30px 0px; font-style: normal; font-size:30px;}

.category .page-title{font-size:32px!important;}

.category-noticias .entry-title{font-size:32px!important; margin:-5px 0px 30px 0px!important;}

.category-noticias .entry-title , .category-noticias .entry-title a{
color: #0080D6 !important; margin:10px 0px 30px 0px; font-style: normal;
}

.category-noticias .entry-header {margin-top:40px!important;}

.page-title{font-style:normal !important;}

.single-post .texto_x{width:520px;margin:0px auto; text-align:left}


#slide-5 {
    position: relative;height: 2355px;
}
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
    width: 100%;
    margin-top: 0px;
}

#slide-5 .bcg {
    background-image: url('/wp-content/assets/img/img3.jpg');
}

.category .btn-link-1 {
    height: 39px;
    padding: 11px 40px 0 40px;
}

@media screen and (max-width:1300px){
.infobox-text-5{
 padding: 20px 20px !important;
}

.table-img{
display:none  !important;
}
}

@media screen and (max-width:850px){

#slide-5 .bcg h2{
      padding-top: 40px !important;
  }
#slide-5 .bcg p{
          width: 86% !important;
  }
}



@media screen and (max-width:660px){
#text-9 {
    margin-top: -23px !important;
}

#text-7 .section-description p{ padding: 0 20px !important;} 

.home h1, .home h2 {
    margin-top: 10px;
    font-size: 30px;
}

#slide-5 p { margin: 10px auto!important;}

}

@media screen and (max-width:400px){
.home h1, .home h2 {
    font-size: 21px;
    margin-top: 79px;
}

#text-3 p{padding: 20px 40px!important;font-size: 24px!important;}

.infobox-text-5 p {line-height: 29px!important;}

#slide-5 p{margin: 10px auto!important; line-height: 20px!important;}
}

#text-10{
     margin-top: -10px;
}
    
#mega-menu-item-94,#mega-menu-item-57,#mega-menu-item-58,#mega-menu-item-59,#mega-menu-item-60,#mega-menu-item-61{
    display:none!important;
}
#mega-menu-item{
display:none;
}

#mega-menu-item-785,#mega-menu-item-786 {display:none!important;}
#mega-menu-item-785 a{height:20px !important; padding:0px!important; display:none;}
#mega-menu-item-786 a{height:20px !important;padding:0px!important;display:none;}

/*Menu Ingles*/
#mega-menu-item-787,#mega-menu-item-788,#mega-menu-item-789,
#mega-menu-item-790,#mega-menu-item-791, #mega-menu-item-792 {display:none!important;}

.category .page-title,.category .entry-title{display:none;}
.post-773 .entry-header .entry-title{display:none;}

.archive .format-standard{display:none !important;}

.archive hr {
    border-top: none!important;
}




@media (max-width:570px){

article.post .entry-content table tr{
	display:block;
}
article.post .entry-content table tr td{
	display:block;
}

}
#mega-menu-item-1299,
#mega-menu-item-1305,
#mega-menu-item-1316,
#mega-menu-item-1317,
#mega-menu-item-1318,
#mega-menu-item-1322,
#mega-menu-item-1324,
#mega-menu-item-1325,
#mega-menu-item-1432{display:none !important;}



