/* ============================================================================ */
/* BLOCK-BOX */
/* ============================================================================ */

.block-box.center,
.block-box.right,
.block-box.left,
.block-box-bg.left,
.block-box-bg.center,
.block-box-bg.right{
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
}

.block-box.center,
.block-box.center .text,

.block-box-bg.center,
.block-box-bg.center .text,

.block-box-bg.left,
.block-box-bg.left .wrapper,
.block-box-bg.left .wrapper .text,

.block-box-bg.right,
.block-box-bg.right .wrapper,
.block-box-bg.right .wrapper .text,

.block-box.right,
.block-box.right .wrapper .text,
.block-box.right img,
.block-box.right .wrapper,

.block-box.left,
.block-box.left .wrapper .text,
.block-box.left img,
.block-box.left .wrapper{
  width: 100%;
}

.block-box.right .wrapper,
.block-box.left .wrapper,


.block-box-bg.left .wrapper,
.block-box-bg.right .wrapper,

.block-box-bg.center .text,
.block-box.center .text{
  left: 50%;
}

.block-box-bg.left .wrapper,
.block-box-bg.left .wrapper .text,

.block-box-bg.right .wrapper,
.block-box-bg.right .wrapper .text,

.block-box-bg.center  .text,

.block-box.center .text,

.block-box.right .wrapper .text,
.block-box.right img,
.block-box.right .wrapper,

.block-box.left .wrapper .text,
.block-box.left img,
.block-box.left .wrapper{
  position: absolute;
  top: 50%;
}

.block-box.center .text,
.block-box-bg.center .text,

.block-box.right .wrapper .text,

.block-box-bg.left .wrapper,
.block-box-bg.left .wrapper .text,

.block-box-bg.right .wrapper,
.block-box-bg.right .wrapper .text{
  z-index: 3;
}

.block-box.right .wrapper{
  z-index: 1;
}

.block-box-bg.center .text,
.block-box.center .text{
  text-align: center;
}

.block-box.center,
.block-box-bg.center,

.block-box-bg.right,
.block-box-bg.right .wrapper,

.block-box-bg.left,
.block-box-bg.left .wrapper,

.block-box.right,
.block-box.right .wrapper,

.block-box.left,
.block-box.left .wrapper{
  height: 600px;
}


.block-box-bg.left .wrapper .text,
.block-box-bg.right .wrapper .text,

.block-box.right .wrapper .text,
.block-box.right img,

.block-box.left .wrapper .text,
.block-box.left img{
  padding: 60px;
}

.block-box.right .wrapper .text,
.block-box.left .wrapper .text{
  max-width: 60%;
}

.block-box.right img,
.block-box.left img{
  max-width: 40%;
  padding: 20px;
}

.block-box-bg.left .wrapper .text,
.block-box-bg.right .wrapper .text,

.block-box.right .wrapper .text,
.block-box.right img,

.block-box.left .wrapper .text,
.block-box.left img{
  max-width: 50%;
}

.block-box-bg.left .wrapper .text,
.block-box.right img,
.block-box.left .wrapper .text{
  left: 0;
}

.block-box-bg.right .wrapper .text,
.block-box.left img,
.block-box.right .wrapper .text{
  right:0;
}

.block-box-bg.left .wrapper,
.block-box-bg.right .wrapper,
.block-box.right .wrapper,
.block-box.left .wrapper{
  max-width: 1440px;
}

.block-box-bg.right .wrapper,
.block-box-bg.left .wrapper,

.block-box.right .wrapper,
.block-box.left .wrapper,

