﻿body {
	font: 14px/1.5 "Open Sans", sans-serif;
	color: #555;
	overflow-x: hidden;
}

p,
li,
li a {
  color: #555;
}

a {
  color: white;
  text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
    a:hover {
        color: #29B2C9;
        text-decoration: underline;
    }

.ee {
    font-weight:bold;
    color:red;
}

/* Default highlight color */
::-moz-selection {
  color: #fff;
  background: #f00;
}
::selection {
  color: #fff;
  background: #f00;
}

.btn-u-upper {
	text-transform: uppercase;
}
.btn-u-lg.btn-u-upper, a.btn-u-lg.btn-u-upper {
	font-size: 12px;
	font-weight: bold;
}
.btn-u.btn-u-default {
	background: #f00;
	color: #fff;
}
.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus {
	background: #bb0707 !important;
	color: #fff !important;
}
.btn-u.btn-u-dark {
	background: #2c2c2c;
	color: #fff;
}
.btn-u.btn-u-dark:hover,
.btn-u.btn-u-dark:focus {
	background: #181818 !important;
	color: #fff !important;
}

/*General use classes*/
.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

/* General use classes */
.no-padding {
	padding: 0;
}

.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}
/*Form Validation*/
.campoObligatorio{
    color: darkred;
    float:left;
    margin-left: -10px;
}

.hidecampoObligatorio {
    display:none;
}

@media (min-width: 600px) {
	.visible-2xs {
		display: none;
	}
}
@media (max-width: 600px) {
	.hidden-2xs {
		display: none;
	}
	.col-2xs-12 {
		width: 100%;
	}
}
@media (min-width: 500px) {
	.visible-3xs {
		display: none;
	}
}
@media (max-width: 500px) {
	.hidden-3xs {
		display: none;
	}
	.col-3xs-12 {
		width: 100%;
	}
}

