@font-face {
  font-family: "Gotham-Bold";
  src: url("../fonts/Gotham-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Gotham-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Gotham-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Gotham-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/GothamMedium1.eot"); /* IE9 Compat Modes */
  src: url("../fonts/GothamMedium1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/GothamMedium1.otf") format("opentype"), /* Open Type Font */
    url("../fonts/GothamMedium1.svg") format("svg"), /* Legacy iOS */
    url("../fonts/GothamMedium1.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/GothamMedium1.woff") format("woff"), /* Modern Browsers */
    url("../fonts/GothamMedium1.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/GothamLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/GothamLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/GothamLight.otf") format("opentype"), /* Open Type Font */
    url("../fonts/GothamLight.svg") format("svg"), /* Legacy iOS */
    url("../fonts/GothamLight.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/GothamLight.woff") format("woff"), /* Modern Browsers */
    url("../fonts/GothamLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.4s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        left: 0;
    }

body{
	font-family: "Gotham-Medium";
}

#WebCaristop {
	position: relative;
	padding-top: 55px;
}

#menu {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
}

.rrss {
	position: fixed;
	z-index: 996;
	right: 0;
	top :25%;	
	width: 40px;	
}

.rrss-icon{	font-size: 3em;}
.fa-facebook-square {	color: #38529a	}
.fa-instagram-square {	color: #ff4571	}


#Contenedor_Menu {	background: rgba(233,233,233,0.9) ; z-index: 999; position: absolute;  height: 1px; width: 0;  display: none;
-webkit-box-shadow: 6px 9px 8px 0px rgba(0,0,0,0.81);
-moz-box-shadow: 6px 9px 8px 0px rgba(0,0,0,0.81);
box-shadow: 6px 9px 8px 0px rgba(0,0,0,0.81);
}

#menu_link_cierra {display: none}

.menu-contenedor-items {
	width: 95%;
	text-align: center;
	padding: 15px;
}
.menu-item {
	padding: 0px;
}

.menu-item > a {
	color: #0c369c;
	font-family: "Gotham-Bold";
}

.icono-menu {
	font-size: 3em;
	color: #9e9e9e;
}
.icono-menuX {
	font-size: 3.3em;
	color: #9e9e9e;
}

.destacado-titulo {
	font-family: "Gotham-Medium";
	color: #65bce4;
	text-transform: uppercase;
}

.destacado-fondo-producto{
	background-image: url(../img/destacado-fondo-producto.png);
	background-size: 100% 100%;
	padding-bottom: 40px;
}

.destacado-tit-producto {
	font-family: "Gotham-Medium";
	color: #65bce4;
	text-align: center;	
}

.destacado-des-producto {
	font-family: "Gotham-Medium";
	color: #8b8a8a;
	text-align: center
}

.destacado-boton-comprar {
	font-family: "Gotham-Light";
	color: white;
	font-size: 1.3rem;
	background-color: #65bce4;
	border-radius: 10px;
	text-align: center;
	font-weight:900;
	width: 150px;
	margin: auto;
	line-height: 3em;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.destacado-boton-comprar:hover, .destacado-boton-comprar:focus, .destacado-boton-comprar:visited  {
	color: white;
}
.destacado-cont-estrella {
	float: left;
	width: 20%;
	text-align: center;
}
.destacado-estrella {
	color: #efca2e;
	font-size: 1.2em;
}

.destacado-contenedor-btn-comprar{
	position: absolute;
	bottom: 25px;
	text-align: center;
	width: 100%;
}

#Productos-Destacados-Caristop {
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(242,243,245,1) 54%);
}


#productos-caristop {
	background: rgb(2,0,36);
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(255,255,255,1) 0%, rgba(242,243,245,1) 54%);
}
.producto-titulo {
	font-family: "Gotham-Medium";
	color: #65bce4;
	text-transform: uppercase;
	
}

.producto-fondo {
	background-image: url(../img/producto-fondo.png);
	background-size: 100% 100%;
	padding-bottom: 100px;
	margin-bottom: 20px;
}
.producto-contenedor-bottom {
	position: absolute;
	bottom: 15px;
	width: 90%;
	text-align: center;
	
}
.producto-cont-bajada {
	
	width: 150px;
	margin: auto;
	text-align: center;
}
.producto-categoria {
	font-family: "Gotham-Medium";
	color: #ffffff;
	text-align: center;	
	background-color: #bf0665;
	padding: 10px;
}
.producto-vermas {
	font-family: "Gotham-Light";
	background-color: #950750;
	color: #ffffff;
	line-height: 2em;
}