.block-box-bg.center .text,
.block-box.center .text{
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-box-bg.left .wrapper .text,
.block-box-bg.right .wrapper .text,

.block-box.right .wrapper .text,
.block-box.right img,

.block-box.left .wrapper .text,
.block-box.left img{
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.block-box.center .text,
.block-box-bg.center .text{
  max-width: 1080px;
  padding: 20px;
}


.block-box-bg.right .wrapper .text h2,
.block-box-bg.right .wrapper .text p,

.block-box.center h1,
.block-box.center h2,
.block-box.center p,

.block-box-bg.center h1,
.block-box-bg.center h2,
.block-box-bg.center p,

.block-box-bg.left h1,
.block-box-bg.left p,

.block-box-bg.right h1,
.block-box-bg.right p{
  color:white;
}

.block-box-bg.center img,
.block-box-bg.left img,
.block-box-bg.right img,
.block-box.center img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-box.center img {
    -webkit-animation: fadein 2s;
       -moz-animation: fadein 2s;
        -ms-animation: fadein 2s;
         -o-animation: fadein 2s;
            animation: fadein 2s;

}

@keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0;}
    to   { opacity: 1;}
}


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

  .content-block{
    float: none;
    margin:0 auto;
    max-width:768px;
    width:100%;
    position: relative;
    padding: 20px 30px;
  }

  .content-block:after{
    content: "";
    clear: both;
    display: block;
  }

  .block-box.right,
  .block-box.right .wrapper,

  .block-box.left,
  .block-box.left .wrapper{
    height: auto;
  }

  .block-box.right,
  .block-box.left{
    margin: 0;
  }

  .block-box.right .wrapper .text,
  .block-box.right img,

  .block-box.left .wrapper .text,
  .block-box.left img{
    max-width: 100%;
  }

  .block-box.right .wrapper .text,
  .block-box.left img{right:none;}

  .block-box.right .wrapper .text,
  .block-box.right .wrapper,
  .block-box.right img,

  .block-box.left .wrapper .text,
  .block-box.left .wrapper,
  .block-box.left img{
    max-width: 100%;
    width: 100%;
    position: relative;
    left: 0;
    float: left;
    display: block;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .block-box.right .wrapper .text,
  .block-box.left .wrapper .text{padding: 20px 30px;}

  .block-box.right img,
  .block-box.left img{padding:0;}

}

