/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);*/


@font-face {
  font-family: 'Campton Bold';
  src: url('../fonts/campton/Campton-BoldDEMO.otf');
}
@font-face {
  font-family: 'Campton Light';
  src: url('../fonts/campton/Campton-LightDEMO.otf');
}


@font-face {
  font-family: 'gothic13';
  src: url("../fonts/gothic13/gothic13regular.otf");
  
}


@font-face {
  font-family: 'SairaExtraCondensed-Bold';
  src: url("../fonts/sairaextracond/SairaExtraCondensed-Bold.ttf");
  
}

@font-face {
  font-family: 'SairaExtraCondensed-light';
  src: url("../fonts/sairaextracond/SairaExtraCondensed-light.ttf");
  
}



@font-face {
  font-family: 'SofiaSansExtraCondensed-light';
  src: url("../fonts/sofiaextracond/SofiaSansExtraCondensed-light.ttf");
  
}

@font-face {
  font-family: 'SofiaSansExtraCondensed-Bold';
  src: url("../fonts/sofiaextracond/SofiaSansExtraCondensed-Bold.ttf");
  
}

@font-face {
  font-family: 'BarlowCondensed-Bold';
  src: url("../fonts/barlowcond/BarlowCondensed-Bold.ttf");
  
}

@font-face {
  font-family: 'BarlowCondensed-SemiBold';
  src: url("../fonts/barlowcond/BarlowCondensed-SemiBold.ttf");
  
}



@font-face {
  font-family: 'BarlowCondensed-Regular';
  src: url("../fonts/barlowcond/BarlowCondensed-Regular.ttf");
  
}


@font-face {
  font-family: 'BarlowCondensed-Light';
  src: url("../fonts/barlowcond/BarlowCondensed-Light.ttf");
  
}

@font-face {
  font-family: 'BarlowCondensed-Thin';
  src: url("../fonts/barlowcond/BarlowCondensed-Thin.ttf");
  
}





@font-face {
  font-family: 'gotham-book';
  src: url("../fonts/Gotham/gothambook/gotham-book.eot");
  src: url("../fonts/Gotham/gothambook/gotham-book.woff");
  src: url("../fonts/Gotham/gothambook/gotham-book.ttf");

  
}

@font-face {
  font-family: 'gotham-light';
  src: url("../fonts/Gotham/gothamlight/gotham-light.eot");
  src: url("../fonts/Gotham/gothamlight/gotham-light.woff");
  src: url("../fonts/Gotham/gothamlight/gotham-light.ttf");

  
}

@font-face {
  font-family: 'gotham-medium';
  src: url("../fonts/Gotham/gothammedium/gotham-medium.eot");
  src: url("../fonts/Gotham/gothammedium/gotham-medium.woff");
  src: url("../fonts/Gotham/gothammedium/gotham-medium.ttf");

  
}

@font-face {
  font-family: 'gotham-bold';
  src: url("../fonts/Gotham/gothambold/gotham-bold.eot");
  src: url("../fonts/Gotham/gothambold/gotham-bold.woff");
  src: url("../fonts/Gotham/gothambold/gotham-bold.ttf");

  
}





body {
  background: #fff;
  /* font-family: 'Open Sans', sans-serif; */

  font-family: 'gotham-light', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  height: 100%;
}

html {height: 100%;}



#background-nosotros {
 

}





/* ESO NO ANDA EN IPHONE 

#background-inicio {
 
  background-image: url(../videos/banner.jpg);
  
  background-position: center center;
  background-repeat: no-repeat;
  
  
  background-attachment: fixed;
  
 
  background-size: cover;
  
 
  
}

*/


#background-inicio {
 
  

  content: ""; 
    display: block; 
    /* position: fixed; */
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%; 

    z-index: -10; 

    background-image: url(../videos/banner.jpg);
  
  background-position: center center;
  background-repeat: no-repeat;
  
  
  
  -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
  background-size: cover;
  
 
  /* background-color:#464646;*/
  
}







h1,
h2,
h3,
h4,
h5,
h6 {
 
}

