@import "customicons.css";
@import "../../../components/com_sppagebuilder/assets/css/sppagebuilder.css";

/* Globals */
body{
	font-size: 15px !important;
	color: #000;
}
b, strong{
	font-size: initial !important;
}
h1,h2,h3,h4,h5,h6,p{
	color: #000;
}
h5{
	color: #1fa6ff;
}

/* for General Styles
/* --------------------------------------------------------------------- */
.contact .page-header {
	margin-top: -10px;
}
.customForm{}
.customForm input,
.customForm textarea{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: none;
	color: #fff;
	background-color: #ccc;
	margin-bottom: 10px;
}

.customForm textarea{
	height: 200px;
}

.customForm input.captcha{display: none;}

.customForm input[type="submit"]{
	margin: 0;
	float: right;
	width: 50%;
	padding: 10px;
	height: 40px;
	background-color:#2698cc;
	
	background-image: -moz-linear-gradient(top,#2698cc,#2698cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#2698cc),to(#2698cc));
	background-image: -webkit-linear-gradient(top,#2698cc,#2698cc);
	background-image: -o-linear-gradient(top,#2698cc,#2698cc);
	background-image: linear-gradient(to bottom,#2698cc,#2698cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2698cc', endColorstr='#ff2698cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	
	border: none !important;
}
.customForm input[type="submit"]:hover{
	background-color: #136dad;

	background-image: -moz-linear-gradient(top,#136dad,#136dad);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#136dad),to(#136dad));
	background-image: -webkit-linear-gradient(top,#136dad,#136dad);
	background-image: -o-linear-gradient(top,#136dad,#136dad);
	background-image: linear-gradient(to bottom,#136dad,#136dad);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff136dad', endColorstr='#ff136dad', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.customForm input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.customForm input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.customForm input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.customForm input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

.customForm textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.customForm textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.customForm textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.customForm textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}
input:focus:invalid:focus, 
textarea:focus:invalid:focus, 
select:focus:invalid:focus{border-color: #f8b9b7 !important;}
.customForm .validatr-message{
	left: 35% !important;
	background-color: #c00 !important;
	border: none !important;
	color: #fff !important;
	z-index: 1;
}

/* for SP Page Builder
/* --------------------------------------------------------------------- */
#sp-page-builder .page-content .sppb-section {
	margin-top: 0px;
}
.sppb-title-subheading { font-size: 15px !important;}

.dark-background-for-text .sppb-cta-title,
.dark-background-for-text .sppb-cta-subtitle {
	background: #2D2D39;
	padding: 5px 10px;
	display: inline-block;
}

.light-background-for-text .sppb-cta-title,
.light-background-for-text .sppb-cta-subtitle {
	background: #fff;
	padding: 5px 10px;
	display: inline-block;
}

/* Top */
#sp-top2{
	height: 10px !important;
}

/* Head Slots */
.headSlots{
	margin-top: 10% !important;
	font-size: 14px !important;
}
.headSlots .headSlote .su-icon{
	float: left;
}

@media screen and (max-width: 1024px){
	.headSlots .headSlote{
		/*width: 50% !important;*/
	}
	.headSlots .headSlote:first-child{
		display: none;
		visibility: hidden;
	}	
}
@media screen and (max-width: 768px){
	a.logo,
	a.logo h1{
		height: initial !important;
		display: block !important;
		text-align: center;
		overflow: hidden;
	}
	a.logo h1 img{
		margin: 0 auto;
		width: 80%;	
	}
	.headSlots,
	.headSlots .headSlote:first-child{
		margin-top: 0 !important;
	}
}

/* Navigation top bar */
#sp-navigation-top-bar{
	display: none;
	visibility: hidden;
}

/* Home Modules */
.sppb-addon[class*="module-"]{
	border: none;
	min-height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.sppb-addon[class*="module-"] .sppb-feature-box-title{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	text-align: center;;
	font-weight: 500 !important;
	letter-spacing: -1px;
	font-size: 22px;
	color: #fff;
	opacity: 0;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;

	background:rgb(19,109,173);
	background: transparent\9;
	background:rgba(19,109,173,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc136dad,endColorstr=#cc136dad);
	zoom: 1;

	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.sppb-addon[class*="module-"]:hover .sppb-feature-box-title{
	opacity: 1;

	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.sppb-addon[class*="module-"]:hover .sppb-feature-box-title:nth-child(n){
    filter: none;
}
@media screen and (max-width: 667px){
	.sppb-addon[class*="module-"] .sppb-feature-box-title{
		position: relative;
		width: 100%;
		height: 100%;
		letter-spacing: inherit;
		opacity: 1;
		background: #136dad;
		padding: 30px 0px;
	}
	.sppb-addon[class*="module-"]{
		padding-bottom: 0px;
	}
	.sppb-addon[class*="module-"] .sppb-img-responsive{
		margin-bottom: 25px;
	}
}

/* Home Accordion */
.sppb-addon-container a.su-button{
	line-height: 17px;
	padding: 5px 14px;
	text-decoration: none !important;
	color: #fff;
	background: #2698cc;

	box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;

	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.sppb-addon-container a.su-button:hover{
	background: #136dad;
	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.sppb-panel-heading.active .sppb-panel-title{
	color: #fff;
}

/* Content */
#sp-page-builder .page-header{
	text-transform: uppercase;
}
.page-header{
	margin: 0px;
	padding: 35px 0px;
	position: relative;
	background: #ccc;
}
.page-header h1{
	margin: 0px !important;
	position: relative;
	z-index: 1;
	color: #fff;
	letter-spacing: -2px;
	font-weight: 400;
}
.page-header:before,
.page-header:after{
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	display: block;
	background-color: #ccc;
	z-index: 0;
}
.page-header:before{
	left: -50%;
}
.page-header:after{
	right: -50%;
}

body[class*="itemid-"] i[class*="customicons-"]{
	display: inline-block;
	margin-left: 25px;
}
body[class*="itemid-"] i[class*="customicons-"]:before{
	margin: 0;
	font-size: 50px;
	line-height: 0px;
}
.itemid-593 .page-header,
.itemid-593 .page-header:before,
.itemid-593 .page-header:after{
	background: #4e6b95 !important;
}
.itemid-594 .page-header,
.itemid-594 .page-header:before,
.itemid-594 .page-header:after{
	background: #8cc34b !important;
}
.itemid-595 .page-header,
.itemid-595 .page-header:before,
.itemid-595 .page-header:after{
	background: #eca91c !important;
}
.itemid-595 #sp-main-body{
	padding-bottom: 0;
}
.itemid-595 .item.item-page{
	margin-bottom: 0;
}
.itemid-595 .item.item-page p < img{
	border: 1px solid red;
}
.itemid-596 .page-header,
.itemid-596 .page-header:before,
.itemid-596 .page-header:after{
	background: #7b1b1d !important;
}
.itemid-597 .page-header,
.itemid-597 .page-header:before,
.itemid-597 .page-header:after{
	background: #00bcd5 !important;
}
.itemid-598 .page-header,
.itemid-598 .page-header:before,
.itemid-598 .page-header:after{
	background: #ac63aa !important;
}

.su-column.contenTxt img{
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}


/* for SP Smart Slider
/* --------------------------------------------------------------------- */
.sp-iStoreii-layout .controller-prev i,
.sp-iStoreii-layout .controller-next i {
  margin-top: 0px !important;
  top: 40% !important;
}

.sp-iStoreii-layout .sp-slider-content a.btn-more { color: #fff !important;}

/* for SP Simple Portfolio
/* --------------------------------------------------------------------- */
.sp-simpleportfolio-item .sp-vertical-middle {
  margin-top: 0px !important;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 { font-weight: normal !important;}

/* for SP Page Builder
/* --------------------------------------------------------------------- */
#sp-page-builder h4 { font-weight: 400;}
.sppb-cta-title { letter-spacing: -2px;}

.sppb-btn-danger { background-color: #EE1900;}
.sppb-btn-info { background-color: #00BCF2;}
.sppb-btn-success { background-color: #9EC22A;}
.sppb-addon-content .floatleft { float: left; margin-right: 10px; margin-top: 7px;}
.sppb-addon-content .floatright { float: right; margin-left: 10px; margin-top: 7px;}

.sppb-panel-group .sppb-panel {
  border-radius: 0px;
}
.sppb-panel-group .sppb-panel + .sppb-panel {
  margin-top: 1px;
}

.sppb-panel-group .sppb-panel-title { font-size: 14px; font-weight: 400 !important; letter-spacing: 0px !important;}

.sppb-panel {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.sppb-section .whitetext {
	color: #fff;
}
.sppb-section .blacktext {
	color: #000;
}
.sppb-section .video-bg-dark {
	background: transparent url(../images/sp-smart-slider-introtext-videobg-dark.png) 0 0 repeat !important;
	padding: 1px 10px 17px;
	color: #fff !important;
}

/* Separator Start */
/* --------------------------------------------------------------------- */
.aot-separator {
	height:1px; 
	background-color: #e1e1e1;
	width:50%;
	margin-left: 25%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.aot-separator-style {
	background-color: #FCFCFC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
	border-color: #e1e1e1;
    border-width: 2px;
    display: block;
    height: 9px;
    left: 50%;
    margin-left: -5px;
    margin-top: -4px;
    position: absolute;
    width: 9px;
}
.aot-separator-left {
	height:1px; 
	background-color: #e1e1e1;
	width:50%;
	/*margin-left: 25%;*/
    margin-top: 25px;
    margin-bottom: 25px;
}
.aot-separator-left-style {
	background-color: #FCFCFC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
	border-color: #e1e1e1;
    border-width: 2px;
    display: block;
    height: 9px;
    /*left: 50%;*/
    margin-left: 0px;
    margin-top: -4px;
    position: absolute;
    width: 9px;
}
.aot-separator-right {
	height:1px; 
	background-color: #e1e1e1;
	width:50%;
	margin-left: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
}
.aot-separator-right-style {
	background-color: #FCFCFC;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
	border-color: #e1e1e1;
    border-width: 2px;
    display: block;
    height: 9px;
    right: 0;
    margin-right: 6px;
    margin-top: -4px;
    position: absolute;
    width: 9px;
}
/* Seperator End */
/* --------------------------------------------------------------------- */

/* RokSpRocket Module Style start */
/* --------------------------------------------------------------------- */
.sprocket-strips-c-container {
  margin: 0 -0.75% 0 0 !important;
}
.sprocket-quotes-item {
	background: transparent !important;
	text-align: center;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.sprocket-quotes-image {
	float: none !important;
}
.sprocket-quotes-item:before,
.sprocket-quotes-item:after {
	display: none !important;
}

/* Headlines Styles */
.sprocket-headlines {
	background: transparent !important;
	border: none !important;
}
.sprocket-headlines-item {
	font-size: 1em !important;
	line-height: 1em !important;
}
.sprocket-headlines ul {
	padding: 8px 0px 3px !important;
}
.sprocket-headlines li {
	border: none !important;
}
.sprocket-headlines-navigation {
	padding: 0 0 5px !important;
}
.sprocket-headlines-navigation .arrow {
	background: none !important;
	box-shadow: none !important;
	font-size: 1.5em !important;
	font-weight: normal !important;
}
.sprocket-headlines-badge {
	margin-left: -10px !important;
}
.sprocket-headlines-badge span {
	font-weight: normal !important;
	font-size: 1em !important;
	line-height: 8px !important;
	padding-top: 7px 10px 10px !important;
}

.sprocket-strips-c { overflow: hidden;}

/* for slideshow */
.sprocket-strips-c-overlay .css-loader{
	border-width: 5px !important;
	width: 20px !important;
	height: 20px !important;
}
.layout-slideshow2 .sprocket-features-content {
	width: 100% !important;
	margin: 0 !important;
}
.layout-boxed .sprocket-features-img-container img {
	height: 415px !important;
}
/* Features - Layout Slideshow2 - Content */
.layout-slideshow2 .sprocket-features-content::before { border-bottom: 12px solid rgba(0,0,0,0.7) !important; }
.layout-slideshow2 .sprocket-features-content { background: rgba(0,0,0,0.7) !important; }

/* For bottom modules */
#sp-bottom .sprocket-lists-portrait-title { margin: 9px 0;}

/* RokSpRocket Module Style End */
/* --------------------------------------------------------------------- */

/* Horizontal Menu Style Start */
/* --------------------------------------------------------------------- */
.horizmenu { margin-left: -10px !important;}
.horizmenu ul.menu {margin: 0; padding: 0px; list-style: none; display: inline-block;}
.horizmenu ul.menu li {list-style: none; display: inline-block; border: none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family: tahoma;}
.horizmenu ul.menu li a, 
.horizmenu ul.menu li .item, 
.horizmenu ul.menu li .separator { background: none; display: inline-block; font-size: 11px; padding: 2px 11px; position: relative;line-height: 1.6em;z-index: 0;transition: background-color 0.1s ease-out;background-image: none; }

.horizmenu ul.menu li a:hover { margin: 0px; background-repeat: repeat-x; background-position: 0 8px;}
.horizmenu ul.menu li .item:hover, 
.horizmenu ul.menu li .separator:hover, 
.horizmenu ul.menu li.active a, 
.horizmenu ul.menu li.active .item, 
.horizmenu ul.menu li.active .separator {margin: 0px;background-repeat: repeat-x;background-position: 0 8px;}

.horizmenu ul.menu li a span, .horizmenu ul.menu li .item span, .horizmenu ul.menu li .separator span {padding: 0;display: inline-block;}
.horizmenu ul.menu li a:after, .horizmenu ul.menu li .item:after, .horizmenu ul.menu li .separator:after {content: "";position: absolute;top: 0;right: 0;left: 0;bottom: 0;z-index: -1;}
.horizmenu .module-content .menu li {list-style: none;padding: 0;margin: 0;}
/* Horizontal Menu Style End */
/* --------------------------------------------------------------------- */

/* For MegaMenu Styles Start */
/* --------------------------------------------------------------------- */
.sp-megamenu-parent .form-links {
  display: none;
}
.sp-megamenu-parent .sp-module-title {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* For MegaMenu Styles End */
/* --------------------------------------------------------------------- */

/* Some Additional Styles Start */
/* --------------------------------------------------------------------- */
.darktext { color: #444444;}
.lighttext { color: #ffffff;}

/*#sp-right { border-left: 1px solid #ddd;}
#sp-left { border-right: 1px solid #ddd;}*/

/* Some Additional Styles End */
/* --------------------------------------------------------------------- */

/* Slider */
@media screen and (max-width: 668px){
	.rev_slider_wrapper,
	.tp-revslider-slidesli{
		min-height: 200px !important;
	}
	.tp-revslider-slidesli div[class*="secovisaslidetitle"]{
		font-size: 30px !important;
		top: 3% !important;
		line-height: initial !important;
		white-space: normal !important;
		/*text-align: center !important;*/
	}
	.tp-revslider-slidesli div[class*="secovisaslidetitle"] small{
		font-size: 28px !important;
	}
	.tp-revslider-slidesli div[class*="secovisatextinfo"]{
		font-size: 16px !important;
		width: 90% !important;
		line-height: initial !important;
		white-space: normal !important;
		/*text-align: center !important;*/
	}
	.tp-revslider-slidesli div[class*="secovisaslideicon"]{
		display: none !important;
		visibility: hidden !important;
	}
}
@media screen and (max-width: 480px){
	.rev_slider_wrapper,
	.tp-revslider-slidesli{
		min-height: 230px !important;
	}
	.tp-revslider-slidesli div[class*="secovisaslidetitle"]{
		font-size: 20px !important;
		width: 95%;
	}
	.tp-revslider-slidesli div[class*="secovisaslidetitle"] small{
		font-size: 18px !important;
	}
	.tp-revslider-slidesli div[class*="secovisatextinfo"]{
		font-size: 14px !important;
		width: 90% !important;
		top: 45% !important;
	}
	.tp-revslider-slidesli div[class*="secovisaslideicon"]{
		display: none !important;
		visibility: hidden !important;
	}
}

/* Portafolio */
.itemid-599 div[itemprop="articleBody"]{
	background: url('../images/secovisa-portfolio-fondo-mapa.jpg')center center no-repeat;
	background-size: 100% auto;
}

/* Ligthbox */
.su-lightbox{
	opacity: 1;
}
.su-lightbox:hover{
	opacity: .8;
	cursor: pointer;

	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease;
}

/* Social Menu */
#sp-socials{}
#sp-socials .social-icons{
	margin: 0;
}
#sp-socials .social-icons li{
	margin: 0;
	height: 100%;
	width: auto;
}
#sp-socials .social-icons li a{
	display: block;
	width: 100%;
	height: 100%;
}
#sp-socials .social-icons li a i{
	padding: 14px;

	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
#sp-socials .social-icons li a i:before{
	font-size: 18pt;
}
#sp-socials .social-icons li a:hover i:before{
	color: inherit;
}
#sp-socials .social-icons li a:hover i.fa-facebook{background-color: #3b5998;color: #fff !important;

	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
#sp-socials .social-icons li a:hover i.fa-twitter{background-color: #55acee;color: #fff !important;

	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
#sp-socials .social-icons li a:hover i.fa-youtube{background-color: #cd201f;color: #fff !important;

	transition: all .2s;
	-o-transition: all .2s;
	-ie-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

/* Offcanvas menu */
#offcanvas-toggler{
	float: left;
}
.offcanvas-menu{
	background: #0e1329 !important;
}
.offcanvas-menu a{
	color: #fff;
}
.offcanvas-menu a:hover{
	color: #2698cc;
}

.close-offcanvas{
	display: block;
	background-color: #136dad;
	border: none;
	border-radius: 0 !important;
	width: 100%;
	top: 0;
	left: 0;
	height: 45px;
}
.close-offcanvas:hover,
.close-offcanvas:hover i:before{
	background-color: #2698cc;
	color: #fff;
}
.close-offcanvas i{
	margin-top: 10px;
}
.close-offcanvas i:before{
	font-size: 25px;
}

.offcanvas-inner{
	padding-top: 0px;
	margin-top: 25px;
}
.offcanvas-inner ul.menu li a{
	border-bottom: 1px solid #142c50 !important;
}
.offcanvas-inner ul.menu li > ul{
	border-left: 6px solid #136dad;
}
.offcanvas-inner ul.menu li > ul:hover{
	border-left: 6px solid #2698cc;
}