/*--
	amarillo #FDC21C
	gris #474848
--*/

html,
body {
	margin: 0;
	font-size: 100%;
	font-family: 'Poppins', sans-serif;
	background: #fff;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'Poppins', sans-serif;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
	font-weight: 700;
}

p {
	margin: 0;
	font-size: 0.85em;
	color: #8c9398;
	line-height: 1.9em;
	letter-spacing: 1px
}

ul {
	margin: 0;
	padding: 0;
}

/*--/header --*/


/*--/navbar--*/

.navbar {
	padding: 0em 0em;
}

a.navbar-brand {
	font-size: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	color: #fff;
}

.navbar-light .navbar-brand {
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.logo i {
	color: #03cce6;
	text-shadow: none;
}

li.nav-item {
	margin: 0;
}

.navbar-light .navbar-nav .nav-link {
	padding: 0.3em 1.1em;
	color: #fff;
	background: transparent;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: 600;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	background: transparent;
	color: #FDC21C;
}

.dropdown-item {
	text-align: center;
	padding: 0.5em 1.5rem;
	font-size: 0.9em;
	margin: 0;
}

.dropdown-menu {
	margin: 0;
	padding: 0;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: #fff;
}

/*---*/


/*---*/

.dropdown-toggle::after {
	width: 0;
	height: 0;
	margin-left: 0;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border: 0px;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: white;
	text-decoration: none;
	background-color: #474848;
}

/*--
	amarillo #FDC21C
	gris #474848
--*/

/*-- //header --*/

.top-head-w3-agile span {
	color: #ffff;
	letter-spacing: 2px;
	font-weight: 600;
}

.top-head-w3-agile a {
	color: #ffff;
	letter-spacing: 2px;
}

.top-content-info-wthree {
	position: relative;
	margin: 0 0 0.5em 0;
}

.log-in a {
	border-radius: 4px;
	border: 2px solid #ff4e00;
	padding: 0.4em 1.5em;
	color: #fff;
	font-weight: 500;
	font-size: 1em;
	background: #ff4e00;
}

.log-in a:hover {
	border: 2px solid #ff4e00;
	background: none;
	color: #ff4e00;
}

.top-content-left h6 {
	color: #fff;
	font-size: 0.9em;
	text-decoration: underline;
}

.callnumber h6 {
	color: #fff;
	font-weight: 300;
}


/*--/banner-info--*/


/*
.slide {
	background: url(../images/1.jpg)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 50vw;

}
*/

.slide2 {
	background: url(../images/banners/banner1.jpg)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 50vw;
}

.slide3 {
	background: url(../images/banners/banner3.jpg)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	height: 50vw;
}

.cont-btn a {
	border-radius: 4px;
	border: 2px solid #fff;
	padding: 0.5em 2em;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	background: transporant;
}

.cont-btn a:hover {
	background: #FDC21C;
	border: 2px solid #FDC21C;
}

.cont-btn {
	margin-top: 2rem;
	margin-left: 41%;
}

.mian-content {
	position: relative;
}

.header-top-w3layouts {
	height: 100px;
	z-index: 9999;
	background-color: black;
	position: fixed;
	top: 0%;
	margin: 0 auto;
	width: 100%;
}

.top-content-left {
	padding: 0;
}

.social-icons li {
	list-style: none;
}

ul.social-icons li a span {
	color: rgba(255, 255, 255, 0.70);
	font-size: 16px;
	background: transparent;
	width: 28px;
	height: 28px;
	line-height: 27px;
	text-align: center;
	display: block;
}

ul.social-icons li a span:hover {
	color: #fff;
}


/*-- /banner-info --*/


/*--/introduction--*/

.intro {
	width: 64%;
}

h3.main {
	font-size: 1.7em;
	line-height: 1.5em;
}

h3.main mark {
	padding: 0.4em 0.4em;
	background-color: #ccffe4;
}

.about-in .card {
	background: none;
	border: none;
	padding: 0;
}

.about-in p.card-text {
	line-height: 2em;
}

.about-in .card i {
	font-size: 4em;
	color: #FDC21C;
}

.about-in:hover .card i {
	color: #474848;
}

.about-in .card h5.card-title {
	font-size: 1.35em;
}

.about-in h6 {
	font-size: 0.9em;
	color: #888;
	font-weight: 400;
}

.about-right h3 {
	color: black;
	font-weight: 600;
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 1.6em;
}

.about-right h4 {
	font-weight: normal;
	margin-top: 20px;
	line-height: 2em;
	font-size: 19px;
	color: gray;
}

.about-right h4 i {
	color: #FDC21C;
	margin-right: 15px;
}

.about-img {
	clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
	padding: 0;
	background: url(../images/hacemos.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 500px;
}

.about-right {
	padding: 3em 6em;
}

ul.author li {
	list-style: none;
	margin: 0 2em 0 0em;
}

ul.author li img {
	border-radius: 50%;
	-weblit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #ddd;
}

ul.author li {
	color: #888;
	font-size: 0.85em;
}

ul.author li span {
	display: block;
	font-weight: 600;
	color: #5c6065;
	font-size: 1.2em;
}


/*--//introduction--*/


/*-- /services--*/

h3.tittle span {
	display: block;
	text-transform: uppercase;
	font-size: 0.3em;
	color: #ff4081;
	letter-spacing: 4px;
	font-weight: 600;
}

h3.tittle {
	text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.15);
	font-size: 3em;
	color: #333338;
}

.middle-grids .card-body {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.middle-grids .card-body {
	color: white;
	padding: 8em 2em;
	background: #474848;
}

.middle-grids .card-body p {
	color: white;
}

.middle-grids .card-body:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	background: #FDC21C;
	color: #fff;
}

.middle-grids .card-body:hover p.card-text {
	color: black;
}

.middle-grids .card-body:hover i {
	color: #131212;
}


/*-- //services--*/


/*-- Pricing --*/

.price-main-info .card-header h4 {
	color: #f7f7f7;
	font-size: 1.7em;
	font-weight: 600;
	line-height: 1em;
	padding-top: 2em;
}

.price-main-info .card-header h4 span {
	display: block;
	font-weight: 100;
}

.price-main-info .card-header {
	background: url(../images/price.jpg)no-repeat 0px 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-height: 192px;
}

.price-main-info .card-body {
	background: #fff;
	padding: 2em 1em;
}

.pricing-card-title span {
	font-size: .5em;
	display: inline-block;
	color: #000;
	font-weight: 300;
}

.price-main-info small.text-muted {
	font-size: 0.5em;
}

ul.list-unstyled li {
	font-size: 15px;
	color: #7d7d7d;
	line-height: 2.5em;
}

.price-main-info h5.card-title {
	font-size: 3em;
	color: #1c1c1d;
	font-weight: 700;
}

.card-deck .card {
	padding: 0px;
}

.price-inner .log-in a {
	font-size: 0.9em;
}

.price-inner.card h4 {
	color: #a7aaad;
	font-size: 1.1em;
}

.price-main-info.card {
	border-radius: 0;
	border: none;
	background: none;
}


/*--/tabs --*/

.nav-pills .nav-link {
	padding: 0.7em 2em;
	letter-spacing: 1px;
	color: #4e4c4c;
	background: rgba(193, 189, 189, 0.38);
	font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background: #ff4e00;
}

.tech-btm h5 {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: 600;
}

.menu-img-info h5 {
	font-size: 1.8em;
	color: #7b7d80;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	line-height: 1.4em;
}

p.sub-meta {
	color: #1cbbb4;
	font-size: 1.2em;
	font-weight: 600;
}

.text-info-sec p {
	color: #8c9398;
}

.text-info-sec h5 {
	font-size: 1.4em;
	color: #4e4f50;
	text-shadow: 0 1px 2px rgba(18, 18, 19, 0.13);
	font-weight: 700;
	text-transform: uppercase;
}

.text-info-sec i {
	color: #EB2941;
}


/*--//tabs--*/


/*--// Pricing --*/


/*--/blog-grid-info--*/

.blog-grid-info .card h5.card-title {
	font-size: 1. 2em;
}

.blog-grid-info .card-body {
	padding: 0;
}

.blog-des {
	padding: 2em;
	background: #fff;
}

span.entry-date {
	font-size: 0.85em;
	color: #999;
}

.blog-grid-info .card h5.card-title {
	font-size: 1em;
	font-weight: 600;
}

.blog-grid-info .card h5.card-title a {
	color: #222;
}


/*--//blog-grid-info--*/


/*--bottom-last--*/

.bottom-last {
	background: url(../images/1.jpg) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	min-height: 400px;
}

section.bottom-last h3 {
	font-size: 2em;
	font-weight: 500;
	color: #fff;
	line-height: 1.6em;
	width: 65%;
	margin: 3em auto 0;
	text-shadow: 2px 2px 2px rgba(29, 28, 28, 0.15);
}


/*--bottom-last--*/

.feedback-top {
	border-radius: box-shadow: 0px 0px 1px 0px black;
	background-color: #F2F2F2;
	position: relative;
	border: 1px solid black;
	padding: 2em 2em 2.5em 2em;
}

.feedback-top2 {
	box-shadow: 0px 0px 1px 0px black;
	background-color: #F2F2F2;
	position: relative;
	border: 1px solid black;
	padding: 2em;
}

.feedback-top3 {
	box-shadow: 0px 0px 1px 0px black;
	background-color: #F2F2F2;
	position: relative;
	border: 1px solid black;
	padding: 2em 2em 2em 2em;
}

.feedback-top3 p {
	line-height: 33px;
}

.feedback-top p {
	margin: 0;
}

.feedback-img {
	float: left;
	width: 17%;
	background: #FDC21C;
	padding: 0.3em;
	border: 1px solid black;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
}

.feedback-grids {
	margin: 3em 0 0;
}

.feedback-img img {
	width: 100%;
}

.feedback-info {
	margin: 1em !important;
}

.feedback-img-info {
	float: left;
	width: 65%;
	margin: 0em 0 0 1em;
}

.feedback-info h5 {
	color: black;
	font-size: 1.7em;
	letter-spacing: 1px;
	font-weight: 600;
}

.feedback-info p {
	text-align: justify;
	color: black;
	margin-top: .5em;
}

.feedback-img-info p span {
	color: #b1b2b3;
	font-size: 0.85em;
}

.icon-test i {
	font-size: 2em;
	color: #fcd000;
	margin-left: .4em;
	position: relative;
}

.icon-test {
	position: relative;
}

.icon-test:before {
	content: " ";
	position: absolute;
	background: #d5d8da;
	width: 77%;
	height: 2%;
	top: 54%;
	right: 5%;
}


/*-- //feedback --*/


/*--model-forms--*/

.modal-header {
	border: none;
}

.login h5 {
	font-size: 1.2em;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}

.login button.btn.btn-primary.submit {
	background: #495057;
	padding: 0.5em 2em;
	letter-spacing: 1px;
	border: none;
}

.login button.btn.btn-primary.submit:hover {
	background: #ff4e00;
}

.login a {
	color: #97989a;
}

.login label {
	font-weight: 400;
	color: #5a5757;
	font-size: 0.9em;
	letter-spacing: 1px;
}

.video iframe {
	width: 100%;
	height: auto;
}


/*--//model-forms--*/


/*--/inner-page--*/

.inner-page {
	background: url(../images/banners/bavion.jpg) no-repeat center;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	min-height: 320px;
}

.inner-paget {
	background: url(../images/banners/bterrestre.jpg) no-repeat center;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	min-height: 320px;
}

.inner-pagem {
	background: url(../images/banners/bmar.jpg) no-repeat center;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	min-height: 320px;
}

.inner-pageh {
	background: url(../images/banners/bhabeas.jpg) no-repeat center;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	min-height: 320px;
}

ol.breadcrumb {
	margin: 0px;
}

li.breadcrumb-item {
	font-size: 0.9em;
	letter-spacing: 1px;
}

li.breadcrumb-item a {
	color: #ffff;
}

.breadcrumb-item.active {
	color: #FDC21C;
}

ol.breadcrumb {
	border: 1px solid black;
	box-shadow: 1px 1px 10px black;
	background: none;
	margin: 0;
	padding: 1em 2em;
	background: #474848;
}


/*--//inner-page--*/


/*--/footer--*/

.n-right-w3ls .form-group {
	margin-bottom: 1rem;
	float: left;
	width: 32%;
	margin: 0 1%;
}

.form-group:nth-child(3) {
	margin: 0;
}

.n-right-w3ls .form-group .form-control {
	display: block;
	width: 100%;
	padding: 1em 1em;
	border: 1px solid #ced4da;
	letter-spacing: 1px;
	font-size: 0.9em;
}

ul.links-nav li {
	list-style: none;
	margin-left: 1em;
}

ul.links-nav li a {
	color: #929394;
	letter-spacing: 1px;
	font-size: 0.9em;
}

ul.links-nav li a.active,
ul.links-nav li a:hover {
	color: #fff;
}

p.copy-right a {
	color: #ff4e00;
}

.copy-right span {
	color: #FDC21C;
}

.copy-right {
	color: white;
}

.n-right-w3ls .form-group input.form-control.submit {
	background: #ff4e00;
	border: 1px solid #ff4e00 !important;
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
	padding: 0.8em 1em;
}

.n-right-w3ls .form-group input.form-control.submit:hover {
	background: #333;
}


/*--//footer--*/


/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 72px;
	right: 0%;
	overflow: hidden;
	z-index: 999;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/move_up.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/*-- //to-top --*/


/*--NOSOTRSO --*/

.nosotros {
	padding-top: 6em;
}

.nosotros h3 {
	font-size: 2.5em;
	padding-bottom: 1em;
}

.nosotros p {
	color: gray;
	text-align: center;
	text-align: justify;
	font-size: 22px;
	padding-bottom: 1em;
}


/*--NOSOTROS --*/


/*-- banner --*/

.banner {
	background: url(../images/typer.jpg) no-repeat 0px 0px;
	background-size: cover;
	position: relative;
}

.jarallax {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


/*-- w3-banner --*/

.w3-banner {
	padding: 12em 0 12em 0;
	text-align: center;
}

.banner-dott {
	background: url(../images/dott.png)repeat 0px 0px;
	background-size: 2px;
	-webkit-background-size: 2px;
	-moz-background-size: 2px;
	-o-background-size: 2px;
	-ms-background-size: 2px;
}

.w3-banner p {
	width: 55%;
	margin: 1em auto;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
}

#typer {
	padding-top: 0.5em;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-size: 4em !important;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}


/*-- w3-banner --*/


/* about */

.w3-about-us,
.w3-agile-services,
.subscribe,
.w3-footer-contact,
.typo,
.inner_main_agile_section,
.testimonial_about,
.team,
.w3-services-page,
.contact,
.w3-advantages,
.team1,
.gallery {
	padding: 5em 0;
}


/*--flexisel--*/


/*--team--*/

.flex-slider {
	background: #222227;
	padding: 70px 0 165px 0;
}

.opportunity {
	background: #28282e;
	margin: 0px 20px;
	padding: 80px 0;
	position: relative;
}

#flexiselDemo1 {
	display: none;
}

