@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,700');

*{
  box-sizing: border-box;
}

.clear {
  clear: both;
}

body {
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

@supports (position: sticky) {
  body {
    padding-top: 0;
  }

}

/* MENU DESKTOP */
#primary_nav_wrap
{
  margin-top:15px
}

#primary_nav_wrap ul
{
  list-style:none;
  position:relative;
  float:left;
  margin:0;
  padding:0;
  left:50%;
  transform:translate(-50%,0px);
}

#primary_nav_wrap ul a
{
  display:block;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding: 5px !important;
  font-weight: 400;
  color:#c4e3fe;
  text-align:center;
  text-transform: uppercase;
  margin-right: 15px;
}

.scrolled #primary_nav_wrap ul a
{
  display:block;
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding: 0px !important;
  font-weight: 400;
  color:#1f66d0;
  text-align:center;
  text-transform: uppercase;
  margin-right: 20px;
}

#primary_nav_wrap ul a:hover {
  color: #0e2f64;
}

#primary_nav_wrap ul li
{
  position:relative;
  float:left;
  padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
}

#primary_nav_wrap ul li:hover
{

}

.flechita_submenu2 {
  width: 16px;
  height: 16px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bototmleft: 2px;
  border-bototm-left-radius: 2px;
  margin-top: 12px;
  margin-left: -8px;
  background: #ebebeb;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
  position: absolute;
}

.flechita_submenu {
  width: 16px;
  height: 16px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  margin-top: -8px;
  margin-left: 15px;
  background: white;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
}

#primary_nav_wrap ul ul
{
  display:none;
  position:absolute;
  top:100%;
  left:135%;
  background:#fff;
  padding:0;
  border-radius: 8px;
  box-shadow: 1px 2px 20px rgba(0,0,0,0.2);
}

#primary_nav_wrap ul ul li
{
  float:none;
  color: #1f66d0;
  width:250px;
  float: left;
  text-align: left;
  padding: 10px 15px;
}

#primary_nav_wrap ul ul a:hover
{
  color:#0e2f64;
}

#primary_nav_wrap ul ul a
{
  line-height:100%;
  padding:10px 15px;
  color:#1f66d0;
  text-align: left;
}

.scrolled #primary_nav_wrap ul ul a {
  line-height:100%;
  padding:10px 15px;
  color:#1f66d0;
  text-align: left;
}

#primary_nav_wrap ul ul ul
{
  top:0px;
  left:140%;
  margin-left:-15px;
  background-color: #ebebeb;
  box-shadow: -9px -1px 15px rgba(0,0,0,0.25);
}

#primary_nav_wrap ul li:hover > ul
{
  display:block
}

.navbar {
  position: relative;
  height: 90px;
  width: 100%;
  transition: 0.5s ease;
  background: url(../img/fondo_menu.png) repeat-x bottom;
}


.navbar .nav .item {
  padding: 5px !important;
  margin-right: 0px;
  transition: 0.5s ease;
}