@media screen and (max-width: 960px){
  .content-block{
    max-width: 100%;
    padding: 0;
  }
}

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

  .block-box.center.medium.homepage-left{
    width: 100%;
  }

  .block-box.center.medium{
    height: 250px;
  }


  .block-box-bg.center,

  .block-box-bg.left,
  .block-box-bg.left .wrapper,

  .block-box-bg.right,
  .block-box-bg.right .wrapper{
    height: auto;
  }

  .block-box-bg.right .wrapper .text{right:none;}

  .block-box-bg.left .wrapper .text,
  .block-box-bg.left .wrapper,
  .block-box-bg.left img,

  .block-box-bg.center .text,
  .block-box-bg.center,
  .block-box-bg.center img,
  
  .block-box-bg.right .wrapper .text,
  .block-box-bg.right .wrapper,
  .block-box-bg.right img{
    max-width: 100%;
    width: 100%;
    position: relative;
    left: 0;
    float: left;
    display: block;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .block-box-bg.center .text,

  .block-box-bg.left .wrapper .text,
  .block-box-bg.right .wrapper .text{padding: 20px;}

  .block-box-bg.center img,
  .block-box-bg.left img,
  .block-box-bg.right img{padding:0;}

  .block-box-bg.center .bg-overlay,
  .block-box-bg.left .bg-overlay,
  .block-box-bg.right .bg-overlay{
    display: none;
  }

  .block-box-bg.right .bg-white{
    background: transparent;
  }

  /*-- color font --*/

  .block-box-bg.right .wrapper .text h1,
  .block-box-bg.left .wrapper .text h1,
  .block-box-bg.center h1,
  .block-box-bg.center h2,
  .block-box-bg.left h2,
  .block-box-bg.right h2{
    color:#444444;
  }

  .block-box-bg.right .wrapper .text p,
  .block-box-bg.center p,
  .block-box-bg.left p,
  .block-box-bg.right p{color:#999999;}

}

/* -- block front -- */

.block-box-front.left,
.block-box-front.right{
  width: 1400px;
  margin: 80px auto;
  display: block;
  position: relative;
}

.block-box-front.left .text,
.block-box-front.right .text{left: 50%;}

.block-box-front.left .text{margin-left: -50%;}
.block-box-front.right .text{margin-left: 0;}

.block-box-front.left .text,
.block-box-front.right .text{
  padding: 40px 80px;
  top:50%;
  width: 50%;
  background: white;
  position: absolute;
  
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.block-box-front.right img,
.block-box-front.left img{
  width: 700px;
}

.block-box-front.right img{
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.block-box-front.left img{
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}


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

  .block-box-front.left,
  .block-box-front.right{
    width: 1000px;
  }

  .block-box-front.right img,
  .block-box-front.left img{
    width: 500px;
  }

  .block-box-front.left .text,
  .block-box-front.right .text{
    padding: 40px;
  }
}

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

  .block-box-front{
    display: block;
    float: left;
    width: 100%;
  }

  .block-box-front:after{
    content: "";
    clear: both;
    display: block;
  }

  .block-box-front.left .text,
  .block-box-front.right .text{
    margin: 0;
    position: relative;
    left: 0;
    top:0;
    width: 100%;
    display: block;
    padding: 20px 0;
    float: left;
    background: transparent;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .block-box-front.left img,
  .block-box-front.right img{
    width: 100%;
  }

  .block-box-front.left .text,
  .block-box-front.left img,
  .block-box-front.right .text,
  .block-box-front.right img{
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .block-box-front.left,
  .block-box-front.right{
    margin: 0;
    width: 100%;
  }

}

/* -- block-box-half -- */

.block-box-half{
  width: 100%;
  position: relative;
  display: block;
}

.block-box-half:after {
  content: " " !important;
  display: table !important;
  clear: both !important;
}

.block-box-half .wrapper{
  position: relative;
  width: 50%;
  float: left;
  display: block;
  overflow: hidden;
}

.block-box-half,
.block-box-half .wrapper{height: 600px;}

.block-box-half .wrapper img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-box-half .wrapper .text{
  position: absolute;
  top:50%;
  max-width: 720px;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 60px;

  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);

}

.block-box-half.right .wrapper:first-child{float: right;}
.block-box-half.right .wrapper:last-child{float: left;}
.block-box-half.right .wrapper:last-child .text{right: 0;}


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

  .block-box-half .wrapper .text h1,
  .block-box-half .wrapper .text h2{color:#444444;}
  .block-box-half .wrapper .text p{color:#999999;}

  .block-box-half .wrapper .text{
    position: relative;
    top:0;
    padding: 20px 30px;
    transform: none;
  }

  .block-box-half .wrapper{
    width: 100%;
  }

  .block-box-half,
  .block-box-half .wrapper{height: auto;}

  .block-box-half.right .wrapper:first-child{float: left;}
  .block-box-half.right .wrapper:last-child .text{left: 0;right: none;}
}

/* -- block-box-top -- */

.block-box-top.right,
.block-box-top.left{
  width: 100%;
  display: block;
  float: left;
  margin: 0;
}

.block-box-top.right .wrapper,
.block-box-top.left .wrapper{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.block-box-top .wrapper img.img-top{
  position: relative;
  margin-top: -60px;
  z-index: 999;
}

.block-box-top .wrapper .img-block-box-top{
  position: relative;
  z-index: 99;
}

.block-box-top .wrapper .img-block-box-top:before{
  content: " ";
  width: 300px;
  height: 300px;
  background: #f1f1f1;
  position: absolute;
  z-index: 99;
  top:80px;
  left: -30px;
  overflow: hidden;
}

.block-box-top.right .wrapper .text,
.block-box-top.left .wrapper .text,
.block-box-top.right .wrapper img,
.block-box-top.left .wrapper img{
  width: 50%;
  display: block;
}

.block-box-top.right .wrapper .text,
.block-box-top.left .wrapper img{
  float: right;
}

.block-box-top.left .wrapper .text,
.block-box-top.right .wrapper img{
  float: left;
}

.block-box-top.right .wrapper .text,
.block-box-top.left .wrapper .text{
  padding: 60px;
}

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

  .block-box-top .wrapper .img-block-box-top:before{
    display: none;
  }

  .block-box-top .wrapper img.img-top{
    margin-top: 0;
  }


  .block-box-top.right,
  .block-box-top.left{
    padding: 0 20px;
  }

  .block-box-top.right .wrapper .text,
  .block-box-top.left .wrapper .text,
  .block-box-top.right .wrapper img,
  .block-box-top.left .wrapper img{
    width: 100%;
  }

  .block-box-top.right .wrapper .text,
  .block-box-top.left .wrapper img,
  .block-box-top.left .wrapper .text,
  .block-box-top.right .wrapper img{
    float: left;
  }

  .block-box-top.right .wrapper .text,
  .block-box-top.left .wrapper .text{
    padding: 0;
    margin: 20px 0;
  }
}

/* ============================================== */
/* VIDEO */
/* ============================================== */

.video-wrapper{
  width: 100%; 
  height: 100vh;
  overflow: hidden;
  display: block;
  float: left;
  position: relative;
}

.video,
.video-wrapper .info{
  position: absolute;
  top:50%;
  left:50%;

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video{
  min-width: 100%; 
  min-height: 100%;
}

.video-wrapper .info{
  max-width: 1440px;
  width: 100%;
  text-align: center;
  z-index: 999;
}

.video-wrapper .info h1,
.video-wrapper .info p{
  color:white;
}

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

  .video-wrapper .info,
  .video-wrapper.hero .info{
    padding: 0;
  }

}

/* ============================================== */
/* BG-OVERLAY */
/* ============================================== */

.bg-overlay{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  z-index:2;
}

.bg-overlay.hard{background-color: rgba(0, 0, 0, 0.7);}
.bg-overlay.soft{background-color: rgba(0, 0, 0, 0.5);}

/* ============================================== */
/* BUTTONS */
/* ============================================== */

.btn-read,
.btn-cta,
.btn-outline,
input[type=submit]{

  display: block;
  overflow: hidden;
  margin: 30px 0 15px;
  text-align: center;
  color: white;
  width: auto;
  float: left;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  padding:10px 30px;
  font-size:12px !important;
  font-weight: 700;
  background-size: 200% auto;

  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;

  -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);

}

/* ------- */

.btn-read{background:#ffae00;color: #111111;}
.btn-read:hover{background:#ffc000;}

/* ------- */

.btn-outline{
  border:1px solid #ffae00;
  color:white;
  text-shadow:none;
}

.btn-outline:hover{
  background:#ffae00;
}

/* ------- */

.btn-cta{background:#ffae00;color: #111111;}
.btn-cta:hover{background:#ffc000;}

/* ------- */

input[type=submit]{
  background:#ffae00;color: #111111;
  padding:15px 20px;
  width: 100%;
  margin: 10px 0;
}

input[type=submit]:hover{
  background:#ffc000;
}


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

  .btn-cta,
  .btn-outline,
  input[type=submit]{
    max-width: 280px;
    width: 100%;
    float: none;
    margin:20px auto;
    display: block;
  }

  input[type=submit]{
    max-width: 100%;
    margin:0;
  }

}

/* ============================================== */
/* FLEXBOX */
/* ============================================== */

.flex-center{
  width: 100%;
  display: flex;
  justify-content:center;
}

/* ============================================== */
/* CONTENTS */
/* ============================================== */

.content,
.content-center{
  margin:0 auto;
  width:100%;
  position: relative;
  padding: 20px;
}

.content:after,
.content-center:after{
  content: "";
  clear: both;
  display: block;
}

.content{max-width:1440px;}
.content-center{max-width:960px;}


@media screen and (max-width: 1024px){
  .content{width:100%;}
}

@media screen and (max-width: 768px){
  .content,
  .content-center{
    padding: 0 30px;
  }
}

/* ============================================== */
/* BLOCKS */
/* ============================================== */

.block{
  width: 100%;
  float: left;
  display: block;
  padding:80px 0;
}

.block:after{
  content: " " !important;
  display: table !important;
  clear: both !important;
}

@media screen and (max-width: 768px){
  .block{padding:40px 0;}
}


/* ============================================================================ */
/* MENU-COL */
/* ============================================================================ */

.menu-col{
  padding:0;
  margin: 0;
  width: 100%;
  display: block;
  float: left;
}

.menu-col ul{
  list-style-type: none;
  width: 100%;
  margin:0;
  padding:0;

  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.menu-col ul li{
  padding:0 20px;
  margin-bottom: 30px;
  display: block;
  float: left;
}

.menu-col ul li .wrapper{
  width: 100%;
  display: block;
  float: left;
}

.menu-col ul li .wrapper.text-center{
  text-align: center;
}

.menu-col ul li .wrapper .img-menu-col{
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  margin: 0 auto; 
}

.menu-col ul li .wrapper .img-menu-col img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu-col.col-6 ul li{width: 50%;}
.menu-col.col-4 ul li{width: 33.3333%;}
.menu-col.col-3 ul li{width: 25%;}

.menu-col.col-3 ul li:nth-child(3):after,
.menu-col.col-3 ul li:nth-child(6):after,
.menu-col.col-3 ul li:nth-child(9):after{
  content: "";
  clear: both;
  display: block;
  width: 100%;
}


.menu-col.col-6 ul li:nth-child(1),
.menu-col.col-4 ul li:nth-child(1){padding: 0 20px 0 0;}

.menu-col.col-6 ul li:nth-child(2),
.menu-col.col-4 ul li:nth-child(3){padding: 0 0 0 20px;}


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

  .menu-col.col-4 ul li:nth-child(2){padding: 20px 0 20px 20px;}
  .menu-col.col-4 ul li:nth-child(3){padding: 20px 0;}

  .menu-col.col-3 ul li,
  .menu-col.col-4 ul li{width: 50%;}
  .menu-col.col-4 ul li:nth-child(3),
  .menu-col.col-4 ul li:nth-child(6),
  .menu-col.col-4 ul li:nth-child(9){
    width: 100%;
  }
}

@media screen and (max-width: 480px){
  .menu-col ul li h4,
  .menu-col ul li .wrapper,
  .menu-col ul li p,
  .menu-col.col-6 ul li,
  .menu-col.col-4 ul li,
  .menu-col.col-3 ul li{width: 100%;}

  .menu-col ul li{padding:0;}

  .menu-col.col-4 ul li:nth-child(1),
  .menu-col.col-4 ul li:nth-child(2),
  .menu-col.col-4 ul li:nth-child(3){padding:20px 0;}
}

/* ============================================== */
/* BG-COLORS */
/* ============================================== */

.bg-dark,
.bg-black,
.bg-color{
  display: block;
  width: 100%;
}

.bg-dark:after,
.bg-black:after,
.bg-color:after{
  content: "";
  clear: both;
  display: block;
}

.bg-dark{background: rgb(18, 18, 25);}
.bg-black{background:#26272a;}
.bg-color{background:#ffae00;}

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

.menu{
  width: 100%;
  margin: 10px 0;
  display: block;
  float: left;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  float: left;
}

.menu ul li{
  position: relative;
}

.menu.list ul li,
.menu.list.item ul li,
.menu.link ul li a,
.menu.link.item ul li a {
  padding: 10px;
  display: block;
  float: left;
  width: 100%;
  text-decoration: none;
}

.menu.list.item li:before{
  width: 20px;
  height: 20px;
  left: -20px;
  top:10px;
  display: block;
  position: absolute;
  content: url("./../../images/icons/icon_check.svg");
}

.menu.link li:hover,
.menu.link.item li:hover  {
  cursor: default;
}

.menu.link li a:hover {
  opacity: 0.8;
}

/* Menu columns */

.menu.column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

@media screen and (max-width: 768px){
  .menu.column-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}


/* ============================================== */
/* MODAL PARA GALLERY Y PORTFOLIO */
/* ============================================== */

#modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 999999999999999;
  left: 0; top: 0;
  display: none;
}

#imgSizer {
  position: relative;
  width: 50%;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#imgHolder {
  position: relative;
  left: 0; top: 0;
  height: 0;
  padding-bottom: 66.66%;
}

#imgHolder img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#modalImg {
  height: 100%;
  position: absolute;
  left: 50%; top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: white solid;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  -o-box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);

}

#close,
#left,
#right {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: none;
  color: white;
  font-size: 24px;
  background: rgb(29, 29, 36);
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;

}

#close:before,
#left:before,
#right:before {
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  display: block;
  opacity: 0.85;
  padding: 10px;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#close:hover:before{
  transform: rotate(90deg);
}


#close:before {content: url("./../../images/icons/arrow_close.svg");}
#left:before {content: url("./../../images/icons/arrow_left.svg");}
#right:before {content: url("./../../images/icons/arrow_right.svg");}


#left {left: 0px;}
#right {right: 0px;}
#close {right: 0px;top:19px;}

@media screen and (max-width: 1280px){
  #imgSizer {
    width: 90%;
  }
}

