/* Web segregation by country styles   */
.wysiwyg {
	/*font-size: 56px;*/
}

.logo-normal {
	/*background-color: #000;*/
	float: left;
	padding: 0px;
	margin: 0;
	width: auto;
}

.countrySwicth {
	float: left;
}

	.countrySwicth button {
		margin-top: 27px;
		background: transparent;
		box-shadow: none;
		border: 0 none;
		color: #FFF;
		border-left: 1px solid rgb(0, 155, 222);
		padding: 0px 5px 0px 16px;
		font-size: 19px;
		line-height: 17px;
	}

		.countrySwicth button span {
			margin-left: 9px;
			font-size: 25px;
			vertical-align: middle;
			line-height: 18px;
		}

	.countrySwicth ul.dropdown-menu {
		padding: 0px !important;
	}

		.countrySwicth ul.dropdown-menu li {
			margin: 0px;
			padding: 0.9em 1.5em;
		}

		.countrySwicth ul.dropdown-menu li:first-child {
			border-bottom: 1px solid #CCC;
		}



			.countrySwicth ul.dropdown-menu li a {
				padding: 0 !important;
				color: #505050;
				font-size: 18px;
			}


.yamm .dropdown.countrySwicth .dropdown-menu {
	margin-top: 12px;
	margin-left: -2px;
}

/* Country .affix-top */
.affix-top .countrySwicth ul.dropdown-menu {
	padding: 0px !important;
	background: transparent !important;
	box-shadow: none;
	border: 0 none;
}

		.affix-top .countrySwicth ul.dropdown-menu li {
			margin: 0px;
			padding: 0.9em 1.5em;
			box-shadow: none;
		}

			.affix-top .countrySwicth ul.dropdown-menu li a {
				color: #ffffff;
				font-size: 18px;
			}

			.affix-top .countrySwicth ul.dropdown-menu li:first-child {
				border-bottom: 0 none;
			}


/* Slider home stiles */

#home .overlay {
	background: -moz-linear-gradient(top, rgba(2, 2, 2, 0.4) 40%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(2, 2, 2, 40) 40%,rgb(0, 0, 0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.40) 40%,rgb(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 );
}


.section.solutionsAccess.image .overlay {
	background: -moz-linear-gradient(top, rgba(2, 2, 2, 0.2) 40%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(2, 2, 2, 0.2) 40%,rgb(0, 0, 0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.2) 40%,rgb(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 );
}

.overlay.inSolutions {
	background: -moz-linear-gradient(top, rgba(2, 2, 2, 0.35) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(2, 2, 2, 0.35) 0%,rgb(0, 0, 0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.1) 35%,rgb(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=0 );
}

.p-0 {
	padding: 0 !important;
}

a.left.carousel-control span, a.right.carousel-control span {
	font-size: 2.5em;
}

.home-text-wrapper {
	max-width: 100%;
	height: 100vh;
}

#carousel-avalora .carousel-inner .item {
	height: 100vh;
}

	#carousel-avalora .carousel-inner .item img {
		margin: 0px;
		position: absolute;
		right: 10%;
		top: 30%;
		max-width: 35% !important;
		padding: 2%;
	}

/* Anchor slide */

	#carousel-avalora .carousel-inner .item a {
		border: 0px solid red;
		display: block;
		position: relative;
		height: 100%;
	}


/* First item slide styles */

	#carousel-avalora .carousel-inner .item.first .carousel-caption {
		width: 100%;
		text-align: right;
		padding: 19% 19% 10% 19%;
		left: 0%;
	}

		#carousel-avalora .carousel-inner .item.first .carousel-caption p {
			text-align: left;
			left: 21%;
		}

		#carousel-avalora .carousel-inner .item.first .carousel-caption small {
			text-align: right;
			font-size: 1.3em;
			margin-top: 5em;
			width: 69%;
			right: 20%;
		}



/* items slide styles */



#carousel-avalora .carousel-inner .carousel-caption {
	width: 50%;
	border: 0px solid;
	text-align: left;
	padding: 12% 5% 10% 12%;
	height: 100vh;
}

	#carousel-avalora .carousel-inner .carousel-caption p {
		font-family: 'Montserrat', sans-serif;
		text-transform: none;
		font-weight: 600;
		line-height: 115%;
		padding-top: 5%;
		/*font-size: 1.8em;*/
		position: absolute;
		width: 33%;
		bottom: 51%;
		left: 14%;
		border: 0px solid white;
	}

		#carousel-avalora .carousel-inner .carousel-caption p em {
			font-style: normal;
			display: block;
			font-weight: 500;
			font-size: 0.8em;
		}

	#carousel-avalora .carousel-inner .carousel-caption small {
		font-family: 'Montserrat', sans-serif;
		text-transform: none;
		font-weight: 600;
		line-height: 122%;
		margin-top: -0.5em;
		/*font-size: 1.4em;*/
		position: absolute;
		width: 33%;
		top: 50%;
		left: 14%;
		border: 0px solid;
	}


#carousel-avalora.carousel.slide {
	height: 100vh;
}

.carousel-indicators {
	bottom: 4.3em !important;
}

.slider-bottom i.fa.fa-angle-down {
	font-size: 3em;
	padding-top: 0px !important;
	margin-top: -1em;
}

 .home-message.slider {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

	.home-message.slider p {
		padding-top: 23%;
	}
/* Media Queries */
@media screen and (min-width: 768px) {
	#carousel-avalora .carousel-indicators {
		bottom: 9em;
	}
}



