
body {

	font-family: "Blinker", sans-serif;/* Reemplaza 'sans-serif' con una fuente de respaldo si es necesario */

	position: relative;

	font-weight:400;

	background: #F9F9FB;

	color:#43484E;

	font-size: 15px;

}

 /* Bloquear selección de texto completamente */
    body {
      user-select: none; /* Desactiva la selección */
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
    }

    /* Bloquear el subrayado durante el intento de copiar */
    ::selection {
      background: transparent; /* Elimina el color de selección */
    }

/* body {
  font-family: "Blinker", sans-serif;
  position: relative;
  font-weight: 400;
  background: #0a4d76;
  color: #0a4d76;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Blinker", sans-serif;
}



body  section{

	padding: 75px 0;

}





img {width:100%;}

.center {text-align: center;}

.justify {text-align: justify;}

.justifyc {text-align: justify;text-align-last: center;}



.imgc {

display: block;

margin-right: auto;

margin-left: auto;

text-align: center;

}




.dly01 { animation-delay: 0.1s;}

.dly02 { animation-delay: 0.2s;}

.dly03 { animation-delay: 0.3s;}

.dly04 { animation-delay: 0.4s;}

.dly05 { animation-delay: 0.5s;}

.dly06 { animation-delay: 0.6s;}

.dly07 { animation-delay: 0.7s;}

.dly08 { animation-delay: 0.8s;}

.dly09 { animation-delay: 0.9s;}

.dly10 { animation-delay: 1.0s;}

.dly11 { animation-delay: 1.2s;}



.no_marg {margin-left: 0;margin-right: 0;}

.no_padd {padding-left: 0;padding-right: 0;}



.btn.active.focus, 

.btn.active:focus, 

.btn.focus, 

.btn:active.focus, 

.btn:active:focus, 

.btn:focus {

    outline: 0px auto transparent;

    outline-offset: -2px;

}



button.active.focus, 

button.active:focus, 

button.focus, 

button:active.focus, 

button:active:focus, 

button:focus {

    outline: 0px auto transparent;

    outline-offset: -2px;

}

a.active.focus, 

a.active:focus, 

a.focus, 

a:active.focus, 

a:active:focus, 

a:focus {

    outline: 0px auto transparent;

    outline-offset: -2px;

}



button,

.btn {

	-webkit-transition: 300ms;

	-moz-transition: 300ms;

	-o-transition: 300ms;

	transition: 300ms;

	line-height: 1;

}










/*ESTILOS NUEVOS PAGINA*/

.row {
  margin-right: 0px;
  margin-left: 0px;
}

#no_padding {
  padding: 0px;
}

/*HEADER*/
.img_lang {
  width: 20px;
  margin: 5px 10px 0;
  margin-top: 15px;
}


#navigation .navbar {
  background: #b3cfef;
  /*background: #0000008c;*/
  border-radius: 0;
  border-bottom: 0;
  box-shadow: none;
  /* padding: 20px 0; */
  /*opacity: 1; */
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 2s;

  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

@keyframes fadeInOpacity {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

#navigation .navbar-toggle {
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1 {
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
  padding: 0 1px;
  padding-top: 15px;
}

#navigation .navbar-nav.navbar-right {
  margin: 6px 6px 0 0;
}

#navigation .navbar-nav.navbar-right li a {
  color: #5a7d9d;
  font-family: "Blinker", sans-serif;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
  padding: 6px 10px;
  font-weight: 600;
}

#navigation .navbar-inverse .navbar-nav .active a,
#navigation .navbar-inverse .navbar-nav .active a:focus,
#navigation .navbar-nav.navbar-right li a:hover {
  color: #dc273f;
  background-color: transparent;
}

#navigation .navbar-inverse .navbar-nav .active a:after {
  color: #28a5df;
  content: "•";
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 22px;
  font-size: 12px;
  /*font-size: 2.3em;*/
}



#navigation .navbar.scrolled {
  background: #0091d0 !important;
  padding: 0 !important;
  transition: background-color 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  box-shadow: 0 0 5px #00000061 !important;
}

#navigation .navbar-nav.navbar-right li a.scrolled {
  color: #fff;
}