/* ============================================== */
/* GALLERY */
/* ============================================== */

.galeria-img{
  width: 100%;
  height: 100%;
  margin: 0;
  padding:20px;
  display: block;
  position: relative;
  float: left;
}

.galeria-img ul{
  margin: 0;
  padding:0;
}

.galeria-img ul li{
  padding: 0;
  margin: 1%;
  float: left;
  display: block;
  position: relative;
  width:23%;

  overflow: hidden;
  z-index: 99;
  border:none;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;

}

.galeria-img ul li h3{
  text-align: center;
}

.galeria-img ul li .img-galeria-img{
  width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto; 
}

.galeria-img ul li .img-galeria-img:after{
  content: url("./../../images/icons/arrow_gallery.svg");
  position: absolute;
  padding: 0;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.galeria-img ul li .img-galeria-img:hover:after{
  opacity: 1;
}


.galeria-img ul li .img-galeria-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.galeria-img ul li:hover img{
  opacity: 0.2;
  cursor: pointer;
}

@media screen and (max-width: 768px){
  .galeria-img ul li{
    width:48%;
  }
}

@media screen and (max-width: 480px){
  .galeria-img ul li{
    width:98%;
  }

  .galeria-img{
    padding:0;
  }
}


/* ============================================== */
/* FORMS CONTACT */
/* ============================================== */

form#contact{
  max-width: 480px;
  width: 100%;
  margin:20px auto;
}

