:root{
  --main-bg-color:#b91736;         /* R: 185 G: 23 B: 54*/
  --secondary-bg-color:#eabf0c;    /* R: 234 G: 191 B: 12*/
  --white-bg-color: #ffffff;
  --sec-bg-color: #efefef;

  --main-text-color: #b91736;     
  --secondary-text-color:#eabf0c;  

  --normal-text-color: #ffffff;      /* R: 255 G: 255 B: 255*/
  --sec-normal-text-color:#1a381c;  /* R: 26 G: 56 B: 28*/
  

}
/*=============================================
ESCRITORIO (XL revisamos en 1366px en adelante)
=============================================*/

*{
  margin: 0;
  padding: 0;
}


ul, ol{
  list-style:none;
}

a:visited, a:link, a:focus, a:hover, a:active{
  list-style:none;
  text-decoration: none;
}

body{
  font-family: 'gotham-light', sans-serif;
  
}

#menuPrincipal ul li{

}

#menuPrincipal ul li:hover{

  background-color: var(--secondary-bg-color);

  transition: 0.9s ease-in-out;
}

#menuPrincipal ul li a:hover{

    /*color: var(--normal-text-color);*/
    color: var(--main-text-color);

  }

.dropdown-menu{
    /*background: rgba(255,255,255,0.9);*/
    background-color: var(--secondary-bg-color);
    font-size: 12px;
    min-width: 8rem;
    border-radius: 0px;
}

.dropdown-menu li a{

  color: var(--normal-text-color);
  font-weight: bold;


}

/*.dropdown-menu li a:hover{

  color: var(--main-text-color);

}*/



.flag{
    float: left;
    height: 20px;
    width: 27px;
    vertical-align: middle;
    padding-right: 5px;
}

.btn-black{
  background:#dfdfdf;
}

.btn-primario{
  background-color: var(--main-bg-color);
  color: var(--normal-text-color);
  font-family: 'azonix','gotham-bold', sans-serif;

}

.btn-primario:hover{

  background-color: var(--secondary-bg-color);

}

.btn:focus{
  box-shadow:none;
  border:0px;
}
.nav{
  margin-right: 3rem;
}

/* 	PARAMETROS GENERALES DE SITIO */
/*=============================================
ESCRITORIO (XL revisamos en 1366px en adelante)
=============================================*/


.navegacion{
  /*background: #002F87;  69A6D2 */
  /*background-color: transparent;*/
  /*background-image: linear-gradient(#746F6F 0%, #343434 100%);  */
}

.navbar-toggler {

  background-color: var(--secondary-bg-color);
  color: var(--main-text-color);
  border: none;

}

.navbar-toggler:hover {

  color: var(--main-text-color);

  }


  .slide{
  	position: relative;
  	height:70vh; 
  /*	background: #444;
  	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  	font-size: 14px;
  	color: #000;*/
  	
  }

 .swiper {

      height: 100%;
      padding: 0px;
      width: 100%;
      
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      
    }

    .swiper-pagination-progressbar{

      background: #333;

    }

    .textoSub{

      position: inherit;
      background: rgba(255,255,255,0.8);
    }

    .swiSper-slide{

      /*border-radius: 6px;*/
    /*background-color: aliceblue;*/
    /*border: 2px dashed gray;*/
    /*max-width: 30%;*/
    background: #fff;
    /*padding: 1em;*/
    /*margin-bottom: .4em;*/

    }

    .backgroundTexto{
      
      background: rgba(255,255,255,0.5);
    }

    .titulo{
        
      /*background: #ddd;*/
      color:#002F87;
      font-size: 35px;
      font-weight: bold;
      left:30px;
      position:absolute;
      text-align: center;
      text-shadow: 2px 2px #fff;
      top:55px;
      width: 30%;
      z-index: 5;
      padding: 15px;

    }

    .subtitulo{
      /*background: #ff00ff;*/
      color:#002F87;
      font-size: 30px;
      font-weight: bold;
      left: 30px;
      position: absolute;
      text-align: center;
      text-shadow: 2px 2px #fff;
      top:105px;
      width: 30%;
      z-index: 1;
    }




    #navbarSupportedContent{
      justify-content: flex-end;
    }



    .navbar-light .navbar-nav .nav-link{
      color:#fff;
      font-weight: bold;
      text-transform: uppercase;
    }

    .navbar-light:hover 
    .navbar-nav:hover 
    .nav-link:hover{
      color:#000;

    }


    .navbar-nav li:hover{
      /*background: rgba(31, 74, 142, 0.8);*/
      background: rgba(255,255,255,0.1);
      /*border-bottom: 1px solid #000;*/
      color: #fff;
    }