h1{
  font-size: 46px;
  color:#000;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}




.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}


.center {
  text-align: center;
  
}





.center h2{

  /* font-size: 36px; */                /* TAMAÑO DE LOS TITULOS NEGROS */
  font-family: 'gotham-bold', sans-serif;
  font-size: 45px;
  color: #000;
  
}


.center h3{

  font-family: 'gotham-medium', sans-serif;
  font-size: 45px;
  color: #000;
  margin-top: 0px;
  
}




.center h4{            /* LO USA SOLO ACTUALIZANDO.HTML */

  font-family: 'gotham-book', sans-serif;
  font-size: 22px;
  color: #000;
  margin-top: 0px;
  
}

.center h5{            /* LO USA SOLO ACTUALIZANDO.HTML */

  font-family: 'gotham-bold', sans-serif;
  font-size: 22px;
  color: #000;
  margin-top: 0px;
  
}


.center h6 {

  font-family: 'gotham-book', sans-serif;
  font-size: 15px;
  color: #000;
  
}


/*
.center h1{
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  color: #107f75;
  
}









*/







.center span  {
  display: block;
  width: 100px;
  height: 4px;
  background: #fff;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
 



.marginado-izq {
  text-align: left;
  
}


.marginado-izq h2 {
  font-family: 'gotham-book', sans-serif;

  font-size: 22px;
  color: #000;
  margin-top: 0;
  
  
}




.marginado-izq-titulo {

  text-align: left;
  
}

.marginado-izq-titulo h2 {

  font-family: 'BarlowCondensed-Bold', sans-serif;
  /* font-family: 'SairaExtraCondensed-light', sans-serif; */

  font-size: 35px;
  /* color: #232323; */
  color: #2d2d2d;
  
}

.marginado-izq-titulo h4 {

  font-family: 'BarlowCondensed-Regular', sans-serif;
  /* font-family: 'SairaExtraCondensed-light', sans-serif; */

  margin-top: 0;

  font-size: 23px;
  color: #2d2d2d;
  
}

.marginado-izq-titulo h3 {

  font-family: 'BarlowCondensed-Light', sans-serif;
  /* font-family: 'SairaExtraCondensed-light', sans-serif; */

  font-size: 45px;
  color: #2d2d2d;
  
}





.pading-columna-derecha-izquierda {
 
  padding-right: 30px;
  padding-left: 30px;
  
}


.titulo-producto-home {
    position: absolute;
    top: 85%;
    left: 6%;
   /* transform: translate(-50%, -50%); */

   font-family: 'BarlowCondensed-Bold', sans-serif;
   /* font-family: 'SairaExtraCondensed-Bold', sans-serif; */
   /* font-family: 'SofiaSansExtraCondensed-Bold', sans-serif; */

   /* letter-spacing: 1px; */


   text-shadow: 1px 1px  #111;


    font-size: 29px;
    color: #fff;

}

/*
.marginado-izq h5 {

  font-family: 'gotham-book', sans-serif;
  font-size: 19px;
  line-height: 28px;
  margin-top: 0;
  color: #000;
  
}

.marginado-izq h6 {

  font-family: 'gotham-book';
  font-size: 19px;
  line-height: 24px;
  color: #000;
  
}


.marginado-izq h4 {
font-family: 'gotham-bold';
font-size: 27px;
  
  margin-top: 0;
  color: #ff4b00;

}


.marginado-izq h3 {

  font-family: 'gotham-book';
  font-size: 16px;
  
  margin-top: 20px;
  color: #fff;
  
}


*/











.fondo-gris {

background-color: #f3f3f3;

}


.logo-pie img {
  text-align: center;

}









.scroll-top {
  font-size: 30px;


}

.scroll-link {

  font-size: 30px;

  
}



.ir-abajo{

  position: absolute;
  right: 0;
  left: 0;
  z-index: 1029;
  bottom: 0;
  margin-bottom: 30px;
  
  
}


.ir-abajo a {

  color: #000;
  
}

.ir-abajo a:hover {

  color: #107f75;
  
}



.descarga  {
  
  
  text-align: center;
  
}

.descarga a {
  
  font-size: 14px;
  font-weight: 600;
  color:#656565;
  transition: 0.7s ease 0s;
  
}

.descarga a:hover {
  text-decoration: none;
  color:#ff0000;

  
  
}

.descarga a img {
  

    width: 40px;
    height: 40px;
  
  
}



.margen-top-10 {margin-top: 10px;}
.margen-top-20 {margin-top: 20px;}
.margen-top-30 {margin-top: 30px;}
.margen-top-40 {margin-top: 40px;}
.margen-top-50 {margin-top: 50px;}
.margen-top-60 {margin-top: 60px;}

.margen-top-70 {margin-top: 70px;}

.margen-top-80 {margin-top: 80px;}
.margen-top-95 {margin-top: 95px;}

.margen-top-100 {margin-top: 100px;}
.margen-top-140 {margin-top: 140px;}
.margen-top-180 {margin-top: 180px;}

.margen-top-300 {margin-top: 300px;}


.margen-top-iconos-home {margin-top: 0px;}


.margen-botom-30 {margin-bottom: 30px;}


.pading-top-70 {padding-top: 70px;}

.pading-top-100 {padding-top: 100px;}
.pading-top-180 {padding-top: 180px;}

.pading-top-40 {padding-top: 40px;}


.container {
 /* background-color: #000; */

}





.item img {
    width: 100%;
    height: 100%;
    
    }



.item:hover {
  
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
      /*
      -webkit-transform: scale(1.05);
      transform: scale(1.05);

      */

    }






/*

.box-top {
  margin-bottom: 10px;
  padding: 3px 20px;
  text-align: left;

  background:#76aad7;


}

.box-top h2 {
  color: #fff;
  line-height:0em;
  font-size: 26px;
  font-weight: 300;
}


.box-top h3 {
  color: #fff;
  line-height:0.9em;
  font-size: 28px;
  font-weight: 700;
}


.box-top a {
  color: #fff;
  font-weight: 700;
}
.box-top a:hover {
  color: #ff0000;

  
  text-decoration: none;
}



*/



.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 0px 0;
}


