
/***/

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: fixed;

  z-index: 99999;

  top: 58px;
  left: -5px;
  z-index: 9999999;
}
.hamburger:hover {
  opacity: 0.7; }
.hamburger.is-active:hover {
  opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #8d8b8b;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #1e1714;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }




*{
  font-family: 'Montserrat', sans-serif;
  margin:0px;
}
body{

}

img{
  max-width: 100%;
}
a{
  text-decoration: none;
  color: #000;
}
a:hover{
  text-decoration: none;
  color: #000;
}
a:visited{
  text-decoration: none;
  color: #000;
}

.clear{
  clear:both;
  height: 1px;
}
.bold{
  font-weight: bold;
}
.oculto{
  display: none;
}

.centerCont{
  clear: both;
  width: 1090px;
  margin: 0 auto;

}

/******** Menu **************/
#topMenu{
  height: auto;
  padding:  60px 10px 10px 10px;
  background: url(../assets/background_header.png) no-repeat #fff ;
  background-size: 100% auto;
  min-height: 149px;
}

#topMenu .menuButtons a .bttSolicitar{
  padding: 10px 17px;
  border-radius: 16px;
  color: #FFF;
  font-size: 11px;
  letter-spacing: 2px;
}


#topMenu .leftMenu{
  float: left;
  padding-left: 48px;
  width: 602px;

}
#topMenu .name{
  margin-bottom: 6px;
  margin-top: 6px;
  font-size: 27px;
  width: 506px;
  float: left;
}
#topMenu .subname{
  letter-spacing: 1px;
      font-size: 16px;
      width: 506px;
float: left;
}
#topMenu .calcu{
  float: right;
  margin-top: -59px;
  cursor: pointer;
}
#topMenu .rightMenu{
    float: right;
    text-align: right;
}
#topMenu .abrimos{
  font-weight: bold;
  font-size: 21px;
}
#topMenu .btt{
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 11px 18px;
  border-radius: 16px;
  background: #26920d;
}
#topMenu .sucursales{

}
#topMenu .llamanos{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 14px;

}

.monedas{
  padding-top: 40px;
}

.monedaDestacada{
  box-shadow: 3px 4px rgba(5, 5, 5, 0.27);
  background: #fff;
  margin: 10px 0px 10px 0px;
  padding: 22px;
  border-radius: 4px;
  overflow: hidden;
  height: 162px;
  position: relative;
  color: #707070;
  border: 1px solid #ededed;
}

.monedaDestacada .title{
    height: 24px;

}
.monedaDestacada .cod{
  position: absolute;
  left: 25px;
  font-weight: bold;
  font-size: 23px;
  top: 15px;
}
.monedaDestacada .compra{
  position: absolute;
  left: 134px;
  font-size: 22px;
  top: 15px;
}
.monedaDestacada .venta{
  position: absolute;
  left: 287px;
  font-size: 22px;
  top: 15px;
}
.monedaDestacada .bandera{
  width: 61px;
  position: absolute;
  top: 33px;
}
.monedaDestacada .impoCompra{
  position: absolute;
  top: 68px;
  left: 135px;
  font-size: 24px;
  font-weight: bold;
}
.monedaDestacada .impoVenta{
  position: absolute;
  top: 68px;
  left: 274px;
  font-size: 24px;
  font-weight: bold;
}
.monedaDestacada .nombre{
  position: absolute;
  top: 120px;
  font-weight: bold;
}

.moneda{
  box-shadow: 3px 4px rgba(5, 5, 5, 0.27);
    background: #fff;
    margin: 10px 0px 0px 10px;
    padding: 22px;
    border-radius: 6px;
    overflow: hidden;
    height: 119px;
    position: relative;
    color: #707070;
    width: 208px;
    float: left;
    border: 1px solid #ededed
}

.moneda .title{
    height: 24px;

}
.moneda .cod{
  position: absolute;
  left: 25px;
  font-weight: bold;
  font-size: 13px;
}
.moneda .compra{
  position: absolute;
  left: 76px;
  font-size: 13px;
}
.moneda .venta{
  position: absolute;
  left: 146px;
  font-size: 13px;
}
.moneda .bandera{
  width: 43px;
  position: absolute;
  left: 20px;
  top: 27px;
}
.moneda .impoCompra{
  position: absolute;
  top: 51px;
  left: 79px;
  font-size: 14px;
  font-weight: bold;
}
.moneda .impoVenta{
  position: absolute;
  top: 52px;
  left: 146px;
  font-size: 14px;
  font-weight: bold;
}
.moneda .nombre{
  position: absolute;
  top: 84px;
  font-weight: bold;
  font-size: 13px;
}