input[name=email],
input[name=name],
input[name=phone],
input[name=captcha],
textarea[name=comments]{

  padding: 15px 20px;
  width: 100%;
  display: block;
  float: left;
  color: #888888;
  background: white;
  position: relative;
  overflow: hidden;
  border:1px solid #dfdfdf;

  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;

}

textarea[name=comments]{
  min-height: 80px;
  width: 100%;
  resize: none;
}

input[name=captcha]:focus,
input[name=email]:focus,
input[name=name]:focus,
input[name=phone]:focus,
textarea[name=comments]:focus{
  color: black;
  background: #f2f5fd;
  border:1px solid rgba(106,82,255,0.2);

  -webkit-transition:all 250ms ease;
  -moz-transition:all 250ms ease;
  -ms-transition:all 250ms ease;
  transition:all 250ms ease;

}

input[name=captcha],
input[name=email],
input[name=name],
input[name=phone],
textarea[name=comments]{
  margin-bottom:10px;
  width: 100%;
}


/* ============================================== */
/* COLUMNS */
/* ============================================== */

.col-6{
  float:left;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0;
}

.col-6{width:50%;}

@media screen and (max-width: 768px) {
  .col-6{
    width:100%;
    padding: 0;
  }
}

/* ============================================== */
/* FOOTER */
/* ============================================== */

