/*
Theme Name: MPI Logistica
Author: Dardo creativo
Version: 1.0
*/

@font-face {
    font-family: Montserrat_Regular;
    src: url(css/fonts/Montserrat_Regular.ttf);
}
@font-face {
    font-family: Montserrat_Bold;
    src: url(css/fonts/Montserrat_Bold.ttf);
}
@font-face {
    font-family: Montserrat_Medium;
    src: url(css/fonts/Montserrat_Medium.ttf);
}
@font-face {
    font-family: Yantramanav_Regular;
    src: url(css/fonts/Yantramanav_Regular.ttf);
}
body {
    margin: 0;
    font-family: Montserrat_Regular;
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: black !important;
}
ul {
    margin: 0;
}
figure {
    margin: 0;
}
h1, h2, h3, h4, p {
    font-weight: normal;
}
/*Textos */

.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-14 {
    font-size: 14px;
}
.fs-36 {
    font-size: 36px;
}
.fs-24 {
    font-size: 24px;
}
.fs-20 {
    font-size: 20px;
}
.Montserrat_Regular {
    font-family: Montserrat_Regular !important;
}
.Montserrat_Bold {
    font-family: Montserrat_Bold !important;
}
.Montserrat_Medium {
    font-family: Montserrat_Medium !important;
}
.Yantramanav_Regular {
    font-family: Yantramanav_Regular !important;
}
.line-height {
    line-height: 1;
}
.w-contents {
    width: max-content;
}
.text-justify {
    text-align: justify;
}
.w-max {
    width: max-content;
}
.bw {
    word-break: break-word;
}
/* Color */

.texto-blanco {
    color: white !important;
}
.fondo-blanco {
    background-color: white !important;
}
.texto-negro {
    color: #000000 !important;
}
.fondo-negro {
    background-color: #000000 !important;
}
.texto-negro-claro {
    color: #1A1A1A !important;
}
.fondo-negro-claro {
    background-color: #1A1A1A !important;
}
.texto-gris {
    color: #5A5A59 !important;
}
.fondo-gris {
    background-color: #5A5A59 !important;
}
.texto-gris-claro {
    color: #E4E4E4 !important;
}
.fondo-gris-claro {
    background-color: #E4E4E4 !important;
}
.texto-gris-oscuro {
    color: #666666 !important;
}
.fondo-gris-oscuro {
    background-color: #666666 !important;
}
.texto-azul {
    color: #3AAFFF !important;
}
.fondo-azul {
    background-color: #3AAFFF !important;
}
.texto-curuva {
    color: #ffebd0 !important;
}
.fondo-curuva {
    background-color: #ffebd0 !important;
}
.texto-amarillo {
    color: #F6CC3B !important;
}
.fondo-amarillo {
    background-color: #F6CC3B !important;
}
/* Imagenes */

.objet-fit-scalate {
    object-fit: scale-down;
}
.objet-fit-cover {
    object-fit: cover;
}
/* MENU 1*/