.nbs-flexisel-container {
	margin-left: 0px;
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin-right: 0px;
	padding: 0px;
	list-style-type: none;
}

.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}

.nbs-flexisel-item {
	float: left;
	padding: 0;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item>img {
	cursor: pointer!important;
	position: relative;
}


/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 35px;
	height: 35px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
	top: 102% !important;
}

.nbs-flexisel-nav-left {
	left: 100%;
	top: 25% !important;
	background: url(../images/rigth.png) no-repeat 0px 0px;
	background-size: 32px;
}

.nbs-flexisel-nav-right {
	right: 105%;
	top: 25% !important;
	background: url(../images/left.png) no-repeat 0px 0px;
	background-size: 32px;
}

.w3-footer-contact-left h3 {
	font-size: 2em;
	color: #f1ce65;
	margin-bottom: 0.3em;
}

.w3-footer-contact-left p {
	font-size: 1em;
	line-height: 1.8em;
}

.w3-footer-contact-icon1 i {
	font-size: 1.5em;
	margin-bottom: 1em;
	color: #f1ce65;
}

.w3-footer-contact-info p {
	color: #000;
	font-size: 1em;
}

.w3-footer-contact-info h4 {
	font-size: 1.3em;
	margin-bottom: 1em;
}

.w3-footer-contact {
	background-color: #EAEAEA;
	padding: 0em;
}


