/*////////////////////////////////

           AJ Carriers 
    
////////////////////////////////*/

body {
	line-height: 1.4;
	font-family: 'Roboto', sans-serif;
    color: #262627;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    overflow-x: hidden;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

/*Espacio entre secciones*/
.section-padding
{
    padding: 85px 0px;
}

/*Opcional*/
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" REVISAR REVISAR REVISAR*/
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


/* //////////////
   INICIO
//////////////*/

/*Control imagen de inicio*/
.header{
    background: url('../Inicio5.jpg') no-repeat fixed center;
    background-size: cover;
    min-height: 600px;
    position:relative;
}
.bg-color{
    background-color: rgba(0, 0, 0, 0.658);
    min-height: 600px;
}

/*Control menú*/
.navbar-default {
    background-color: transparent;
    border:0px;
    padding: 5px 0; 
    transition: all 0.3s;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover
{
    color: #002F2F;
}
.top-nav-collapse {
    padding: 0; 
    background: rgba(37, 39, 43, 0.9);
}

.navbar-default .navbar-brand {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
    color: #fff;
}
/*Control para logo escrito*/
.navbar-brand {
    padding: 0px;
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0px;
    margin-top: 6px;
}

/*Control para letra de Menú*/
.navbar-default .navbar-nav > li > a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 80px;
    font-weight: 550;
    text-transform: uppercase;
    background: transparent;
    color: rgb(255, 255, 255);
    -webkit-transition: color 0.8s ease-out;
    transition: color 0.8s ease-out;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ff0000;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ff0000;
}

/*Control para letra de Menú(Submenú)*/
.navbar-nav li ul{
    display:none;
    position:absolute;
}
.navbar-nav li:hover > ul{
    display:block;
}


/*Control para letra Inicio*/
.banner-info{
    padding-top: 160px;
    color: rgb(255, 255, 255);
}
.bnr-title, .bnr-sub-title{
    font-family: 'Fira Sans', sans-serif;
}
h1.bnr-title{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
}
h2.bnr-sub-title{
    font-size: 45px;
    text-transform: uppercase;
    padding: 20px 0px;
    font-weight: 700;
}
.bnr-para{ 
    font-weight: 300;
}

/*Control para Botón Inicio*/ 
.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus{
    text-transform: uppercase;
    margin-top: 50px;
    color: rgb(0, 0, 0);
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 10px 30px;
    margin: 60px 10px 0 0;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}
.btn-download{
    background-color: #000000;
}
.btn-more, .btn-more:focus{
    margin-left: 15px;
    border: 2px solid #000000;
    color: #ffffff;
}
.btn-more:hover {
    background: #000000d2;
    color: rgb(255, 255, 255);
}
.overlay-detail a i{
   text-align: center;
   position: absolute;
   bottom: 25px;
   font-size: 38px;
   color: #fff;
}
.logo{
    max-width: 130px;
    min-width: 10px;
}
.animacion{
    display: flex;
    justify-content: center;
    align-items: center;
}
.animacion .mascota{
      font-weight: bold;
      color:rgb(255, 255, 255);
}


/* //////////////
   CONÓCENOS
//////////////*/
.title, .service-title{
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}
.item-img{
    margin-bottom:15px;
}
.bottom-line{
    margin-top:1px;
    margin-bottom:40px;
    border: 0;
    border-top: 0px;
    height: 3px;
    width: 100px;
    background-color:#ff0000;
}
.wrap-item h3{
    font-size: 30px;
    line-height:20px;
}
.pad-bt15{
    padding-bottom:15px;
}
.sec-sub-title{
    padding-top: 30px;
}
.sec-sub-title{
    font-size: 16px;
    font-weight: bold;
    color: #002F2F;
    text-transform: uppercase;
    margin: 25px 0px;
    line-height: 1.7;
}
#service{
    background-color: #F3F4F8;
}
ul.service-list li i{
    color: #002F2F;
    padding-right: 10px;
}
.learn-more, .learn-more:hover, .learn-more:focus {
    height: 50px;
    width: 175px;
    background: #046380;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 45px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/* ////////////////
RASTREO SATELITAL
////////////////*/
.imagenrs {
    object-fit: cover;
    width: 70%;
    border-radius: 10px;
    align-items: center;
}


/* //////
CAROUSEL
///////*/
#testimonial{
    background: url('../imagenes/conocenos/bg.jpg') no-repeat;
    background-size: cover;
    min-height: 350px;
}
.bg-testicolor{
    background-color: RGBA(73, 84, 105, 0.61);
    min-height: 350px;
}
.white{
    color:#fff !important;
}
.testimonial-item ul li blockquote {
    font-size: 20px;
    line-height:22px;
    color: #fff;
    font-weight:200;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
    
    width: 92%;
    position: center;
    border: 0;
}
.testimonial-item ul li  small {
    font-size: 16px;
    color: #fff;
    font-weight:350;
    text-shadow: 1px 1px 2px #333;
    text-align: center  ;
    display: inline-block;
    width: 100%;
}
.bx-viewport{
    height: 350x !important;
    background-color: transparent !important;
    border: 0px none !important;
    box-shadow: none !important;
}
.testimonial-item ul li blockquote::before{
    content: '“';
    left: 30px;
}

/*Comillas*/
.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
    position: absolute;
    font-weight:180;
    font-size:0em;
    font-family: Georgia, serif;
    color: #ccc;
    top: 50%;
}
.testimonial-item ul li blockquote::after {
    content: '”';
    right: 30px;
}

.img-car{
    max-width: 130px;
    min-width: 10px;
    padding: 10px 15px;
}