.monedaPrimFila{
  margin-left: 0px;
  width: 217px;
}


.monedasDestacadas{
  float: left;
  width: 434px;
  clear: both;
}
.primarasMonedas{
  float: left;
  width: 656px;

}
.restantesMonedas{
  clear: both;
}
.subTextoMonedas{
  text-align: center;
  padding-top: 22px;
  clear: both;
  padding-bottom: 15px;
}
.subTextoMonedas h1{

}
.subTextoMonedas p{
  font-size: 12px;
  line-height: 29px;
}

.grisTransf {
  background: #c8c8c8;
  text-align: center;
  color: #FFF;
  padding:  70px 0 109px 0;
}
.grisTransf h1{

}
.grisTransf .texto{
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 42px;
}
.grisTransf a.consultanos{
  background: #26920d;
  color: #fff;
  font-weight: bold;
  padding: 20px 56px;
  border-radius: 35px;
  box-shadow: 3px 5px #c2c3c3;
  cursor: pointer;
  border: 2px solid #9e9e9e;
}



.MapaCont {
  clear: both;
}
.MapaCont .listaSucursales{
  width: 340px;
  float: left;
}
.MapaCont .bottomgap{
  height: 50px;
}
.MapaCont .titulo{
  font-weight: bold;
  text-align: center;
  margin: 26px 0;
}
.MapaCont .separacion{
  width: 168px;
  border-bottom: 1px solid #d8d9da;
  text-align: center;
  margin: 0 auto 24px auto;
}
.MapaCont .sucursal{
  text-align: center;
  margin: 49px auto;
  color: #95989a;
  position: relative;
  cursor: pointer;
}
.MapaCont .sucursal .lineSelec{
  display: none;
}
.MapaCont  .selec{
  font-weight: bold;
}
.MapaCont  .selec .lineSelec{
    display: block;
    width: 23px;
    border-bottom: 5px solid #ffdb00;
    height: 10px;
    /* margin-right: 75px; */
    position: absolute;
    top: 0px;
    right: 37px;
}

.MapaCont .divContMapa{
  float: left;
  background: #555;
}
.MapaCont #mapa{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}


.contacto{
  border-top: 4px solid #f7f7f7;
  clear: both;
  padding: 106px 0 0 0;
}

.contacto .titu{
  text-align: center;
  color: #95989a;
  font-size: 20px;
}

.contacto .linea1{
  margin: 50px 0 20px 0;
}
.contacto .linea1 .inputText{
  width: 319px;
  margin: 0 20px;
  border: 1px solid #95989a;
  border-radius: 25px;
  height: 40px;
  padding: 0 17px;
  box-shadow: 3px 5px #c2c3c3;
}
.contacto .linea2{
  margin: 0 20px;
}
.contacto .linea2 textarea{
  width: 100%;
  height: 200px;
  border-radius: 25px;
  border: 1px solid #95989a;
  padding: 16px 17px;
  box-shadow: 3px 5px #c2c3c3;
}
.contacto .linea3{
  margin: 0 36px;
  height: 70px;
  position: relative;
}
.contacto .checkbox{
  width: 24px;
  height: 20px;
  position: absolute;
  top: 10px;
}
.contacto .texto{
  color: #95989a;
  top: 13px;
  left: 30px;
  position: absolute;
}
.contacto #adjuntar{

}
.contacto .bttEnviar{
  top: 8px;
  right: -10px;
  position: absolute;
  background: #ffdb00;
  color: #FFF;
  padding: 12px 50px;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  box-shadow: 3px 5px #c2c3c3;
  cursor: pointer;
}