/* 


 */
 /*.card{
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow:hidden;
  border-radius:20px;
  min-height:450px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);


  @media (max-width: 768px) {
    min-height:350px;
  }

  @media (max-width: 420px) {
    min-height:300px;
  }

  &.card-has-bg{
   transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
   background-size:120%;
   background-repeat:no-repeat;
   background-position: center center;
   &:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);}

    &:hover {
      transform: scale(0.98);
      box-shadow: 0 0 5px -2px rgba(0,0,0,0.3);
      background-size:130%;
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);

      .card-img-overlay {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        background: rgb(35,79,109);
        background: linear-gradient(0deg, rgba(4,69,114,0.5) 0%, rgba(4,69,114,1) 100%);
      }
    }
  }
  .card-footer{
    background: none;
    border-top: none;
    .media{
     img{
       border:solid 3px rgba(234,95,0,0.3);
     }
   }
 }
 .card-meta{color:orange}
 .card-body{ 
   transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
 }
 &:hover {
   .card-body{
     margin-top:30px;
     transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
   }
   cursor: pointer;
   transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
 }
 .card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: rgb(35,79,109);
  background: linear-gradient(0deg, rgba(35,79,109,0.3785889355742297) 0%, rgba(69,95,113,1) 100%);
}

}*/

.servicios-gral{
/*  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: -84px;
  margin-bottom: -84px;*/
  /*background: #002F87;*/
  /*display: flex;*/
  /*z-index: 1;*/

}
.back-servicios{
  background: #efefef;
  padding: 10px;
}

.card-gral{
  border:0px solid #002F87;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
  
}

.card-personalizado{
  text-align: center;
  text-transform: uppercase;
  color: #002F87;
  /*font-weight: bold;*/

}
.card-personalizado h4{
  font-weight: bold;
}
.card-personalizado p{
  text-transform: capitalize;
}

.card-personalizado img{
  width: 40%;
  margin: 0 auto;
  border-radius: 50%;
}

.card-personalizado img:hover{
  /*border:1px solid #fff;*/
   /*transition: all 0.5s ease-in-out;*/
   transition: opacity 0.3s ease-in-out;
   box-shadow: rgba(255, 255, 255, 0.45) 0px 15px 20px -20px;
}

.card-personalizado:hover{
 /*background: #69A6D2;*/
   transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  /*background: #69A6D2;*/
  background: #002F87;
  /*background: linear-gradient(0deg, rgba(35,79,109,0.3785889355742297) 0%, rgba(69,95,113,1) 100%);*/
 cursor: pointer;
 color: #fff;
}

.card{
  border-radius: 0px !important;
}

.card-footer{
    background: none;
    border-top: none;
    .media{
     img{
       border:solid 3px rgba(234,95,0,0.3);
     }
   }
 }


  /*--=============================================
          SECCION DE CATEGORIAS        
     =============================================--*/

  .categorias h4{
    font-family: 'azonix','gotham-bold', sans-serif;
    color: var(--main-text-color);
  }

  .categorias ul{
    text-align: left;
    
  }

   .categorias p{
    text-align: center;
    font-family: 'gotham-bold', sans-serif;
    
  }

  .categorias h3{
    background-color: var(--secondary-bg-color);
    border-radius: 100%;
    color: var(--normal-text-color);
    font-family: 'gotham-bold', sans-serif;
    font-size: 4rem;
    height: 80px;
    margin: 0 auto;
    width: 80px;
  }

    .categorias h3:hover{
 
      background-color: var(--main-bg-color);
      cursor: pointer;
      transition: 1s ease-out;
  }


  .categorias h5{
    margin: 1rem;
    background-color: var(--main-bg-color);
    color: var(--normal-text-color);
    font-family: 'gotham-bold', sans-serif;

  }

  .posicion-num:hover{
    animation: pulse 2s;
    cursor: pointer;
    transition: 1s ease-in;
  }
  /*--=============================================
     =      SECCION DE SERVICIOS GENERALES          =
     =============================================--*/

  .nuestros-servicios{

    color: #fff;
    font-family: 'gotham-light', sans-serif;

  }

  .nuestros-servicios h1{

    font-family: 'azonix','gotham-light', sans-serif;
    color: var(--main-text-color);

  }



  .linea{
    margin:0 auto;
    width: 40%;
    border: 1px solid var(--main-bg-color);
  }

 .servicios-especificos{
  background: var(--secondary-bg-color);
  text-align: center;

 }

 .servicios-especificos img{
  width: 50%;
  padding: 25px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
 }