/*--//flexisel--*/


/*-- about --*/

.about {
	padding: 5em 0;
}

.agileits-heading h3 {
	color: #2f2f2f;
	margin: 0;
	font-size: 3.5em;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-weight: 400;
	text-transform: Uppercase;
}

.w3l-about-grids {
	margin: 5em 0 0 0;
}

.icon-left {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	padding: 1.2em 0 0 0;
	margin-right: 1.5em;
}

.icon-right {
	float: left;
	width: 80%;
}

.icon-left i.fa {
	color: #f1a70c;
	font-size: 2em;
}

.icon-right h5 {
	color: #140b05;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0 0 1em 0;
}

.icon-right p {
	color: #999999;
	font-size: .9em;
	line-height: 1.8em;
	margin: 0;
}

.agileits-icon-grid:nth-child(2) {
	margin: 2em 0;
}


/* Radial Out */

.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	background: none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f1a70c;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
	color: #FFFFFF;
}

.agileits-icon-grid:hover div.hvr-radial-out:before {
	-webkit-transform: scale(2);
	transform: scale(2);
	color: #FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.agileits-icon-grid:hover i.fa {
	color: #FFFFFF;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.w3ls-about-right-img {
	background: url(../images/1.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 470px;
}


/*-- //about --*/


/* video popup */

.pop-bg {
	border: 4px solid black;
	background: url(../images/banners/banner2.jpg)no-repeat center;
	background-attachment: fixed;
	background-size: cover;
}

.arrow-container1 {
	float: right;
	width: 50%;
	background: rgba(0, 0, 0, 0.80);
	padding: 12em 4em;
}

.arrow-container1 h3 {
	color: #fff;
}

.arrow-container1 p {
	color: #fff;
}


/* //video popup */


/*Mision Vision valores*/

.advantage-grid-info1,
.advantage-grid-info1.second,
.advantage-grid-info1.third {
	padding: 0;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 60% 100%);
	background: url(../images/mision.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	position: relative;
	min-height: 500px;
}

.advantage-grid-info1.second {
	clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
	background: url(../images/vision.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.advantage-grid-info1.third {
	background: url(../images/valores.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}

.advantage_left h4 {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cc2105;
}

.advantage_left h3 {
	font-size: 2em;
	letter-spacing: 2px;
	color: #fff;
}

.advantage_left p {
	font-size: 16px;
}

.advantage_left {
	padding: 7em 12em 3em 6em;
	box-sizing: border-box;
	/* box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.075); */
}

.banner-top.row {
	margin: 0;
}

.banner-top p {
	color: #fff;
}

.banner-bottom {
	background: #474848/*#A2A2A2 */
	;
}

.temp-btm {
	background: #fff;
}

.temp-btm h3 {
	color: #292929;
}

.temp-btm p {
	color: #566773;
}


/*Mision Vision valores*/

div .boxed {
	overflow: auto;
	height: 400px;
	width: 100%;
	margin: 0 auto;
	background: white;
	border: 1.5px solid gray;
	color: black;
	box-shadow: 1px 1px 5px 0px black;
}

.boxed p {
	color: black;
	text-align: justify;
	margin: 0px 25px 15px;
}

.boxed p a {
	color: blue;
	font-weight: bold;
	text-decoration-line: underline;
	text-shadow: 0.4px 0.4px black;
}

.boxed ol {
	margin-bottom: 10px;
}

#Gemail {
	color: black;
	font-weight: 0;
}

.form-check p {
	color: black;
}


/*-- Why choose us --*/

.choose-icon span.fa {
	float: right;
}

.choose-iconR span.fa {
	float: left;
}

/*FDC21C*/

.choose-grid h3,
.choose-gridR h3 {
	color: white;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.choose-iconR span.fa,
.choose-icon span.fa {
	text-align: center;
	width: 75px;
	height: 75px;
	line-height: 70px;
	border-radius: 50%;
	font-size: 32px;
	color: red;
	border: solid 1px red;
	background-color: lightgray;
}

h3.heading {
	padding-top: 1em;
	font-size: 30px;
	color: white;
	font-weight: 600;
	letter-spacing: 0px;
}
/*-- //Why choose us --*/


/*--Tabla aérea--*/
.table>tbody>tr:hover {
	background-color: lightgray;
}

.table>thead {
	background-color: black;
	color: white;
}

.table>thead>tr>th,
tbody>tr>td {
	border: 1px solid lightgray;
}

.table th,
td {
	text-align: center;
}

.table img {
	border-radius: 2px;
	box-shadow: 1px 1px 1px;
}
/*--Tabla aérea--*/


/*--IDS CREADAS --*/
#texterror{
	color: gray;
}
#errorimg{
	width: 50%;
}

/*Titulo tablas*/
#tterrestre{
	font-size:14px ;
}
/*Titulo tablas*/

/*Letra soluciones*/
#parrafo3card {
	font-size: 12px;
	line-height: 22px;
}
/*Letra soluciones*/