#navigation .navbar-inverse .navbar-nav .active a.scrolled,
#navigation .navbar-inverse .navbar-nav .active a:focus.scrolled,
#navigation .navbar-nav.navbar-right li a:hover.scrolled {
  color: #28a5df;
  background-color: transparent;
}

.dropdown-menu {
  background: #000000e0;
  border: none;

  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.dropdown-menu.scrolled {
  background: #2f547c;
  border: none;
}

.navbar-right .dropdown-menu {
  right: initial;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #28a5df;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}

.scra {
  width: 270px;
  /* padding: 0 25px; */
}


.btn-warning {
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 3px auto 0;
  background-color: #dc273f;
  border-color: #dc273f;
  font-size: 12px;
}

.btn-warning:hover {
  background-color: #009688;
  border-color: #009688;
}

.csbtn {
  margin-top: 20px;
  margin-right: 50px;
  margin-left: 10px
}

/*HEADER*/


/*FOOTER*/
footer {
  background: #b3cfef;
  color: #5586A7;
  padding: 30px 0;
}

footer a {
  color: #5586A7;
}

footer a:hover {
  color: #28a5df;
}

footer p {
  margin: 0;
}

footer {
  background-color: #b3cfef;
  padding: 20px;
  text-align: left;
  width: 100%;
  display: flex;
  /* Usamos flexbox para alinear los elementos */
  align-items: center;
  /* Alineamos verticalmente los elementos */
}


/* Estilos para la imagen del teléfono */
.phone-img {
  width: 35px;
  /* Ajusta el tamaño de la imagen según sea necesario */
  vertical-align: middle;
  margin-right: 20px;
  /* Ajusta el espaciado entre la imagen y el número */
  margin-left: 50px;
  /* Ajusta el margen izquierdo */
}

/* Estilos para el número de celular */
.phone-number {
  margin-left: 5px;
  /* Ajusta el espaciado entre la imagen y el número */
  color: #5586a7;
  /* font-weight: bold; */
  font-weight: 600;
  font-size: 20px;
}

/* Estilos para el área del teléfono */
.phone-section {
  margin-right: 25px;
  /* Ajusta el margen derecho entre las secciones */
}

/* Estilos para el botón */
.btn22 {
  background-color: #cc293b;
  /* Rojo */
  color: #fff;
  padding: 10px 20px;
  text-decoration: none !important;
  /* Quitamos subrayado del enlace */
  border-radius: 10px;
  padding: 10px 25px;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: bold;
}

/* Estilos para el botón al pasar el ratón por encima */
.btn22:hover {
  background-color: black;
  /* Rojo más oscuro */
  color: white;
}

/* Estilos para el área de transportaciones y redes sociales */
.transport-social {
  display: flex;
  /* Usamos flexbox para alinear los elementos */
  align-items: center;
  /* Alineamos verticalmente los elementos */
}

/* Estilos para el texto de "Transportaciones" */
.transport-text {
  color: #456E8A;
  margin-right: 20px;
  /* Ajusta el margen entre el texto y los iconos */
  font-size: 18px;
  font-weight: 600;
}

/* Estilos para los iconos de redes sociales */
.social {
  color: white;
  font-size: 20px;
  /* Tamaño de los iconos */
  margin-right: 10px;
  /* Ajusta el margen entre los iconos */
}

.imgc {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.transport-social {
  display: flex;
  /* Usamos flexbox para alinear los elementos */
  align-items: center;
  /* Alineamos verticalmente los elementos */
  margin-left: auto;
  /* Esto hará que la sección esté pegada a la derecha */
  margin-right: 12%;
}

#social .social {
  width: 35px;
  height: 35px;
  color: #274566;
  padding: 7px 0;
  margin: 0px 5px;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

#social .social:hover {
  box-shadow: 0 0 20px #0000004a;
}

#social .fa-facebook {
  background: #456E8A;
  color:  #b3cfef;;
}

#social .fa-facebook:hover {
  color:  #b3cfef;
  background: #2d3e63;
}

#social .fa-instagram {
  background: #456E8A;
  color:  #b3cfef;;
}

#social .fa-instagram:hover {
  color: #b3cfef;
  background: #cd82da;
}