#blog {
	background-image: url(../img/blog-trama.jpg);
	background-size: 100% 100%;
	padding-bottom: 40px;
	margin-bottom: 20px; 
}
.blog-fondo {
	background-image: url(../img/blog-fondo.png);
	background-size: 100% 100%;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.blog-titulo {
	font-family: "Gotham-Bold";
	color: #0c369c;
	text-transform: uppercase;
	font-size: 1.4rem;
	width: 95%;
	margin: auto
}

.blog-bajada {
	font-family: "Gotham-Light";	
	color: #040404;
	font-size:1rem;
}
.blog-boton-leermas {
	font-family: "Gotham-Light";
	color: white;
	font-size: 1.1rem;
	background-color: #0c369c;
	border-radius: 10px;
	text-align: center;
	font-weight:900;
	width: 160px;
	margin: auto;
	line-height: 1.5em;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.ciclo-titulo {
	font-family: "Gotham-Medium";
	color: #65bce4;
	text-transform: uppercase;
}

.pasos-fondo {
	background-image: url(../ciclo-de-proteccion-experta/img/fondo-pasos.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	
}


.ciclo-titulo-paso1 { 	font-family: "Gotham-Bold"; 	color: #bd1a73; 	text-transform: uppercase; 	font-size: 1.4rem; 	text-align: center; font-weight: 900}
.ciclo-titulo-paso2 { 	font-family: "Gotham-Bold"; 	color: #00adb0; 	text-transform: uppercase; 	font-size: 1.4rem; 	text-align: center; font-weight: 900}
.ciclo-titulo-paso3 { 	font-family: "Gotham-Bold"; 	color: #5e9fd6; 	text-transform: uppercase; 	font-size: 1.4rem; 	text-align: center; font-weight: 900}

.w-75 > p {
	color: #89878c;
	text-transform: uppercase;
}

.producto-categoria-fondo {
	background-image: url(../productos/img/fondo-categoria-producto.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

.producto-categoria-boton-comprar {
	width: 200px;
	background-color: #bf0665;
	color: white;
	font-family: "Gotham-Medium";
	padding: 10px;
	margin-bottom: 20px;
	font-size: 1.3em;
}
.producto-categoria-contenedor-btn-ver-mas {
	position: absolute;
	bottom: 50px;
	width: 95%;
}
.producto-categoria-btn-ver-mas {
	
	width: 200px;
	background-color: #950750;
	color: white;
	font-family: "Gotham-Medium";
	padding: 3px;	
	font-size: 1.3em;
	margin: auto
}

.producto-categoria-descripcion {
	font-size: 0.8em !important;
}
.producto-categoria-titulo1 {	font-family: "Gotham-Light";	color: #437567; font-size: 1.3em; font-weight: 900 }
.producto-categoria-titulo2 {	font-family: "Gotham-Light";	color: #00569e; font-size: 1.3em; font-weight: 900  }
.producto-categoria-titulo3 {	font-family: "Gotham-Light";	color: #ba007c; font-size: 1.3em; font-weight: 900  }
.producto-categoria-titulo4 {	font-family: "Gotham-Light";	color: #17207e; font-size: 1.3em; font-weight: 900  }
.producto-categoria-titulo4-1 {color: #74706c}
.producto-categoria-titulo4-3 {color: #064e10}


.producto-categoria-descripcion-adicional {
	font-family: "Gotham-light";	
	color: #89878c;
	font-size: 0.8em;
	font-weight: 500
}


.producto-categoria-titulo-cepillo {	font-family: "Gotham-Light";	color: #00569e; font-size: 1.5em; line-height: 1.7em; font-weight: 900 }
.producto-categoria-subtitulo-cepillo1 {    font-family: "Gotham-Light";	color: #78317c; font-size: 1.1em; font-weight: 900 }
.producto-categoria-subtitulo-cepillo2 {	font-family: "Gotham-Light";	color: #7a9233; font-size: 1.1em; font-weight: 900 }
.producto-categoria-subtitulo-cepillo3 {	font-family: "Gotham-Light";	color: #eabe37; font-size: 1.1em; font-weight: 900 }

.txt-destacado-cepillo-suave 	{	color: #78317c;	font-weight: 800}
.txt-destacado-cepillo-medio    {	color: #809532;	font-weight: 800}
.txt-destacado-cepillo-infantil {	color: #dfa51a;	font-weight: 800}

.interdental-nano 	{	color: #bf7a9a !important;	font-weight: 800}
.interdental-micro 	{	color: #128475 !important;	font-weight: 800}
.interdental-mini 	{	color: #bc6827 !important;	font-weight: 800}
.enjuague-bucal-color {	color: #9f3273 !important;	font-weight: 800}


.texto-amarillo {color: #e6ee10 !important}



@media only screen and (max-width: 768px) {
  
	.destacado-titulo, .producto-titulo, .blog-titulo {
		font-size: 1.4rem;
	}
	
	.destacado-tit-producto {
		font-size: 1rem;
	}
	.destacado-des-producto {
		font-size: 0.8rem;
	}
	.destacado-boton-comprar{
	font-size: 1.2rem;
	width: 120px;

	}
	
}