/* link nuestros servicios*/
#consultenos {
	color: white;
	font-weight: bold;
}
/* link nuestros servicios*/

/*Bandera navbar*/
#bandera {
	width: 40px;
	height: 20px;
}
/*Bandera navbar*/

/*Tabla*/
#flechate {
	box-shadow: 0px 0px 0px;
}

#trasbordo {
	color: black text-align: center;
	position: relative;
	left: 42px;
}

#nolinea {
	border-bottom: 1px solid white;
}

#nolineaderecha {
	border-right: 1px solid black;
}

#imagentitulo {
	width: 10%;
}
/*Tabla*/

/*link de tablas a contacto*/
#hrefcontacto {
	color: black;
	font-weight: bold;
}
/*link de tablas a contacto*/

/*unico contacto*/
#unico {
	color: white;
}
/*unico contacto*/

/*Glaphycons que hacemos*/
#gymargin {
	margin-right: 22px;
}
/*Glaphycons que hacemos*/

/*Mensajes error formulario habeas*/

#error,
#errora,
#errore,
#errorcargo,
#errorcedula,
#errorc,
#errort,
#errorcheck {
	color: red;
}

#ok,
#oka,
#oke,
#okcargo,
#okcedula,
#okc,
#okt {
	color: forestgreen;
	font-weight: bold;
	font-family: sans-serif;
}