@media (max-width: 991px) {
	.countrySwicth button {
		margin-top: 20px;
		margin-left: -22px;
	}
}

/* SOLUTIONS Access styles in home and InsideSolutions  */

/* Color solutions schema

Sistemas, arquitectura          #2f8caa Sistemas
Desarrollo                      #de870b Desarrollo
Consultor�a                     #2b4675 Consultoria
Soporte TI                      #1be4ee Soporte
Trasnformaci�n digital          #689133 RPA
Seguridad informatica           #6fb0b7 Cibersecurity

#019edb (Primary)
*/


.solutionsAccess.image .itemSolution .box {
	position: relative;
	min-height: 14em;
	background-size: 110%;
	background-position: center center;

}

	.solutionsAccess.image .itemSolution .box:hover {
		background-size: 150%;
	transition: 2s;
	-webkit-transition: 2s;
	}



.solutionsAccess.image overlay {

}

.solutionsAccess.image .img-IcoSolutions {
	display: none;

}

.solutionsAccess.image .box h4 {
	color: #FFF !important;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-weight: 600;
	position: absolute;
	width: 94%;
	text-align: left;
	bottom: 17%;
	z-index: 1;
	left: 1.8rem;
	font-size: 1.65em !important;
}

.solutionsAccess.image .box h5 {
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	text-transform: none;
	font-weight: 600;
	position: absolute;
	width: 94%;
	text-align: left;
	top: 78%;
	z-index: 1;
	left: 1.8rem;
	line-height: 100%;
	font-size: 16px;
	text-shadow: 2px 2px 0 #000;
}

/*
Sistemas, arquitectura #2f8caa Sistemas
Desarrollo #de870b Desarrollo
Consultor�a #2b4675 Consultoria
Soporte TI #1be4ee Soporte
Trasnformaci�n digital #689133 RPA
Seguridad informatica #6fb0b7 Cibersecurity
*/
.solutionsAccess.image .box h4 em {
	font-style: normal;
	display: block;
	text-transform: uppercase;
	font-size: 2.2rem;
	text-shadow: -3px 3px 2px #000;
}

.solutionsAccess.image .box.borderTopSistemas h4 em {
	color: #2f8caa;
}

.solutionsAccess.image .box.borderTopDesarrollo h4 em {
	color: #de870b ;
}

.solutionsAccess.image .box.borderTopSoporte h4 em {
	color: #1be4ee;
}

.solutionsAccess.image .box.borderTopConsultoria h4 em {
	color: #009bde;
}

.solutionsAccess.image .box.borderTopRPA h4 em {
	color: #689133;
}

.solutionsAccess.image .box.borderTopSecurity h4 em {
	color: #6fb0b7;
}


/* Montserrat and new align text header   */

.event-title.develop.tagline-message h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: none !important;
	font-weight: 600 !important;
	font-size: 42px;
}


/* Offers list and detail */

.section.lastEmpleoyment.dark {
	background: #f0f0f0;
	border-bottom: 1px solid #CCC;
}

	.section.lastEmpleoyment.dark h3.healine {
		/*color: #FFF;*/
	}

.course-box {
	background-color: #ffffff;
	border: 1px solid #CCC;
	border-radius: 0px;
	padding: 0px;
}

.dark .course-details {
	padding: 1rem 1rem;
}

.dark .owl-theme-01 .owl-nav [class*="owl-"] {
	border: 1px solid #aaa;
	border-radius: 0;
	color: #2a3544;
}

.dark .owl-theme .owl-nav [class*=owl-]:hover {
	color: #FFF;
}

.dark .pagination a:hover, .tags-widget a:hover, .btn-primary:hover {
	color: #ffffff !important;
	/*box-shadow: inset 0 100px 0 0 #293443;
	border-color: #2c3746;*/
}

.owl-item .btn-primary:hover {
	box-shadow: inset 0 100px 0 0 #293443;
	border-color: #2c3746;
}


.boxed.inside {
	padding: 4rem 4rem 8rem;
}

h4.text-primary {
	font-size: 1.5em;
	color: #009bde;
	margin: 0px;
}

.m180.m140 {
	margin-top: -170px;
}

	.m180.m140 .solAccess img, .solutionsAccess.count img {
		width: 50%;
	}

.itemSolution {
    margin-bottom: 15px;
}


/* News custom Montserrat */

.blog-meta h3 {
    font-weight: 600!important;
    color: #1f9bde;
    font-family: 'Montserrat';
    font-size: 30px!important;
}

.authorbox, blockquote {
    border: 0;
    margin: 30px 0;
    position: relative;
    padding: 2rem 5.5rem;
    font-family: 'Source Sans Pro', sans-serif, 'Roboto', sans-serif;
    font-style: italic;
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
    font-size: 2.8rem;
}

.blog-desc h4 a, .blog-desc h4 {
    font-size: 20px;
    color: #1f9bde;
    font-family: 'Montserrat';
    font-weight: 600!important;
}

.course-details h4 a {
    display: block;
    min-height: 55px;
    font-family: 'Montserrat';
    color: #009bde;
    font-size: 20px;
}

.home-message p {
    font-family: 'Montserrat';
    font-weight: 600!important;
}

.home-message small {
    font-weight: 600!important;
}