.padding_menu {
    padding-top: 110px !important;
}
.padding_menu_otros {
    padding-top: 85px !important;
}
#nav_menu {
    position: fixed !important;
    width: 100%;
    /*    box-shadow: 0px 5px 15px -9px rgb(178 178 178);*/
    z-index: 1004;
}
.height_menu {
    /*height: 65px*/
}
.texto_a_menu a {
    display: flex;
    justify-content: space-between;
    font-family: Montserrat_Medium;
    font-size: 14px;
}
.texto_a_menu a:hover {
    color: #ffebd0 !important;
}
.div_contenedor_input {
    width: 400px;
}
.texto_input_buscar {
    font-family: Montserrat_Medium;
}
.texto_input_buscar::placeholder {
    color: black;
}
.imagen_buscar_menu {
    width: 35px;
    vertical-align: middle;
    position: absolute;
}
.div_barra_buscar {
    position: relative;
    z-index: 10;
}
.div_contenedor_imagen_logo {
    /*left: 16%;*/
    width: max-content;
    z-index: 9;
    /*transform: translate(0, -50%);
    top: 25%;*/
}
.imagen_menu {
    position: relative;
    height: 94px !important;
    max-width: none !important;
}
.movimiento_menu {
    position: relative;
    /*left: 85px;*/
    /*padding-left: 170px;*/
}
.div_barra_buscar {
    position: relative;
    z-index: 10;
}
.imagen_iconos_menu_buscar {
    right: 15px;
    /*background: black;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;*/
    cursor: pointer;
}
.imagen_iconos_menu {
    width: 25px;
    object-fit: scale-down;
    position: absolute;
}
.imagen_iconos_menu_user_carrito {
    height: 20px !important;
    object-fit: scale-down;
    position: relative;
}
.li_productos:hover>.desplegable_prodcutos {
    display: flex;
}
.desplegable_prodcutos {
    transform: translate(-50%, 0);
    top: 56px;
    left: 50% !important;
}
.desplegable_prodcutos.show {
    display: flex;
}
.imagen_redes_menu img {
    width: 30px;
    object-fit: scale-down;
}
.imagen_redes_menu_arriba img {
    width: 40px;
    object-fit: scale-down;
}
#icon_menu .navbar-toggler-icon {
    background-image: url(image/icono-menu.png);
    width: 55px !important;
    height: 45px !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#boton_menu_responsive {
    outline: none;
    border: none;
    box-shadow: none;
}
.menuItemContent {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 48px;
}
.boton_cerrar_menu .navbar-toggler-icon {
    background-image: none !important;
}
/* FIN MENU 1*/

/*HOME*/

.imagen_franja_amarilla {
    position: absolute;
    left: 0px;
    width: 100%;
}
.imagen_franja_amarilla img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.imagen_franja_gris {
    position: absolute;
    width: 100%;
    height: 100%;
}
.imagen_franja_gris img {
    position: absolute;
    width: 765px;
    right: 0px;
    object-fit: cover;
    top: 0px;
}
.btn-general {
    font-size: 14px;
    border-radius: 10px 0px;
    font-family: Montserrat_Medium;
}
.items_menu_ajuste {
    position: relative;
    right: 65px;
}
.img_banner {
    width: 100%;
    height: 757px;
    object-fit: cover;
}
.carousel-control-prev, .carousel-control-next {
    width: 10% !important;
    opacity: 1;
}
.carousel-control-prev {
    top: 55px !important;
    right: 0 !important;
    left: inherit;
}
.carousel-control-next {
    bottom: 55px !important;
}
.carousel-control-next-icon {
    background-color: white;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-control-prev-icon {
    background-color: white;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imagen_flechas_carrusel {
    width: 22px;
    object-fit: scale-down;
}
.contenedor_info_banner {
    width: 680px;
    transform: translate(0, -50%);
    top: 50%;
    left: 75px;
}
.texto-banner {
    font-size: 60px;
    line-height: 66px;
}
.imagen_quienes_somos {
    width: 100%;
    object-fit: scale-down;
}
.texto-titulos {
    font-size: 36px;
    line-height: 53px;
}
.punto_item {
    font-size: 25px;
}
.imagen_firma_seo {
    width: 190px;
    object-fit: scale-down;
}
#servicios {
    position: relative;
    z-index: 1;
}
.contenedor_tarjetas_servicios {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.imagen_servicio {
    width: 100%;
    height: 260px;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}
.item_tarjeta_servicios {
    border-radius: 10px;
    background: #000;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
}

.contenedor_info {
    height: 202px;
}
.texto-servicios {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.titulo-servicios {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.separador_gris {
    height: 1px;
}
.flecha_ver_mas_servicio {
    width: 26px;
    object-fit: scale-down;
}
.imagen_itme_doc {
    width: 50px;
    object-fit: scale-down;
}
#diferencias {
    background-image: url('image/fondo_seccion.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 360px;
    padding-bottom: 190px;
    position: relative;
    bottom: 250px;
}
.imagen_video {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
    border-radius: 10px;
}

.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#F6CC3B 50%, #F6CC3B 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
z-index: 1;
}
.play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(237 241 245 / 70%);
  top: -15%;
  left: -15%;
  background: #F6CC3B;
}
.play-btn:hover::after {
  border-left: 15px solid #F6CC3B;
  transform: scale(20);
}
.play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate-btn {
  0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
  }
  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
  }
  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}