/*Mensajes error formulario habeas*/

#habeas {
	padding-bottom: 2em;
}

/*Espacios en blanco*/
#separacion {
	padding: 3px;
}
/*Espacios en blanco*/

/*Tamaño del mapa*/
#map {
	height: 400px;
	width: auto;
}
/*Tamaño del mapa*/

#sante {
	margin-top: 10px;
}

#logisticainter {
	box-shadow: 1px 1px 6px 1px black;
}

#logisticainter {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

#logisticainter:hover {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

/*Logo*/
#logo {
	float: left;
	width: 280px;
}
/*Logo*/
/*--IDS CREADAS --*/

/*--responsive--*/

@media(max-width:1440px) {
	/*-- Why choose us --*/
	.choose-grid h3 {
		text-align: none;
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-gridR h3 {
		text-align: none;
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-icon span.fa {
		float: none;
		margin-left: 42%;
		width: 60px;
		height: 60px;
		line-height: 55px;
		font-size: 32px;
	}
	.choose-iconR span.fa {
		float: none;
		margin-left: 42%;
		width: 60px;
		height: 60px;
		line-height: 55px;
		font-size: 30px;
	}
	h3.heading {
		font-size: 25px;
	}
	/*-- //Why choose us --*/
	.advantage-grid-info1,
	.advantage-grid-info1.second,
	.advantage-grid-info1.third {
		min-height: 471px;
	}
}

@media(max-width:1366px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 5%;
	}
	.w3-banner {
		padding: 11em 0 15em 0;
	}
}

@media(max-width:1199px) {
	.navbar-light .navbar-toggler {
		border-color: #fff;
		background: #fff;
	}
	#navbarSupportedContent {
		background: #fff;
		padding: 1em;
		z-index: 99;
	}
	ul.navbar-nav {
		text-align: center!important;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 0.3em 1.1em;
		font-size: 1em;
		color: #333;
	}
	.navbar-nav .dropdown-menu {
		text-align: center;
	}
	nav.navbar.navbar-expand-lg.navbar-light .log-in {
		margin-top: 0.5rem;
		text-align: center;
	}
	ul.links-nav,
	.social-icon.footer ul.social-icons {
		justify-content: center!important;
	}
	.navbar-toggler {
		padding: 0.25rem 0.35rem;
	}
}

@media(max-width:1280px) {
	.choose-grid h3,.choose-gridR h3 {
		margin-left: 9%;
	}
	.w3-banner {
		padding: 11em 0 12em 0;
	}
	h3.tittle {
		font-size: 2.8em;
	}
}

@media(max-width:1080px) {
	
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 24%;
	}
	/*-- Why choose us --*/
	.choose-grid h3 {
		text-align: none;
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-gridR h3 {
		text-align: none;
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-icon span.fa {
		float: none;
		margin-left: 45%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 32px;
	}
	.choose-iconR span.fa {
		float: none;
		margin-left: 45%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 30px;
	}
	h3.heading {
		font-size: 25px;
	}
	/*-- //Why choose us --*/
	.arrow-container1 {
		width: 50%;
		padding: 3em;
	}
	.icon-right {
		width: 76%;
	}
	.icon-right h5 {
		font-size: 1em;
		margin: 0 0 1em 0;
	}
	.w3-footer-contact-info h4 {
		font-size: 1.2em;
	}
	#typer {
		font-size: 2.8em !important;
	}
	.w3-banner p {
		width: 77%;
		font-size: 15px;
	}
	h3.tittle {
		font-size: 2.7em;
	}
}

@media(max-width:1050px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 25%;
	}
	
	.middle-grids .card-body {
		padding: 6em 2em;
	}
	.bottom-last {
		min-height: 300px;
	}
	section.bottom-last h3 {
		font-size: 1.4em;
		width: 80%;
		margin: 3em auto 0;
	}
	.feedback-top {
		padding: 1em;
	}
	h3.main {
		font-size: 1.3em;
	}
	.about-right {
		padding: 1em 2em;
	}
	.about-img {
		padding: 0;
		min-height: 500px;
	}
	a.navbar-brand {
		font-size: 0.9em;
	}
	.intro {
		width: 80%;
	}
}

@media(max-width:1024px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 25%;
	}
	#parrafo3card {
		line-height: 20px;
	}
	/*-- Why choose us --*/
	.choose-grid h3 {
		text-align: none;
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-gridR h3 {
		text-align: none;
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-icon span.fa {
		float: none;
		margin-left: 45%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 32px;
	}
	.choose-iconR span.fa {
		float: none;
		margin-left: 45%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 30px;
	}
	h3.heading {
		font-size: 25px;
	}
	/*-- //Why choose us --*/
	h3.tittle-w3ls {
		font-size: 2.5em !important;
	}
	.nbs-flexisel-container {
		position: relative;
		max-width: 90%;
		margin: 0 auto;
	}
	#typer {
		font-size: 2.7em !important;
		letter-spacing: 2px;
	}
	.w3-banner p {
		width: 80%;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 28px;
	}
	h3.tittle {
		font-size: 2.5em;
	}
	.about-in .card h5.card-title {
		font-size: 1.1em;
	}
	.blog-grid-info .card h5.card-title {
		font-size: 0.9em;
	}
	ul.list-unstyled li {
		font-size: 13px;
		color: #7d7d7d;
		line-height: 2em;
	}
	.inner-page {
		min-height: 200px;
	}
}

