
/*  == tab heading */
.tabs { overflow:hidden; }

/*****Tab Nosotros******/
.tabs2-menu ul { max-width:270px;}
.tabs2-menu li a{  font-size: 1.1em; height:20px !important; padding:22px 0 ; text-decoration: none; }
.tabs2-menu .active{ color:#00abf2 !important;}
.tabs2-menu a:hover{ color:#00abf2 !important;}
.tabs2-menu .active a {  color:#00abf2 !important;}

/* == accordion */
.accordion_tabs { display:none; border-top: 1px solid #ccc; padding: 10px; font-weight: bold; background: #eee; }
.tab_content_wrapper > .accordion_tabs:first-child{ border-top:none; }
a.accordion_tabs:link, a.accordion_tabs:visited{ color: #137D11; }
a.accordion_tabs:hover, a.accordion_tabs:focus{ color:#007000; }
a.accordion_tabs.active{ color: #000; border-bottom: 1px solid #ccc; background:#0079C2;}

.tab_content_wrapper{ overflow:hidden;  position:relative; transition: all .3s ease-in-out .3s; width:900px; float:left; background:#fff;}
.tab_content{ transition: all .6s ease-in-out; padding:0 70px 0 0;background:#fff; margin-bottom: 100px !important;
}
.tabs2alto { min-height:400px;}
.toggle_display{display:block;}
.toggle_position{ position:absolute; }

/*  == Animation  */
.fadeIn{ opacity: 1; transition-delay: .3s;}
.fadeOut{ opacity: 0;}

@media (min-width: 1200px){
}
@media (min-width: 981px) and (max-width: 1024px) {
	.tab_content_wrapper { width: 720px;}
}
@media (min-width: 769px) and (max-width: 980px) {
	.tab_content_wrapper { width: 670px;}
}
@media (max-width: 768px) {
	.tab_content_wrapper {float: left; width: 500px;}
	.tab_content { padding: 0 30px 0 0;}
}

@media (max-width: 480px) {
	.tab_content_wrapper {width: 100%;}
	.tab_content {padding: 0;}
}

@media (max-width: 320px) {
}
