/*=============================================================================
                                  CSS GENERAL
===========================================================================*/

html, body {
  height: 100%;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
}

h3 {
  text-transform: uppercase;
  color: #41464B;
}

p {
  color: #64707b;
  font-size: 16px;
  font-weight: 300;
}

/*=============================================================================
                                  HOME
===========================================================================*/


  #home-productos {
    height: auto;
  }


  #home-cover {
    height: 100%;
    background-image:linear-gradient(to top, #ffffff, #bababa, transparent), url(../img/portadas/portada3byn.jpg);
    background-repeat: repeat;
    display: flex;
    align-items: stretch;
    perspective: 1500px;
  }



#home-content-box {
  width: 100%;
  height: 100%;
  display: table;
}


#home-content-box-inner {
  display: table-cell;
  /*ALINEA CONTENIDO EN EL MEDIO DEL PADRE CONTENEDOR*/
   vertical-align: middle;
  /*SE PUEDE USAR TANTO CON TEXT ALIGN COMO CON LA CLASS TEXT-CENTER DE BOOTSTRAP */
  text-align: center;
}







/*=============================================================================
                                  SUBRAYADO
===========================================================================*/

.underline--magical {
  background-image: linear-gradient(120deg, #d5c84b 0%, #707270 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.2em;
  background-position: 0 88%;
}

/* .underline--magical:hover{
  transition: 0.25s ease-in;
  background-size: 100% 88%;
} */


/*=============================================================================
                                  PARALLAX EFFECT
===========================================================================*/

.bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*EFECTO PARALLAX*/
  background-attachment: fixed;
}

/*=============================================================================
                                  ANIMATION
===========================================================================*/

#home-cover #home-heading #home-btn {
  -vendor-animation-duration: .3s;
}

#home-cover {
  -vendor-animation-delay: .1s;
}

#home-heading {
  animation-delay: .3s
}

#home-btn {
  animation-delay: .1s;
}

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

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

.btn-general {
  border-width: 2px;
  border-radius: 0;
  padding: 12px 26px 12px 26px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}



.btn-white:hover, .btn-white:focus {
  background-color: #fff;
  color: #41464b;
}

.btn-blue {
  border-color: rgb(46, 46, 46);
  color: rgb(46, 46, 46);
}

.btn-blue:hover, .btn-blue:focus {
  transition: .09s ease;
  background-color: rgb(232, 222, 88);
  color: #fff;
  border-color: rgb(232, 222, 88);
}

.btn-back-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  padding: 3px 15px;
  border-radius: 0;
  display: none;
}



#ficha-btn{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}


/*=============================================================================
                                  CONTENT
===========================================================================*/

.content-box {
  padding: 60px 0 60px 0;
}

.content-title h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
}

.content-title-underline {
  width: 30px;
  height: 3px;
  background-color: #d5c84b;
  margin: 0 auto 0 auto;
  margin-bottom: 30px;
}

.content-title-white h3 {
  color: #fff;
}



#ficha-btn i{
  margin-left: 10px;
}


/*=============================================================================
                                  NAVIGATION
===========================================================================*/



.navbar{
  padding: 20px 0px;
  transition: all .5s ease-in-out; /*Hace del efecto del ocultamiento del style del menú mas suave */
}

.navbar-brand{
  position: block;
}