@media(max-width:991px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 8%;
	}
	/*-- Why choose us --*/
	.choose-grid h3 {
		text-align: none;
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-gridR h3 {
		text-align: none;
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-icon span.fa {
		float: none;
		margin-left: 43.5%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 32px;
	}
	.choose-iconR span.fa {
		float: none;
		margin-left: 43.5%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 30px;
	}
	h3.heading {
		font-size: 25px;
	}
	/*-- //Why choose us --*/
	.advantage_left {
		padding: 8em 3em;
	}
	.arrow-container1 {
		width: 64%;
	}
	.about {
		padding: 3em 0;
	}
	.w3ls-about-left {
		margin-bottom: 2em;
	}
	h3.w3l-titles,
	h2.w3l-titles {
		font-size: 2.5em;
	}
	h3.w3l-titles:before,
	h2.w3l-titles:before {
		left: 30%;
	}
	h3.w3l-titles:after,
	h2.w3l-titles:after {
		right: 30%;
	}
	.w3-footer-contact-left {
		width: 50%;
		float: left;
	}
	.w3-footer-contact-right {
		width: 50%;
		margin: 2em auto;
	}
	.w3-about-us,
	.w3-agile-services,
	.subscribe,
	.w3-footer-contact,
	.typo,
	.inner_main_agile_section,
	.testimonial_about,
	.team,
	.w3-services-page,
	.contact,
	.w3-advantages,
	.team1,
	.gallery {
		padding: 4em 0;
	}
	.banner-dott1 {
		padding: 3em 0;
	}
	.top-content-right {
		padding: 0;
		margin-top: 0.5rem;
	}
	.navbar-light .navbar-toggler {
		border-color: #FDC21C;
		background: #fff;
	}
	#navbarSupportedContent {
		background: #fff;
		padding: 1em;
		z-index: 99;
	}
	ul.navbar-nav {
		text-align: center!important;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 0.3em 1.1em;
		font-size: 1em;
		color: #333;
	}
	.navbar-nav .dropdown-menu {
		text-align: center;
	}
	nav.navbar.navbar-expand-lg.navbar-light .log-in {
		margin-top: 0.5rem;
		text-align: center;
	}
	.intro {
		width: 95%;
	}
	.about-in.middle-grid-info:nth-child(2),
	.about-in.blog-grid-info:nth-child(2) {
		margin: 1em 0;
	}
	.about-in.blog-grid-info img {
		width: 100%;
	}
	.feedback-top {
		padding: 2em;
	}
	.social-icon.footer {
		text-align: center!important;
		margin-top: 1em;
	}
	.cont-btn {
		margin-top: 1rem;
	}
	.callnumber {
		float: left;
		width: 50%;
	}
	.top-social-icons {
		float: left;
		width: 50%;
	}
	ul.links-nav,
	.social-icon.footer ul.social-icons {
		justify-content: center!important;
	}
	.navbar-toggler {
		padding: 0.25rem 0.35rem;
	}
}

@media(max-width:900px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 9%;
	}
	/*-- Why choose us --*/

	.choose-icon span.fa {
		float: none;
		margin-left: 43.5%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 32px;
	}
	.choose-iconR span.fa {
		float: none;
		margin-left: 43.5%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 30px;
	}
	h3.heading {
		font-size: 25px;
	}
	/*-- //Why choose us --*/
	#typer {
		font-size: 2.4em !important;
	}
	.w3-banner {
		padding: 9em 0;
	}
	h3.tittle {
		font-size: 2.3em;
	}
	.cont-btn a {
		padding: 0.5em 2em;
		font-size: 1em;
	}
	.price-inner.card {
		margin-bottom: 0.5em;
	}
}

@media(max-width:801px){
	.carousel-caption {
		position: absolute;
		bottom: 40%;
	}
	.carousel-item img {
		height: 540px;
	}
}

@media(max-width:800px) {
	.choose-grid h3,.choose-gridR h3 {
		margin-left: 10%;
	}
	
	.carousel-caption {
		position: absolute;
		bottom: 40%;
	}
	.carousel-item img {
		height: 540px;
	}
	.advantage_left {
		padding: 5em 2em;
	}
	.slide,
	.slide2,
	.slide3 {
		height: 64vw;
	}
	#typer {
		font-size: 2em !important;
	}
	.w3-banner p {
		width: 92%;
		font-size: 14px;
	}
}

@media(max-width:768px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 10%;
	}
	.carousel-item img {
		height: 540px;
	}
	/*-- Why choose us --*/
	.choose-grid h3 {
		text-align: none;
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-gridR h3 {
		text-align: none;
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-icon span.fa {
		float: none;
		margin-left: 44%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 32px;
	}
	.choose-iconR span.fa {
		float: none;
		margin-left: 44%;
		width: 70px;
		height: 70px;
		line-height: 65px;
		font-size: 30px;
	}
	h3.heading {
		font-size: 25px;
	}
	/*-- //Why choose us --*/
	.arrow-container1 {
		width: 80%;
		padding: 3em;
	}
	.w3-about-us,
	.w3-agile-services,
	.subscribe,
	.w3-footer-contact,
	.typo,
	.inner_main_agile_section,
	.testimonial_about,
	.team,
	.w3-services-page,
	.contact,
	.w3-advantages,
	.team1,
	.gallery {
		padding: 3em 0;
	}
}

@media(max-width:767px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 2%;
	}
	.carousel-item img {
		height: 540px;
	}
	a.navbar-brand {
		font-size: 0.9em;
		padding: 0;
	}
	section.bottom-last h3 {
		font-size: 1.4em;
		width: 94%;
		margin: 2em auto 0;
	}
	.bottom-last {
		min-height: 245px;
	}
}