#social .fa-linkedin {
  background: #456E8A;
  color:  #b3cfef;;
}

#social .fa-linkedin:hover {
  color:  #b3cfef;
  background: #2867b2;
}




/*FOOTER*/


/*SECCION HOME */

 .itemimg {
  background-size: cover;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.seccion-con-imagen {
  position: relative;
  top: -30px;
}

#general{
  padding: 0;
  margin-bottom: 40px;

}

#general p{
  font-size: 3rem;
}

#general b{
  color: #4B6F8D;
}

#mapa{
  padding: 0;
}

/*SECCION HOME */


/*SECCION ABOUT US*/

#general2{
  padding: 0;
  margin-top: 20px;
}


#general2 p{
  font-size: 3rem;
}

#general2 b{
  color: #4B6F8D;
}

.coltext{

  padding-right: 8%;
  padding-top: 8%;
}

#general3{
  padding: 0;
  padding-top: 50px;
}


/*SECCION ABOUT US*/

/*SECCION SERVICES*/

.divcuadros{
  padding: 70px;
  padding-top: 0;
}

.divcuadrosS{
  padding: 70px;
  padding-top: 0;
}

.divsub{
  padding: 40px;
}

.divsub li{
  color: #5a7d9d;
  font-weight: 700;
  font-size: 2.5rem;
}

.divsub2{
  padding: 40px;

}

.divsub2 p{
  margin-top: 20px;
  color: #5a7d9d;
  font-size: 4rem;
  line-height: 3rem;
  font-weight: 700;
}


.divcuadros3 {
  padding: 70px;
  /* display: flex;
  flex-wrap: wrap; */
  padding-top: 0;
  padding-bottom: 0;
}

.divcuadros3 > div {
  display: flex;
  align-items: stretch;
}

.divcuadros3 img {
  
    width: 100%;
    height: 350px;
    object-fit: fill;
    margin-top: 30px;

}

#general4{
  padding-top: 0;
}

/*COTIZAR*/

#generals {
  background: rgb(255, 255, 255);
  padding: 50px 0 20px;
}


#generals a {
  color: #456E8A;
}

#generals a:hover {
  color: #456E8A;
}

#generals hr {
  border: 0;
  border-top: 2px dotted #456E8A;
  width: 90px;
  margin: 25px auto 50px;
}

#generals .center {
  color: #456E8A;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}

.formularioNegro::-webkit-input-placeholder {
  color: black;
}

.formularioNegro {
  border-radius: 15px;
}

.imgc {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}


.form-control {
  height: 40px;
  margin: 10px 0;
  padding: 15px 10px;
  color: #fff;
  background-color: #B3CFEF;
  background-image: none;
  border: 2px solid #B3CFEF;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
  /*border-left: 2px dotted #F44336;*/
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-align: center;
}

.form-control:focus {
  border-left: 2px dotted #456E8A;
  border-right: 2px solid #e6e6e6;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  box-shadow: none;
}

.formularioNegro::-webkit-input-placeholder {
  color: black;
}

.formularioNegro {
  border-radius: 15px;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
}

.btn {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.btn-primary {
  color: #fff;
  background-color: #cc293b;
  border-color: #cc293b;
  border-radius: 15px;
  width: 100%;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 50px;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #456E8A;
  border-color: #456E8A;
}

.divpad{
  padding: 0;
}


/*ENVIADO*/

#sended {
    padding: 110px 0;
    background: #1b1b1b;
    color: #fff;
}

.social43{
   background: #5A7D9D; 
   padding:40px;
}

.img_php {
    width: 20%;
    padding: 20px 0;
}

/*.contenviado{*/
/*    padding:50px;*/

/*}*/


.back_ {
    width: 50px;
    height: 50px;
    background: #B3CFEF;
    border-radius: 50%;
    padding: 15px 0;
    margin: 35px auto;
    color: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}


.back_:hover {
    background: #006898;
}

.back_ i {
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
}

.back_:hover i {
    -moz-transform: scale(1.5) rotate(-360deg);
    -webkit-transform: scale(1.5) rotate(-360deg);
    transform: scale(1.5) rotate(-360deg);
}


.scrascra{
    position:relative;
    left:-52px ;
}