footer{
  padding-top: 40px;
}
footer .sec1{
  border-top: 1px solid #95989a;
  margin: 0 40px;
  clear: both;
  padding: 40px 0;
  min-height: 172px;
}
footer .logo{
  float:left;
  width: 325px;
}
footer .pieMenu{
  float: left;
  font-size: 14px;
  letter-spacing: 2px;
  margin-top: 37px;
  text-align: center;
  margin-left: 101px;
}
footer .pieMenu a{
  margin-right: 19px;
}
footer .finan{
  float:right;
  width: 280px;
}
footer .sec2{
  clear: both;
  background: #f5f5f5;
  color: #adadad;
  padding: 20px 50px;
  font-size: 14px;
}
footer .sec2 .left{
  float: left;
  width: 20%;
}
footer .sec2 .left a{
  color: #adadad;
}
footer .sec2 .mid{
    float: left;
    width: 60%;
    text-align: center;
}
footer .sec2 .right{
  float: left;
  width: 20%;
  text-align: right;
}



/****************************/

/********Mobile Menu********************/


#mobile-menu{

  padding: 50px 10px 10px 10px;
  position: fixed;
  background: #fff;
  max-width: 100%;
  top: 0px;
  text-align: center;
  z-index: 99999;
  border-right: 2px solid #8080803b;
  width: 600px;
  height: 100%;
}
#mobile-menu .logoCont{

}
#mobile-menu .logoCont img{
  height: 40px;
  margin: 10px 0 0 50px;
}
#mobile-menu .menuButtons{
  margin: 20px 2px 0 2px;
}
#mobile-menu .menuButtons a{
  font-weight: bold;
  letter-spacing: 12px;
  line-height: 76px;
  font-size: 21px;
}
#mobile-menu .menuButtons a .bttSolicitar{
  padding: 10px 17px;
  border-radius: 16px;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 2px;
  display: block !important;

  background: rgba(186,0,124,1);
  background: -moz-linear-gradient(left, rgba(186,0,124,1) 0%, rgba(203,97,32,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(186,0,124,1)), color-stop(100%, rgba(203,97,32,1)));
  background: -webkit-linear-gradient(left, rgba(186,0,124,1) 0%, rgba(203,97,32,1) 100%);
  background: -o-linear-gradient(left, rgba(186,0,124,1) 0%, rgba(203,97,32,1) 100%);
  background: -ms-linear-gradient(left, rgba(186,0,124,1) 0%, rgba(203,97,32,1) 100%);
  background: linear-gradient(to right, rgba(186,0,124,1) 0%, rgba(203,97,32,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba007c', endColorstr='#cb6120', GradientType=1 );

  line-height: 31px;
  margin-top: 18px;
}
#mobile-menu .lang{

  margin: 23px 30px 0 2px;
  font-size: 18px;
  color: #4b4949;
}
#mobile-menu .lang a {
    margin: 0px 0px 0 0px;
    font-weight: bold;
    font-size: 18px;
    color: #7e7d7d;
}
#mobile-menu .redes {
    height: 40px;
    font-size: 20px;
}
#mobile-menu .redes a{
      margin: 0px 13px 0 0px;
}


.tituPageRequisitos{
    margin: 50px auto;
}

.fixRow{
  margin: 10px -1.665% 0px -1.665%;
}

.requisites{

}
.requisites .arg{
  float: left;
  text-align: center;
}
.requisites .arg img{
  max-height: 264px;
  margin: 40px auto;
}
.requisites .arg .det{
    line-height: 36px;
    font-size: 20px;
}
.requisites .arg .det span{
  font-weight: bold;
}
.requisites .argPrec{
  float: left;
  text-align: center;
}
.requisites .argPrec img{
  max-height: 264px;
  margin: 40px auto;
}
.requisites .argPrec .det{
    line-height: 36px;
    font-size: 20px;
}
.requisites .argPrec .det span{
  font-weight: bold;
}
.requisites .passport{
  clear: both;
  text-align: center;
}
.requisites .passport img{
  margin: 40px auto;
  max-height: 264px;
}
.requisites .passport .det{
  line-height: 36px;
  font-size: 20px;
  margin-bottom: 28px;
}
.requisites .passport .det span{
  font-weight: bold;
}
.requisitesExtrangeros{

}
.requisitesExtrangeros .requisito{
  float:left;
  width: 30%;
  box-shadow: 3px 4px rgba(5, 5, 5, 0.27);
  background: #fff;
  margin: 10px 1.665% 0px 1.665%;
  padding: 14px;
  border-radius: 4px;
  overflow: hidden;
  height: 160px;
  position: relative;
  color: #707070;
  border: 1px solid #ededed;
}
.requisitesExtrangeros .requisito .banderaReq{
  width: 50px;
  float: left;
}
.requisitesExtrangeros .requisito .titu{
  float: left;
  margin: 15px 0 0 10px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 20px;
}
.requisitesExtrangeros .requisito .text{
  clear: both;
  font-size: 13px;
  padding-top: 10px;
  line-height: 19px;
}

