

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

body {
  /* font-family: 'Avenir Next' !important; */
  font-family: 'Montserrat', sans-serif !important;
}

header {
  position: relative;
  min-height: calc(100vh - 64px);
}

.texto_seccion {
  position: relative;
  padding-top: 150px;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  text-shadow: -2px 2px #000000;
}

.breadcrumb::before {
  color: black !important;
}

.colores{
      background: -webkit-linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%) !important;
      background: -moz-linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%) !important;
      background: -o-linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%) !important;
      background: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%) !important;
}

.colorOU {
  background-color: #00BCDE;
}
a.colorOU:hover, button.colorOU:hover {
  background-color: black;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    text-align: -webkit-center;
}

/*
.slidera_principal {
    background-image: url("/media/port1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(50vh);
    width: 100%;
    background-position: 50% 25%;
} */
.nosotros_slider {
  background-image: url("/media/nosotros.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
  background-position: 0 70%;
  filter:drop-shadow(8px 8px 10px gray);
  filter:grayscale(50%);
}

.blog_slider {
  background-image: url("/media/nosotros.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
  background-position: 0 70%;
  filter:drop-shadow(8px 8px 10px gray);
  filter:grayscale(50%);
}

.blog_slider div.transbox {
    margin: 0;
    background-color: #000000;
    border: 1px solid black;
    opacity: 0.3;
    width: 100%;
    height: 250px;
    filter: alpha(opacity=30);
    position: absolute;
}

.explora_slider {
  background-image: url("/media/back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
  background-position: 0 40%;
  filter:drop-shadow(8px 8px 10px gray);
  filter:grayscale(50%);
}

.slider_principal {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slider_principal:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('/media/port1.png') no-repeat center center /cover;
  content: '';
  z-index: -1;
  filter:blur(5px) brightness(70%);
  -webkit-filter: blur(5px) brightness(70%);
  -moz-filter: blur(5px) brightness(70%);
  -o-filter: blur(5px) brightness(70%);
  -ms-filter: blur(5px) brightness(70%);
}

.header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewY(-5deg);
  transform-origin: top left;
  background: url("/media/img6.png"), linear-gradient(45deg, #dc55f3, #dc55f3 20%, #5c36cc 80%, #5c36cc);
  z-index: -1;
}

.valign {
  position: relative;
  margin-top: 150px;
}

section {
  position: relative;
  margin-top: -5vh;
  min-height: 100vh;
}

.transparent {
  background-color: blue !important;
  transition: .5s;
  box-shadow: none;
}

.fs-background {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewY(-5deg);
  transform-origin: top left;
  background-image: linear-gradient(45deg, #F2F0F0, #f9fafb);
  z-index: -1;
}

.scroll {
  height: 100px;
  transition: .5s;
  background: -webkit-linear-gradient(to right, #DF01FF, #8A00FF) !important;
  background: -moz-linear-gradient(to right, #DF01FF, #8A00FF) !important;
  background: -o-linear-gradient(to right, #DF01FF, #8A00FF) !important;
  background: linear-gradient(to right, #DF01FF, #8A00FF) !important;
}

.sd-background {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewY(-5deg);
  transform-origin: top left;
  background-color: #fff;
  z-index: -1;
}

.td-background {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewY(-5deg);
  transform-origin: top left;
  background-image: linear-gradient(45deg, #F2F0F0, #f9fafb);
  z-index: -1;
}

.rcorners1 {
  border-radius: 25px;
  padding: 10px;
}

.rcorners2 {
  border-radius: 15px;
  padding: 10px;
}

.rcorners3 {
  border-radius: 5px;
}

.page-container {
  min-height: 100vh;
  margin-bottom: 30vh;
}

.container404 {
  min-height: 100%;
  margin-bottom: 30vh;
}

.section-container {
  padding-bottom: 10vh;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #00B9DC;
  /* Just change the color value and that's it*/
}

.input-field input[type=text]:focus, .input-field input[type=email]:focus, .input-field textarea:focus {
  border-bottom: 1px solid #8e24aa !important;
  box-shadow: 0 1px 0 0 #8e24aa !important;
}

#sidenav-overlay {
  z-index: 996;
}

.messages .success {
  padding: 10px;
  color: white;
  background-color: #35CC36;
}

.messages .error {
  padding: 10px;
  color: white;
  background-color: #CC2C24;
}

.nuevo_pedido {
  margin: 20px;
  padding: 20px;
  border: 1px solid #999999;
  background: #EEEEEE;
}

.box {
}
