@charset "UTF-8";
/* CSS Document */

.topnav{
    overflow:hidden;
    padding:10px;
    align-self:center;
}

.topnav a{
    color:#0082c9;
    font-family:Anaheim;
    text-align:center;
    vertical-align:middle;
    padding:14px 16px;
    text-decoration:none;
    font-size:17px;
}

.topnav a:hover:not(:first-child) {
    background-color:#0082c9;
    color:#ffffff;
}   

.topnav a.active:not(:first-child){
    background-color:#0082c9;
    color:#ffffff;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 700px){
    .topnav a:not(:first-child) {display:none;}
    .topnav button {display:none;}
    .topnav a.icon {
      float:right;
      display:block;
    }
}


@media screen and (max-width: 700px){
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
        position:absolute;
        right:0;
        top:0;
    }
    .topnav.responsive a {
        float:none;
        display:block;
        text-align:left;
    }
    .topnav.responsive button {
        float:none;
        display:block;
        text-align:left;
    }
}

.navbar{
    overflow:visible;
}

.navbar a{
    font-size:16px;
    color:white;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
}

.dropdown{
    cursor:pointer;
    font-size:17px;  
    border:none;
    outline:none;
    padding:14px 16px;
    background-color:white;
    font-family:Anaheim;
    margin:0;
    color:#0082c9;
    overflow:visible;

}

.dropbtn{
    cursor:pointer;
    font-size:17px;  
    border:none;
    outline:none;
    padding:14px 16px;
    background-color:white;
    font-family:Anaheim;
    margin:0;
    color:#0082c9;
}

.navbar a:hover{
    color:#ffffff;
    background-color:#0082c9;
}

.dropdown:hover{
    color:#ffffff;
    background-color:#0082c9;
}

.dropbtn:focus{
    color:#ffffff;
    background-color:#0082c9;
}

.dropdown-content{
    display:none;
    min-width:160px;
    box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color:#ffffff;
}

.dropdown-content a {
    color:#0082c9;
    padding:12px 16px;
    text-decoration:none;
    display:block;
    text-align:center;
}

.dropdown-content a:hover {
    background-color:#0082c9;
    color:#ffffff;
}

.show {
    display:block;
}

/*Plantilla*/

.lienzo{
	width:100%;
	display:grid;
	grid-template-rows:auto auto auto auto auto;
}
	

.banner1{
	width:100%;
}


.banner2{
	font-family:Anaheim;
    text-align:center;
	color:#0082c9;
	font-size:30px;
	padding:10px 30px 0px 30px;
}

.bannerc{
	background:#25d366;
	font-family:Anaheim;
	color:#ffffff;
	font-size:30px;
	padding:0px 30px 0px 30px;
}

.productos{
    display:grid;
    grid-template-columns:1fr 1fr; 
    text-align:justify;
    padding:0px 50px 0px 50px;
    grid-column-gap:50px;
}

.productos_display{
    display:grid;
    grid-template-columns:1fr 1fr 1fr; 
    text-align:justify;
    padding:0px 50px 0px 50px;
    grid-column-gap:50px;
}

.numeros{
}

#numero_whatsapp{
	padding:10px 0px 0px 0px;
	display:grid;
	grid-template-rows:auto auto auto;
    justify-content:center;
}

#logow{
	align-self:center;
	justify-self:center;
}

#numerow{
	align-self:center;
}

#numerow a{
	text-decoration:none;
	color:000000;
}

#numerow a:hover{
	color:#0082c9;
}

#producto{
    text-align:center;
    justify-self:center;
    align-content:center;
    padding:10px;
}

#conocer_productos{
    text-align:center;
    justify-self:center;
    align-content:center;
    vertical-align:center;
}

.pre_pie{
	display:grid;
	grid-template-rows:auto auto;
    padding:30px;
}

#boton{
	justify-self:center;
	padding:0px 0px 10px 0px;
}

#boton_producto{
    padding:10px;
}

.pie{
	padding:10px 0px 0px 0px;
	background:#0082c9;
	display:grid;
	grid-template-columns:1fr 2fr 1fr;
	grid-template-rows:auto auto;
	grid-template-areas:
		"contacto contacto contacto"
		"derechos derechos derechos";
    grid-column-gap:20px;
}

#pie_izq{
	justify-self:center;
	align-self:center;
	font-family:Anaheim;
    padding:10px;
}

#pie_izq_logo{
}