.textoRequisitesExtrangeros{
  margin: 38px auto;
  clear: both;
  line-height: 28px;
}




.overScreen{
  position: fixed;
  top: 0px;
  left: 0px;
  background: #0000007a;
  width: 100%;
  height: 100%;
}
#calculator{

}
#calculator .monedaContCalc{
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -150px;
}
#calculator .monedaCalc{
  clear: both;
  float: none;
  width: 290px;
}
#calculator .monedaDsd{

}
#calculator select{
  background: none;
  border: none;
  font-size: 21px;
}
#calculator .cont{
  clear: both;
  height: 52px;
  margin-top: 10px;
}
#calculator .bandera{
  position: initial;
  float: left;

}
#calculator .cant{
  float: right;
  width: 160px;
  margin-top: 3px;
  font-size: 28px;
  padding-left: 6px;
}
#calculator .monedaHta{

}

.crossCalc{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -147px;
  margin-left: 156px;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  text-shadow: 1px 2px #cacaca;
}


/****************************/

.mostarMob{
  display: none;
}

.aclaracion-susursales{
    clear: both;
    padding: 32px;
    color: #95989a;

}

.gm-style .gm-style-iw-d {
    line-height: 22px;
}

.aclaracion-calculo{
    width: 290px;
    margin: 10px 0px 0px 10px;
    background: #FFF;
    font-size: 12px;
    padding: 8px;
    border-radius: 6px;
}

.fp{
    width: 25%;
    float: left;
    padding: 0 20px;
    text-align: center;
}

.fp .imgFP{
    max-width: 100%;
    height: 84px;
    margin: 30px 0 43px 0;
    
}
.fp .textoFP{
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 25px;
}
.fixTransfDesde{
    padding-top: 130px;
}
.fixGris{
    background: #f6f6f6;

}
.contMobile{
     height: 430px;
     position: relative;
}
.contMobile .celu1{
    
    position: absolute;
    right: 164px;
    top: -50px;
    
    
}
.contMobile .celu2{
    position: absolute;
    right: -88px;
    top: 15px;
}
.contTextmov{
    float: left;
    text-align: left;
    width: 40%;
    color:#000;
    padding-top: 68px;
}
.contTextmov p{
    line-height: 30px;
    padding-top: 18px;
}
.bbtstore{
   width: 165px;
   margin-top: 58px;
}
.bbtstoresp {
    margin-right: 10px;
    
}


#topMenu .opera {
    color: #000;
    
    background: #f6f6f6;
    font-weight: bold;
}

@media (max-width: 1440px) {



}

@media (max-width: 1100px) {


}





