/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Roboto-Medium";
  src: url("./fonts/Roboto-Medium.eot"); /* IE9 Compat Modes */
  src: url("./fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/Roboto-Medium.otf") format("opentype"), /* Open Type Font */
    url("./fonts/Roboto-Medium.svg") format("svg"), /* Legacy iOS */
    url("./fonts/Roboto-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/Roboto-Medium.woff") format("woff"), /* Modern Browsers */
    url("./fonts/Roboto-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url('{!! asset('build/fonts/Roboto-Medium.otf') !!}')
    url('{!! asset('build/fonts/Roboto-Medium.svg') !!}') format("svg"), /* Legacy iOS */
    url('{!! asset('build/fonts/Roboto-Medium.ttf') !!}') format("truetype"), /* Safari, Android, iOS */
    url('{!! asset('build/fonts/Roboto-Medium.woff') !!}') format("woff"), /* Modern Browsers */
    url('{!! asset('build/fonts/Roboto-Medium.woff2') !!}') format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

.row{
  width: 100% !important;
}

a:link {color:#fff;}
a:visited {color:#fff;}
a:active {color:#fff;}
a:hover {color:#fff;}



a:link{
  text-decoration: none;
}

.link-init{
  font-size: 15px;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-style: none;
}

.logocon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #1367b0;
  animation: color 30s linear infinite;
  user-select: none;
  position: absolute;
  z-index: 3;
}
.logo {
  font-size: 6em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  cursor: default;
  text-align: center;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1 {
  color: #fff;
  position: relative;
  position: absolute;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
h1:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: -8px;
  background: #fff;
  transition: 500ms all ease-in-out;
}

a.cta {
  display: block;
  position: absolute;
  height: 50px;
  line-height: 50px;
  width: 120px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  left: 50%;
  bottom: 20%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #fff;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
a.cta:before {
  content: "";
  background: #fff;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 300ms all ease-in-out;
}
a.cta:hover:before {
  height: 4px;
}

.container {
  background: #09f;
  width: 50%;
  height: 300px;
  position: relative;
}

.center-block{
  float: none;
}


.slider-init{  
  margin-top: 100px;
  width: 100%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
}
.container .one-half {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.container .one-half.left {
  left: 0;
  background: url("../img/layouts/industrial.jpg") center center no-repeat;
  background-size: cover;
}
.container .one-half.left:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(1, 102, 153, 0.5);
  position: absolute;
}

.titu_tienda{
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4em;

}

.desliza {
    display: none;
  }

.container .one-half.right {
  right: 0;
  background: url("../img/layouts/electronic.jpg") center center no-repeat;
  background-size: cover;
}
.container .one-half.right:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 153, 109, 0.5);
  position: absolute;
}
.container .one-half.left, .container .one-half.right {
  transition: 500ms all ease-in-out;
}
.container .one-half.left:before, .container .one-half.right:before {
  transition: 500ms all ease-in-out;
}
.container.left-is-hovered .left {
  width: 85%;
}
.container.left-is-hovered .left h1:after {
  width: 100%;
}
.container.left-is-hovered .right {
  width: 15%;
}
.container.left-is-hovered .right:before {
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}
.container.right-is-hovered .right {
  width: 85%;
}
.container.right-is-hovered .right h1:after {
  width: 100%;
}
.container.right-is-hovered .left {
  width: 15%;
}
.container.right-is-hovered .left:before {
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}

@media only screen and (max-width:640px) {
  
  .logo {
    font-size: 3em;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    cursor: default;
    text-align: center;
  }

  .desliza {
    display: block;
  }

  .slider-init {
    margin-top: 0px;
    width: 100%;
    height: 50%;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
}

.titu_tienda {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em;
}

.container {
    background: #09f;
    width: 90%;
    height: 300px;
    position: relative;
}

.Titulo_menu{
  text-align: center;
  font-size: 1.1em;
}

}