﻿/* =======================================================================
    FONTS
   ======================================================================= */
@font-face {
    font-family: 'roboto';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('fonts/Roboto-Medium-webfont.eot');
    src: url('fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('fonts/Roboto-Medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'roboto';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/Roboto-Bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('fonts/Roboto-Black-webfont.eot');
    src: url('fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Black-webfont.woff') format('woff'),
         url('fonts/Roboto-Black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/*==================================================
  hamburger styles
==================================================*/
#hamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 3px;
    margin-top: 5px;
    width: 85%;
}
#hamburger {
    border: 1px solid #3d3d3c;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 2px 4px 3px;
    background: #525250;
    position: absolute;
    left: 13px;
    top: 20px;
    width: 34px;
    height: 34px;
}
nav.mobile-menu {
    background-color:#fff;
}
nav.mobile-menu>ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
    top:100px;
}
nav.mobile-menu li>ul {
    display:none;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}nav.mobile-menu li.active > ul {
    display:block;
   }
nav.mobile-menu>li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    border-bottom:1px dotted #a9a9a9;
    padding: 15px;
}
nav.mobile-menu>li.has-child {
    cursor: pointer;
}
.mobile-menu ul.menu-ddown {
    margin-top: 5px;
}
nav.mobile-menu>li a {
    text-decoration: none;
}
.mobile-menu .menu-ddown li {
    padding: 6px;
}
.mobile-menu .menu-ddown li a{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    font-size: 18px;
}
.mobile-menu .menu-ddown li a:hover{
    text-decoration: underline;
}
nav.mobile-menu li.has-child::after {
    content: '+';
    position: absolute;
    top: 11px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-family: roboto;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    color: #222222;
    cursor: pointer
}
nav.mobile-menu li.has-child.active::after {
    content: '-';
}
.panel:before {
    content: '';
    display: block;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.5s ease-in-out;
}
.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
/*=======================
    end hamburger
=======================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color:#222222;
    /*font-family: roboto, sans-serif;*/
    /*font-family: Calibri;*/
    font-family: 'Arial Unicode MS'; 
    font-weight:300;
    font-size: 19px;
    text-decoration: none;
    background-color:#222222;
    /*overflow-x:auto!important;
    overflow-y:visible!important;*/
}
a{
    color:#222222;
}
#container {
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    min-height: 100vh;
    overflow-y:hidden;
}
.section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:10px;
    margin-bottom:10px;
   
}
.menu {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header {
    display:flex;
    justify-content:space-around;
    padding: 0 30px;
    position:fixed;
    z-index:4;
    background-color: #FFF;
    height: 70px;
    left:0px;
}

.header_contact {
   /*// border: 2px solid #f48337;*/
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #FFF;
    cursor:pointer;
}
.header_contact p { 
    margin-top: -2px;
    font-size: 20px;
    font-weight: 700;
}
.header_contact span svg {
    width: 2em;
    height: 2em;
    margin-bottom: -3px;
    display:none;
}

li {
    list-style: none;  
}
.menu .menu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.menu .menu-item {
    margin: 10px 12px 7px 12px;
    padding-bottom: 3px;
    position: relative;
}
.menu .menu-item.active {
    padding-bottom:0px;
    border-bottom: 3px solid #222222;
}

.menu .menu-item > a {
   
    text-transform: uppercase;
    text-decoration:none;
    font-weight: 300;
    font-size: 15px;
}
.menu .menu-item > div {
   
    text-transform: uppercase;
    text-decoration:none;
    font-weight: 300;
    font-size: 15px;
    cursor:pointer;


}


.menu .menu-ddown> li > a {
    padding: 0 15px;
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
    white-space: pre;
}
.menu .ddown-item:hover > a {
    text-decoration:underline;
}

.menu .menu-ddown {   
    z-index: 1;
    display: none;
    position: absolute;
    top: 25px;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.menu .ddown-item {
    margin: 16px 5px 16px 3px;
}

.menu .menu-item:hover > ul
{
	display:block
}


/* =====================
    bxslider
 ======================*/
.carr {
    min-height: 120px;
    display:block;
    width:100%;
    margin-top: 90px;
    margin-bottom: 0%;
}
.bxslider {
}

/* =====================
    content
 ======================*/
.grid {
    width:70%;

 
   
}
.grid-item, .grid-sizer {
    width: 32.4%;
    margin-bottom:1%;
    min-height: 168px;
    margin-top:40px;
     margin-bottom:40px;
   /* margin-left:10px;
     margin-right:10px;*/ 
   
  
}

.gutter-sizer {
    width:1%;
}
.pro-img img {
    display: block;
    min-width: 80%;
    width: 100%;
    height: auto;
   
}

.pro-img a {
    display: block;
    min-width: 10%;
    height: auto;
    text-align: center;
}

.pro-img > span {
    position: absolute;
    left: 0;
   
    bottom:50px;

    width: 100%;
    text-align: center;
    vertical-align:central
}
.pro-img > span > div {
   position:relative;
    padding: 6px 10px;
     text-align: center;
   width:89%;
   margin:auto;
   /* left:250px;*/
  /*  top:-220px;*/
   /* border: 2px solid #fff;*/
    font-size: 28px;
    font-weight: 600;
    color: #fff;
      background-color: rgba(0, 0, 0, 0.35);
    line-height: 1.2;
   
}

/*//////////////////////////////////////////////////////////////////////////////////////*/

.grid1 {
    width:70%;
 
   
}
.grid-item1, .grid-sizer1 {
    width: 19.2%;
    margin-bottom:1%;
    min-height: 168px;
    margin-top:40px;
     margin-bottom:40px;
   
  
}

.gutter-sizer1 {
    width:1%;
}
.pro-img1 img {
    display: block;
    min-width: 100%;
    width: 100%;
    height: auto;
    cursor:pointer;
   
}

.pro-img1 a {
    display: block;
    min-width: 10%;
    height: auto;
    text-align: center;
}

.pro-img1 > span {
    position: absolute;
    left: 0;
   
    bottom:150px;

    width: 100%;
    text-align: center;
    vertical-align:central
}
.pro-img1 > span > div {
   position:relative;
    padding: 6px 10px;
   
   /* left:250px;*/
  /*  top:-220px;*/
   /* border: 2px solid #fff;*/
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.35);
    line-height: 1.2;
}


/*//////////////////////////////////////////////////////////////////////////////////////*/




footer {
    display: block!important;
    align-self: flex-end;
}
footer .container {    
     width: 100%;
    padding: 0px 0 25px 0;
    font-size: 19px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
   /* background-color: #3d3d3c;*/
 /*    background-color: #b6d4ec; */
    font-weight: 400;
}
.copyright {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 14px;
     /* background-color: #3d3d3c;*/
  /*//  background-color: #b6d4ec;*/
    color: #fff;
    width: 100%;
}
footer nav {
}

footer a, footer p {
color: #fff;
}
footer a {
    font-size:1.2em;
    margin-bottom:4px;
}

footer li:hover > a {
    text-decoration:underline;
}

footer nav ul{
    margin-bottom:20px;
}
/*CONTACTO FORMULARIO*/
#mainform {
    max-width:40em;
}
#mainform h3 {
    margin-bottom: 1.5em;
}
.inputrow {
    width: 30em;
    margin-bottom: 1em;
}
.inputrow input{
    background-color: #FFFFFF;
  border: 1px solid #D6D9DC;
  border-radius: 3px;
  width: 100%;
  padding: 7px;
}
.inputrow textarea{
    background-color: #FFFFFF;
    border: 1px solid #D6D9DC;
    border-radius: 3px;
    width: 100%!important;
    padding: 7px;
    height: 10em!important;
}
#submit {
    padding: 6px 0 0 0;
    margin: 0 auto;
    display: BLOCK;
    border-radius: 6px;
    border: none;
    background-color: #428efb;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    width: 6em;
    height: 2.2em;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
}
#form > p {
    text-align: center;
    margin-bottom: 1em;
    color: #ff0000;
	    width: 30em;
}
#form span {
    color:#000;
}
#map {
    height: 500px;
    width: 750px;
    margin-top: 10px;
}
#hiddenMap > div > div:first-child {
    width:750px;
}
#hiddenMap h3 {
    display: inline-block;
    margin-right: 10px;
}
#hiddenMap p {
    display: inline-block;
    margin-right:10px;
}
/*ACERCA DE NOSOTROS*/

