*{
	font-family: 'Raleway', sans-serif;
}

.material-icons-outlined{
    font-family: 'Material Icons' !important;
}

#ubicaciones{
    text-align: -webkit-center !important;
}

#serviciosagencia{
    text-align: -webkit-center !important;
}

#serviciosagencia .material-icons-outlined{
    font-size: 48px;
    color: #0A3277 !important;
}


#mercancia {
    background-color: #0A3277 !important;
    color: white !important;
}

#mercancia .material-icons-outlined{
    font-size: 48px;
    color: white !important;
}

.header-principal{
	background-image: url('principal.JPG');
	background-color:  yellow;
}

.loginspace {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 1%;
    text-align: -webkit-center;
  
    border-radius: 5px;
    color: white !important;
}

.card{
    background: transparent !important;
    border: none !important;
}


.login-content {
    justify-content: center;
    align-items: center;
    display: flex;
}

.image-login {
    background-image: url('principal.jpg');
    height: 100%;
    background-position: end;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-seccion2 {
    background-image: url('map.jpg');
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.backgroundblack{
	background: rgba(0, 0, 0, 0.55) !important;
}

.texto52{
	font-size: 52px !important;
  font-weight: bold !important;
}

.texto20{
	font-size: 20px !important;
}

.texto30{
	font-size: 30px !important;
}

.texto48{
	font-size: 48px !important;
}

.texto22{
	font-size: 22px !important;
}

.btn-primary{
	border-radius: 5px !important;
	background: #16df7e !important;
	border-color: #16df7e !important;
}

#footer
{
   text-align: -webkit-center;
   background-color: #0A3277 !important;
   color: white !important;
}

#inicio .row{
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.centertext{
    text-align: -webkit-center;
}

.principaltext{
	color:#27282a !important;
	font-weight: bold !important;
}

.p90{
	padding-top: 90px !important;
    padding-bottom: 90px !important;
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.p60{
	padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.p30{
	padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.columncenter{
	align-self: center;
}

.cardgray{
    background: #F9F9F9 !important;
    font-weight: bold !important;
}

.divcontacto{
    /*background-color: #F8F9F9 !important;*/
    background-color: #ebebeb !important;
    text-align: center !important;
}

.divmisionvision{
  background-color: #ebebeb !important;
  text-align: center !important;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}

.img-text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 150px;
  top: 350px;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #6a7489;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #344f90 !important;
}

#navbarNavAltMarkup{
      justify-content: right;
}

.fa {
  padding: 15px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #3f729b;
  color: white;
}

.fa-facebook:hover, .fa-facebook:focus, .fa-facebook:active{
  background: white !important;
  color: #3B5998;
  opacity: 1 !important;
}

.fa-twitter:hover, .fa-twitter:focus, .fa-twitter:active {
  background: white !important;
  color: #55ACEE;
  opacity: 1 !important;
}

.fa-instagram:hover, .fa-instagram:focus, .fa-instagram:active {
  background: white !important;
  color: #3f729b;
  opacity: 1 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #16df7e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #33eb92;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.nav-link{
  font-weight: bold !important;
}

@media (max-width: 575px) { 
  .p30{
     padding: 30px !important;
  } 
}

@media (max-width: 700px) { 
  .p90{
     padding: 30px !important;
  }
}

@media (max-width: 900px){
  .emailstyle{
    font-size: 14px !important;
  }
  .icon-box{
    height: 440px !important;
  }
  }

  @media (max-width: 412px){
    .icon-box{
      height: 510px !important;
    }
    }

  @media (max-width: 362px){
     .icon-box{
       height: 550px !important;
    }
    }

  @media (max-width: 321px){
    .icon-box{
       height: 690px !important;
   }
   }
    
 @media (max-width: 991px){
    .p90{
      padding: 30px !important;
    }
 }

 @media (min-width: 991px){
    .tittle120{
      height: 120px;
    }
    .p90{
      padding: 30px !important;
    }
 }



 /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  height: 350px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #ebebeb;
}
.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 10px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}
.services .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}
.services .icon-box p {
  margin-left: 10px;
  line-height: 24px;
  font-size: 16px;
}
.services .icon-box:hover h4 a {
  color: #ff4a17;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #0A3277;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffecde;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2a2c39;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #555974;
}
.contact .info .email, .contact .info .phone {
  padding-top: 15px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #0A3277;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #ef6603;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #fc8129;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  padding: 0;
  overflow: hidden;
  background: #000;
}
#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
#hero .carousel-content {
  text-align: left;
}
@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #0A3277;
  text-decoration-line: none;
}
#hero .btn-get-started:hover {
  background: #0A3277;
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (max-height: 500px) {
  #hero, #hero .carousel-item {
    height: 120vh;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
