/*
 * En este archivo se suben los estilos
 * que pisan estilos de librerias como bootstrap
 * o algún plugin en particular
 * Es importante hacer notas sobre la corrección
 */
 @media screen and (max-width: 667px) {
     body {
         overflow-x: hidden !important;
     }
     .container {
         max-width: 100% !important;
         overflow-x: hidden !important;
     }
 }

.carousel-control.right {
	background-image: none !important;
}
.carousel-control.left {
	background-image: none !important;
}
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 25px;
}
.ui-widget {
	box-shadow: none !important;
}
.ui-widget-header {
	color: #222222/*{fcHeader}*/;
	font-weight: bold !important;
	border: none !important;
	font-size: 13px !important;
	background-image: none !important;
	background-color: transparent !important;
}
li.ui-state-default.ui-corner-top {
    border-radius: 0px !important;
    margin: 1px 1px;
}
.panel {
	border: 0px !important;
}
.btn {
    font-family: "Raleway", sans-serif !important;
}
.fa-1 {
	font-size: 15px;
}
.fa-2 {
	font-size: 24px;
}
.fa-3 {
	font-size: 32px;
	color: darkgrey;
}
.fa-4 {
	font-size: 44px;
}
.ui-widget-content {
	border: 0px;
	padding-bottom: 10px;
}
#tabs .ui-widget-header {
    border-radius: 0px !important;
}
li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    border-radius: 0px !important;
    margin: 0px;
    font-size: 13px;
}
.ui-tabs-panel {
	background-color: #EEE !important;
    font-size: 11px !important;
}
.ui-state-active {
	background-image: none;
	background-color: #00BAFF !important;
}
.ui-state-active .ui-button-text {
	color: #FFF !important;
	text-shadow: none;
}
.ui-state-default {
}
h1.gigante {
	font-size: 60px;
}

@media (min-width: 1602px) {
	#TPL-SLIDER {
		height: 450px;
	}
}


/* Safari */
@media screen (min-width: 1602px) {
	 #PAGE #TPL-SLIDER {
		 height:450px;
	 }
}

/* A partir de 1900 */
@media (min-width : 1921px) {
#PAGE #TPL-SLIDER {
	height: 595px;
	background-position: 0 !important;
	background-size: cover;
}
}

@media only screen and (min-width : 1601px) and (max-width: 1602px) {
#PAGE #TPL-SLIDER {
	height: 450px;
}
}
/* MODAL */
#cboxOverlay {
	background: #000;
}
.ui-widget-overlay {
	opacity: .8/*{opacityOverlay}*/;
	filter: Alpha(Opacity=80)/*{opacityFilterOverlay}*/;
}
/**
 * Validaciones de tooltips
 */
.formError .formErrorContent {
	color: #FFF !important;
	font-size: 13px !important;
	text-shadow: none !important;
	background: #666 !important;
	box-shadow: #000 0PX 0PX 8PX !important;
	border: 1px solid #444 !important;
}
.formError .formErrorArrow div,
.formError .formErrorArrow .line3 {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	box-shadow: 0 2px 3px #444;
	background: #666 !important;
}
