@import '//codepen.io/chrisdothtml/pen/ojLzJK.css';
.social-btns .btn,
.social-btns .btn:before,
.social-btns .btn .fa {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
          transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

main{
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

.country-selector{
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
}

.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.facebook .fa {
  color: #3b5998;
}
.social-btns .btn.twitter:before {
  background-color: #C33682;
}
.social-btns .btn.twitter .fa {
  color: #C33682;
}
.social-btns .btn.google:before {
  background-color: #dc4a38;
}
.social-btns .btn.google .fa {
  color: #dc4a38;
}
.social-btns .btn.dribbble:before {
  background-color: #f26798;
}
.social-btns .btn.dribbble .fa {
  color: #f26798;
}
.social-btns .btn.skype:before {
  background-color: #00aff0;
}
.social-btns .btn.skype .fa {
  color: #00aff0;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-btns {
  height: 90px;
  margin: auto;
  font-size: 0;
  text-align: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: 0px;
}
.social-btns .btn {
  display: inline-block;
  background-color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
          box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 25px;
  vertical-align: middle;
}


.__youtube {
  margin-top: 1px;
  margin-right: 8px;
}

div.direccion h5{
  font-size: 14px;
  margin-top:10px;

}

.horizontal1 li{
  display:flex;
  margin-bottom: -15px;
}

img#logo1{
  margin-left:1500px;
}

#tituloArriba {
  margin-top: -65px;
  margin-left: 1490px;
}

.gm-style-mtc{
  margin-right: 25px;
  margin-top: -14px;
}

.gm-style > .gmnoprint > .gm-style-mtc{
  margin-left: -20px !important;
}






#phone{
  width: 1%;
  height: 1%;
}

#loc{
  width: 1%;
  height: 1%;
}

#mail{
  width: 1%;
  height: 1%;
}

ul.horizontal1 li .lista1{
  display: flex;
}

.lista1 img{
  margin-top: 15px;
}

.lista1 img{
  margin-right: 5px;
}


.FollowUs{
  float: right;
  margin-right: 170px;
  margin-top: -23px;
}

.direccion{
  margin-left: 520px;
  margin-top: 50px;
}




div#logoEstatico {
    background-color: white;
    height: 80px;
    width: 100%;
    position: fixed;
    margin-top: -16px;
}

.TopBar{
  margin-top: 45px;
  width: 100%;
}

.totto-label {
    position: fixed;
    margin-right: -745px;
}

a.brand {
  margin-top: -22px;
  width: 258px;
  height: 150px;
}

.horizontal1 {
    position: relative;
}

.page-main--internal-page{
  padding-top: 110px;
}


@media only screen and (min-width: 1600px) and (max-width: 1919px) {  

  .direccion {
    margin-left: 555px;
  }

  #tituloArriba {
    margin-left: 1120px;
  }
  
  .FollowUs {
    margin-right: 196px;
  }  

}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {  

  .direccion {
    margin-left: 470px;
  }

  #tituloArriba {
    margin-left: 1120px;
  }
  
  .FollowUs {
    margin-right: 115px;
  }  
}  

.site-header{
  position: absolute !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1439px) {  

  .direccion {
    margin-left: 460px;
  }

  #tituloArriba {
    margin-left: 985px;
  }
  
  .FollowUs {
    margin-right: 105px;
  } 
}  

@media only screen and (min-width: 1024px) and (max-width: 1279px) {  

  .direccion {
    margin-left: 447px;
  }

  #tituloArriba {
    margin-left: 747px;
  }
  
  .FollowUs {
    margin-right: 84px;
  } 
}  

@media only screen and (min-width: 800px) and (max-width: 1023px) {} 
 

.Location {
    display: block !important;
}

.country-list{
  display: none;
}

@media only screen (max-width: 414px) {

a.brand {
            width: 60%;
            height: 150px;
        }
}