/**
* 	@template:  Omax
	author: His7am
	version: 1.0

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ block
		+ Services
		+ Portfolio
		+ Price
		+ Clients
		+ Team
		+ Blog
		+ Contact
		+ Footer
		+ Responsive
		
*/
/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */
@import url(main.css);


@font-face {
    font-family:roboto;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family:roboto_black;
    src: url(../fonts/Roboto-Black.ttf);
}

@font-face {
    font-family:gotham_black;
    src: url(../fonts/Gotham-Black.otf);
}


@font-face {
    font-family:kaushan;
    src: url(../fonts/KaushanScript-Regular.ttf);
}


body {
  font-family: 'roboto', sans-serif;
  color: #343434;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  -webkit-text-size-adjust: 100%;
  overflow: auto;
}

.linea
{
  border-bottom:solid 2px white;
  padding-right:10px;
  padding-left: 10px;
  padding-bottom:5px;
  transition: 0.1s;
  display:initial;
}

.linea:hover
{
  border-bottom:solid 2px #165f2f;
}

.titulo_proyecto{font-size: 22px}
.espacio_trabajos{padding-left:50px;padding-right:50px;padding-top:300px;background-color:#f1f1f1;}
.espacio{padding-top:300px;}

.sombra{-webkit-box-shadow: -1px 7px 22px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 7px 22px -10px rgba(0,0,0,0.75);
box-shadow: -1px 7px 22px -10px rgba(0,0,0,0.75);}

.intro {
  position: absolute;
/** This css rule will make the object 
move smoothly and animated **/
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  /* Currently IE doesn't support for transition property http://www.w3schools.com/cssref/css3_pr_transition.asp */
  /**
    linear: The animation has the same speed from start to end.
    ease: Default. The animation has a slow start, then fast, before it ends slowly.
    ease-in: The animation has a slow start.
    ease-out: The animation has a slow end.
    ease-in-out: The animation has both a slow start and a slow end.
    Credit Source: http://www.w3schools.com/cssref/css3_pr_animation-timing-function.asp
  **/
}

.mover_arriba {
    transform: translate(0px,-900px);
    -webkit-transform: translate(0px,-900px); /** Safari & Chrome **/
    -o-transform: translate(0px,-900px); /** Opera **/
    -moz-transform: translate(0px,-900px); /** Firefox **/
}


.side{
  position: fixed;
  overflow-y: auto;
  top: 0;
  background-size: cover;
  width:340px;
  height:100%;
  padding: 20px;
  padding-top: 25px;
  display: none;
  background-color: #22b2a1;
  right: 0px;

}

.side .close-side{
  position: relative;
  top: -10px;
  right: 0px;
}

.side-logo{
  text-align: center;
  padding: 50px 30px;
}

.side .widget ul.link li a{
  /*display: block;*/
  text-transform: uppercase;
  font-size: 20px;
  padding: 1px 10px;
  border-bottom: 0px dashed #3c3c3c;
}

.side .widget ul.link li a i{
  padding-right: 10px;
}


.side .widget {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    padding-top: 90px;
    float:left;
    width: 100%;
  }

  .items_link{color:white !important; }
.items_link:hover{color:white !important; background-color:#79d196}


.botones_menu{
  font-family:museosans_light;font-size:11px; text-transform: uppercase;color:#656565;border-bottom:solid 0px #ff9e1b
}

.botones_menu:hover{
  font-family:museosans_light;font-size:11px; text-transform: uppercase;color:#ff9e1b;border-bottom:solid 1px #ff9e1b
}

 .espacio_footer{margin-left: 80px}
 .base_formularios{width:600px;}
 .movil{display: none;}  
 .formato_menu{text-align:left; display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;align-items:center}
 .escritorio{display: block;}   
 .tablet{display: block;}
 .raya_base{height: 420px;border-bottom: solid 1px #dddddd;padding-bottom:0px;}
 .formulario{width:45%;float:left}
  .contenido_trabajos{width:100%;padding:30px;color:black;font-size:18px;background-color:white}


.banner_productos {
  background-image: url(../img/banner_productos.jpg);
  position: relative;
  background-position: center;
}
.banner_productos:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}



.banner_regalo {
  background-image: url(../img/banner_regalo.jpg);
  position: relative;
}
.banner_regalo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}


.banner_para_ti {
  background-image: url(../img/banner_para_ti.jpg);
  position: relative;
}
.banner_para_ti:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}