.footer .col-6:first-child{
  text-align: left;
}
.footer .col-6:last-child{
  text-align: right;
}

.footer .col-6 img{
  max-width: 150px;
  float: left;
  margin-bottom: 20px;
}

.footer .col-6 img.bbb{
  max-width: auto;
  float: left;
  margin: 30px 0 0 20px;
}

.footer .col-6 p{
  margin:0;
  color: black;
}

a.footer-link{
  color:black;
  text-decoration: underline;
}

a.footer-link:hover{
  opacity: 0.8;
}

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

  .footer .col-6 img{
    max-width: 150px;
    float: none;
    margin-bottom: 0 auto 20px auto;
  }

  .footer .col-6 img.bbb{
    float: none;
    margin: 0 auto 20px;
  }

  .footer .col-6:first-child,
  .footer .col-6:last-child{
    text-align: center;
  }

  .footer .col-6:last-child{
    margin-top:10px;
  }
}

/* ============================================== */
/* ALERTS */
/* ============================================== */

.alert-success,
.alert-warning,
.alert-error{
  padding:0;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  display: block;
  float: left;
  overflow: hidden;
  margin: 20px 0 10px 0;
}

.alert-success{
  background: #DFF0D8;
  border:1px solid #cce2c3;
}

.alert-error{
  background: #f9b1b1;
  border:1px solid #ef9e9e;
}