@media(max-width:736px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 2%;
	}
	.carousel-item img {
		height: 500px;
	}
	h3.tittle {
		font-size: 1.8em;
	}
}

@media(max-width:667px) {
	
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 3%;
	}
	
	.carousel-item img {
		height: 500px;
	}
	.w3-footer-contact-left {
		width: 100%;
		float: none;
		margin-bottom: 3em;
	}
	.w3-footer-contact-middle {
		width: 50%;
		margin: 0 auto 3em;
	}
	#typer {
		font-size: 1.8em !important;
		letter-spacing: 1px;
	}
	.slide,
	.slide2,
	.slide3 {
		height: 70vw;
	}
	.about-in .card i {
		font-size: 2em;
	}
	.cont-btn a {
		padding: 0.4em 2em;
		font-size: 0.9em;
	}
}

@media(max-width:640px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 2%;
	}
	
	.carousel-item img {
		height: 500px;
	}
	.advantage_left {
		padding: 4em 1em;
	}
	.advantage_left h3 {
		font-size: 1.2em;
	}
	.banner-1 {
		min-height: 300px;
	}
	h3.tittle {
		font-size: 2.5em;
	}
	section.bottom-last h3 {
		font-size: 1.4em;
		width: 94%;
		margin: 1em auto 0;
	}
}

@media(max-width:600px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 3%;
	}
	.carousel-item img {
		height: 480px;
	}
	.about-img {
		padding: 0;
		min-height: 300px;
	}
	#typer {
		font-size: 1.7em !important;
		letter-spacing: 1px;
	}
}

@media(max-width:529px){
	#mbandera{
		margin-left: -6px;
		margin-bottom: 6px;
		
	}
}

@media(max-width:534px){
	#mbandera{
		margin-left: -6px;
		margin-bottom: 6px;
		
	}
}

@media(max-width:568px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left:4%;
	}
	
	.carousel-caption {
		bottom: 30%;
	}
	.carousel-caption h3 {
		font-size: 40px;
	}
	.carousel-caption p {
		font-size: 15px;
	}
	.carousel-item img {
		height: 420px;
	}
	#typer {
		font-size: 1.6em !important;
	}
	.w3-banner p {
		font-size: 13.5px;
		line-height: 26px;
	}
	.w3-banner {
		padding: 6em 0;
	}
}

@media(max-width:530px) {
	#mbandera {
		margin-left: -6px;
		margin-bottom: 6px;
	}
}

@media(max-width:529px) {
	#mbandera {
		margin-left: -6px;
		margin-bottom: 5px;
	}
}

@media(max-width:480px) {
	
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 7%;
	}
	.carousel-item img {
		height: 420px;
	}
	.advantage_left {
		padding: 3em 1em;
	}
	.advantage-grid-info1,
	.advantage-grid-info1.second,
	.advantage-grid-info1.third {
		min-height: 430px;
	}
	h3.w3l-titles,
	h2.w3l-titles {
		font-size: 2.2em;
		margin-bottom: 1em;
	}
	h3.w3l-titles:before,
	h2.w3l-titles:before {
		left: 23%;
	}
	h3.w3l-titles:after,
	h2.w3l-titles:after {
		right: 23%;
	}
	.w3l-about-grids {
		margin: 3em 0 0 0;
	}
	.w3-about-us,
	.w3-agile-services,
	.subscribe,
	.w3-footer-contact,
	.typo,
	.inner_main_agile_section,
	.testimonial_about,
	.team,
	.w3-services-page,
	.contact,
	.w3-advantages,
	.team1,
	.gallery {
		padding: 2em 0;
	}
	.w3-footer-contact-middle {
		width: 76%;
		margin: 0 auto 3em;
	}
	.nbs-flexisel-container {
		position: relative;
		max-width: 48%;
		margin: 0 auto;
	}
	.nbs-flexisel-nav-right {
		right: 124%;
	}
	.nbs-flexisel-nav-left {
		left: 124%;
	}
	.w3-footer-contact-left h3 {
		font-size: 1.5em;
	}
	.w3-footer-contact-right {
		width: 75%;
	}
	h3.tittle {
		font-size: 1.9em;
	}
	section.bottom-last h3 {
		font-size: 1.1em;
		width: 90%;
		margin: 0em auto 0;
	}
	.bottom-last {
		min-height: 200px;
	}
	
	.slide,
	.slide2,
	.slide3 {
		height: 80vw;
	}
	.about-right h3 {
		font-size: 1.1em;
	}
}

@media(max-width:440px) {

	
	.choose-grid h3,.choose-gridR h3 {
			margin-left: 7%;
	}
	
	.carousel-item img {
		height: 400px;
	}
	.advantage_left h3 {
		font-size: 1em;
	}
	h3.tittle-w3ls {
		font-size: 2em !important;
	}
	h3.main {
		font-size: 1.1em;
	}
	.inner-page {
		min-height: 160px;
	}
}

@media(max-width:529px) {
	#trasbordo {
		left: 0px;
	}
}

@media(max-width:440px) {
	#tablamar {
		margin-left: -5px;
	}
}

@media(max-width:415px) {
	#tablamar {
		margin-left: -25px;
	}
}