.banner_corporativo {
  background-image: url(../img/banner_corporativo.jpg);
  position: relative;
}
.banner_corporativo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}


.banner_villa_rica {
  background-image: url(../img/banner_villa_rica.jpg);
  position: relative;
}
.banner_villa_rica:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}




.banner_nosotros {
  background-image: url(../img/banner_nosotros.jpg);
  position: relative;
}
.banner_nosotros:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}



.banner_procesos {
  background-image: url(../img/banner_procesos.jpg);
  position: relative;
}
.banner_procesos:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}



.ofertas {
  background-image: url(../img/base_ofertas.jpg);
}

.ofertas_villa {
  background-image: url(../img/base_ofertas_2.jpg);
}



 /* -------------------------------------------------------
                     NOSOTROS 
-------------------------------------------------------- */
.nosotros {
  position: relative;
}
.nosotros:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}
.nosotros .container {
  position: relative;
  z-index: 9;
}
.nosotros h3 {
  color: #fff;
}
.nosotros .says .main-icon {
  font-size: 40px;
  margin-bottom: 30px;
  color: #45BA8D;
}
.nosotros .says p {
  font-size: 17px;
  word-spacing: 3px;
  font-style: italic;
  color: #eee;
}
.nosotros .says h6 {
  color: #fff;
  margin: 15px auto 30px;
}
.nosotros .says .author {
  color: #45BA8D;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0px;
  padding-left: 5px;
}
.nosotros .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #eee;
  margin: 2px;
}
.nosotros .owl-theme .owl-dots .owl-dot.active span,
.nosotros .owl-theme .owl-dots .owl-dot:hover span {
  background: #eee;
}




/* -------------------------------------------------------
                     SELECCION 
-------------------------------------------------------- */
.seleccion {
  background-image: url(../img/seleccion.jpg);
  position: relative;
}
.seleccion:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}
.seleccion .container {
  position: relative;
  z-index: 9;
}
.seleccion h3 {
  color: #fff;
}
.seleccion .says .main-icon {
  font-size: 40px;
  margin-bottom: 30px;
  color: #45BA8D;
}
.seleccion .says p {
  font-size: 17px;
  word-spacing: 3px;
  font-style: italic;
  color: #eee;
}
.seleccion .says h6 {
  color: #fff;
  margin: 15px auto 30px;
}
.seleccion .says .author {
  color: #45BA8D;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0px;
  padding-left: 5px;
}
.seleccion .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #eee;
  margin: 2px;
}
.seleccion .owl-theme .owl-dots .owl-dot.active span,
.seleccion .owl-theme .owl-dots .owl-dot:hover span {
  background: #eee;
}






.section-padding {
  padding: 100px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: #515A5F;
  letter-spacing: .2px;
  line-height: 1.1;
}

p {
  line-height:20px;
  margin: 0;
  font-size: 15px;
 
}

.base p {
  line-height:20px;
  margin: 0;
  font-size: 15px;
  
}

.interna p {
  line-height:normal;
  margin: 0;
  font-size: 15px;
}

.section-head {
  text-align: center;
  position: relative;
}


.section-head h4 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
}