.alert-warning{
  background: #fbecb7;
  border:1px solid #e5d392;
}

.alert-warning p,
.alert-success p,
.alert-error p{
  padding:0;
  text-align: center;
}

.alert-success p{
  color:#3C763D;
}

.alert-error p,
.alert-error i{
  color:#AF2A2B;
}

.alert-warning p,
.alert-warning i{
  color:#9c8a49;
}

.alert-warning button,
.alert-success button,
.alert-error button{
  position: absolute;
  right: 0;
  border:none;
  outline:none;
  color:black;
  cursor: pointer;
  background: transparent;
}

.alert-error button:before,
.alert-success button:before,
.alert-warning button:before {
  position: relative;
  width: 45px;
  height: 45px;
  background: transparent;
  display: block;
  padding: 10px;
  opacity: 0.5;

  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.alert-error button:before,
.alert-success button:before,
.alert-warning button:before {content: url("./../../images/icons/arrow_close_black.svg");}

/* ============================================== */
/* SOCIAL-SHARE */
/* ============================================== */

a.instagram,
a.call{
  position: relative;
}

a.call{
  padding:10px 30px 10px 60px;
}

a.call:before,
a.instagram:before{
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: -30px;
  z-index: 999;
}

a.call:before{content: url("./../../images/icons/icon_phone.svg");left: 25px;top:12px;}
a.instagram:before{content: url("./../../images/icons/instagram.svg");}

/* ============================================== */
/* CAPCHA */
/* ============================================== */


#captcha-imagen{ 
  text-align:center;
  position: relative;
  margin: 0 auto;
  padding: 0px 0;
  float: none;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 80px;
  background: rgba(255,255,255,0.1);
}

#close-captcha{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  background:transparent;
}

.ReloadBtn { 
  background: #188be4;
  width: 60px; 
  height: 60px;
  margin: 10px 0;
  outline: none;
  cursor: pointer;
  float: right;
  position: relative;
  display: block;
  padding: 10px 15px;
}

.ReloadBtn:after{
  content: url("./../../images/icons/arrow_reload.svg");
  display: block;
  width: 30px;
  height: 30px;
}

.btnSubmit{
  display: block;
  overflow: hidden;
  margin: 10px 0;
  background:#ffae00;color: #111111;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  padding:15px 20px;
  font-size:12px !important;
  font-weight: 700;
  width: auto;
}

.btnSubmit:hover{
  background:#ffc000;
}

.warning,
.success {
  display: none;
}

.ReloadBtn,
.btnSubmit{
 -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.ReloadBtn:hover{opacity: 0.8;}

.success{
  background: #DFF0D8;
  overflow: hidden;
  border:1px solid #cce2c3;
}

.warning{
  background: #fbecb7;
  border:1px solid #e5d392;
}

.warning,
.success p{
  text-align: center;
}

.success p{
  padding:5px 10px;
  color:#3C763D;
}

.warning{
  padding:10px;
  color:#9c8a49;
}