#hiddenNos p {
    max-width: 45em;
    margin-bottom: 1em;
}
#hiddenNos h3 {
    margin-bottom: 16px;
}
/*Menu content subcategorias*/
#menu_content:hover .menu-ddown {
    opacity: 1;
    visibility:visible;
}
#menu_content .menu-ddown{
    position: absolute;
    width: 100%;
    bottom: 107px;
    text-align: left;
    padding: 10px;
    flex-wrap: wrap;
    display:flex;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity ease .3s;
}
#menu_content .menu-ddown li{
    width: 100%;
    text-align: left;
    margin-bottom: 18px;
}
#menu_content .menu-ddown li a{
        color: #fff;
    background-color: rgba(0, 0, 0, 0.35);
    font-size: 1.3em;
    text-decoration: none;
    font-weight: 400;
    padding: 5px;
    border: 2px solid #fff;
}

/* Mobile Styles */
@media only screen and (max-width: 365px) {
    #map {
        height: 400px;
        width: 270px;
    }
    #hiddenMap > div > div:first-child {
        width:270px;
    }
    .inputrow {
        width:13em;
    }
}
@media only screen and (max-width: 470px) and (min-width:366px) {
    #map {
        height: 400px;
        width: 300px;
    }
    #hiddenMap > div > div:first-child {
        width:300px;
    }
    .inputrow {
        width:13em;
    }
}
@media only screen and (max-width: 780px) and (min-width:471px){
    #map {
        height:500px;
        width: 400px;
    }
    #hiddenMap > div > div:first-child {
        width:400px;
    }
    .inputrow {
        width:20em;
    }
}
@media only screen and (max-width: 780px) {
    body {
    }
    .grid-item, .grid-sizer {
        width: 99%;
        margin:0.5%;
    }
    .gutter-sizer {
        width:0%;
    }
    #menu_content .menu-ddown li {
        width: 50%;
    }
}