.sm-titl {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.bghf {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}

.btn-bg-md {
  border: 1px solid #45BA8D;
  background: #45BA8D;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  transition: all .5s;
}

.btn-bord-md {
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  transition: all .5s;
}

.btn-bg-md:hover,
.btn-bord-md:hover {
  border-color: #45BA8D;
  color: #fff;
  background: #45BA8D;
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(12, 12, 12, 0.7);
  z-index: 1;
}
.overlay .container, .overlay .container-fluid {
  position: relative;
  height: 100%;
  z-index: 7 !important;
}

.button-top {
  position: fixed;
  bottom: -200px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: #451166;
  z-index: 99999999;
  opacity: 1;
  transition: all .5s;
  cursor: pointer;
}
.button-top:hover {
  opacity: .8;
}

.button-show {
  bottom: 20px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
  padding: 0px 0 0px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #eee !important;
  padding: 0 5px !important;
  position: relative;
}
.navbar-default .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #45BA8D;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  transition: all .4s;
}
.navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 25px 12px 0;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
}
.navbar-default .navbar-nav > li .active {
  color: #45BA8D !important;
  background: none;
}
.navbar-default .navbar-nav > li .active:after {
  left: 0;
  right: 100%;
  opacity: 1;
}
.navbar-default .navbar-nav > li .active:before {
  left: 100%;
  right: 0;
  opacity: 1;
}

.nav-scroll {
  background: #f1f1f1;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  min-height: 40px;
  line-height: 0px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s;
}
.nav-scroll .logo {
  padding-top: 5px;
}
.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
}

.logo {
  width: 90px;
  float: left;
  padding-top: 5px;
}

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.header .owl-carousel {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header .owl-carousel .nosotros {
  background-size: cover !important;
}


.header .owl-carousel .slide-20 {
  background-size: cover !important;
  background-image: url(../img/bg20.jpg) !important;
}

.header .owl-carousel .slide-30 {
  background-size: cover !important;
  background-image: url(../img/bg30.jpg) !important;
}

.header .owl-carousel .slide-40 {
  background-size: cover !important;
  background-image: url(../img/bg40.jpg) !important;
}



.header .owl-carousel .slide-100 {
  background-size: cover !important;background-image: url(../img/base_banner_1.jpg) !important;
}

.header .owl-carousel .slide-200 {
  background-size: cover !important;background-image: url(../img/base_banner_2.jpg) !important;
}

.header .owl-carousel .slide-300 {
  background-size: cover !important; background-image: url(../img/base_banner_3.jpg) !important;
}

.header .owl-carousel .slide-400 {
  background-size: cover !important; background-image: url(../img/base_banner_4.jpg) !important;
}


.header .owl-carousel .slide-1 {
  background-size: cover !important;
  background-image: url(../img/banner_movil.jpg) !important;
}

.header .owl-carousel .slide-2 {
  background-size: cover !important;
  background-image: url(../img/bg2.jpg) !important;
}
.header .owl-carousel .slide-2 .caption {
  margin-left: 10%;
}
.header .owl-carousel .slide-3 {
  background-size: cover !important;
  background-image: url(../img/banner_movil.jpg) !important;
}
.header .owl-carousel .slide-3 .caption {
  margin-left: 10%;
}
.header .item {
  height: auto;
  width: 100%;
}
.header .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent;
  opacity: .8;
  z-index: 4;
}
.header .item .v-middle {
  z-index: 99;
}
.header .caption {
  padding-top: 30px;
}
.header .caption h1 {
  font-weight: 100;
  font-size: 60px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
}
.header .caption h1 span {
  color: #45BA8D;
  font-weight: 500;
  text-transform: uppercase;
}
.header .caption h1 .blc {
  color: #fff;
  font-weight: 100;
  text-transform: capitalize;
}
.header .caption p {
  color: #eee;
  font-weight: 300;
  font-size: 17px;
  word-spacing: 2px;
}
.header .caption .botn {
  margin: 30px 5px 0;
  padding: 8px 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  background: #fff;
  color: #212121;
  font-size: 15px;
  transition: all .5s;
}
.header .caption .botn:hover {
  background: #45BA8D;
  border-color: #45BA8D;
  color: #fff;
}
.header .caption .bord {
  background: transparent;
  color: #fff;
}
.header .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5vh;
}
.header .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #b2b2b2;
  margin: 0 3px;
}
.header .owl-dots .owl-dot span:hover {
  background: transparent !important;
  border-color: #ffffff;
}
.header .owl-dots .active span {
  background: #ffffff !important;
}