.cg-top-nav{
  background: rgb(255, 254, 254);
  padding: 7px 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

header .cg-nav-wrapper{
  padding: 0 85px;
}

header .navbar-nav{
  float: right;
}

header .navbar-nav > li > a{
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

header .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
  background: none;
}

header .navbar-toggle{
  background-color: rgba(0,0,0,0.1);
  border: 1px solid #fff;
  border-radius: 0;
}

header .navbar-toggle .icon-bar{
  background-color: #fff;
}

header .navbar-collapse{
  max-height: none !important;
}

header .cg-top-nav ul.navbar-nav > li.active > a{
  color: #ffe806;
}

/*=============================================================================
                                  PROD SUBMENU
===========================================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

header h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}

header h3 {
	font-size: 30px;
	text-align: center;
}

header h3 a {
	color: #FFF;
}

header a {
	color: #FFF;
}

header h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	}

header #container {
	margin: 0 auto;
}

header p {
	text-align: center;
}

header nav {
	margin: 0px 0;
}

header nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
  position: relative;
	}

header nav ul li {
  display:inline-block;
	}

header nav li a.menu-item  {
  color: white;
}

header nav a {
	display:block;
	padding:0px;
	color:black;
	font-size:15px;
	line-height: 50px;
  text-decoration:none;
}

header nav a.menu-item:hover {
  transition: .8s ease-out;
  background-color: white;
  color: black;
}

header nav ul li div ul {
  height: 0;
  position: absolute;
  background-color: white;
  top: 42px;
}

/* Fisrt Tier Dropdown */
header nav ul ul div li {
  display: none;
}

/* Display Dropdowns on Hover */

header nav ul li:hover > div ul {
  display: block;
  height: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

header nav ul li:hover ul li{
  display: block;
}

.a-products{
  color: #67696a;
  font-weight: lighter;
  letter-spacing: 2.5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
}

.a-products:hover{
  color: #000;
  text-shadow: 0px 0.3px gray;
  text-decoration: none !important;
}

header nav ul li:hover {
  transition: background-color .6s ease-out;
  background-color: white;
}

header nav ul li:hover a.menu-item {
  color: rgb(70,64,64) !important;
}

header nav ul ul li {
width: 170px;
float: none;
position: relative;
margin-left: 29px;
bottom: -26px;
}

header nav ul li div {
  display: flex;
  justify-content: center;
  position: relative;
  top: -1000px;
  opacity: 0;
  transition: opacity  ease-out;
}

header nav ul li:hover div {
  top: -45px;
  opacity: 1;
}

header nav ul ul {
  display: inline-block;
  width: 700px;
  left: -311px;

}

header nav ul li img {
  width: 400px;
  height: 200px;
  z-index: 2;
  position: absolute;
  right: -481px;
  top: -1px;
  object-fit: contain;
  filter: brightness(.8);
}

header nav ul li img.img-2 {
  top: -51px;
}

header nav ul li img.img-3 {
  top: -101px;
}

header nav ul li img.img-4 {
  top: -151px;
}

header nav ul li img.img-default{
  top: 67px;
  left: -31px;
  z-index: 1;
}


header .li-img img{
  transition: opacity .5s ease-in-out;
  opacity: 0;
}

header .li-img:hover img {
  opacity: 1;
  z-index: 999;
}


/* /Mobile Nav/ */
.navMobileWrapper{
width: 100%;
height: 10vh;
background-color: rgba(0, 0, 0, 0.71);
padding: 2vw 4vw;
z-index: 100;
color: black;
position: fixed;
display: flex;
justify-content: space-between;
align-items: center;
}



.navMobileBars{
position: fixed;
right: 2.5vw;
}


.navMobile{
width: 100vw;
height: 100vh;
z-index: 1;
background-color: rgba(0, 0, 0, 0.71);
position: fixed;
transition: all 0.8s;
top: 10vh;
left: 100vw;
display: flex;
flex-flow: column nowrap;
align-items: center;
border-top: 1px solid rgba(255, 255, 255, 0.49);
}

.navMobile a{
font-family: 'Roboto Condensed', sans-serif;
font-size: 2rem;
text-decoration: none;
font-weight: 900;
color: #fff;
letter-spacing: 1.5px;
}

.navMobileProductos{
position: relative;
}

.navMobileProductos span{
content: '>';
transition: all 0.8s;
transform: rotate(90deg);
font-size: 2rem;
position: absolute;
top: .5vh;
left: 99%;
}

.navMobileProductos-options{
width: 100%;
overflow: hidden;
height: 0;
transition: all 0.8s;
display: flex;
flex-flow: column nowrap;
align-items: center;
}

.navMobileProductos-options a{
font-size: 1.6rem;
font-weight: lighter;
}

.hamburger .line{
  width: 30px;
  height: 3px;
  background-color: #ffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}


/*=============================================================================
                                LOGOCG
===========================================================================*/



img.logocg1{
  width: 90%;
  margin-top: -15px;

}

img.logocg2 {
  opacity: 0;
  width: 80%;
  margin-top: -72px;
  position: relative;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: rgba(255, 255, 255, 0.92);
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    font-family: 'Roboto Condensed', sans-serif;
    color: #41464B;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2), 0 6px 0 0 rgba(0, 0, 0, 0.19);
    margin-top: 180px;
    margin-right: 0;
    margin-left: 4%;
    z-index: 10;
}

#sidebar a{
  font-family: 'Roboto Condensed', sans-serif;
  color: #262626;
  font-size: 45px;
  font-weight: lighter;
}

#sidebar a:hover{
  text-decoration: none;
}

#sidebar h3{
  color: #262626;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    margin-left: 1em;
    font-size: 1.2em;
    display: block;
    text-decoration: none;
}
#sidebar ul li a:hover {
  font-weight: 400;
}