#pie_izq_texto{
	color:#ffffff;
	font-size:17px;
	text-align:center;
}

#pie_izq_texto a{
	color:#ffffff;
	text-decoration:none;
    font-size:17px;
	text-align:center;
}

#pie_izq_texto a:hover{
	color:#000000;
	text-decoration:none;
    font-size:17px;
	text-align:center;
}

#pie_centro{
	justify-self:center;
	align-self:center;
}

#siguenos{
	font-family:Anaheim;
	color:#ffffff;
	font-size:24px;
    text-align:center;
}

#redes_sociales{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 600px) {
    #redes_sociales{
	display:grid;
	grid-template-columns:1fr 1fr;
    grid-template-columns:auto auto;
    grid-template-areas:
		"facebook instagram"
		"twitter youtube";
    grid-column-gap:10px;
    grid-row-gap:10px;
    justify-items:center;
    }
}

#facebook{
	justify-self:center;
	align-self:center;
}

#instagram{
	justify-self:center;
	align-self:center;
}

#twitter{
	justify-self:center;
	align-self:center;
}

#youtube{
	justify-self:center;
	align-self:center;
}

#pie_der{
	justify-self:center;
	align-self:center;
	font-family:Anaheim;
	color:#ffffff;
	font-size:17px;
    padding:10px;
}

#derechos{
	grid-area:derechos;
	justify-self:center;
	align-self:center;
	font-family:Anaheim;
	color:#ffffff;
	font-size:15px;
}

input[type=text],select,textarea{
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius: 4px;
    box-sizing:border-box;
    resize:vertical;
}

label{
    padding:12px 12px 12px 0;
    display:inline-block;
}

input[type=submit]{
    background-color:#47b549;
    font-family:Anaheim;
    color:white;
    padding:12px 20px;
    border:none;
    border-radius:4px;
    cursor:pointer;
    float:right;
}

.container {
    border-radius:5px;
    background-color: #f2f2f2;
    padding:20px;
    font-family:Anaheim;

}

.col-25 {
    float:left;
    width:25%;
    margin-top:6px;
    font-family:Anaheim;
}

.col-75 {
    float:left;
    width:75%;
    margin-top:6px;
    font-family:Anaheim;
}

.row:after {
    content:"";
    display:table;
    clear:both;
}   

@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width:100%;
        margin-top:0;
  }
}


/*Imagenes*/

#logo{
	width:120px;
	min-width:auto;
}

#menu{
	width:30px;
}

#bannerw{
	width:100%;
}

#whatsapp{
	width:50px;
}

#logo_redes{
	width:50px;
}

@media screen and (max-width: 700px) {
    #logo_redes{
	width:30px;
}
}

#producto_frasco{
    max-width:80%;
    max-height:350px;
}

/*Textos*/

#texto_titulos{
	font-family:Anaheim;
	color:#0082c9;
	font-size:20px;
    text-align:center;
}

#texto_subtitulos{
	font-family:Anaheim;
	color:#000000;
	font-size:18px;
}

#texto_parrafos{
	font-family:Anaheim;
	color:#000000;
	font-size:17px;
    text-align:justify;
}

#texto_parrafos_centrado{
	font-family:Anaheim;
	color:#000000;
	font-size:17px;
    text-align:center;
}

#texto_banner{
	font-family:Anaheim;
	color:#ffffff;
	font-size:17px;
}

#texto_formulario{
	font-family:Anaheim;
	color:#000000;
	font-size:17px;
	text-align:center;
}

a{
    text-decoration:none;
}

a:visited{
    text-decoration:none;
}
/*Listas*/

#beneficios{
    font-family:Anaheim;
	color:#000000;
	font-size:17px;
    text-align:justify;
    text-decoration:none;
}


/*Botones*/

#boton_form{
	background:#47b549;
	font-family:Anaheim;
	color:#ffffff;
	font-size:20px;
	padding:20px;
	border:none;
	border-radius:15px;
}

#boton_form:hover{
	background:#0082c9;
}

#boton1{
	background:#0082c9;
	font-family:Anaheim;
	color:#ffffff;
	font-size:20px;
	padding:10px;
	border:none;
	border-radius:15px;
}

#boton1:hover{
	background:#47b549;
}

#boton2{
	background:#47b549;
	font-family:Anaheim;
	color:#ffffff;
	font-size:20px;
	padding:10px;
	border:none;
	border-radius:15px;
}

#boton2:hover{
	background:#0082c9;
}