.bg1 {
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.bg2 {
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.bg3 {
  background-image: url(../img/bg3.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero .intro {
  margin-bottom: 100px;
}
.hero .intro h6 {
  margin-bottom: 15px;
  color: #45BA8D;
  letter-spacing: 2px;
}
.hero .intro h5 {
  margin-bottom: 30px;
}
.hero .intro p {
  padding: 0 20px;
  font-size: 17px;
  word-spacing: 3px;
}
.hero .item {
  padding: 0 15px;
}
.hero .item:hover .icon:after {
  animation: zoom .7s linear;
  opacity: 0;
}
.hero .item .icon {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #f4f4f4;
  margin-bottom: 30px;
  color: #45BA8D;
  position: relative;
}
.hero .item .icon:after {
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #f4f4f4;
  background: transparent;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  transition: all 1s;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.hero .item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* -------------------------------------------------------
                     Block 
-------------------------------------------------------- */
.block .block1, .block .block2 {
  position: relative;
  overflow: hidden;
}
.block .block-img1 {
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0% !important;
}
.block .block-img2 {
  background-image: url(../img/2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0% !important;
  right: 0 !important;
}
.block .main-item {
  padding: 100px 50px;
  background: #f7f7f7;
}
.block .main-item .sm-titl {
  color: #45BA8D;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
.block .main-item h5 {
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.7;
  font-weight: 900;
}
.block .main-item p {
  font-size: 18px;
  word-spacing: 3px;
}
.block .numbers {
  margin-top: 80px;
}
.block .numbers h4 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 900;
}
.block .numbers h4 span {
  color: #45BA8D;
  padding-right: 15px;
}
.block .numbers h6 {
  font-size: 14px;
  letter-spacing: 2px;
}
.block .sub-item {
  padding: 100px 50px 100px;
  background: #f7f7f7;
}
.block .sub-item > h5 {
  margin-bottom: 15px;
  font-size: 28px;
}
.block .sub-item > p {
  font-size: 17px;
  word-spacing: 3px;
}
.block .sub-item .skills {
  margin-top: 80px;
}
.block .sub-item .skills .item {
  margin-bottom: 40px;
}
.block .sub-item .skills .item h6 {
  margin-bottom: 15px;
}
.block .sub-item .skills .skills-progress {
  height: 20px;
  width: 100%;
  background: #eee;
  position: relative;
  box-shadow: 0px 0px 30px #ddd inset;
}
.block .sub-item .skills .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #45BA8D;
  transition: all 1s linear;
}
.block .sub-item .skills .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  right: -10px;
  top: -32px;
  width: 35px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  background: #444;
  color: #fff;
}
.block .sub-item .skills .skills-progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #444;
  position: absolute;
  top: -10px;
  right: -2px;
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services .item {
  padding: 30px 15px;
}
.services .item .icon {
  color: #45BA8D;
  font-size: 35px;
  margin-bottom: 15px;
}
.services .item h6 {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: capitalize;
}
.services .bord {
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}
.services .border {
  margin: 15px auto;
  border-top: 1px solid #f4f4f4;
  width: 100%;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
  padding-bottom: 0;
}
.portfolio .filtering span {
  padding: 2px 10px;
  margin: 0 15px;
  color: #777;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
/*.portfolio .filtering span:after, .portfolio .filtering span:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #45BA8D;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  transition: all .4s;
}*/
.portfolio .filtering .active {
  color: #45BA8D;
  border:solid 0px #cccccc !important;
}
.portfolio .filtering .active:after {
  left: 0;
  right: 100%;
  opacity: 1;
}
.portfolio .filtering .active:before {
  left: 100%;
  right: 0;
  opacity: 1;
}
.portfolio .items {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.portfolio .items:hover .item-img-overlay {
  opacity: 1;
  transform: translateY(0);
}
.portfolio .items:hover h6, .portfolio .items:hover .icons {
  transform: translateY(0);
}
.portfolio .items h6 {
  position: relative;
  color: #222;
  margin-bottom: 30px;
  transform: translateY(-15px);
  transition: all .5s;
}
.portfolio .items .icons {
  transform: translateY(15px);
  transition: all .5s;
}
.portfolio .items .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: black;
  color: #fff;
  font-weight: bold;
  margin: 0 2px;
  transition: all .5s;
  cursor: pointer;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  color: #222;
  opacity: 0;
  transition: all .5s;
  z-index: 2;
  transform: translateY(10px);
}
.portfolio .load {
  margin: 30px auto 0;
  border: 1px solid #eee;
  padding: 12px 30px;
  color: #555;
  transition: all .5s;
}
.portfolio .load:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* -------------------------------------------------------
                     NOSOTROS 
-------------------------------------------------------- */
.clients {
  /*background-image: url(../img/clients.jpg);*/
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.clients:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.8);*/
  z-index: 1;
}
.clients .container {
  position: relative;
  z-index: 9;
}
.clients h3 {
  color: #fff;
}
.clients .says .main-icon {
  font-size: 40px;
  margin-bottom: 30px;
  color: #45BA8D;
}
.clients .says p {
  font-size: 17px;
  word-spacing: 3px;
  font-style: italic;
  color: #eee;
}
.clients .says h6 {
  color: #fff;
  margin: 15px auto 30px;
}
.clients .says .author {
  color: #45BA8D;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0px;
  padding-left: 5px;
}
.clients .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #b2b2b2;
  margin: 2px;
}
.clients .owl-theme .owl-dots .owl-dot.active span,
.clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #383838;
}





/* -------------------------------------------------------
                     Price 
-------------------------------------------------------- */
.price .item {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 0 15px;
  overflow: hidden;
}
.price .item .type {
  padding: 30px 0;
}
.price .item .mount {
  padding: 30px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
.price .item .mount h2 {
  position: relative;
  display: inline-block;
}
.price .item .mount h2 span {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -20px;
}
.price .item .mount .per {
  display: block;
}
.price .item .featruse {
  padding: 30px 0;
}
.price .item .featruse p {
  margin-bottom: 10px;
}
.price .item .featruse p:last-child {
  margin-bottom: 0;
}
.price .item .purchase {
  padding: 30px 0;
  border-top: 1px solid #f4f4f4;
}
.price .item .purchase h5 {
  padding: 14px 0;
  width: 90%;
  margin: auto;
  background: #515A5F;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  transition: all .5s;
}
.price .item .purchase h5:hover {
  background: #45BA8D;
  color: #fff;
}
.price .active {
  position: relative;
  background: #45BA8D;
  color: #fff;
}
.price .active h2, .price .active h5, .price .active p {
  color: #fff;
}
.price .active .purchase h5 {
  background: #fff !important;
  color: #45BA8D;
}
.price .active .purchase h5:hover {
  background: #515A5F !important;
}

/* -------------------------------------------------------
                     Team 
-------------------------------------------------------- */
.team .item {
  margin-bottom: 50px;
}
.team .team-img {
  position: relative;
  overflow: hidden;
}
.team .team-img img {
  transition: all .5s;
}
.team .team-img:hover .social-icon {
  top: 0;
}
.team .team-img:hover img {
  transform: scale(1.1, 1.1);
}
.team .social-icon {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: center;
  transition: all .5s;
}
.team .social-icon .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  color: #eee;
  font-size: 14px;
  margin: 2px;
  transition: all .5s;
}
.team .social-icon .icon:hover {
  border-color: #45BA8D;
  color: #45BA8D;
}
.team .info {
  margin-top: 30px;
  text-align: center;
}
.team .info h6 {
  margin-bottom: 7px;
}
.team .info span {
  font-size: 12px;
}
.team .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #515A5F;
  margin: 2px;
}
.team .owl-theme .owl-dots .owl-dot.active span,
.team .owl-theme .owl-dots .owl-dot:hover span {
  background: #515A5F;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */
.blog {
  background: #f7f7f7;
}
.blog .item .img-post {
  position: relative;
  overflow: hidden;
}
.blog .item .img-post:hover img {
  transform: scale(1.2, 1.2) rotate(4deg);
}
.blog .item .img-post img {
  transition: all .5s ease-in-out;
}
.blog .item .cont-post {
  padding: 30px 15px;
  box-shadow: 0px 0px 80px #f0f0f0;
  background: #fff;
}
.blog .item .cont-post .tag {
  margin-bottom: 30px;
  color: #45BA8D;
}
.blog .item .cont-post h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
.blog .item .cont-post .botn {
  margin-top: 30px;
  background: #515A5F;
  border: 1px solid #515A5F;
  border-radius: 15px;
  color: #fff;
  padding: 8px 30px;
  transition: all .5s;
}
.blog .item .cont-post .botn:hover {
  background: transparent;
  color: #45BA8D;
  border-color: #45BA8D;
}

/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
.contact .info {
  margin-bottom: 80px;
  overflow: hidden;
}
.contact .info .icon {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #f4f4f4;
  margin-bottom: 30px;
  color: #45BA8D;
  position: relative;
}
.contact .info .icon:after {
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #f4f4f4;
  background: transparent;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  transition: all 1s;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.contact .info h6 {
  margin-bottom: 10px;
}
.contact .info p {
  font-size: 14px;
}
.contact .info .item {
  padding: 20px 0;
}
.contact .info .item:hover .icon:after {
  animation: zoom .7s linear;
  opacity: 0;
}
.contact .contact-form {
  padding: 80px 50px;
  background: #f7f7f7;
  border: 1px solid #eee;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 15px;
}
.contact .form textarea {
  height: 150px;
  max-width: 100%;
  max-height: 150px;
}
.contact .form input[type="submit"] {
  background: #515A5F;
  color: #fff;
  padding: 12px;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: all .5s;
}
.contact .form input[type="submit"]:hover {
  background: #45BA8D;
}
.contact .contact-map {
  padding: 0;
  overflow: hidden;
}
.contact #ieatmaps {
  height: 100%;
  width: 100%;
}

/* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */
footer {
  background: #fff;
  padding: 70px 0;
}
footer p {
  float: left;
  color: #aaa;
  word-spacing: 2px;
  font-size: 15px;
}
footer .social-icon {
  float: right;
}
footer .social-icon span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50%;
  color: #aaa;
  margin: 2px;
  transition: all .5s;
}
footer .social-icon span:hover {
  background: #45BA8D;
  color: #fff;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */


/*@media screen and (min-width:1400px) {
  .espacio{padding-top:520px;}
}

@media screen and (min-width:1600px) {
  .espacio{padding-top:620px;}
}*/

@media screen and (max-width: 767px) {
  * {
    background-position: 50% 0%;
  }

.formato_menu{text-align:left; display:grid;grid-template-columns:1fr 1fr 1fr 1fr ;align-items:center}
 .logo_movil> img{}
   .espacio_trabajos{padding-left:20px;padding-right:20px;padding-top:50px;background-color:#f1f1f1;float:left}
    
   .espacio_footer{margin-left: 0px}
   .base_formularios{width:100%;}
   .movil{display: block;}  
   .escritorio{display: none;}  
   .raya_base{height: auto;border-bottom: solid 1px #dddddd;padding-bottom: 20px;}   
   .formulario{width:100%;float:left}
   .servicios{width:100%;float:left;}
   body{overflow: auto}
   .espacio{padding-top:0px;}
   .side{width: 100%}
   .contenido_trabajos{width:100%;padding:30px;padding-top:15px;color:black;font-size:18px;background-color:white}
   

   .fondo_servicios  {
    overflow: auto;
    background-color:#4d03b0;
    color:white; 
   }

   .fondo_servicios .servicios  {
    color:white; 
   }


  .navbar-default .logo {
    margin-left: 20px;
  }
  .navbar-default .navbar-toggle {
    background: none !important;
    margin-top: 15px !important;
    border: none !important;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-nav li a {
    color: #111 !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding-bottom: 0 !important;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
    border: none;
    border-top: 1px solid rgba(12, 12, 12, 0.04);
    background: #fff;
    margin-top: 5px;
  }

  .nav-scroll .navbar-toggle .icon-bar {
    background: #111;
  }

  .block .numbers .item {
    margin-bottom: 50px !important;
  }

  .portfolio .filtering span {
    margin: 10px 2px;
  }

  footer .social-icon, footer p {
    float: none;
    text-align: center;
    margin: 15px auto;
  }
  .tablita table { margin:45px auto;}
  .clientes {padding:0px 20px;}
  .menufijo a {margin-top: -2px; float: left;}
  #nosotros, .experiencias {display:none;}
}

@media screen and (max-width: 991px) {
  .tablet{display: none;}
  .espacio_tablet{padding-left: 0px;padding-right: 0px;width: 100%}
 
  .espacio_3
  {
    width:25%;
    float: left;
  }

  .espacio_6
  {
    width:50%;
    float: left;
  }

  .navbar-default .navbar-nav > li {
    margin: 15px 15px 15px;
  }

  .header h1 {
    font-size: 40px !important;
  }

  .portfolio .items {
    width: 100%;
  }

  .block .skills .skills-progress {
    width: 100% !important;
  }

  .hero .item,
  .price .item,
  .blog .item {
    margin-bottom: 50px !important;
  }
  .experiencias p, .experiencias h1, .experiencias h2 { margin:auto; width:80%;}
  .experiencias h1 { font-size:35px;}
  .experiencias h2 { font-size:30px;}
  .experiencias p { font-size:22px;}
  .clientes img {margin: 10px auto; display: block; width: 175px;}
  .formu2 .botform { width:100% !important;}
  .tablita table { margin:45px auto;}
  .datos_menu {display:none;}
  .menuabrir {padding:0px 20px;}
  .texto-mar {width:59% !important;}
  .owl-carousel .owl-item img {height:100%;}
  #formu2 {float: left !important; width: 100%;}
  .owl-cli .owl-nav .owl-prev, .owl-cli .owl-nav .owl-next {top:30px !important; background-size:60%;}
  .owl-cli .owl-nav .owl-prev {left:-3px !important;}
  .owl-cli .owl-nav .owl-next {right:-3px !important;}
  .cli-item { padding:0px 5px;}
  .menufijo h2 {font-size:14px; margin:0 5px;}
  .menufijo {padding:20px 0px;}
  .trab3, .trab6 {width:100% !important}
  .trab3 span {text-align:left !important; font-size: 26px; line-height: 30px; margin-bottom:25px;}
  .menufijo img { width:105px; height:43px;}  
  #jssor_1, #jssor_2, #jssor_3, #jssor_4, #jssor_5, #jssor_6, #jssor_7, #jssor_8, #jssor_9, #jssor_10 {height: 250px !important;}
}
@media screen and (max-width: 1050px) {
  .formu {right:46px;}
  .texto-mar {width:40%;}
  .menufijo h2 { margin:0 10px !important;}
}
@media screen and (max-width: 575px) {
  .texto-mar {width:70% !important; top:35% !important; left:4% !important;}
  .texto-mar div { font-size:35px!important; line-height: 38px !important; }
  .owl-carousel .owl-item img {height:100%;}
}
@media screen and (min-width: 1275px) {
	video {width:100% !important}
	}
@media screen and (max-width: 768px) {
	.minu {display:none !important;}
	
}
/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

/*# sourceMappingURL=style-green.css.map */