.una {
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .nav .item a {
  text-decoration: none;
  color: inherit;
  padding: 0;

}

.navbar .nav .item a:hover {
  background:none;
  color:#0e2f64;
}

.navbar .logo {
  float: left;
  width: 140px;
  margin-right: 20px;
  padding: 20px 0;
  margin-top: -22px;
  transition: 0.5s ease;
}

.navbar .logo_svg {
  fill:#fff;
}

.scrolled {
 transition: 0.5s ease;
}

.scrolled.navbar {
  background-color: rgba(255, 255, 255, 1);
  transition: 0.5s ease;
}

.scrolled.navbar .nav {
  transition: 0.5s ease;
  padding-top: 10px;
}

.scrolled.navbar .nav .item {
  transition: 0.5s ease;
  color:#2664c1;
}

.scrolled.navbar .logo {
  float: left;
  display: inline-block;
  height: 40px;
  transition: 0.5s ease;
}

.scrolled.navbar .container .logo .logo_svg {
  height: 100%;
  width:auto;
  fill:#2664c1 !important;
  transition: 0.5s ease;
}

.scrolled.navbar .container .logo .logo_svg path {
  fill:#2664c1 !important;
}











/* -------destacadas */

.titulo_destacadas {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  color: #1a5ecf;
  text-transform: uppercase;
  margin: 30px 0 40px;
  padding: 0;
}

.img_categoria {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img_categoria:hover {
  cursor: pointer;
}

.txt_destacadas {
  position: absolute;
  width: 90%;
  margin-left: 5%;
  text-align: center;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  top: 50%;
  transform:translate(0,-50%);
}

.padding0 {
  padding: 0px !important;
}

.margin0 {
  margin: 0px !important;
}

.margintop20 {
  margin-top: 20px !important;
}

.marginbottom50 {
  margin-top: 50px !important;
}

.padding30 {
  padding: 30px 0;
}

.seccion_video {
  background: url(../img/fondo_azul.jpg) top center no-repeat;
  margin-top: 70px;
  padding-bottom: 90px;
  position: relative;
}

.seccion_video .container .row .col-md-3 {
  border-right: 3px solid white;
}

.seccion_video .container .row .col-md-3 h1 {
  color: white;
  line-height: 46px;
  display: block;
}

.seccion_video .container .row .col-md-9 {
  display: table;
}

.seccion_video .container .row .col-md-9 p {
  color: white;
  height: 46px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  display: table-cell;
  vertical-align: middle;
}

.tablevideo {
  position: relative;
}

.tablecell {
  transform: translateY(25%);
}

.img_video {
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 8px;
}
.img_video::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img_video:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.img_video:hover::after {
    opacity: 1;
}

/* Video Modal - Theater Mode
-------------------------------------------------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
}
.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0.0;

    -webkit-transform: translate(500%,0%);
    transform: translate(500%,0%);

    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;


    /* using flexbox for vertical centering */

    /* Flexbox display */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* Horizontal alignment */
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    /* Vertical alignment */
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.video-modal .overlay {
    z-index: 0;
    background: rgba(0,93,171,0.80); /* dark blue */

    opacity: 0.0;

    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}


.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;

  height: auto;
  /*   width: 76%; */
  width: calc(100% - 200px);
  max-width: 1000px;
  max-height: calc(100% - 100px);
  margin: 0 auto;

  overflow-y: visible;

  /*background: #fff;*/ /* container will have a transparent BG—moving the BG color and shadow to the iframe element to make it look more seamless */

  /* Transition looks a bit janky with the iframe */
  /*-webkit-transform: translate(0%,-20%);
    transform: translate(0%,-20%);

    -webkit-transition: -webkit-transform 0.2s ease-out 0.15s;
    transition: transform 0.2s ease-out 0.15s; */
}
/* Mobile Layout Tweaks */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 16px);
  }
}

/* close button */
.close-video-modal {
  display: block;
    position: absolute;
    right: 0;
    top: -40px;

    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;

    /*border: 2px solid red;*/
}