.colorfondoblanco {
  background-color: #fff;
}


.colorfondonaranja {
  background-color: #ff4b00;
}



.justificado {
  text-align: justify;
  padding-bottom: 0px;
}

.justificadoizquierda {
  text-align: left;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}


.piedireccion ul {

  font-family: 'gotham-book';
  font-size: 16px;
}


.fa-whatsapp{

  font-size: 19px;
}

.fa-phone{

  font-size: 15px;
}


.piedireccion ul li h1{

  font-family: 'gotham-bold';
  font-size: 18px;
  color: #fff;
}




.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 18px;
  line-height: 1.8em;


}

.lead2{
  

  font-family: 'gotham-light', sans-serif;

  font-size: 15px;
  line-height: 23px;

  /* color:#4e4e4e; */
  color:#000;

}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
  margin-top: 0px; 
  margin-bottom: 20px;              /* MARGEN PARTE DE ABAJO LOGO */

}


 .navbar>.container .navbar-brand img {
  /*width: 45%;*/
  width: 220px;
  }









.top-bar {
  padding: 4px 0;
  background: #000;
  border-bottom: 1px solid #222;
  line-height: 28px;
}

.top-number{
  color: #ccc;
  text-align: left;
}

.top-number p{
  margin: 0

}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;


 

}

ul.social-share li {
  display: inline-block;

}

ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #404040;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;

}


ul.social-share li a:hover {
  background: #107f75;
  color: #fff;
}



#footer .social-pie {
  text-align: center;
  font-size: 19px;

}


#footer .social-share-pie {
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;

}


#footer ul.social-share-pie li {
  display: inline-block;
  margin-right: 6px;
}




#footer ul.social-share-pie li a {
  display: inline-block;
  color: #fff;
  background: #222;            /* ICONOS PIE COLOR */
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 7px;
}




#footer ul.social-share-pie li a:hover {
  background: #777;
  color: #fff;
}