/*  .servicios-especificos img:hover{
    opacity: 1;
  }
*/

  .servicios-especificos img:hover{
    opacity: 1;
    transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
    cursor: pointer;
  }




  .servicios-especificos h5{

    font-family: 'azonix','gotham-light', sans-serif;
    color: var(--main-text-color);
 }

  .servicios-especificos p{
  color: #fff;
 }

 .servicios-especificos ul{
  text-align: left;
  font-family: 'gotham-light', sans-serif;
  color: var(--normal-text-color);
  font-weight: 700;
  margin-left:1rem; 
}
 .servicios-especificos ul li i{

  font-size: 0.6rem;
  vertical-align: middle;

 }
 .servicios-especificos button{
  background-color: var(--white-bg-color);
  color: var(--main-text-color);
  font-weight: bold;
  text-transform: uppercase;

 }

 .servicios-especificos button:hover{
  color:var(--normal-text-color);
  background-color:var(--main-text-color);
  border-radius: none;

 }

/*=============================================
          SECCION SOLICITUD DE SERVICIO
=============================================*/
.solicita-servicio{

  background-color: transparent;
  background-image: linear-gradient(#fff 0%, #dfdfdf 100%); 
}



.cotiza-ahora{

  background: var(--sec-bg-color);
  padding: 1rem;
  text-align: center;

} 

.cotiza-ahora h4{

  text-align: center;
  text-transform: uppercase;
  padding: 1rem;

}

.cotiza-ahora h1{

  font-family: 'azonix','gotham-bold', sans-serif;
  color:var(--main-text-color);
  padding: 1rem;


}

.cotiza-ahora p{
  font-family: 'gotham-bold', sans-serif;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.cotiza-ahora button{
  margin:0 auto; 
  text-transform: uppercase;
}

.cotiza-ahora button:hover{
  background: var(--secondary-bg-color);
  transition: 2s ease-out;
  color: var(--normal-text-color);
}

/*=============================================
  SECCION DE FORMULARIO SERVICIOS
 =============================================*/
.formulario{
  background: #fff;
  padding:1rem;
  text-align: right;
}

.formulario label{
  text-align: left;
  text-decoration: underline;
  padding-bottom: 2px;
}



.formulario button{
  background: var(--secondary-bg-color);
  border: none;
  font-weight: 700;
}

.formulario button:hover{
  background: var(--main-bg-color);
}

.formulario h5{

  text-transform: uppercase;
}

/*=============================================
  SLIDE CLIENTES
 =============================================*/
.flexDemo{
  padding-bottom: 130px;
  background: #efefef;
}


/*=============================================
          SECCION DE UBICACION
=============================================*/

.ubicacion-fondo{
  background: url(../img/slide/DSC_777.jpg);
  background-attachment: fixed; 
   background-repeat: no-repeat;
  background-size: cover;

}
.box{

  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-family: sans-serif;
  text-align: center;
  line-height: 1;
 -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 90%;
  max-height: 50%;
  padding: 20px 40px;
  margin: 0 auto;
}

/*.ubicacion-fondo section{
  background: rgba(0,0,0,0.1);
}*/

.ubicanos-csjach img{

  width: 20%;
}



.visitanos-csjach h4{
  font-weight: bold;
  
}

.visitanos-csjach ul li{
  margin-left: 12px;
  line-height: 1.5rem;
}
.visitanos-csjach i{
  margin-left: 12px;
}


.ubicanos-csjach{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ubicanos-csjach button{
 background-color: var(--secondary-bg-color);
}

.ubicanos-csjach button:hover{
 background-color: var(--main-bg-color);
 transform: 10s;
}


/*=============================================
          EFECTO SUBIR FLECHA
=============================================*/

 .up-a{
  bottom: 1rem;
  cursor: pointer;
  right: 1rem;
  background: var(--main-bg-color);
  color: #fff;
  /*border-radius: 50%;*/
  height: 40px;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  position: fixed;
  width: 40px;
  z-index: 99999;
  transition: all 800ms ease;

}
.up-a:hover{
  background: var(--secondary-bg-color);
  box-shadow: 2px 2px 2px #333; 
}

.up-a a{
  color: #fff;
}
.up-a a:hover{
  color: #000;
}


/*=============================================
          SECCION DEL FOOTER
=============================================*/

.footer-logo img{
  width: 60%;
}
.footer-description{
  padding-top: 2px;
  text-align: center;
  font-size: 12px;

}

.footer-logo p{
  font-size: 12px;
  margin: 0px;
}

.footer-redes a{

  border-radius: 10%;
  border-color: 1px solid #eabf0c;
  color: var(--main-text-color);
  background-color: var(--white-bg-color); 

}

.footer-redes a:hover{

  background: var(--main-bg-color);
  color: var(--normal-text-color);  

}

footer-menu

.footer-personalizado ul li a{
  background-color: transparent;
  /*color: var(--main-text-color);*/
}

.footer-personalizado ul li a:hover{

  color: var(--main-text-color) !important;
}

.footer-button-s button{

  border:0px solid;
  font-weight: bold;
  background: var(--main-bg-color);
  color: var(--normal-text-color);
}

.footer-button-s button:hover{
  color: #fff;
  background: var(--secondary-bg-color);
}

.footer-menu h5{

  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.footer-menu .links li {

  text-decoration: none;
  list-style: none;
  font-size: 13px;
}
.footer-menu .links li a {

  text-decoration: none;
  list-style: none;
  background-color: transparent;
  
}

.footer-menu li a{
  padding: 0px 5px;


}



.footer-menu .text-start li a:hover{
  color: var(--main-text-color);
  padding-bottom: 2px;
  
}

.footer-privacidad{
  font-size: 12px;
}

/*=============================================
SECCION COOKIES
=============================================*/

  #cajacookies {
      display: none;
      box-shadow: 0px 0px 5px 5px #808080;
      background-color: #efefef;
      color: black;
      padding: 10px;
      /*margin-left: 0px;
      margin-right: -15px;
      margin-bottom: 0px;*/
      position: fixed;
      bottom: 0px;
      width: 100%;
      font-size: 12px;

    }

    #cajacookies button {
      color: #fff;
      background: #002F87;

    }

    #cajacookies a{

      font-weight: bold;
      color: #002F87; 
      padding-right: 20px;

    }

    #cajacookies p{
      color:#002F87;
      display: flex;
      align-items:baseline;
      justify-content: center;
    }

    .politicas{
      margin-left: 5px;
    }

