@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700');
@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Russo+One');


@font-face {
  font-family: 'ariblk';
  src: url('fonts/ariblk.eot');
  src: url('fonts/ariblk.eot') format('embedded-opentype'),
  url('fonts/ariblk.woff2') format('woff2'),
  url('fonts/ariblk.woff') format('woff'),
  url('fonts/ariblk.ttf') format('truetype'),
  url('fonts/ariblk.svg#ariblk') format('svg');
}



/* ESTILOS GENERALES
========================*/



body{
  font-family: 'Open Sans', sans-serif;
  background-color: #000;
  font-weight: 300;
}

.contenido{
  background-color: #f9f9f9;
  padding-bottom: 0;
}
h1,h2,h3,h4,h5{
  color: #2b2b2b; /*#fca309;*/
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2rem;
  /*font-family: 'Russo One', sans-serif;*/
  font-family: 'ariblk';
  line-height: 1.1em;
}
h1 small,h2 small{
  color: #eb8d00;
  font-size: 66%;
  text-transform: initial;
  font-weight: 300;
}

h1{font-size: 2.6rem}
h2{font-size: 1.9rem}
h3{font-size: 1.6rem}
h4{font-size: 1.3rem}
h5{font-size: 1.1rem}


a{
  color: #2b2b2b;
  transition: all 400ms ease-out;
}

a:hover, a:focus {
  color: #f6a806;
  transition: all 400ms ease-out;
}

strong{
  /* color: #00105a*/
}
.contenedor-rayado{
  background-color: #f9f9f9;
}

.little-margin-top{
  margin-top: 1rem;
}
.little-margin-bottom{
  margin-bottom: 1rem;
}
.little-padding-top{
  padding-top: 1rem;
}
.little-padding-bottom{
  padding-bottom: 1rem;
}


/*		MENU
========================*/

.title-bar{
  background: #ffffff;
  color: #4e4e4e;
}
div.title-bar > div > a > img{

}

.menu > li > a {
    padding: 0.7rem .5rem;
}

/*submenu is-dropdown-submenu*/
.menu{
  width:100%;
  /*background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);*/
}
.menu-icon::after {
  background: #fca309;
  box-shadow: 0 7px 0 #fca309, 0 14px 0 #fca309;
}
.top-bar {
  padding: 0rem;
}
.top-bar, .top-bar ul {
  background-color: #fff;
}

.menu .active > a {
  color: #000000 !important;
  font-weight: 700 !important;
  background: #fff !important;
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
  /*width: 100% !important;*/
}


.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #2b2b2b transparent transparent !important;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border-color: #2b2b2b transparent transparent !important;
}

.menu > li > a {
  line-height: 1.2rem;
}

@media screen and (max-width: 39.9375em) {
  .menu > li {
    display: block;
  }
}



.menu-icon {
  position: absolute;
  right: 17px;
  width: 40px;
  top: 40px;
}

.menu-icon::after {
  background: #fca309;
  box-shadow: 0 0 0 2px #fca309, 0 9px 0 2px #fca309, 0 19px 0 2px #fca309;
  border-radius: 5px;
}

.menu-icon:hover::after {
  background: #fca309;
  box-shadow: 0 0 0 2px #fca309, 0 9px 0 2px #fca309, 0 19px 0 2px #fca309;
  border-radius: 5px;
}


.title-bar-title a{
  display: block;
  text-align: center;
}

.title-bar-title {
  display: inline-block;
  width: 85%;
}

@media screen and (max-width: 410px) {
  .title-bar-title {
    width: 70%;
    padding: 0 5px;
  }
  .menu-icon {
    top: 20px;
  }

}
@media screen and (max-width: 639px) {
  #contenedor-menu{
    height: 0px!important;
  }
}

/* mensaje del menu */
#mensaje-menu{
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: 2rem;
  background: #fdb72b;
}
#mensaje-menu span{
  display: block;
}
#mensaje-menu .mensaje-menu-header1{
  font-size: 90%;
}
#mensaje-menu .mensaje-menu-header2{
  font-weight: 600;
}
#mensaje-menu .mensaje-menu-texto{
  font-size: 90%;
}


/* /menu */



/*		HEADER
========================*/
div#header {
  padding: 1rem 0;
  background: #FFFFFF;
}

#header a{
  color: #f6a808;
  font-size: 1.1em;
}

#header .tel{
  display: inline-block;
  background: #f8a50b;
  padding: 5px 10px;
}

#header .tel a{
  color: #fff;
}

/*	ESTILOS DE CONTENIDO
========================*/
.callout {
  border: 0px solid rgba(255, 255, 255, 0);
}

.hero{
  background: #FFFFFF;
  font-size: 120%;
  text-align: center;
  padding: 2rem 0;
}
.hero h1, hero h2, hero h3{
  text-transform: uppercase;
}
.hero p{
  font-size: 1rem;
  padding: 2rem;
  line-height: 2rem;
}

div.content{
  background: #fafafa;
}

/*	CARD
========================*/
.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}
.card-section {
  padding: 1rem;
}



/*	ESTILOS DE FONT AWESOME
========================*/
.fa-stack-2x{
  color: #FFB600;
}
.fa-stack{
  margin-right: 1rem;
}



/*		FOOTER
========================*/
.call-to-action{
  color: #fff;
  text-align: center;
  font-size: 300%;
  font-weight: 800;
  padding: 6rem 0;
  min-height: 18rem;
  background: url(../images/inicio/hansa-call-to-action.jpg) center bottom fixed;
}
.call-to-action a{
  font-size: 1.6rem;
}


footer{
  padding: 2rem 0 4rem;
  /*margin: 1rem 0; */

  border-top: solid 5px #f8a50b;
}

footer a, footer a i{
  color: #7ab5d9;
  font-weight: 600;
}
footer a:hover, footer a:hover i{
  color:#FFF;
}

footer p{
  color: #f7f7f7;
}
#logofooter a{
  display: block;
}


#contenedor-menu img{
  /*height: 45px;*/
  transition: all 400ms ease-out;
}

.sticky {
  z-index: 100;
}

@media screen and (min-width: 40em) {
  .top-bar-right{
    margin-top: 30px;
  }
}

/*Estilo de gruas*/
#descripcion{
  background: #ffcc2a;
  font-weight: 600;
}
#descripcion li {
  text-align: left;
}
#descripcion img{
  width: 100%;
}
#descripcion #texto {
  padding-top: 1.5rem;
}


#descripcion #texto2 {
  margin: 0px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  text-align: left;
}

#descripcion #imagen{
  padding: 0px;
}

#llamanos-fixed{
  width: 100%;
  z-index: 100;
  position: fixed;
  bottom: 1rem;
  padding-right: .6rem;
  text-align: right;
}
#llamanos-fixed img{
  -webkit-box-shadow: 0px 0px 15px 0px rgba(110,110,110,1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(110,110,110,1);
  box-shadow: 0px 0px 15px 0px rgba(110,110,110,1);
  border-radius: 5px;
}