@media only screen and (max-width: 780px) {
    body {
    }
    .grid-item1, .grid-sizer1 {
        width: 99%;
        margin:0.5%;
    }
    .gutter-sizer1 {
        width:0%;
    }
    #menu_content .menu-ddown li {
        width: 50%;
    }
}

/* Tablet Styles */
@media only screen and (max-width: 475px) {
    #menu_content .menu-ddown li {
        width: 50%;
    }
}
@media only screen and (min-width: 476px) and (max-width: 780px) {
    #menu_content .menu-ddown li {
        width: 100%;
    }
}
@media only screen and (min-width: 781px) and (max-width: 934px) {
    #menu_content .menu-ddown li {
        width: 50%;
    }
}
@media only screen and (min-width: 935pxpx) and (max-width: 1050px) {
    #menu_content .menu-ddown li {
        width: 100%;
    }
}
@media only screen and (min-width: 781px) and (max-width: 1050px) {
    .grid-item, .grid-sizer {
        width: 49.5%;
        margin-bottom:1%;
    }
    .gutter-sizer {
        width:1%;
    }
    #map{
        height: 400px;
        width: 600px;
    }
    #hiddenMap > div > div:first-child {
        width:600px;
    }
    .inputrow {
        width:20em;
    }
}

@media only screen and (min-width: 781px) and (max-width: 1050px) {
    .grid-item1, .grid-sizer1 {
        width: 49.5%;
        margin-bottom:1%;
    }
    .gutter-sizer1 {
        width:1%;
    }
    #map{
        height: 400px;
        width: 600px;
    }
    #hiddenMap > div > div:first-child {
        width:600px;
    }
    .inputrow {
        width:20em;
    }
}
/*mobile menu*/
@media only screen and (max-width: 1000px) {
    .header_contact span svg {
        display:block;
    }
    .header_contact a {
        display:none;
    }
    #hamburger {
        display:flex;
    }
    .menu {
        display:none;
    }
    .header {
        justify-content:center;
        height: 70px;
        padding: 0 37px;
    }
    .carr {    
	    margin-top: 70px;
    }
    nav.mobile-menu {
        margin-top: 150px;
    }
    .section.header img{
        width:230px;
    }
    
    
}
/* Desktop Styles */
@media only screen and (max-width: 1400px) and (min-width:1051px){
    #menu_content .menu-ddown li {
        width: 50%;
    }
}





















#hiddenPop {
    border: 3px solid #333333;
}
#hiddenPop > div {
    display:flex;
    align-items:center;
}
#hiddenPop > div > div:first-child {
    overflow: hidden;
    max-width: 30em;
}
#popText {
    margin-left: 1em;
    font-size: 1.2em;
    max-width: 20em;
}
#popText > li {
   margin-bottom:2px;
}
#popText p {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom:0.2em
}
#popImg {
    max-width: 100%;
    max-height: 80vh;
}
@media only screen and (max-width: 1000px) {
    #hiddenPop > div {
        flex-direction: column;
        align-items:initial;
    }
    #popText {
    margin-top: 1em;
    margin-left:0px;
    }
    #hiddenPop > div > div:first-child {
    max-height: initial;
    overflow: hidden;
    max-width: 80vw;
    align-self:center;
    }
}

img {
    width:100%;
    height:auto;
    max-width:415px;
}
.opa{

  opacity: 0.3;
    filter: alpha(opacity=30);
}