.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}














.navbar {
  border-radius: 0;
  margin-bottom: 0; 
  /*
  background: #222;            
  opacity: 0.85;
  */


  background-color: rgba(35,39,40,.92);  /* COLOR BARRA FONDO LOGO Y MENU CON OPACIDAD  */

  padding: 15px 0;                /* ESPACIO DESDE ARRIBA AL LOGO */
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 30px;               /* ESPACIO DESDE ARRIBA AL MENU */
 }

.navbar-nav>li{
  margin-left: 10px;              /* ESPACIO ENTRE ITEMS  MENU */
  
  padding-bottom: 15px;           /* ESPACIO BOTTOM ITEMS MENU MENU */
}

.navbar-inverse .navbar-nav > li > a {

  font-family: 'gotham-light';
  font-family: 'BarlowCondensed-Regular';

  font-size: 17px;
  letter-spacing: 0.02em;


  text-transform: uppercase; 


  padding: 5px 10px;
  margin: 0;
  border-radius: 3px;
  color: #fff;                                          /* COLOR MENU  */
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{

  /* font-family: 'gotham-medium'; */ 
  font-family: 'BarlowCondensed-Regular';
	/* background-color: #c52d2f; */                       /* COLOR MENU OVER */
  background-color: transparent; 

  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {

   font-family: 'gotham-medium';
   font-family: 'BarlowCondensed-Regular';

  /* background-color: #c52d2f; */                         /* COLOR MENU OVER SELCCIONADO */

  background-color: transparent;
  /* color: #ff4b00; */  /* NARANJA */

  color: #fff;
}



.dropdown-menu {
  margin-top: -1px;
  min-width: 260px;
}


.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.55);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;

  margin-top: 0px;

  border-top: 0;
  border-radius: 0;
  left: 0;
                                                      /*  MENU OVER  */
  font-size: 18px;
  font-family: 'BarlowCondensed-Thin'; 



}






.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 3px 15px;
  color: #fff;                                                         /* COLOR DROP MENU */
  /* letter-spacing: 0.02em; */

  /* text-transform: uppercase; */


}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #000;                                             /* COLOR DROP MENU OVER SELCCIONADO */
  color: #fff;



}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}





/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

/* 
#main-slider .carousel .carousel-content {
  margin-top: 90px;
}

#main-slider .carousel .slide-margin{
  margin-top: 230px;

}

#main-slider .carousel h1 {

  font-family: 'gotham-bold';
  font-size: 74px;
  color: #fff;
margin-bottom: 0;
  text-align: center;
  text-shadow: 1px 1px 1px #444;
}

#main-slider .carousel h2 {
  font-family: 'gotham-book';
  font-size: 19px;
  color: #fff;
  margin-top: 200px;
  text-align: center;
  text-shadow: 1px 1px 1px #444;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}





#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}

*/

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;

  /* max-height: 600px; */                                  /*  LO AGREGUE PARA QUE EL SLIDER TENGA MAXIMO 1050PX DE ALTURA  */
  max-height: 850px;

  display: block !important;

  /* height: 730px; */
  height: 700px;


  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;

  /* background-color: #c52d2f; */                    /* COLOR FLECHAS SLIDER */
  background-color: #107f75;

  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #c52d2f;
   margin: 0 15px 0 0;
   border: 1px solid #c52d2f;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;

  /* background: #c52d2f; */                                       /* COLOR CIRCULITOS SLIDER */
  background: #107f75;



  border: 1px solid #000;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


.iconos-home {
  margin-top: 0px;
  overflow: hidden;
}



#feature {
  background: #f2f2f2;
  padding-bottom: 10px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 5px;                          /* MARGEN TOP DE LOS TEXTOS DE LOS ICONOS HOME */
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i {
  font-size: 55px;
  height: 90px;
  width: 90px;
  margin: 3px;
  border-radius: 15%;

  line-height: 84px;                     /* SUBE O BAJA EL ICONO DENTRO DEL CIRCULO */

  text-align:center;
  background: #ffffff;

  color: #00539e;                                  /* COLOR ICONOS */

  
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;

}