@media (max-width: 1090px) {
  .ocMob{
    display: none;
  }
  .mostarMob{
    display: block;
  }
  .centerCont {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    overflow-x: hidden;
  }
  .AlturaCont{
      height: 225px;
  }
  .monedasDestacadas{
    width:100%;
    padding-top: 18px;
  }
  .primarasMonedas{
    width:100%;
  }
  .restantesMonedas{
    width:100%;
  }
  .hamburger {
      top: 12px;
  }
  #topMenu {
    height: auto;
    padding: 0px;
    min-height: auto;
  }
  #topMenu .name{
    font-size: 20px;
    margin-top: 14px;
  }
  #topMenu .rightMenu {
    float: none;
    text-align: center;
  }
  #topMenu .leftMenu {
    float: none;
    padding-left: 48px;
    width: auto;
    clear: both;
    height: 78px;
  }
  #topMenu .abrimos {
    font-size: 16px;
    margin: -9px -10px 14px -10px;
    background: black;
    color: #FFF;
    font-weight: normal;
  }
  #topMenu .llamanos{
    
  }
  .MapaCont .listaSucursales {
    width: 100%;
    float: none;
    clear: both;
  }

  .contacto .linea1 .inputText{
    width: 100%;
    margin: 10px 0px;
  }
  .contacto .linea1{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .MapaCont .divContMapa{
    float: none;
    clear: none;
  }

  .contacto .linea2 {
      margin: 0 10px;
  }

  #topMenu .calcu {
    float: right;
    margin-top: -51px;
    width: 35px;
    margin-bottom: 0px;
    cursor: pointer;
  }

  #mobile-menu .menuButtons {
      margin: 0px 2px 0 2px;
  }

  #mobile-menu .menuButtons a {
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 60px;
    font-size: 15px;
  }
  .MapaCont .sucursal {
    margin: 30px auto;
  }
  .grisTransf .texto {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 40px;
  }
  .grisTransf h1 {
      font-size: 25px;
  }
  .grisTransf {
    padding: 6px 0 50px 0;
  }
  .moneda{
    width: 46%;
    padding: 16px;
    height: 106px;
  }
  .monedaPrimFila {
    margin: 10px 0px 0px 10px;
  }
  .moneda .impoVenta {
    top: 52px;
    left: 61px;
  }
  .moneda .bandera {
    width: 34px;
    left: 20px;
    top: 31px;
  }
  .moneda .impoCompra {
    top: 30px;
    left: 61px;
  }

  .moneda .impoCompra::before {
    content: "C:";
    color: #121212;
    margin-right: 4px;
    font-weight: normal;
  }

  .moneda .impoVenta::before {
    content: "V:";
    color: #121212;
    margin-right: 4px;
    font-weight: normal;
  }


  .moneda .title{
    display: none;
  }
  .moneda .nombre {
    top: 74px;
  }

  .monedaDestacada {
    height: 126px;
  }

  .monedaDestacada .impoCompra::before {
    content: "Compra:";
    color: #121212;
    margin-right: 8px;
    font-weight: normal;
  }

  .monedaDestacada .impoVenta::before {
    content: "Venta:";
    color: #121212;
    margin-right: 26px;
    font-weight: normal;
  }
  .monedaDestacada .title{
    display: none;
  }


  .monedaDestacada .impoVenta {
    top: 48px;
    left: 105px;
    font-size: 18px;
    font-weight: bold;
  }
  .monedaDestacada .impoCompra {
    top: 22px;
    left: 103px;
    font-size: 18px;
    font-weight: bold;
  }

  .monedaDestacada .bandera{
    top: 15px;
  }
  .monedaDestacada .nombre {
    position: absolute;
    top: 87px;
    font-weight: bold;
  }
  .contacto .bttEnviar {
    top: 52px;
  }
  .contacto .linea3 {
    height: 106px;
    margin: 0 24px;
  }
  footer .pieMenu{
    display: none;
  }
  footer .logo {
    float: none;
    margin-bottom: 12px;
  }
  footer .finan {
    float: none;
    margin-bottom: 12px;
  }
  footer .sec1 {
    margin: 30px 40px 10px 40px;
    text-align: center;
  }
  footer .sec2 {

  }
  footer .sec2 .left{
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }
  footer .sec2 .mid{
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
    margin: 20px 0;
  }
  footer .sec2 .right{
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
  }

  .requisitesExtrangeros .requisito {
    padding: 14px 0px 14px 14px;
    width: 95%;
  }

  .fp {
    width: 50%;
  }
  .fp .textoFP {
    font-size: 16px;
  }
  .fp .imgFP {
    margin: 30px 0 11px 0;
    }
    
    .contMobile{
        height: auto;
        min-height: 430px;
        position: relative;
   }
   .contMobile .celu1{

       position: inherit;
       right: initial;
       top: initial;
       width: 90%;
       margin-left: 8%;
    }
   .contMobile .celu2{
       position: inherit;
       right: initial;
       top: initial;
       display: none;

   }
   .contTextmov{
       float: none;
       text-align: left;
       width: 100%;
       color:#000;
       padding-top: 68px;
   }
   .contTextmov p{
       line-height: 30px;
       padding-top: 18px;
   }
   .bbtstore{
      width: 40%;
      margin-top: 10px;
   }
   .bbtstoresp {
       margin-top: 10px;

   }
    
}



// Large devices (desktops, 992px and up)
@media (min-width: 992px) {  }

// Medium devices (tablets, 768px and up)
@media (max-width: 768px) {


}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {


}