/* //////////////
COBERTURA
//////////////*/
.blog-info h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5  px;
}
.blog-comment {
    margin-top: 12px;
    min-height: 30px;
}
.blog-info p, .blog-comment p
{
    color: #949494;
}
.blog-comment p:first-child {
    float: left;
}
.blog-comment p:last-child {
    float: right;
    margin-right: 0;
}
.blog-comment p i
{
    color: #949494;
}
.read-more {
    color: #949494;
    margin-top: 15px;
    display: inline-block;
}
.blog-img
{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
} 
.blog-img img {
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
/* //////////////
CONTÁCTO
//////////////*/
#Contáctanos{
    background: rgba(37, 39, 43, 0.9);
}
.btn-submit, .btn-submit:hover, .btn-submit:focus{
    background-color: transparent;
    border-radius: 60px;
    color: #ffffff;
    font-weight: 400;
    border: 2px solid #ffffff;
    font-size: 16px;
    padding: 6px 20px;
}
.form-control{
    background-color: transparent;
    border-radius: 0px;
    color: #ffffff !important;
    border-color: #ffffff;
    border: 2px solid
}
.form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.contact-form input.form-control{
    color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.loction-info p
{
    margin-bottom: 25px;
}
.loction-info p i
{
    color: #ffffff;
}

/* //////////////
DENUNCIA
//////////////*/
#Denuncia{
    background: rgba(37, 39, 43, 0.9);
}
.btn-submit, .btn-submit:hover, .btn-submit:focus{
    border-radius: 60px;
    color: #ffffff;
    font-weight: 400;
    border: 2px solid #ffffff;
    font-size: 16px;
    padding: 6px 20px;
}
.form-control{
    background-color: transparent;
    border-radius: 0px;
    color: #ffffff !important;
    border-color: #ffffff;
    border: 2px solid
}
.form-control:focus {
    border-color: #000000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.contact-form input.form-control{
    color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.loction-info p
{
    margin-bottom: 25px;
}
.loction-info p i
{
    color: #ffffff;
}
/* //////////////
PIE DE PÁGINA
//////////////*/
#footer
{
    padding: 20px 0px;
}
.scrollToTop {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #ffffff;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.white-bg
{
    background-color: #fff;
}
#footer a{
    color: #000000;
    font-weight: 400;
}

/* ////////////////
PÁGINA DE GRACIAS
////////////////*/

.gracias{
    text-align: center;
    background: url('../inicio02.jpg') no-repeat fixed center;
    background-size: cover;
    position:relative;
    max-height: 600px;
    font-size: 30px;
    padding: 150px;
    color:#ffffff;
}
.gracias1{
    background-color: rgba(0, 0, 0, 0.658);
}
/* //////////////
Responsive media queries
//////////////*/

/***********************************  
************************************
cta
************************************
***********************************/

.cta {
    background-color: rgb(73, 84, 105);
}
.cta .cta-info {
    
    width: 100%;
    float: left;
    padding: 30px 25px 30px 15px;
    border-radius: 5px;
}
.cta .cta-info .cta-txt h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.cta .cta-info .cta-btn {
    margin-top: 16px;
    background-color: rgb(190, 158, 33);
    padding: 20px 50px;
    color: #FFF;
    font-size: 22px;
    display: inline-block;
    transition: all 0.5s ease-in 0s;
}
/***********************************
************************************
Responsive media queries
************************************
***********************************/
@media (min-width: 768px) and (max-width: 980px) {
    .service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
}
.portfolio-item figure figcaption{
    padding: 10px 30px;
}
.hover figure .imag {
    padding: 10px 30px;
    width: 100%;
    height:100%;
}
.hover figure p{
    font-size: 12px;
}
.padding-right-zero{
    padding-right: 15px !important;
}
.imagenrs {
    object-fit: cover;
    width: 95%;
}
}
@media (min-width: 451px) and (max-width: 767px) {
    .service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 15px;
    }
    .hover figure .imag {
        padding: 10px 30px;
        width: 100%;
        height:100%;
    }
    .hover figure .capa{
        padding: 10px 15px;
    }
    .hover figure h2 {
        font-size: 16px;
    }
    .imagenrs {
        object-fit: cover;
        width: 70%;
    }
    .swiper-slide {
        background-position: center;
        background-size:auto;
        width: 767px;
        height: 410px;
        
    }
}
@media (min-width: 20px) and (max-width: 450px) {
.navbar-default .navbar-brand {
    padding-left: 16px;
    margin-top: 0px;
}
.banner-info {
    padding-top: 40px;
}
h1.bnr-title {
    padding-top: 15px;
    font-size: 16px;
}
h2.bnr-sub-title {
    font-size: 33px;
}
body{
    font-size: 14px;
}
.btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
}
.wrap-item h3 {
    font-size: 18px;
}
.title, .service-title {
    font-size: 28px;
}
.sub-title {
    font-size: 15px;
}
.service-item, .blog-sec, .wrap-item, .loction-info{
    margin-bottom: 0px;
}
.loction-info{
    padding: 0px 15px;
}

.hover figure .capa{
    padding: 10px 15px;
}
.portfolio-item figure figcaption {
    padding: 10px 15px;
}
.padding-right-zero{
    padding-right: 15px; 
}
.hover figure p{
    font-size: 12px;
}
.portfolio-item figure p{
    font-size: 12px;
}
.hover figure h2 {
    font-size: 16px;
}
.portfolio-item figure h2{
    font-size: 16px;
}
.testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin:0;
    padding:0;
    
}
.navbar-default .navbar-nav > li > a{
    line-height: 22px;
    text-align: center;
}
.logo{
    max-width: 90px;
    min-width: 10px;
}

.imagenrs {
    object-fit: cover;
    width: 95%;
}

}