/* using a 16:9 image to resize the video frame */
.video-sizer {
  display: block;
  width: 100%;
  height: auto;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

  background: #fff;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal */
/* add class to the body */
.show-video-modal .video-modal {
  opacity: 1.0;

  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
  opacity: 1.0;
}
.show-video-modal .video-modal-content {
  transform: translate(0%,0%);
  -webkit-transform: translate(0%,0%);
}




/*SECCION PRODUCTOS*/

.seccion_productos {
  padding-bottom: 60px;
}

.seccion_productos .row h1 {
  text-align: center;
}

.container_productos {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 0 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*Sombras productos*/
.container_productos::after {
  content: "";
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.container_productos:hover {
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.container_productos:hover::after {
    opacity: 1;
}

.imagen_productos {
  width: 100%;
  height: 200px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.imagen_productos img {
  max-width: 100%;
  max-height: 170px;
}

.titulo_productos {
  text-transform: uppercase;
  text-align: center;
  color: #2058c6;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.separador_curl {
  width: 60%;
  background: url(../img/curl.png;) repeat-x;
  height: 7px;
  margin: 10px auto;
}

.descripcion_productos {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}

.precio_productos {
  text-align: center;
  color: #2058c6;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 700;
  padding: 7px 0;
}



/*Seccion footer
-----------------
-----------------*/


.seccion_pie {
  background: url(../img/fondo_azul_pie.jpg) bottom center no-repeat;
  margin-top: 50px;
  padding: 25px 0;
  position: relative;
}

.titulos_pie {
  margin:0 0 15px;
  padding:0;
  text-transform: uppercase;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.sitemap {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 70%;
}

.sitemap li {
  border-bottom: 1px dotted white;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 20px;
}

.sitemap li a {
  color: white;
  text-decoration: none;
}

.label_pie {
  color: white;
  font-size: 13px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
}

.alignr {
  text-align: right;
}

.datos_contacto {
  text-align: right;
  margin-top: 15px;
  color: #97b7e8;
  line-height: 20px;
  font-size: 13px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
}



.wrapper_full {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

#toggle {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 9999999999999;
}

#toggle span {
  font-size: 30px;
  color:white;
}

.menu_lateral {
  width: 250px;
  height:100%;
  position:fixed;
  background: white;
  z-index: 11;
  left: -280px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.menu_lateral svg, .menu_lateral path {
  fill:#d4d4d4 !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

#flecha_menu {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.abierto {
  left: 0px;
}

.bodyleft {
  -webkit-transform: translate(250px, 0px); /* Safari */
}

.logom {
  display: none;
}



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

.navbar {
  display: none;
}

.logom {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 9;
  height: 90px;
}

.logom a {
  display: block;
  width: 100%;
  height: 90px;
}

.logom a svg{
  height: 70px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#toggle {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 30px;
  left: 10px;
  z-index: 9999999999999;
}

/**/
.carousel .item .subtitulo {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #a2d6fe;
  font-size: 20px;
  text-shadow:none;
  margin:5px 0 0;
  padding: 0;
}

.carousel .item .titulo {
  display: none;
}

.carousel .item .descripcion_corta, .boton_leermas {
  display:none !important;
}

.icono {
  height: 5vh;
  width: 5vh;
  top: 27vh;
}

.contenedor_imagen_slider img {
  width: 100%;
}

.titulo_destacadas {
  text-align: center;
}

.txt_destacadas {
  position: absolute;
  width: 90%;
  margin-left: 5%;
  text-align: center;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  top: 50%;
  transform: translate(0, -50%);
}

.img_video {
  width: 80%;
  margin-left: 10%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 8px;
  margin-bottom: 20px;
}

.container_productos {
  margin-bottom: 25px;
}

.alignr {
  margin-top: 20px;
    text-align: center;
}

.datos_contacto {
  text-align: center;
  margin-top: 15px;
  color: #97b7e8;
  line-height: 20px;
  font-size: 13px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
}

.seccion_pie .container .col-md-4:first-child {
  display: none;
}

/* MENU MOBILE */
body {
  background: #ecf0f1;
}

#navM {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  list-style: none;
}
#navM > li {
  /* Parent Items */
  background: #fff;
}
#navM > li > a {
  padding: 1em;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  color: #95a5a6;
}
#navM > li > a i {
  float: right;
}
#navM > li a {
  display: block;
  text-decoration: none;
}

/* submenu */
#navM > li ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #3498db;
}
#navM > li ul li a {
  padding: 0.5em 1em;
  color: #fff;
}

.active i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.titulo_header_interiores {
  font-size: 35px !important;
  transform: translate(-50%, -30%) !important;
}


} /* FIN MEDIA QUERIES */