#sidebar ul li a:hover i{
  color: #333333;

}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    font-weight: 400;
}


#sidebar a[data-toggle="collapse"] {
    position: relative;
}


#sidebar i{
  color: #333333;

}

#sidebar li:nth-child(1) i{
  margin-left:78px;
}

#sidebar li:nth-child(3) i{
  margin-left: 105px;
}


#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    color: #41464B;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.download {
    background: #41464B;
    color: #fff;
}


#sidebar a.article, a.article:hover {
    color: #d1cc58 !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    min-height: 100vh;
    margin: 180px 60px 0 0;
    transition: all 0.3s;
    background-color: rgba(244, 244, 244, 0.86);

}



/*=============================================================================
                                  PORTADA (Producto)
===========================================================================*/

#portada{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 4%;
}


.portada-producto{
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}


.portada-producto-foto{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

#portada-producto-sombra{
position: absolute;
top: 0;
left: 0;
width: 100%;
}







.caption {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  margin-top: 4%;
}

.caption h3{
  font-size: 2.8em;
  font-weight: 700;
  color:rgba(255, 255, 255, 0.89);
  letter-spacing: 2px;
  align-self: center;
}


.caption p{
  color:rgba(255, 255, 255, 0.89);
  letter-spacing: 1px;
  font-size: 1em;
  margin-top: 2%;
}


.producto-descripcion h3{
  font-size: 22px;
  letter-spacing: 0.8px;
  font-weight: 800;
}

.producto-descripcion p{
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 30px;
}

#descripcion{
  margin: 20px 0 50px 0;
}



.row.no-gutters [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}


.img-wrapper {
  overflow: hidden;
  margin: 1px;
}

.img-wrapper img {
  transition: transform .5s ease;
  /*delay del zoom */

}

.img-wrapper img:hover {
  transform: scale(1.5);
  /*1.5 del tamano original en hover */
  cursor: zoom-in;
}


.acabados  {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 30px;
    font-weight: lighter;
    color: #64707b;
}


/*=============================================================================
                                  SOCIAL
===========================================================================*/

.social-list {
  padding-left: 0;
  margin-top: 30px;
}

.social-list li {
  list-style: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-top: 10px;
}

.social-icon i {
  font-size: 17px;
}

.icon-gray i {
  color: #64707b;
}

.social-icon i:hover {
  color: rgb(232, 222, 88);
}

.icon-white i{
  color: #fff;
}



/*=============================================================================
                                  CONTACTO
===========================================================================*/

footer{
  background-color: #41464b;
  padding-top: 30px;
  border-top: 5px solid rgba(0,0,0,0.1);
  padding-bottom: 10px;
}

#contact-left h3, #contact-right h3{
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}

#contact-left p{
  color: #fff;
  font-size: 14px!important;
  margin-bottom: 2px;
}

address{
  color: #fff;
}

address strong, .phone-email strong{
  letter-spacing: 1px;
}

#contact-info address{
  margin-bottom: 30px;
}

form .form-control{
  background: transparent;
  border-radius: 0;
  border-color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding: 8px 16px;
  margin-bottom: 20px;
  color: #fff;
}

.alert {
	padding: 1em;
	color:#fff;
	border-radius: 2px;
	margin-bottom: 20px;
	font-size: 14px;
}

.alert.error {
	background: #F2DEDE;
	border:1px solid #a94442;
	color: #a94442;
}

.alert.success {
	background: #4CAF50;
}



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

#footer-bottom{
  background-color: #bdb555;
  padding: 30px 0;
  margin-top: 60px;
}

#footer-copyrights p{
  margin:0;
  color: #fff;
}

#footer-menu{
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

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

#footer-menu ul li{
  display: inline-block;
}

#footer-menu a{
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px;
  text-decoration: none;
}

#footer-menu a:hover{
  color:rgb(51, 51, 51);
}

#cg-footer-title{
  width: 12%;
  margin-bottom: 10px;
}

#cg-footer-frase{
  margin-bottom: 30px !important;
}
