@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,300,700,800);

::selection {
	background-color: rgba(252, 50, 0, 0.8);
	color: #FFF;
}

body {
	background: #FFF;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.6em;
	/* -webkit-font-smoothing: antialiased; https://developer.mozilla.org/es/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox */
	color: #777;

}

#home {

	padding-top: 85px;
}


.col-sm-6 {
	margin-bottom: 10px;

}


.col-md-6 p {
	text-align: justify;
}


.col-md-6 a {
	margin-top: 1px;
}


.col-md-6x {
	margin-top: 20px;
}



.col-md-value {

	font-size: 15px;
	margin-top: 40px;
	text-align: justify;

	line-height: 1.5;


}



h1,
h2,
h3,
h4,
h6 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #012f79 !important;

}

.col-sm-12 h5 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #e3e3e3;

}

.col-sm-12 p {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #e3e3e3;
}



.centered {
	text-align: center;
}

ul {
	list-style: square;
}

.unstyled {
	list-style: none;
	margin-left: 50px;
	margin-right: 30px;
}

.logoaitsm {
 width: 130px;

}

/* group nav */

/* STICKY NAVIGATION */
.american-navigation {
	min-height: 85px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	border: 0;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.american-navigation .navbar-header {
	padding-bottom: 10px;
}

.american-navigation .main-navigation {
	padding-top: 5px;
}

.american-navigation .main-navigation .current a {
	color: #0563c1 !important;
}

.navbar .nav li a {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #012f79 !important;
	font-size: 14px;
}

.navbar .nav li a:hover {
	color: #fc3200 !important;
}

.navbar-toggle {
	background-color: #0563c1 !important;
	border: none;
}

.navbar-toggle:hover {
	background-color: #012f79 !important;
	border: none;
}

.icon-bar {
	background-color: #FFF !important;
}

.navbar-collapse {
	border-color: #f2f2f2 !important;
}

.social {
	position: absolute;
	z-index: 99;
	top: 80px;
	right: 10px;
}

.social ul {
	list-style: none;
}

.social li {
	float: left;
	margin-left: 5px;
}

.social li a {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	background-color: rgba(1, 47, 121, 0.7);
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 50%;
	-moz-border-radius-bottomleft: 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	line-height: 35px;
	text-align: center;
	color: #FFF;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 18px;
}

.social li a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}


/* end */


/* Video media */


.video {
	display: flex;
	justify-content: center;
	margin: auto;
	padding: 20px;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
}


.btncent {
	display: flex;
	justify-content: center;
	margin: auto;
}

/* End Video media */

.col-sm-12a img {

	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;

}

/* group main slider */

#main-slider {
	position: relative;
}

#main-slider .carousel h2 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff !important;
}

#main-slider .carousel p {
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #fff !important;
}

#main-slider .carousel .btn {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	border-radius: 5;
	margin-top: 5px;
	background-color: rgba(1, 47, 121, 0.7);
}

#main-slider .carousel .btn:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#main-slider .carousel .boxed {
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.8);
	display: inline-block;
}

#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 650px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}

#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}

#main-slider .prev,
#main-slider .next {
	position: absolute;
	top: 50%;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	font-size: 24px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	z-index: 5;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

#main-slider .prev:hover,
#main-slider .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

#main-slider .prev {
	left: 10px;
}

#main-slider .next {
	right: 10px;
}

#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}

/* end */

/* group Clients */

.clients {
	margin-top: 35px;
}

.client-logos li {
	display: inline-block;
	vertical-align: middle;
	margin: 15px;
}

.itemcustom {

	 width: 85%;

	 justify-content: center;
}

/**
	 padding-top: 35px;


.itemcustom2 {

	 width: 80%;
	 padding-top: 5px;
	 justify-content: center;
}

.itemcustom3 {

	 width: 80%;

	 padding-top: 10px;
	 justify-content: center;
}
**/

#owl-demo .item {
	padding: 30px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.customNavigation {
	margin-top: 20px;
	text-align: center;
}