.feature-wrap i:hover {
  background: #00539e;                            /* COLOR FONDO ICONOS */
  color: #fff;
  box-shadow: inset 0 0 0 5px #00539e;
  -webkit-box-shadow: inset 0 0 0 5px #00539e;
  border: 3px solid #00539e;
}



#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 5px;                                     /* DEJA ESPACIO ENTRE LAS FOTOS*/
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
  border-radius: 50%;
  
}






.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  /*margin: 10px 0; */
  font-family: 'gotham-book';
  text-align: center;
  padding-top: 20%;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .recent-work-inner h2{
  font-family: 'gotham-book';
  text-align: center;
  
}




.preview {
  padding-top: 0%;
  font-size: 16px;

}

.preview i {
  font-size: 25px; 
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

  border-radius: 50%;

  /* background: #01c421;   */                       /* COLOR CUANDO PASA POR LA FOTO DE PORTFOLIO */

  /* background: rgba(1,196,33, 0.85); */
  background: rgba(0, 171, 102, 0.9);

  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 800ms;
  -moz-transition: opacity 800ms;
  -o-transition: opacity 800ms;
  transition: opacity 800ms;  
  padding: 30px;
}





.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}




.recent-work-wrap:hover .overlay {
  opacity: 1;
}

















.p-thumb img {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 100%;
    width: 100%;
}






#carousel-slider {
  position: relative;

  margin-top: 0px;          
}

#carousel-slider .carousel-indicators {
  bottom: 0px;
}

#carousel-slider .carousel-indicators li {

  border: 1px solid #ffbd20;

}

#carousel-slider a i {
  /*
  border: 1px solid #777;
  border-radius:50%;
  */
  
  font-size: 48px;

  height: 65px;
  padding: 8px;
  position: absolute;
  top: 40%;
  width: 40px;
  color:#000;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;

}

#carousel-slider .carousel-control.left i {
  left:0px
}

#carousel-slider .carousel-control.right i {
  right: 0px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;

}





/*************************
********* Portfolio CSS ******
**************************/

                                  

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 30px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;

  /* background: #c52d2f; */                          /* background BOTONES DEL PORTFOLIO */

  /* background: #00539e; */

  background: #888;
  
  border: 1px solid #888;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;

  padding: 15px;                                 /* DEJA ESPACIO ENTRE LAS FOTOS */
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
                                  




/*************************
********* Contact Us CSS ******
**************************/
/*
.gmap-area {
  background-image: url("../images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  
}

*/

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}





/******  BOTON ENVIO CONTACTO         ****/
.btn {
  background-color: #222;
}

.btn:hover {
  background-color: #666;
}



/*********************
****blog page css*****
**********************/





/**********************
**blog single page css*
**********************/



/******************
 404 page css
 ******************/



/******************
shortcodes page css
******************/


/***********************
********* Footer ******
************************/



#bottom {
  background: #f5f5f5;
  /* border-bottom: 5px solid #c52d2f; */
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #c52d2f;
}

#bottom .widget {
  margin-bottom: 0;
}





#footer {
  /* border-top: 8px solid #107f75; */

  padding-top: 10px;
  padding-bottom: 30px;
  color: #808080;
  background: #fff;                   /*  Color franja de abajo */ 
}





#footer a {
  color: #757575;             /*  Flecha pie scroll */ 
}

#footer a:hover {
  color: #959595;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
 /*  display: inline-block; */          /*  LO MUESTRA EN UNA LINEA UNO AL LADO DEL OTRO */ 

  display: block;
  margin-left: 0px;

  padding-bottom: 5px;
}


.top-40  {
  margin-top: 40px;
}


.bottom-5  {
  margin-bottom: 5px;
}

.bottom-20  {
  margin-bottom: 20px;
}

.bottom-40  {
  margin-bottom: 40px;
}

.pr-10 { padding-right: 10px }
.pr-5 { padding-right: 5px }


.signo-visto i {
  color: #107f75;
  font-size: 14px;
}

