@font-face {
    font-family: 'galaregular';
    src: url('https://oralgene.cl/css/tipografia/galaregular.woff') format('woff2'), url('https://oralgene.cl/css/tipografia/galaregular.woff') format('woff');
}
@font-face {
    font-family: 'galasemibols';
    src: url('https://oralgene.cl/css/tipografia/galasemibold.woff2') format('woff2'), url('https://oralgene.cl/css/tipografia/galasemibold.woff') format('woff');
}
@font-face {
    font-family: 'GoboldRegular';
    src: url('https://oralgene.cl/css/tipografia/GoboldRegular.woff2') format('woff2'), url('https://oralgene.cl/css/tipografia/Gobold-Regular.woff') format('woff');
}
a:hover{
	text-decoration: none;
}

body {
	color: #2d2d2d;
}
.padding-0{
    padding:0; 
}



.box-oralgene {
    display: flex;
    position: relative;
    height: 100vh;
}

.cont-aoralgene {
    width: 50%;
    background: #faf8f9;
    height: 100%;
    background-image: url('../img/fondoblanco_01.png');
    background-size: cover;
    background-position: -204px 0;
    background-repeat: no-repeat;
}

.cont-oralgene {
    background: #008550;
    width: 50%;
    height: 100%;
}

.imagen-mitad {
    position: absolute;
    width: 100%;
    bottom: 15vh;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.imagen-chicos-oralgene {
    width: 300px;
    margin: 0 auto;
}

.imagen-chicos-oralgene img {
    width: 100%;
}

.texto-oralgene {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 20px;
    font-size: 13px;
    line-height: 1;
    /* width: 280px; */
    margin: 0 auto;
    color: #008550;
    font-family: 'galaregular';
    font-weight: 600;
}
.texto-oralgene b {
    font-size: 28px;
}
.box-gris {
    width: 150px;
    display: flex;
    flex-direction: column;
    text-align: end;
    top: 49px;
    position: relative;
    margin: 0 auto;
    z-index: 999;
}
.text-active-oral {
    color: #afaeae;
    width: 134px;
    line-height: 1.3;
    margin: 0 auto;
}
.text-active-oral span {
    color: #008550;
    font-family: 'galasemibols';
}
.logo-active-oralgene {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.logo-active-oralgene img {
    width: 100%;
}
.vermas {
    text-align: center;
}
.vermas a {
    display: block;
    background: #008550;
    color: #ffffff;
    width: 100px;
    padding: 6px 0;
    margin: 12px auto;
    box-shadow: 0 11px 6px 0px #c3c3c396;
    font-size: 13px;
}
.box-verde {
    width: 150px;
    display: flex;
    flex-direction: column;
    text-align: revert;
    top: 49px;
    position: relative;
    margin: 0 auto;
    left: .0;
    z-index: 999;
}

/*********************** MENU *****************************/
.fixed {
    /* background: rgb(255 255 255 / 38%); */
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    /* border-bottom: 1px solid #f1f1f1; */
    z-index: 9999999;
}

.box-menu {
    display: flex;
    position: relative;
    flex-flow: wrap;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 31px;
    width: 20%;
    position: relative;
}

.menu-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.menu-logo img {
    width: 130px;
    padding: 11px 0;
}
.menu-desplegable {
    position: fixed;
    display: none;
    position: absolute;
    top: 85px;
    left: 12px;
    width: 300px;
}
.menu-desplegable ul {font-size: 15px;list-style: none;padding: 0;background: #bdbdbd;}

.menu-desplegable ul li {
    padding: 8px 7px;
    font-family: 'galaregular';
    background: rgb(202 202 202 / 64%);
    margin: 2px 0;
    color: #5d5b5b;
}
.menu-desplegable ul li:hover {
    color: #ffffff;
}
/*********************** MENU *****************************/



/*************** ORALGENE ACTIVE  *******************/
.fondo {
    padding-top: 100px;
    background-image: url('../img/fondoblanco_01.png');
    background-repeat: no-repeat;
    background-position: revert;
    background-size: cover;
}
.texto-banner-principal {
    font-family: 'GoboldRegular';
    color: #afaeae;
    text-align: center;
    margin-top: 21px;
    font-size: 4vw;
    font-weight: 100;
    letter-spacing: 1vw;
}

.texto-banner-principal b {
    color: #09c450;
}
.figura {
    margin: 0 auto;
    width: 90px;
    height: 34px;
    background: #cfcfcf;
    margin-top: 9px;
    border-radius: 31px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.circulo {
    width: 30px;
    height: 30px;
    background: #009c45;
    border-radius: 70px;
    margin-right: 5px;
    }
.banner-imagen-principal {
    display: flex;
    justify-content: center;
    margin-top: 15px !important;
    margin: 0 auto;
    width: 42vw;
}

.banner-imagen-principal img {
    width: 240px;
}
.texto-banner-segundo b {
    color: #009c45;
}

.texto-banner-segundo {
    color: #c2c1c1;
    text-align: center;
    margin-top: 15px;
    font-size: 3.1vw;
    letter-spacing: 1px;
}
.banner-principal {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 85vw;
}





/********* LINEA DE PRODUCTOS*******/

.lineadeproducto {
    text-align: center;
    margin-top: 5%;
}

.lineadeproducto h3 {
    font-size: 2.8vh;
    font-family: 'galaregular';
    font-weight: 700;
    color: #2d2d2d;
}

.box-productos {
    margin: 9px 10px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.detalle-producto b {
    color: #67a96d;
    font-size: 24px;
}
.productos {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    width: 100%;
    margin: 9px 0;
    padding: 35px 35px;
    box-shadow: 0 5px 24px -7px #7f7f7f;
}
.imagen-producto {
    margin: 35px auto;
    width: 212px;
    text-align: center;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: whitesmoke;
}
.detalle-producto p {
    font-family: 'galaregular';
}
.listaayuda span {
    background: #009c45;
    width: 100%;
    display: block;
    padding: 6px 9px;
    font-family: 'galaregular';
    font-size: 17px;
    margin: 7px 0;
    color: #ffffff;
    background-image: linear-gradient(to right, #009c45 ,  #009c45 ,#ffffff);
}
.listaayuda span i {
    color: red;
    font-size: 24px;
}

.detalle-producto h3 {
    font-size: 20px;
    font-family: 'galaregular';
    font-weight: bold;
    letter-spacing: 3px;
}
.gris{
	background: #b0afaf !important;
	background-image: linear-gradient(to right, #b0afaf , #b0afaf ,#ffffff) !important;
}
.gris i{
	color: #009c45;
}
span.raya {
    position: relative;
}
.raya::before {
  content: ".";
  background-color: rgb(103 169 109 / 28%);
  color: transparent;
  font-weight: bold;
  position: absolute;
  width: 104%;
  height: 20px;
  top: 14px;
}
span.raya2 {
    position: relative;
}
.raya2::before {
  content: ".";
  background-color: rgb(103 169 109 / 28%);
  color: transparent;
  font-weight: bold;
  position: absolute;
  width: 104%;
  height: 12px;
  top: 18px;
  left: -6px;
}
span.raya3 {
    position: relative;
    display: inline-block;
}
span.raya3::before {
    content: "..";
    position: absolute;
    background-color: rgb(103 169 109 / 28%);
    width: 100%;
    height: 13px;
    bottom: 0;
    color: transparent;
    }


/********* Donde comprar *******/


.box-dondecomprar {
    margin: 10px 10px;
    background: white;
    box-shadow: 0 5px 24px -7px #7f7f7f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
}
.dondecomprar {
    margin: 0 0;
    width: 222px;
}
.ahumada {
    width: 210px;
}
.dondecomprar img {
    width: 100% !important;
}


/********* Que es activi oralgene *******/
.box-boca {
    margin: 2% 0;
    margin-top: 5vw;
    background: #e6e6e6;
    padding-bottom: 35px;
}
.imagen-boca {
    background-image: url('../img/boca_03.jpg');

    height: 30vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box-queesactiveoralgene {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.box-queesactiveoralgene h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 2vw;
    margin-bottom: 3vw;
    color: #2d2d2d;
    font-size: 5.4vw;
    font-family: 'galaregular';
}
.box-queesactiveoralgene h3 span {
    color: #009c45;
    font-family: 'galasemibols';
}
.contenido1 {
    font-size: 16px;
    font-family: 'galaregular';
    margin: 10px 0;
    width: 100%;
}
.contenido1 p {
    font-size: 17px;
}
.beneficios1 {
    display: flex;
    font-size: 16px;
    /* align-items: center; */
    font-family: 'galaregular';
    margin: 8px 0;
}
.beneficios1 i {
    font-size: 27px;
    margin: 5px 8px;
    color: #009c45;
}
.beneficios1 p {
    margin: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: 'galaregular';
}

/********* EQUILIBRIO PERFECTO *******/
.imagen-perfecto {
    width: 100%;
}

.imagen-perfecto img {
    width: 100%;
}

.box-equilibrio-perfecto {
    display: flex;
    flex-flow: wrap;
}
.texto-equilibrio-perfecto {
    margin: 0;
    width: 100%;
    padding: 24px 25px;
}
.texto-equilibrio-perfecto h3 {
    text-transform: uppercase;
    font-family: 'galaregular';
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 4px;
}

.texto-equilibrio-perfecto p {
    font-family: 'galaregular';
    font-size: 1.9vh;
}
.texto-equilibrio-perfecto b {
    color: #009c45;
    font-family: 'galasemibols';
}

/********* Carrucel *******/

.con-carrucel-color {
    background: #daddda;
    padding: 35px 0;
    margin-top: 5vw;
}
.titulo-concejos {
    margin: 0 auto;
    font-size: 5.8vw;
    /* text-transform: uppercase; */
    padding-bottom: 26px;
    width: 82vw;
    font-family: 'galaregular';
    color: #2d2d2d;
    line-height: 38px;
}
.titulo-concejos strong {
    color: #454545;
    text-transform: uppercase;
    font-family: 'galasemibols';
}
.cont-contenido-slider {
    width: 85%;
    background: #ffffff;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 10px;
}
.mitad-slider {
    width: 100%;
    /* background: #f6f6f6; */
    margin: 2px 0;
}
.mitad-slider img {
    width: 100%;
}
.texto-consejos {
    padding: 21px 22px;
}

.texto-consejos h4 {
    text-transform: uppercase;
    font-family: 'galaregular';
    font-weight: bold;
    font-size: 19px;
    /* font-family: 'galasemibols'; */
}

.texto-consejos p {
    font-family: 'galaregular';
    font-size: 19px;
    margin-top: 33px;
    /* text-align: justify; */
    color: #6f6f6f;
    font-weight: lighter;
}
/******* footer******/
.cont-gris {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3vh 0;
    color: #525d3d;
    flex-direction: column;
    margin-top: 48px;
    background: #009c45;
}
.texto-redes {
    font-size: 2vh;
}
.redes {
    display: flex;
    justify-content: space-between;
}
.face {
    font-size: 5vh;
    margin: 0 15px;
}
.face a {
    color: #525d3d;
}
.face a:hover {
    text-decoration: none;
}
@media (min-width: 320px) and (max-width: 491px) {

    .imagen-mitad {
    bottom: 5vh;
}
  
}

@media (min-width: 491px) and (max-width: 767px) {
	.imagen-chicos-oralgene {
    width: 66vh;
    margin: 0 auto;
	}
	.imagen-mitad {
    bottom: 8vh;
}
.box-queesactiveoralgene h3 {
    font-size: 3.5vw;
}
.texto-equilibrio-perfecto h3 {
    font-size: 3vh;
    padding: 0 12px;
    line-height: 34px;
}	
.titulo-concejos {
    font-size: 28px;
    width: 47vh;
}
.menu-desplegable {
    top: 83px;
    left: 33px;
    width: 300px;
}	
}
@media (min-width: 768px) and (max-width: 991px) {
.imagen-chicos-oralgene {
    width: 83vh;
    margin: 0 auto;
}
		.imagen-mitad {
    bottom: 8vh;
}
	.texto-oralgene {
    font-size: 16px;
}

	
.box-queesactiveoralgene h3 {
    font-size: 4.7vh;
}	
.texto-equilibrio-perfecto h3 {
    font-size: 4.9vh;
    padding: 0 12px;
    line-height: 50px;
}
	
.titulo-concejos {
    font-size: 28px;
    width: 47vh;
}
.menu-desplegable {
    top: 82px;
    left: 41px;
    width: 300px;
}	
}
@media (min-width: 992px) and (max-width: 1199px) {
.imagen-chicos-oralgene {
    width: 83vh;
    margin: 0 auto;
}
		.imagen-mitad {
    bottom: 8vh;
}
	.texto-oralgene {
    font-size: 17px;
    padding: 18px 40px;
}
.texto-banner-principal {
    font-size: 2.4vw;
    letter-spacing: 0.8vw;
}
.banner-imagen-principal img {
    width: 80%;
}
.texto-banner-segundo {
    color: #c2c1c1;
    text-align: center;
    margin-top: 15px;
    font-size: 2.1vw;
}
.banner-principal {
    width: 55vw;
}
	
.productos {
    width: 48%;
}
	
	
.contenido1 {
    width: 48%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
	
	

.imagen-perfecto {
    width: 50%;

}	
.texto-equilibrio-perfecto {
    width: 50%;
}

.texto-equilibrio-perfecto h3 {
    font-size: 2.9vh;
    padding: 0 12px;
    line-height: 32px;
}	

	
.texto-consejos h4 {
    font-size: 18px;
}	
.mitad-slider {
    width: 50%;
}
.texto-consejos p {
    font-size: 14px;
    margin-top: 19px;
}
	
.detalle-producto h3 {
    font-size: 30px;
}
.titulo-concejos {
    font-size: 28px;
    width: 47vh;
}
.lineadeproducto h3 {
    font-size: 3.8vh;
}
.box-queesactiveoralgene h3 {
    font-size: 4.5vh;
}
.box-queesactiveoralgene h3 {
    font-size: 3.8vh;
}
.menu-desplegable {
    top: 83px;
    left: 77px;
    width: 300px;
}	
}
@media (min-width: 1200px) and (max-width: 1600px) {
.imagen-chicos-oralgene {
    width: 79vh;
    margin: 0 auto;
}
		.imagen-mitad {
    bottom: 8vh;
}
	.texto-oralgene {
    font-size: 16px;
    padding: 16px 38px;
}
.box-gris {
    width: 250px;
}	
.text-active-oral {
    width: 250px;
    font-size: 25px;
    /* font-weight: lighter; */
}
.box-verde {
    width: 250px;
}
	
	
.texto-banner-principal {
    font-size: 2.3vw;
    letter-spacing: 0.5vw;
}
.banner-imagen-principal img {
    width: 50%;
}
.texto-banner-segundo {
    color: #c2c1c1;
    text-align: center;
    margin-top: 15px;
    font-size: 1.8vw;
}
.banner-principal {
    width: 45vw;
}
	
.productos {
    width: 48%;
}
.contenido1 {

    width: 48%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}


.imagen-perfecto {
    width: 50%;
}	
.texto-equilibrio-perfecto {
    width: 50%;
}		
.texto-equilibrio-perfecto h3 {
    font-size: 3.3vh;
    padding: 0 17px;
    line-height: 42px;
}
.texto-equilibrio-perfecto p {
    font-family: 'galaregular';
    font-size: 2.2vh;
}
	
	
.mitad-slider {
    width: 50%;
}
.texto-consejos p {
    font-size: 16px;
    margin-top: 33px;
}
.titulo-concejos {
    font-size: 30px;
    width: 50vh;
}
	
.lineadeproducto h3 {
    font-size: 4.5vh;
}
.box-queesactiveoralgene h3 {
    font-size: 3.8vh;
}
.menu-desplegable {
    top: 83px;
    left: 91px;
    width: 300px;
}	
}
@media (min-width: 1601px) and (max-width: 1920px) {
.imagen-chicos-oralgene {
    width: 87vh;
    margin: 0 auto;
}
		.imagen-mitad {
    bottom: 8vh;
}
	.texto-oralgene {
    font-size: 22px;
    padding: 18px 47px;
}
.box-gris {
    width: 250px;
    margin-left: 21vw;
}	
.text-active-oral {
    width: 209px;
    font-size: 25px;
    /* font-weight: lighter; */
}
.box-verde {
    width: 250px;
    margin-right: 20vw;
}
	
	
	
.texto-banner-principal {
    font-size: 2.4vw;
    letter-spacing: 0.8vw;
}
.banner-imagen-principal img {
    width: 36vw;
}
.texto-banner-segundo {
    color: #c2c1c1;
    text-align: center;
    margin-top: 15px;
    font-size: 2.5vw;
}
.banner-principal {
    width: 55vw;
}
	
	
	
.texto-banner-principal {
    font-size: 2.3vw;
    letter-spacing: 0.5vw;
}
.banner-imagen-principal img {
    width: 50%;
}
.texto-banner-segundo {
    color: #c2c1c1;
    text-align: center;
    margin-top: 15px;
    font-size: 1.8vw;
}
.banner-principal {
    width: 45vw;

}		


.productos {
    width: 48%;
}
.contenido1 {
    width: 48%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
	
	
	
	
.imagen-perfecto {
    width: 50%;
}	
.texto-equilibrio-perfecto {
    width: 50%;
}		
.texto-equilibrio-perfecto h3 {
    font-size: 3.2vh;
    padding: 0 15px;
    line-height: 39px;
}
.texto-equilibrio-perfecto p {
    font-family: 'galaregular';
    font-size: 2.2vh;
}
.mitad-slider {
    width: 50%;
}
	
.texto-consejos p {
    font-size: 16px;
    margin-top: 33px;
}
.titulo-concejos {
    font-size: 4vh;
    width: 57vh;
}
.lineadeproducto h3 {
    font-size: 4.5vh;
}
.box-queesactiveoralgene h3 {
	font-size: 3.9vh;
}
	
.menu-desplegable {
    top: 83px;
    left: 90px;
    width: 300px;
}	
}	