@charset "utf-8";

@font-face {
    font-family: 'stellarbold';
    src: url('stellar-bold-webfont.woff2') format('woff2'),
         url('stellar-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarlight';
    src: url('stellar-light-webfont.woff2') format('woff2'),
         url('stellar-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarmedium';
    src: url('stellar-medium-webfont.woff2') format('woff2'),
         url('stellar-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'stellarregular';
    src: url('stellar-regular-webfont.woff2') format('woff2'),
         url('stellar-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




body {
    background-color: white;
    margin: auto;
    width: 100%;
}






header {
    color: white;
    font-size: 9pt;
    font-family: 'stellarregular';
}

header h4 {
    color: white;
    font-size: 9pt;
    font-family: 'stellarregular';
    background-color: rgb(241, 111, 141);
}


header nav ul li {
    list-style: none;
    color: #f16f8d; 
    display: inline;
    text-align: left;
    font-size: 18pt;
    font-family: 'stellarbold';
}

header nav ul li a {
    text-decoration: none;
}



.reglonespecial {
    color: #00adc8;
    font-size: 18pt;
    font-family: 'stellarregular';
    text-decoration: underline;
}


#logo {
    width: 95%;
    }

#logo img {
    width: 95%;
    }






article nav ul {
   display: flex;
   list-style: none;
   justify-content: space-between;    
} 



#prod1 {
    width: 95%;
    }

#prod1 img {
    width: 95%;
    }



#prod2 {
    width: 95%;
    }

#prod2 img {
    width: 95%;
    }




aside nav ul {
   display: flex;
   list-style: none;
   justify-content: space-between; 
   margin-right: 50px;
   margin-left: 0px;
}


aside nav ul li {
    color: #00adc8;
    font-size: 20pt;
    font-family: 'stellarregular';
}
    

aside nav ul li a {
    text-decoration: none;
}
    





#clear {
    clear: both;
}
.linea {
    border-bottom: rgb(0, 172, 199) solid 3px;
    width: auto;   
}

.linea2 {
    border-bottom: #f16f8d solid 3px;
    width: auto;   

}



    



#buscador {
    width: 100%;
    
}

#buscador img {
    margin-top: 100px;
    width: 95%;
    
}





.magenta {
    display: list-item;
    text-decoration-style: 0;
    background-color: #f16f8d;
    text-decoration: none;
    color: white;
    padding: 1em;
    text-align: left;
    font-size: 18pt;
    font-family: 'stellarbold';
    }

.cyan {
    list-style: none;
    background-color: rgb(0, 173, 200);
    text-decoration: none;
    color: white;
    padding: 1em;
    text-align: left;
    font-size: 18pt;
    font-family: 'stellarbold';
    }


    
.pie {
    margin-top: 100px;
    font-size: 6pt;
    color: #00adc8;
    text-align: center; 
    font-family: 'stellarregular';
    }