.contenedor_tarjetas_info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-radius: 10px 0px;
}
.separador_item {
    width: 4px;
    height: 100%;
    right: 0px;
    bottom: 0px;
}
#info_empresa {
    position: relative;
    margin-top: -371px;
}
.imagen_aliado {
    width: 197px;
    object-fit: scale-down;
}
.imagen_contacto_footer {
    width: 80px;
    object-fit: scale-down;
}
.contacto_padding {
    padding-bottom: 100px;
}
.imagen_separacion {
    width: 100%;
    object-fit: cover;
}
.imagen_logo_footer {
    width: 150px;
    object-fit: scale-down;
}
.redes_footer {
    width: 40px;
    object-fit: scale-down;
}
.franja_amarilla {
    width: 100px;
    height: 3px;
}
.flecha_menu_footer {
    width: 12px;
    object-fit: scale-down;
}
.input_suscripcion {
    border: none;
    background: #F2F2F2;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-top-rigth-radius: 0px !important;
    border-bottom-rigth-radius: 0px !important;
    font-size: 14px;
}
.input_suscripcion::placeholder {
    font-size: 14px;
}
.btn_enviar_suscripcion {
    border: none !important;
    border-radius: 10px !important;
}
.image_btn_enviar {
    width: 50px;
    object-fit: scale-down;
}
/*FIN HOME*/

/*EMPRESA*/