/*=============================================
  SECCCION FORMULARIO CONTACTO
=============================================*/
    .btn-block{
      display: block;
      width: 100%;
    }

    .img-contacto{
      display: flex;
      align-items: center;
    }

/*=============================================
DIRECCION CONTACTOS Y HORARIOS
=============================================*/

    .contacto-direccion h6{
      font-weight: bold;
      color:var(--main-text-color);
       font-family:"azonix",'gotham-light', sans-serif;
    }

    .direccion li {
      font-family:'gotham-light', sans-serif;
      /*font-weight: bold;*/
      font-size: .9rem;
      color:#333;
    }

    .direccion li i{
      color: var(--secondary-text-color);
    }

    .dir-horario{
       font-family:'gotham-light', sans-serif;
       font-size: .9rem;
    }




    .dir-horario li:first-child{
      color: #444;
      border-bottom: .5px solid #efefef;
      box-shadow: 0px 2px #efefef;
      width: 70%;
      font-weight: bold;
      font-family:"azonix",'gotham-light', sans-serif;

    }

    .dir-horario li:nth-child(2n){
      padding: 10px 0px 0px 10px;
      font-family:'gotham-light', sans-serif;
    }

    .dir-horario li:nth-child(3n){
      padding: 0px 0px 0px 10px;
      font-family:'gotham-light', sans-serif;
    }

/*=============================================
UBICACION MAPA GOOGLE
=============================================*/
    .mapa{
      max-width: 100%;
      width: 80%;
      margin:0 auto;

   }

/*=============================================
   EFECTO PARALLAX
=============================================*/