.btn-default {
	color: #777;

	border-color: #DDD;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

.btn-default:hover {
	background-color: #DDD;
	border-color: #DDD;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}


/* use styles below to disable ugly selection */
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* end */

/* group Testimonials */
.section4 {
	text-align: center;
}

.testimonials {
	margin-top: 15px;
}

.single-feedback {
	position: relative;
	margin-top: 20px;
}

.single-feedback .client-pic img {
	max-width: 100%;
}

.single-feedback .box {
	margin-right: 15px;
	margin-left: 15px;
	border-radius: 3px;
	position: relative;
	background: #f2f2f2;

	-webkit-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
	-moz-box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
	box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 0.75);
}

.single-feedback .box .message {
	padding: 20px;
	font-style: italic;
	text-align: justify;
}


@media screen and (max-width: 600px) {
	.single-feedback .box .message {
		padding: 3px;
		font-style: italic;
		text-align: inherit;
	}
}

.single-feedback .box:after,
.single-feedback .box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.single-feedback .box:after {
	border-color: rgba(247, 248, 250, 0);
	border-top-color: #f2f2f2;
	border-width: 15px;
	margin-left: -15px;
}

.single-feedback .box:before {
	border-color: rgba(229, 229, 229, 0);
	border-top-color: #e5e5e5;
	border-width: 16px;
	margin-left: -16px;
}

.single-feedback .client-info {
	margin-top: 30px;
}

.single-feedback .client-info .client-name {
	line-height: 20px;
}

.single-feedback .client-info .company {
	font-size: 13px;
}

/* end */

/* group Contact */

.contact-us {
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.contact-us .heading {
	margin-bottom: 10px;
}

.contact-link {
	font-weight: 700;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0563c1 !important;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

.contact-link:hover {
	text-decoration: none;
	color: #012f79 !important;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
/* group contact-form */

.contact-form {
	margin-top: 25px;
}

.contact-form .success,
.contact-form .error {
	display: none;
}

.contact-form .input-box,
.contact-form .textarea-box {
	margin-bottom: 15px;
	margin-top: 15px;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	color: #727272;
	padding-left: 12px;
	font-size: inherit;
	line-height: auto;
}

.contact-form .input-box {
	min-height: 50px;
}

.contact-form .textarea-box {
	min-height: 200px;
	-webkit-backface-visibility: hidden;
}

.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
	color: #323232;
}

.contact-form .btn {
	margin-top: 25px;
}

.vertical-registration-form .input-box {
	border-top: 1px solid rgba(0, 142, 214, 0.4);
	border-bottom: 1px solid rgba(0, 142, 214, 0.4);
	border-right: 1px solid rgba(0, 142, 214, 0.4);
	border-left: 3px solid #0563c1;
}

.vertical-registration-form .input-box:focus,
.vertical-registration-form .input-box:active {
	border-color: #0563c1;
}

.subscription-form .input-box:focus,
.subscription-form .input-box:active {
	border-left: 3px solid #0563c1 !important;
}

.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
	border-left: 3px solid #0563c1 !important;
}

/* group footer */

footer {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 20px 0 70px;
	text-align: center;
}

footer p {
	font-size: 1em;
}

footer a {
	color: #fc3200 !important;
	font-weight: 700;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

footer a:hover {
	color: #0563c1 !important;
	text-decoration: none;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

ul.social-icons {
	margin-left: -40px;
}

.social-icons li {
	display: inline;
	margin: 4px;
}

.social-icons li a {
	font-size: 25px;
	color: #777 !important;
	opacity: 0.5;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

.social-icons li a:hover {
	text-decoration: none;
	opacity: 1;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

.section1,
.section2,
.section3,
.section5,
.section6,
.section7 {
	padding-top: 40px;
	padding-bottom: 30px;
}

.section4 {
	padding-top: 85px;
	padding-bottom: 40px;
}

.bgcolor-2 {
	background: #f2f2f2;
}

.roc-bg {
	background-size: cover;
	background: url(../images/ROC-bg.jpg) center bottom;
}

.gray {
	color: #777 !important;
}

.blue1 {
	color: #012f79 !important;
}

.blue1x {
	color: #012f79 !important;
	font-weight: 800;
}

.blue2 {
	color: #0563c1 !important;
}

.bluebold {
	color: #012f79 !important;
	font-weight: 600;
}

.red {
	color: #fc3200 !important;
}

.redx {
	color: #fc3200 !important;
	font-weight: 800;
}

.white {
	color: #FFF !important;
}

.strong {
	font-weight: 700;
}

.orangex {
	color: #fc7a00 !important;
	font-weight: 800;
}

.blackx {
	color: #0c0c0c !important;
	font-weight: 800;
}

.standard-button {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	border-radius: 5;
	background: #012f79;
	color: #ffffff;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

.standard-button:hover {
	color: #ffffff;
	background: #CCC;
	-webkit-transition: all ease-in-out 200ms;
	-moz-transition: all ease-in-out 200ms;
	-o-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}

.img_icons {
	width: 65px;
	height: 48px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.img_icons {
		width: 70px;
		height: 53px;
		margin-right: 9px;
		margin-top: 9px;
	}
}

.unstyledic {
	color: #0c0c0c;
	font-weight: 600;
}

/* ******     Logos Near ****** */

.img-responsive1 {
	text-align: left;
	width: 120px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
}

@media (min-width: 768px) {
	.img-responsive1 {
		text-align: left;
		width: 180px;
		margin-top: 20px;
		margin-bottom: 40px;
		margin-right: 5px;
	}
}

.img-responsive2 {
	text-align: center;
	width: 110px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 5px;
}

@media (min-width: 768px) {
	.img-responsive2 {
		text-align: center;
		width: 130px;
		margin-top: 30px;
		margin-bottom: 35px;
		margin-right: 5px;
	}
}

.img-responsive3 {
	text-align: left;
	width: 130px;
	margin-top: 17px;
	margin-bottom: 70px;
	margin-right: 5px;
}

@media (min-width: 768px) {
	.img-responsive3 {
		text-align: left;
		width: 170px;
		margin-top: 28px;
		margin-bottom: 40px;
		margin-right: 5px;
	}
}

.img-responsive {

	margin-left: 300px;
	margin: 20px 0;
}

.imgnear {
	margin-top: 40px;
	margin-left: 100px;
	opacity: .7;
}

.logoyears {

	position: absolute;
	top: 70px;
	left: 150px;
	right: 0px;
	z-index: 1;
	width: 170px;
}

@media screen and (max-width: 600px) {
	.logoyears {
		position: absolute;
		top: 30px;
		left: 11px;
		right: 0px;
		z-index: 1;
		width: 120px;
	}
}

.row {
	margin-left: .1px;
}

.logaum {
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.itspace {
	line-height: 1.5;
}

.subtit {
	font-size: 35px;
}

.marge h4 {
	margin-top: 24px;
}

.boxs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 2fr .5fr;
	column-gap: 4rem;
}

.texto01 {
	grid-column: 1 / 3;
	grid-row: 1;
	text-align: justify;
}

.texto02 {
	grid-column: 1 / 2;
	grid-row: 2;
	text-align: justify;
}

.texto03 {
	grid-column: 2 / 3;
	grid-row: 2;
	text-align: justify;
	line-height: 2.5;
}

.texto04 {
	grid-column: 1 / 3;
	grid-row: 3;
	text-align: justify;
	padding-top: 20px;
}

.white p,
li {
	text-align: left;
}

.sub-heading {
	font-size: 20px;
	font-weight: bold;
	color: #fc3200;
	text-align: center;
	margin-bottom: 25px;
}

.esps2 {
   font-size: 21px;
}



.ministar {

margin-top: 50px;
justify-content: center;
/** color: rgb(243, 207, 116);  **/
color: rgb(248, 247, 244);
font-size: 18px;
font-weight: bolder;
}

.ministar img{   

    width: 25px;
	margin-right: 10px;
	padding-bottom: 7px ;

}

.bluelink {
	color: #5f93d2 !important;
}








/***********************************  iphone 14 ***************************/

@media screen and (max-width: 600px) {
	.subtit {
		font-size: 20px;
	}

	    .btnip {
         margin-bottom: 40px;
    }
		
	.content_slider p {
		padding-top: 1px;
			margin-bottom: 30px;
	}

	.itspace {
		line-height: 1.5;
		text-align: justify;
	}

	.col-xs-12 h2 {
		font-size: 20px;
	}

	.img-responsive1 {
		text-align: left;
		width: 140px;
		margin-top: 17px;
		margin-bottom: 43px;
		margin-right: 5px;
	}

	.img-responsive2 {
		text-align: center;
		width: 100px;
		margin-top: 21px;
		margin-bottom: 39px;
		margin-right: 5px;
	}

	.img-responsive3 {
		text-align: left;
		width: 110px;
		margin-top: 28px;
		margin-bottom: 40px;
		margin-right: 5px;
	}

	.col-sm-6 h2 {
		font-size: 22px;
	}

	.texto01 p {
		padding-right: 20px;
	}

	.texto01 {
		padding-bottom: 20px;
	}

	.col-sm-6s {
		padding-left: 20px;
		padding-right: 20px;
	}

	.col-sm-6s h3 {
		font-size: 20px;
		text-align: center;
	}

	.col-sm-6s p {
		text-align: justify;
	}

	.white p {
		text-align: justify;
		padding-right: 10px;
	}

	.white h2 {
		text-align: center;
		font-size: 25px;
		padding-bottom: 20px;
		padding-right: 10px;
	}

	.boxs {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		column-gap: 4rem;
	}

	.texto01 {
		grid-column: 1 / 1;
		grid-row: 1;
		text-align: justify;
	}

	.texto02 {
		grid-column: 1 / 1;
		grid-row: 2;
		text-align: justify;
	}

	.texto03 {
		grid-column: 1 / 1;
		grid-row: 3;
		text-align: justify;
		line-height: 2.5;
	}

	.texto04 {
		grid-column: 1 / 1;
		grid-row: 4;
		text-align: justify;
		padding-top: 20px;
		padding-right: 20px;
	}
	
		.ministar {
	
		font-size: 10px;

		margin-right: 5px;
		margin-top: 6px;
		padding-bottom: 1px ;
		line-height: 1;
    }

	
	
	
	
}

/******************************  iphone 14 **************************/