@media(max-width:414px) {
	.choose-grid h3,.choose-gridR h3 {
			margin-left: -1%;
	}
	
	
	.carousel-item img {
		height: 400px;
	}
	#logo {
		margin-top: 15px;
	}
	.navbar-light .navbar-toggler {
		margin-top: 25px;
		position: absolute;
		right: 0%;
		top: 0%;
		border-color: #fff;
		background: #fff;
	}
	.choose-icon span,
	.choose-iconR span {
		position: relative;
		left: -18px;
	}
	#mbandera {
		margin-left: 10px;
		margin-bottom: 6px;
	}
	#trasbordo {
		left: 0px;
	}
	#tablamar {
		margin-left: -25px;
	}
	#logo {
		width: 50%;
	}
	.icon-right {
		width: 72%;
	}
	.icon-right h5 {
		line-height: 1.5em;
	}
	.w3-footer-contact-middle {
		width: 91%;
		margin: 0 auto 3em;
	}
	.w3-footer-contact-icon1 i {
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
	h3.main {
		font-size: 1em;
	}
	.callnumber {
		float: left;
		width: 50%;
		padding: 0;
	}
	.callnumber h6 {
		font-size: 0.87em;
	}
	ul.links-nav li {
		margin-left: 0.5em;
	}
	
	h3.tittle{
	font-size: 26px;		
	}
}

@media(max-width:410px){
	#tablamar {
		margin-left: 0px;
	}
	#tablamar td {
		font-size: 14px;
		padding: 1em 0em 1em;
	}
	
	#imgtrasbordo{
		padding-top: 12px;
		margin-left: -7px;
	}
}

@media(max-width:384px) {
#tablamar {
		margin-left: 0px;
	}
	#tablamar td {
		font-size: 14px;
		padding: 1em 0em 1em;
	}
	
	#imgtrasbordo{
		padding-top: 12px;
		margin-left: -7px;
	}

	#tablamar img {
		width:70% ;
	}
	
	.carousel-item img {
		height: 384px;
	}
	.icon-left {
		margin-right: 0.5em;
	}
	.w3-footer-contact-middle {
		width: 99%;
		margin: 0 auto 3em;
	}
	.w3-footer-contact-middle {
		width: 100%;
	}
	.w3-banner {
		padding: 3em 0;
	}
	h3.tittle {
		font-size: 1.7em;
	}
	a.navbar-brand {
		font-size: 0.8em;
		padding: 0;
	}
	.middle-grids .card-body {
		padding: 5em 2em;
	}
	.n-right-w3ls .form-group {
		margin-bottom: 1rem;
		float: left;
		width: 100%;
		margin: 1% 0%;
	}
	.nav-pills .nav-link {
		padding: 0.5em 1em;
	}
}

@media(max-width:375px) {
	#tablamar {
		margin-left: 0px;
	}
	#tablamar td {
		font-size: 14px;
		padding: 1em 0em 1em;
	}
	
	#imgtrasbordo{
		padding-top: 12px;
		margin-left: -7px;
	}

	#tablamar img {
		width:70% ;
	}

	.carousel-item img {
		height: 375px;
	}
	h3.tittle {
		font-size: 1.7em;
	}
	section.bottom-last h3 {
		font-size: 1em;
		width: 90%;
		margin: 0em auto 0;
	}
	.bottom-last {
		min-height: 175px;
	}
	.top-content-right {
		padding: 0 0px 0 11px;
		margin-top: 0.5rem;
	}
}

@media(max-width:320px) {
		
	li.breadcrumb-item {
		font-size: 12px;
		}
	
	#tablamar {
		margin-left: -10px;
	}
	#tablamar td {
		font-size: 12px;
		padding: 1em 0em 1em 0em;
	}
	
	#imgtrasbordo{
		padding-top: 12px;
		margin-left: -7px;
	}

	#tablamar img {
		width:70% ;
	}

	#mbandera{
		margin-left: -5px;
		margin-bottom: 6px;
	}

	#tablaavion	{
		position: relative;
		left: -2%;
	}
	
	
	/*-- Why choose us --*/
	.choose-grid h3,.choose-gridR h3 {
			margin-left: -11%;
	}

	/*-- //Why choose us --*/
	.carousel-caption h3 {
		font-size: 30px;
	}
	.carousel-caption p {
		font-size: 13px;
	}
	.carousel-item img {
		height: 300px;
	}
	#logo {
		width: 50%;
	}
	/*-- Why choose us --*/
	.choose-grid h3 {
		text-align: none;
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-gridR h3 {
		text-align: none;
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 2em;
	}
	.choose-icon span.fa {
		float: none;
		margin-left: 39%;
		width: 60px;
		height: 60px;
		line-height: 55px;
		font-size: 32px;
	}
	.choose-iconR span.fa {
		float: none;
		margin-left: 39%;
		width: 60px;
		height: 60px;
		line-height: 55px;
		font-size: 30px;
	}
	h3.heading {
		font-size: 25px;
	}
	/*-- //Why choose us --*/
	.pop-bg {
		min-height: 55vw;
	}
	.about {
		padding: 2em 0;
	}
	h3.w3l-titles,
	h2.w3l-titles {
		font-size: 2em;
		margin-bottom: 1em;
	}
	.icon-left {
		width: 55px;
		height: 55px;
		padding: 0.7em 0 0 0;
	}
	.w3ls-about-left {
		padding: 0;
	}
	.w3-footer-contact-middle img {
		width: 100%;
	}
	h3.tittle {
		font-size: 18px;
	}
	.callnumber h6 {
		font-size: 0.7em;
	}
	a.navbar-brand {
		font-size: 0.75em;
		padding: 0;
	}
	.slide,
	.slide2,
	.slide3 {
		height: 95vw;
	}
	ul.links-nav li a {
		font-size: 0.75em;
	}
	.w3-banner {
		padding: 2em 0 3em;
	}
}
/*--//responsive--*/