.g-color-default { color: #4fd2c2;}
.g-bg-default { background: #4fd2c2;}

.g-color-white { color: #fff !important; }
.g-color-white-darker { color: rgba(255,255,255,.8) !important; }
.g-color-black-lighter { color: rgba(0,0,0,.8) !important; }

.g-dp-table {
 display: table;
}
.g-dp-table-cell {
 display: table-cell;
}
.g-va-top {
 vertical-align: top;
}
.g-va-middle {
 vertical-align: middle;
}
.g-va-bottom {
 vertical-align: bottom;
}

.g-padding-5  { padding: 5px;}
.g-padding-10 { padding: 10px;}
.g-padding-15 { padding: 15px;}
.g-padding-20 { padding: 20px;}
.g-padding-25 { padding: 25px;}
.g-padding-30 { padding: 30px;}
.g-padding-35 { padding: 35px;}
.g-padding-40 { padding: 40px;}
.g-padding-45 { padding: 45px;}
.g-padding-50 { padding: 50px;}

.g-pt-10 { padding-top: 10px;}
.g-pt-20 { padding-top: 20px;}
.g-pt-30 { padding-top: 30px;}
.g-pt-40 { padding-top: 40px;}
.g-pt-50 { padding-top: 50px;}
.g-pt-60 { padding-top: 60px;}
.g-pt-70 { padding-top: 70px;}
.g-pt-80 { padding-top: 80px;}
.g-pt-85 { padding-top: 80px;}
.g-pt-90 { padding-top: 90px;}
.g-pt-100 { padding-top: 100px;}
.g-pt-110 { padding-top: 110px;}
.g-pt-120 { padding-top: 120px;}
.g-pt-130 { padding-top: 130px;}
.g-pt-140 { padding-top: 140px;}
.g-pt-150 { padding-top: 150px;}
.g-pt-160 { padding-top: 160px;}
.g-pt-170 { padding-top: 170px;}

.g-pb-10 { padding-bottom: 10px;}
.g-pb-20 { padding-bottom: 20px;}
.g-pb-30 { padding-bottom: 30px;}
.g-pb-40 { padding-bottom: 40px;}
.g-pb-50 { padding-bottom: 50px;}
.g-pb-60 { padding-bottom: 60px;}
.g-pb-70 { padding-bottom: 70px;}
.g-pb-75 { padding-bottom: 75px;}
.g-pb-80 { padding-bottom: 80px;}
.g-pb-90 { padding-bottom: 90px;}
.g-pb-100 { padding-bottom: 100px;}

.g-pl-10 { padding-left: 10px;}
.g-pl-20 { padding-left: 20px;}
.g-pl-30 { padding-left: 30px;}
.g-pl-40 { padding-left: 40px;}
.g-pl-50 { padding-left: 50px;}
.g-pl-60 { padding-left: 60px;}
.g-pl-70 { padding-left: 70px;}
.g-pl-80 { padding-left: 80px;}
.g-pl-90 { padding-left: 90px;}
.g-pl-100 { padding-left: 100px;}

.g-pr-10 { padding-right: 10px;}
.g-pr-20 { padding-right: 20px;}
.g-pr-30 { padding-right: 30px;}
.g-pr-40 { padding-right: 40px;}
.g-pr-50 { padding-right: 50px;}
.g-pr-60 { padding-right: 60px;}
.g-pr-70 { padding-right: 70px;}
.g-pr-80 { padding-right: 80px;}
.g-pr-90 { padding-right: 90px;}
.g-pr-100 { padding-right: 100px;}

.g-mt-10 { margin-top: 10px;}
.g-mt-20 { margin-top: 20px;}
.g-mt-30 { margin-top: 30px;}
.g-mt-40 { margin-top: 40px;}
.g-mt-50 { margin-top: 50px;}
.g-mt-60 { margin-top: 60px;}
.g-mt-70 { margin-top: 70px;}
.g-mt-80 { margin-top: 80px;}
.g-mt-90 { margin-top: 90px;}
.g-mt-100 { margin-top: 100px;}

.g-mb-10 { margin-bottom: 10px;}
.g-mb-15 { margin-bottom: 15px;}
.g-mb-20 { margin-bottom: 20px;}
.g-mb-25 { margin-bottom: 25px;}
.g-mb-30 { margin-bottom: 30px;}
.g-mb-35 { margin-bottom: 35px;}
.g-mb-40 { margin-bottom: 40px;}
.g-mb-45 { margin-bottom: 45px;}
.g-mb-50 { margin-bottom: 50px;}
.g-mb-55 { margin-bottom: 55px;}
.g-mb-60 { margin-bottom: 60px;}
.g-mb-65 { margin-bottom: 65px;}
.g-mb-70 { margin-bottom: 70px;}
.g-mb-75 { margin-bottom: 75px;}
.g-mb-80 { margin-bottom: 80px;}
.g-mb-85 { margin-bottom: 85px;}
.g-mb-90 { margin-bottom: 90px;}
.g-mb-95 { margin-bottom: 95px;}
.g-mb-100 { margin-bottom: 100px;}

.g-ml-10 { margin-left: 10px;}
.g-ml-20 { margin-left: 20px;}
.g-ml-30 { margin-left: 30px;}
.g-ml-40 { margin-left: 40px;}
.g-ml-50 { margin-left: 50px;}
.g-ml-60 { margin-left: 60px;}
.g-ml-70 { margin-left: 70px;}
.g-ml-80 { margin-left: 80px;}
.g-ml-90 { margin-left: 90px;}
.g-ml-100 { margin-left: 100px;}

.g-mr-10 { margin-right: 10px;}
.g-mr-20 { margin-right: 20px;}
.g-mr-30 { margin-right: 30px;}
.g-mr-40 { margin-right: 40px;}
.g-mr-50 { margin-right: 50px;}
.g-mr-60 { margin-right: 60px;}
.g-mr-70 { margin-right: 70px;}
.g-mr-80 { margin-right: 80px;}
.g-mr-90 { margin-right: 90px;}
.g-mr-100 { margin-right: 100px;}

@media(max-width: 992px) {
  .g-sm-mb-20 {
    margin-bottom: 20px;
  }
  .g-sm-mb-30 {
    margin-bottom: 30px;
  }
}
@media(max-width: 768px) {
  .g-xs-mb-20 {
    margin-bottom: 20px;
  }
  .g-xs-mb-30 {
    margin-bottom: 30px;
  }
}

.g-section-bg-gray {
  background: #f8f8f8;
}

.g-display-inline-block {
  display: inline-block;
}
.g-display-table {
  display: table;
  width: 100%;
}
.g-display-td {
  display: table-cell;
}

.g-text-top {
  vertical-align: top;
}
.g-text-middle {
  vertical-align: middle;
}
.g-text-bottom {
  vertical-align: bottom;
}

.g-textarea-noresize {
	resize: none;
}

/* g-heading-v11 */
.g-heading-v11 {
	position: relative;
	padding-bottom: 30px;
}
.g-heading-v11:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  margin-left: 0;
  border-bottom: 4px solid #2dd3f9;
}
.g-heading-v11.text-center:after {
  left: 50%;
  margin-left: -15px;
}
.g-heading-v11.text-right:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.g-heading-v11 h2,
.g-heading-v11 .h2 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	color: #2c2c2c;
	margin-bottom: 20px;
	line-height: 1.3;
}
.g-heading-v11 p {
	margin: 0 auto;
	max-width: 760px;
}

/* Container fluid with grey background */
.container-fluid.bg-grey {
	background: #f8f8f8;
	border: none;
}

.intro-section {
	margin-top: 190px;
}
@media (max-width: 992px) {
	.intro-section {
		margin-top: 185px;
	}
}
@media (max-width: 768px) {
	.intro-section {
		margin-top: 167px;
		overflow-y: auto;
	}
}
.backstretch {
	background: rgba(0,0,0,.5);
}
.shipping-form {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	text-align: center;
}
.shipping-form h3 {
	color: #2a2a2a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 24px;
}
.shipping-form .form-control {
	background: #f7f7f7;
	padding: 10px;
	height: 42px;
	border: none;
	color: #999ba0;
}
.shipping-form .form-control:focus {
	box-shadow: none;
}
.shipping-form .btn-u {
	width: 100%;
}

.intro-section-info {
	padding-top: 60px;
}
@media (max-width: 768px) {
	.shipping-form {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.intro-section-info {
		display: none;
	}
}
.intro-section-info h2,
.intro-section-info h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.intro-section-info h2 {
	font-size: 56px;
	line-height: 1;
	margin-bottom: 30px;
}
.intro-section-info h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.intro-section p {
	color: #fff;
	opacity: .8;
	line-height: 1.6;
	margin-bottom: 35px;
}

.special-offer {
	padding: 50px 0 45px;
}
.special-offer h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #2c2c2c;
}
.special-offer h2 span {
	color: #f00;
}
.soffer-link {
	text-align: right;
	padding: 15px 0 0;
}
@media (max-width: 768px) {
	.soffer-link,
	.special-offer h2,
	.special-offer p {
		text-align: center;
	}
}
.special-offer .btn-u {
	padding: 15px 36px;
}

/* Main Services */
.shipping-service-img-wrapper {
	position: relative;
	overflow: hidden;
}
.shipping-service-img-wrapper:after {
	content: "";
	background: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.shipping-service img {
	width: 100%;
	transition: all .3s;
}
.shipping-service:hover img {
	transform: scale(1.1,1.1);
}
.shipping-service .shipping-service-text {
	padding: 35px 60px 65px;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.shipping-service .shipping-service-text--noborder {
	border-left: none;
}
.shipping-service-text h3 {
	text-transform: uppercase;
	color: #2c2c2c;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 15px;
}
.shipping-service-text p {
	margin-bottom: 25px;
}
.shipping-service-text .shipping-service__more {
	color: #f00;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 768px){
	.shipping-service {
		margin-bottom: 30px;
	}
}

/* Shiping types */
.shiping-types {
	padding: 95px 0 0;
}
.shiping-types .shiping-type {
	padding: 30px 20px;
	background: #f8f8f8;
	min-height: 400px;
	position: relative;
	z-index: 5;
	overflow: hidden;
	transition: all .5s ease-in-out 0s;
}
.shiping-type-img {
	text-align: center;
	position: absolute;
	right: -70%;
	width: 100%;
	opacity: 1;
	transition: all .5s ease-in-out;
}
.shiping-type-text {
	position: absolute;
	text-align: center;
	top: 0;
	left: -20%;
	padding: 150px 10px;
	width: 100%;
	transition: all .5s ease-in-out;
}
.shiping-type-text h3 {
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 20px;
}
.shiping-type-text h3 strong {
	display: block;
}
.shiping-type a {
	color: #2c2c2c;
}
.shiping-type:hover a,
.shiping-type a:hover {
	text-decoration: none;
	color: #fff;
}
.shiping-type-text p.default-p {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 auto;
}

/* Hiding the hover text */
.shiping-type-text p.onhover-p {
	display: none;
	color: #fff;
	opacity: .6;
	max-width: 70%;
	margin: 0 auto;
}

/* Delivery types Hover effect */
.shiping-type:hover {
	background: #fc3030;
	transition: all .5s ease-in-out 0s;

}
.shiping-type:hover .shiping-type-img {
	right: 0;
	opacity: .3;
}
.shiping-type:hover .shiping-type-img img {
	margin: 0 auto;
}
.shiping-type:hover .shiping-type-text {
	left: 0;
	top: 0;
	z-index: 15;
	transition: all .5s ease-in-out 0s;
}
.shiping-type:hover .shiping-type-text h3 {
	color: #fff;
}

/* Hiding the default p */
.shiping-type:hover .shiping-type-text p.default-p {
	display: none;
}

/* Showing the hover p */
.shiping-type:hover .shiping-type-text p.onhover-p {
	display: block;
	opacity: .7;
}

/* Responsive */
@media (max-width: 992px) {
	.shiping-type-img {
		width: 50%;
		right: 0;
		transition: all 1s ease-in-out 0s;
	}
	.shiping-type-text {
		width: 50%;
		left: 0;
		transition: all 1s ease-in-out 0s;
	}
	.shiping-type:hover .shiping-type-img {
		width: 100%;
		right: 0;
		transition: all 1s ease-in-out 0s;
	}
	.shiping-type:hover .shiping-type-text {
		width: 100%;
		left: 0;
		transition: all 1s ease-in-out 0s;
	}
}

.our-services {
	padding: 85px 0 0;
	background: url(../img-temp/PeopleImages.com-1310946-zoom.jpg) no-repeat scroll right top / cover;
	position: relative;
	z-index: 1;
}
.our-services:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: -1;
}
.service-item .item-in {
	border: 1px solid rgba(255,255,255,.2);
	border-top: none;
	position: relative;
	padding: 40px 20px 30px;
	text-align: center;
	margin-bottom: 90px;
}
.service-item .item-in:after,
.service-item .item-in:before {
	position: absolute;
	content: "";
	background: rgba(255,255,255,.2);
	width: 30%;
	height: 1px;
	top: 0;
	z-index: 1;
}
.service-item .item-in:after {
	right: 0;
}
.service-item .item-in:before {
	left: 0;
}
.service-item .item-in span {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -25px;
	color: #fff;
}
.service-item .item-in h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px;
}
.service-item .item-in p {
	color: rgba(255,255,255,.8);
}
.service-item .item-in h3,
.service-item .item-in .fa {
	color: #fff;
}


.skills {
	padding: 85px 0 65px;
}
/*Circle text and number*/
.circles-text {
	font-size: 20px !important;
	font-weight: bold;
	color: #2c2c2c;
}
/*Circle position*/
.pie-progress-charts .circles-text-wrp {
	left: 5px;
}
/* Circle title */
.pie-progress-charts h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2c2c2c;
	text-transform: uppercase;
}
/* Percentage design */
.pie-progress-charts .inner-pchart {
	padding: 20px 10px;
}
@media (max-width: 992px) {
	.pie-progress-charts .inner-pchart {
		margin-bottom: 20px;
	}
}
/* Process temporary static */
.process .process-img {
	background: url(../img-temp/process.jpg) no-repeat 50% 50% / cover ;
}
.process-text {
	padding: 100px 35px 70px;
	background: #f8f8f8;
}
.process-text h3 {
	color: #2c2c2c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 25px;
}
.process-text p {
	max-width: 80%;
}
.process-steps {
	padding: 55px 0;
}
.process-step {
	position: relative;
	padding: 10px 0 10px 110px;
}
.process-step span.step-no {
	color: #f00;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	top:5px;
	left: 30px;
}
.process-step h4 {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.process-step p {
	max-width: 90%;
}
@media (max-width: 992px) {
	.process img {
		margin: 0 auto;
	}
}

.offers {
	padding: 100px 0 40px;
}
/* Pricing table */
.pricing {
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.pricing-img img {
	width: 100%;
}
.pricing-head {
	padding: 40px 5px 35px;
}
.pricing-head h3 {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.pricing-head span {
	display:inline-block;
	margin-bottom: 35px;
}
.pricing-head h4 {
	color: #2c2c2c;
	font-size: 30px;
	font-weight: 600;
}
.pricing-content li {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.pricing-footer {
	padding: 30px 10px 40px;
}
/* Gallery wrapper padding */
.gall-div {
	padding: 90px 0 0;
}

.faq {
	padding: 100px 0 0;
}
.faq-img img {
	min-height: 605px;
	min-width: 275px;
}
.faq-tab {
	padding: 90px 0 0;
}
@media (max-width: 992px) {
	.faq-tab {
		padding: 0 0 50px;
	}
}
/* Tab-in design */
.faq .panel {
  box-shadow: none;
  border: none;
}
.faq .panel-group .panel-heading + .panel-collapse > .list-group,
.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.faq .acc-v1 .panel-heading a {
  font-size: 18px;
  padding-left: 30px;
  background:#fff;
  color: #f00;
  font-weight: bold;
}
.faq .acc-v1.plus-toggle .panel-heading a.collapsed {
	color: #2c2c2c;
}
.faq .acc-v1 .panel-heading a .tab-icon {
  font-size: 12px;
  color: #f00;
}
.faq .acc-v1 .panel-heading a:hover {
  text-decoration: none;
  color: #f00;
}
.faq .acc-v1.plus-toggle .panel-heading a.collapsed:hover {
	color: #2c2c2c;
}
.faq .panel-body {
  padding: 10px 15px 10px 0;
}
.faq .panel-body p {
  line-height: 1.5;
  padding: 0 30px;
}
.faq .panel-heading {
	position: relative;
}
/* Plus Toggle */
.faq .acc-v1.plus-toggle .panel-heading a:before {
  color: #f00;
  font-size: 12px;
  content: "\f068";
  line-height: 12px;
  position: absolute;
  left: 0;
  top: 12px;
  background: transparent;
  font-family: FontAwesome;
}
.faq .acc-v1.plus-toggle .panel-heading a.collapsed:before {
  content: "\f067";
}
/* Responsive */
@media only screen and (max-width: 400px) {

}
    @media (max-width: 992px) {
        .faq .faq-img img {
            margin: 0 auto;
        }
    }

    .testo {
        padding: 90px 0;
        background: url(../img-temp/unsplash-city-bg.jpg) no-repeat 50% 50% / cover;
        position: relative;
        z-index: 1;
    }

        .testo:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.6);
            z-index: -1;
        }
    /*Testimonials-v3*/
    .testimonials-v3 {
        padding: 0 10px;
        text-align: center;
        max-width: 1000px;
        margin: 0 auto;
    }

        .testimonials-v3 ul {
            text-align: left;
        }

        .testimonials-v3 li img {
            width: 120px !important;
            height: auto !important;
            border: 5px solid #fff;
            display: inline-block !important;
        }

    .testimonials-v3-text {
        padding: 15px 0 0;
    }

        .testimonials-v3-text p {
            color: rgba(255,255,255,.9);
            line-height: 25px;
            margin-bottom: 20px;
        }

        .testimonials-v3-text h5 {
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }

    @media (max-width: 992px) {
        .testimonials-v3 li img {
            width: 100px !important;
            height: 100px !important;
        }

        .testimonials-v3-text {
            padding: 5px 0;
        }

            .testimonials-v3-text p {
                margin-bottom: 10px;
            }
    }

    @media (max-width: 768px) {
        .testimonials-v3 li img {
            display: none !important;
        }

        .testimonials-v3-text {
            text-align: center;
            padding: 0;
        }
    }

    /* Owl controls */
    .testimonials-v3 .owl-buttons {
        text-align: center;
    }

        .testimonials-v3 .owl-buttons .owl-prev,
        .testimonials-v3 .owl-buttons .owl-next {
            margin: 15px 8px 0;
            border-radius: 50%;
            padding: 20px;
            cursor: pointer;
        }

            .testimonials-v3 .owl-buttons .owl-prev:after,
            .testimonials-v3 .owl-buttons .owl-next:after {
                color: #b8b8b8;
                font-size: 14px;
                top: 9px;
                font-weight: bold;
            }

            .testimonials-v3 .owl-buttons .owl-next:after {
                right: 17px;
            }

            .testimonials-v3 .owl-buttons .owl-prev:after {
                left: 17px;
            }

            .testimonials-v3 .owl-buttons .owl-prev:hover,
            .testimonials-v3 .owl-buttons .owl-next:hover {
                background: #f00;
                transition: none;
            }

    /* Clients list */
    .clients {
        margin-top: 0;
    }

        .clients li {
            background: #fff;
            border-bottom: 1px solid #f4f4f4;
            border-right: 1px solid #f4f4f4;
            text-align: center;
            padding: 50px 0;
            margin: 0;
        }

            .clients li.last {
                /*border-right: none;*/
            }

            .clients li:hover {
                background: #fff;
            }

            .clients li img {
                width: 120px !important;
                height: auto !important;
            }

    .contact-us {
        padding: 80px 0 70px;
    }
    /* Map height */
    .map-class {
        height: 500px;
    }

    /* Contact form and its components */
    .contact-us .sky-form .form-control {
        background: #f5f5f5;
        max-width: 775px;
        border: none;
    }

    .contact-us .sky-form input.form-control {
        height: 45px;
    }

    .contact-us .sky-form .form-control:focus {
        box-shadow: none;
    }

    .contact-us .sky-form .btn-u {
        width: 100%;
    }

    /* Contact List */
    .contact-us .contact-list h4 {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        color: #2c2c2c;
        margin-bottom: 30px;
    }

    .contact-us .contact-list p {
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
        margin-bottom: 30px;
    }

    .contact-us .contact-list ul li {
        font-size: 12px;
        text-transform: uppercase;
        color: #999;
        margin-bottom: 5px;
    }

        .contact-us .contact-list ul li span {
            font-size: 12px;
            text-transform: uppercase;
            color: #2c2c2c;
            font-weight: bold;
        }

    /* Copyright */
    .copyright {
        background: #333;
      
    }

        .copyright .cr-left {
            padding: 0 0 11px;
        }

            .copyright .cr-left p {
                color: #767676;
                margin: 0;
                vertical-align: middle;
            }

            .copyright .cr-left a {
                color: #fff;
                font-weight: bold;
            }

        .copyright .cr-right {
            text-align: right;
        }

    /* Copyright Social list */
    .cr-right .cr-list {
        margin: 0;
        margin-bottom: 20px
    }

        .cr-right .cr-list li > a {
            color: #8e8e8e;
            padding: 5px 8px;
            background: transparent;
            transition: all .3s;
        }

            .cr-right .cr-list li > a.fb {
                padding: 5px 10px;
            }

            .cr-right .cr-list li > a:hover {
                color: #fff;
           
            }

    .body-scroll {
        overflow: hidden;
    }

    /*Success message*/
    .sky-form .message {
        color: #ff0000;
    }

        .sky-form .message i {
            border: 1px solid #ff0000;
        }

    .sky-form.submited .message p {
        color: #2c2c2c;
    }
.logo {
    width: 160px;
    height: 62px;
    margin-left: 15px;
}

.logoBackground {
    background-color: #2dd3f9;
    width: 190px;
    height: 60px;
}

.logoCol {
    padding-left: 0px !important;
}

.navbar-brand {
    width: 190px !important;
    height: 60px !important;
}

    .message .hidden {
        display: none;
    }

    .message.error p {
        color: #f00 !important;
    }

    .ml90 {
        margin-left: 95%;
        margin-bottom: 2%;
    }

    .inputsStyles {
        font-size: 14px !important;
        line-height: 18px !important;
        letter-spacing: normal !important;
        font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
        color: gray !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        cursor: pointer !important;
        display: inline-block !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        position: relative !important;
        text-align: center !important;
        width: auto !important;
        background-color: rgba(255, 255, 255, 0.86);
        border-width: 1px !important;
        border-style: solid !important;
        border-color: rgb(86, 97, 97) !important;
        border-image: initial !important;
        border-radius: 4px !important;
        text-decoration: none !important;
        margin: 0em;
        font: 400 13.3333px Arial;
    }

    .inputsStylesLeft {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        font-size: 14px !important;
        line-height: 18px !important;
        letter-spacing: normal !important;
        font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
        color: gray !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        cursor: pointer !important;
        display: inline-block !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        position: relative !important;
        text-align: center !important;
        width: 71.8%;
        background-color: rgba(255, 255, 255, 0.86);
        border-width: 1px !important;
        border-style: solid !important;
        border-color: rgb(86, 97, 97) !important;
        border-image: initial !important;
        border-radius: 4px !important;
        text-decoration: none !important;
        margin: 0em;
        font: 400 13.3333px Arial;
        text-align: center;
    }

    .inputsStyles .select {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 350px;
        height: 40px;
    }

    .inputSearch {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }

    .selectButton {
        background-color: rgba(255, 255, 255, 0.86) !important;
        color: rgba(255, 255, 255, 0.86) !important;
        border-color: rgb(86, 97, 97) !important;
        border-color: rgb(86, 97, 97) !important;
        font: 400 13.3333px Arial;
    }

    .mt20 {
        margin-top: 20px;
    }

    .ml10 {
        margin-left: 10px;
    }

    .ml20 {
        margin-left: 20px;
    }

    .ml-1-3 {
        margin-left: -1.5%;
    }

    .ml-1 {
        margin-left: 1%;
    }


    .ml2 {
        margin-left: 2.3%;
    }

    .ml3 {
        margin-left: 3%;
    }

    .ml5 {
        margin-left: 4.76%;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb-3 {
        margin-bottom: -3%;
    }

    .mb-1 {
        margin-bottom: -1%;
    }

    .ml8 {
        margin-left: 8%;
    }

    .ml-13-2 {
        margin-left: 13.2%;
    }

    .ml-6 {
        margin-left: -6%;
    }

    .h2Size {
        font-size: 18px;
        margin-left: 25%;
    }

    .h2title {
        font-size: 25px;
        margin-left: 25% !important;
    }

    .letter-btn {
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
    }

    .btn-SosFletero {
        margin-left: 950%;
        margin-top: 10%;
    }



    .inputsStylesFilter {
        font-size: 14px !important;
        line-height: 18px !important;
        letter-spacing: normal !important;
        font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
        color: gray !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        cursor: pointer !important;
        display: inline-block !important;
        text-align: center;
        padding-left: 12px !important;
        padding-right: 12px !important;
        position: relative !important;
        width: auto !important;
        background-color: rgba(255, 255, 255, 0.86);
        border-width: 1px !important;
        border-style: solid !important;
        border-color: rgb(86, 97, 97) !important;
        border-image: initial !important;
        border-radius: 4px !important;
        text-decoration: none !important;
        margin: 0em;
        font: 400 13.3333px Arial;
        text-align: center;
    }

    .inputsStyles .select {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 350px;
        height: 40px;
    }

    .inputSearch {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }

    .selectButton {
        background-color: rgba(255, 255, 255, 0.86) !important;
        color: rgba(255, 255, 255, 0.86) !important;
        border-color: rgb(86, 97, 97) !important;
        border-color: rgb(86, 97, 97) !important;
        font: 400 13.3333px Arial;
    }

    .mt20 {
        margin-top: 20px;
    }

    .ml10 {
        margin-left: 10px;
    }

    .ml20 {
        margin-left: 20px;
    }

    .ml-1-3 {
        margin-left: -1.5%;
    }

    .ml-1 {
        margin-left: 1%;
    }


    .ml2 {
        margin-left: 2.3%;
    }

    .ml3 {
        margin-left: 3%;
    }

    .ml5 {
        margin-left: 4.76%;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mb-3 {
        margin-bottom: -3%;
    }

    .mb-1 {
        margin-bottom: -1%;
    }

    .ml8 {
        margin-left: 8%;
    }

    .ml-13-2 {
        margin-left: 13.2%;
    }

    .ml-6 {
        margin-left: -6%;
    }

    .h2Size {
        font-size: 18px;
        margin-left: 25%;
    }

    .h2title {
        font-size: 25px;
        margin-left: 25%;
    }

    .letter-btn {
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
    }

    .btn-SosFletero {
        margin-left: 98%;
        margin-top: -10%;
    }


    /* Smartphones (portrait & landscape) */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    }
    /* Smartphones (landscape) */
    @media only screen and (min-width : 321px) {
    }
    /* Smartphones (portrait) */
    @media only screen and (max-width : 320px) {
    }
    /* iPads (portrait & landscape) */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .btn-SosFletero {
            margin-left: 78%;
            margin-top: -8%;
        }
    }
    /* iPads (landscape) */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    }
    /* iPads (portrait) */
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        .text-branding {
            text-transform: uppercase;
            padding-top: 6%;
        }
    }
    /* Ordenadores de sobremesa y portátiles */
    @media only screen and (min-width : 1224px) {
    }

    @media (max-width : 1024px) {
        /*.text-branding {
        text-transform: uppercase;
        padding-top: 6% !important;
    }

    .btn-SosFletero {
        margin-left: 80%;
        margin-top: -30%;
    }*/

        .text-jumbo {
            font-size: 30px;
            font-weight: 700;
        }

        .hero_container {
            height: 100%;
        }

        .inputsStyles {
            padding-top: 4px !important;
            padding-bottom: 4px !important;
        }


        .inputsStylesLeft {
            padding-top: 4px !important;
            padding-bottom: 4px !important;
        }


        .h2title {
            font-size: 20px;
            margin-left: -17% !important;
        }

        .h2Size {
            font-size: 15px;
            margin-left: 25%;
        }

        .inputsStylesFilter {
            width: 95% !important;
            padding-top: 4px !important;
            padding-bottom: 4px !important;
        }
    }
    /* Pantallas grandes */
    @media only screen and (min-width : 1824px) {
        .btn-SosFletero {
            margin-top: -10%;
        }

        .hero_container {
            background-image: url(../img/fondo-landing-1.jpg);
            background-size: cover;
            height: 100%;
            filter: grayscale(40%);
        }

        .mb-3 {
            margin-bottom: 6%;
            margin-top: 40%;
        }
    }
    /* iPhone 4 */
    @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    }



.rssIcon {
    text-decoration: none !important;
    color: gray;
    margin-left: 5px !important;
}

    .rssIcon:link {
        text-decoration: none !important;
    }

/* visited link */
    .rssIcon:visited {
        text-decoration: none !important;
    }

/* mouse over link */
    .rssIcon:hover {
        text-decoration: none !important;
    }

/* selected link */
    .rssIcon:active {
        text-decoration: none !important;
    }

#vehicles {
    
}

.checkLabel {
    font-size: 15px;
}

.vehicleDesc {
    font-size: 16px;
}

@media only screen and (max-width: 700px) {

    .vehicleDesc {
        font-size: 13px;
    }
}