.efecto-parallax{

  position: relative;
  background: url(../img/contenido/banner1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
/*  padding-top: 250px;
  padding-bottom: 200px;
  filter: blur(0.1px);
*/
}

.efecto-parallax-contacto{
  position: relative;
  background: url(../img/contenido/banner3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
}

.titulo-nosotros h2{
  position: absolute;
  top:120px;
  left:250px;
  color:#fff;
  background: rgba(0,0,0,0.7);
  padding:10px;
}


.text-nosotros{
  text-align: justify;
}



.text-nosotros h4{
  text-align: center;
}
.img-nosotros{

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.img-nosotros img{
  
  width: 90%;
}

.listaDespachos li{
  font-size: .9rem;
}
.nosotros-general-1{

}
.nosotros-general-1 p{
  text-transform: uppercase;
}


.nosotros-general-2 h3{
  text-align: right;
}
.nosotros-general-2 p{
  text-align: right;
  text-transform: uppercase;
}

.tipos-fletes p{
  text-align: center;
  font-weight: bold;
}
.tipos-fletes ul{
  font-size: .9rem;
  text-align: justify;
}

.tipos-fletes ul li i{
  font-size: .8rem;
  
}

.listaCargas li{
  text-align: left;
}


/*=============================================
SECCION DE MAPS
=============================================*/

.mapael .map {
  position: relative;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #fff;
  moz-opacity: 0.70;
  opacity: 0.70;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #343434;
}

.mapael .areaLegend {
  margin-bottom: 20px;
}


.jach{
    color: var(--secondary-text-color);
    font-weight: bold;
    font-family: 'azonix','gotham-bold', sans-serif;
  }



/*=============================================
TABLET HORIZONTAL (LG revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){



  

}

/*=============================================
TABLET VERTICAL (MD revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

  .ubicanos-csjach img{
    display: none;
  }

  .visitanos-csjach ul li{
    margin-left: 0px;
    text-align: center;
    padding-bottom: 15px;
    
  }

  .visitanos-csjach i{
  
    margin-left: 0px;

  }
/*=============================================
   UBICACION MAPA GOOGLE
  =============================================*/
  .maps{
    display: flex;
    justify-content: center;
    align-items: center;
  }
    .mapa{
      margin:0 auto;
      overflow: hidden;

    }

    .mapa iframe{
      
      width: 420px;
      height: 250px;
      line-height: 250px;
    }



 
  
}

/*=============================================
MÓVIL HORIZONTAL (SM revisamos en 576px)
=============================================*/

@media (max-width:767px) and (min-width:576px){

  .slide{
  height: 35vh;
}

  .ubicanos-csjach img{

    display: none;
  }

  .visitanos-csjach ul li{
    
    margin-left: 0px;
    text-align: center;
    padding-bottom: 15px;
    
  }

  .visitanos-csjach i{
  
    margin-left: 0px;

  }





/*=============================================
   UBICACION MAPA GOOGLE
  =============================================*/
    .mapa{
      margin:0 auto;
      overflow: hidden;

    }

    .mapa iframe{
      
      width: 520px;
      height: 357px;
    }


  
}





/*=============================================
MOVIL VERTICAL (revisamos en 320px)
=============================================*/

@media (max-width:575px){

.navegacion ul li{
   text-align: center;  
}


/*=============================================
MENU NAVEGACION
=============================================*/
.slide{
  height: 20vh;
}



/*=============================================
NUESTRO SERVICIO
=============================================*/
  .nuestros-servicios h1{
    text-transform: uppercase;
  }

  .linea{
     width: 80%;
  }


  .titulo-csjach ul li{
    margin:0 auto;
    margin-left: 0px;
  }

  .visitanos-csjach ul{
    padding: 0;

  }

  .visitanos-csjach ul li{
    margin-left: 0px;
    text-align: center;
    padding-bottom: 15px;
    
  }

  .visitanos-csjach i{
  
    margin-left: 0px;

}


.ubicanos-csjach{
  display: block;
  
  
}

.ubicanos-csjach img{
  width: 70%;
  padding: 15px;
}


/*=============================================
PIE DE PAGINA
=============================================*/

  .footer-texto{
    font-size: 14px;
  }

  

  .footer-menu h5{
    margin:6px 6px;
    border-bottom: 1px solid #fff;
   padding-top: 10px;
  }

  .footer-menu .links li {
    text-align: center;
  }

  .footer-privacidad{
    display: block;
    font-size: 12px;
  }





/*=============================================
    COOKIES
=============================================*/

  #cajacookies p{
    
    display: flex;
    flex-direction: column;
    text-align: center;
    } 

    #cajacookies a{
      margin: 0 auto;
      padding: 20px;
    }

    #cajacookies button{
      margin: 0 auto;
      
    }


/*=============================================
UBICACION MAPA GOOGLE
=============================================*/
    .mapa{
      margin:0 auto;
    }

    .mapa iframe{
      
      width: 280px;
      height: 350px;

    
    }



  
}