.flecha_brechum {
    width: 12px;
    object-fit: scale-down;
}
.img_banner_otros {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.contenedor_info_banner_otros {
    width: 680px;
    transform: translate(0, -50%);
    top: 65%;
    left: 75px;
}
.imagen_mision_vision {
    width: 100%;
    object-fit: scale-down;
}
.contenedor_flechas_mision_vision {
    /*position: absolute;
    top: 0px;
    right: 0px;*/
}
#carusel_mision_vision .carousel-control-next-icon {
    box-shadow: 0px 8px 20px 0px rgba(7, 36, 95, 0.15);
}
#carusel_mision_vision .carousel-control-prev {
    top: 0px !important;
    align-items: flex-start !important;
    right: 60px !important;
    height: max-content;
}
#carusel_mision_vision .carousel-control-prev-icon {
    box-shadow: 0px 8px 20px 0px rgba(7, 36, 95, 0.15);
}
#carusel_mision_vision .carousel-control-next {
    bottom: 0px !important;
    align-items: flex-start !important;
    height: max-content;
}
.imagen_video_empresa {
    width: 100%;
    height: 625px;
    object-fit: cover;
}
.contenedor_info_politica {
    position: absolute;
    width: 397px;
    bottom: -125px;
    left: 13%;
    border-radius: 10px 0px;
    box-shadow: 28px 22px 84.2px -23px rgba(91, 91, 89, 0.25);
}
#video_politica {
    margin-bottom: 125px;
}
.fondo_gris_abajo {
    width: 100%;
    height: 34%;
    position: absolute;
    bottom: 0px;
    z-index: -1;
}
.contenedor_tarjetas_comentarios {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.item_tarjeta_comentario {
    border-radius: 10px;
    margin-top: 33px;
}
.imagen_comilla {
    width: 50px !important;
    object-fit: scale-down;
    position: absolute !important;
    top: -35px;
    left: 46px;
}
.barra_amarilla_comentarios {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0px;
}
.imagen_comentario {
    width: 60px !important;
    object-fit: scale-down;
}
/*FIM EMPRESA*/

/*SEVICIOS*/

.contenedor_contacto {
    width: 442px;
    position: absolute;
    bottom: 0px;
    right: 6%;
}
.imagen_camion{
    width: 80%;
    object-fit: scale-down;
}
/*FIN SERVICIOS*/

/* CONTACTO */
.contact-form {
    height: 100%;
  background-color: white;
}

.contact-info {
    height: 100%;
}

.contact-form h2, .contact-info h2 {
  font-weight: bold;
}

.contact-form label {
  font-weight: bold;
}

.contact-form .form-control {
    border-radius: 0px;
    background-color: #f8f9fa;
    font-size: 16px;
    border: none;
    padding: 11px 0px;
}

.contact-form .form-control::placeholder {
 font-size: 16px;
}

.contact-info p {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-info p i {
  margin-right: 10px;
}

.btn-warning {
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: bold;
}

.btn-warning:hover {
  background-color: #ffca28;
}
.icon_input{
    height: 11px;
    object-fit: scale-down;
}
.input-group-prepend{
    position: absolute;
    left: 7px;
    z-index: 99;
}
.icono_mensaje{
    top: 12px;
}
.texto_escribenos{
    border-bottom: 2px solid #F6CC3B;
}
.texto_contacto{
    border-bottom: 2px solid #FFFFFF;
}
.detalle_info_iconos{
    width: 50px;
    object-fit: scale-down;
}
.contenedor_info_contacto{
    border-radius: 5px;
}
.mapa iframe{
    width: 100% !important;
    height: 500px !important;
}
/* FIN CONTACTO */
.carusel-aliados .owl-item{
    display: flex;
    justify-content: center;
}
/* RESPONSIVE */

@media (max-width: 1599.98px) {
    .imagen_franja_gris img {
        width: 645px;
    }
}
@media (max-width: 1399.98px) {
    .imagen_franja_gris img {
        width: 550px;
    }
}
@media (max-width: 1199.98px) {
    .contenedor_info_banner_otros {
        top: 50%;
        width: max-content;
    }
    .img_banner_otros {
        height: 394px;
    }
    #carouselExample {
        padding-top: 69px;
    }
    .imagen_franja_amarilla {
        display: none;
    }
    .imagen_franja_gris {
        display: none;
    }
    .items_menu_ajuste {
        right: 0px;
    }
    .padding_menu {
        padding-top: 85px !important;
    }
    .padding_menu_otros {
        padding-top: 69px !important;
    }
    #header {
        position: fixed;
        width: 100%;
        z-index: 1004;
    }
    .texto_a_menu a:hover {
        color: #000 !important;
        font-size: 16px;
        transition: linear 0.2s;
    }
    .contenedor_menu_mobile {
        background: #f6cc3b;
        box-shadow: 0px 5px 15px -15px rgb(0 0 0);
    }
    .navbar-collapse {
        background-color: #f6cc3b !important;
    }
    #nav_menu .navbar-collapse {
        position: absolute !important;
        left: 0px;
        width: 100%;
        top: 0px;
        z-index: 1003;
        text-align: center;
    }
    .movimiento_menu {
        left: initial;
        padding-left: initial;
    }
    .div_contenedor_imagen_logo {
        left: 0px;
        width: max-content;
        top: 0px;
        z-index: 10;
    }
    .imagen_menu {
        height: 52px !important;
    }
    .imagen_iconos_menu_buscar {
        width: 22px;
    }
}
@media (max-width: 991.98px) {
    .img_banner {
        height: 657px;
    }
    .contenedor_tarjetas_servicios {
        grid-template-columns: repeat(2, 1fr);
    }
    .contenedor_contacto {
        right: 0px;
    }
    .imagen_camion {
        height: 600px;
        object-fit: cover;
    }
}
@media (max-width: 767.98px) {
    .imagen_camion {
        width: 100%;
        height: auto;
        object-fit: scale-down;
    }
    .contenedor_contacto {
        width: 100%;
        position: relative;
    }
    .img_banner {
        height: 657px;
    }
    .contenedor_tarjetas_info {
        grid-template-columns: repeat(2, 1fr);
    }
    .texto-banner {
        font-size: 35px;
        line-height: 45px;
    }
    .contenedor_info_banner {
        width: 73%;
        left: 35px;
    }
    .contenedor_info_banner_otros{
        width: 100%;
        left: 20px;    
    }
    
}
@media (max-width: 575.98px) {
    .contenedor_tarjetas_servicios {
        grid-template-columns: repeat(1, 1fr);
    }
    .contenedor_tarjetas_info {
        grid-template-columns: repeat(1, 1fr);
    }
    .texto-banner {
        font-size: 26px;
        line-height: 33px;
    }
    .img_banner {
        height: 550px;
    }
    .fs-18 {
        font-size: 16px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 15% !important;
    }
    .texto-titulos {
        font-size: 25px;
        line-height: 35px;
    }
    .imagen_servicio{
        height: auto;
    }
    .contenedor_info_politica {
        width: 100%;
        left: 0px;
    }
    .imagen_video_empresa {
        height: 450px;
    }
}