body{ background-image: url("../imgs/fondoBody.jpg") ; /*D2B48C */ background-repeat: repeat; background-position: center center; background-attachment: fixed; background-size: cover; justify-content: space-between; font-family: 'Nanum Gothic Coding', monospace; color: white; margin: 0; padding:0; } .bodyL{ background-image: url("../imgs/fondoBodyFree.jpg") ; /*D2B48C */ background-repeat: repeat; background-position: center center; background-attachment: fixed; background-size: cover; justify-content: space-between; color: white; margin: 0; padding:0; } #footer2{ color: white; background: #FFF3CD ! important; } ._footer{ background-image: url("../imgs/footer.jpg") ; background-position: center center; color: white; display: flex; padding: 5px; align-items: center; justify-content: space-between; background-size: cover; } ._header{ background-image: url("../imgs/fondoHeader.jpg") ; background-position: center center; color: black; display: flex; padding: 5px; align-items: center; justify-content: space-between; background-size: cover; position: relative; /******/ width: 100%; height: 200px; } ._header_menu{ /* background-image: url("../imgs/header.jpg"); */ background-position: center center; color: white; display: flex; padding: 5px; align-items: center; justify-content: space-between; background-size: cover; } h1, h2, h3, h4, h5, h6 { font-family: 'Nanum Gothic Coding', monospace; letter-spacing: normal; margin-top: 8px; margin-bottom: 8px; } h1{ line-height: 100%; font-size: 30px; font-weight: 500; letter-spacing: normal; /* text-transform: uppercase; text-decoration: underline; */ } h2{ line-height: 100%; font-size: 20px; font-weight: normal; text-transform: uppercase; } h4{ letter-spacing: normal; font-size: 10px; font-style: normal; } h5{ letter-spacing: normal; font-size: 10px; font-style: italic; } .form-access{ border: 1px solid orange; border-radius: 5px; background-image: url("../imgs/log-in.jpeg") ; background-size: cover; background-repeat: repeat; background-position-x: center; background-position-y: center; margin: auto; width: 90%; color: black; } ol, ul{ margin:0; padding:0; list-style: none; } figure{ margin:0; } .form{ border: 1px solid gray; border-radius: 10px; /*border-top-left-radius: 50px;*/ background-image: url("../imgs/fondoNaranja.jpg") ; background-size: cover; background-repeat: no-repeat; background-position-x: center; background-position-y: center; margin: auto; width: 80%; color: black; background-size: cover; } .form label{ color: black; } #button { padding: 0; } #button li { display: inline; float: right; } #button li a { font-size: 11px; text-decoration: none; float: left; padding: 8px; background-color: #ff5733; color: #fff; } #button li a:hover { background-color: #ff573F; margin-top: -1; padding-bottom: 10px; } .menu{ margin:auto; padding: 5px; position: absolute; left: 50%; transform: translatex(-50%); display:inline-block; } ._footer select{ display: flex; padding: 5px; align-items: center; justify-content: space-between; } ._footer img{ vertical-align: middle; } ._footer p{ font-size: 10px; } .principal{ padding: 10px; } .flexbox{ display: flex; flex-wrap: wrap; /*nowrap*/ justify-content: space-around; /*espaciado entre cajas*/ border: 0px solid black; } .box-yellow{ width:90px; height:90px; border: 0px solid black; flex-shrink: 0-1; margin: 5px; padding: 0px; text-align: center; } .box-yellow a{ font-size: 14px; color: black; display: flex; text-decoration:none; padding:5px; justify-content: center; } .box-orange{ width:90px; height:90px; border: 0px solid black; flex-shrink: 0-1; margin: 5px; padding: 0px; text-align: center; } .box-orange a{ font-size: 14px; color: yellow; display: flex; text-decoration:none; padding:5px; justify-content: center; } .box-orange a:hover{ color: yellow; } .box-title{ font-size: 16px; color: #F5F5FC ; margin-top:0; margin-bottom:0; text-transform: uppercase; padding-bottom: 5px; } .box-title-released{ font-size: 18px; color: #FFFFFF ; /* background: #FFFFFF; */ margin-top:0; margin-bottom:0; /* text-transform: uppercase; */ padding-bottom: 5px; } #elements{ float:right; font-size: 14px; display: block; } div{ padding:0; } .contact{ background-color: #2175bc; color:white; height: 100px; display: flex; align-items: center; justify-content: space-between; } .social{ } .social-link{ width: 50px; height: 50px; display:inline-block; background-size:50px 50px; margin: 0 10px; /* object-fit: cover; */ } .social-link.oficial{ background-image: url('../imgs/logo.png'); } .social-link.catalogo{ background-image: url('../../imgs/PerfumerIan.jpg'); } .form-catalogos{ display: inline-block; } .form-catalogos{ padding:5px 20px 5px 25px; border-radius: 5px; background-size : 15px 15px; background-repeat: no-repeat; background-position-y: center; background-position-x: 5px; } .form-catalogos email{ background-image : url('../imgs/envelope.svg'); background-size : 15px 15px; } .form-catalogos select{ background-size : 15px 15px; padding:5px 20px 5px 25px; border-radius: 5px; border-style: solid; background-repeat: no-repeat; background-position-y: center; background-position-x: 5px; } .form-catalogos input{ background: white; color: black; /* width:250px;*/ margin: 5 0; margin-top: 5; background-size : 15px 15px; padding:5px 20px 5px 25px; border-radius: 2px; border-style: solid; background-repeat: no-repeat; background-position-y: center; background-position-x: 5px; } .form-catalogos input.email{ background-image : url('../imgs/envelope.svg'); } .form-email button{ width:100px; } .form-catalogos a{ font-size: 12px; color: white; display: flex; text-decoration:none; padding:8px; justify-content: center; } .tabla{ border: 6 solid white; text-align: center; } .vertical-menu { width: 170px; /* Set a width if you like */ padding: 10px; } .vertical-menu a { background-color: #f0f014; /* yellow background color */ color: #205db5; /* blue text color */ display: block; /* Make the links appear below each other */ padding: 10px; /* Add some padding */ text-decoration: none; /* Remove underline from links */ } .vertical-menu a:hover { background-color: #1c8717; /* green background on mouse-over */ color: #f0f014; } .vertical-menu a.active { background-color: #1c8517; /* encabezado */ color: white; } /*Alex Fredy Rivera Sandoval*/ #main-container{ margin: 150px auto; width: 600px; } .listaIngredientes{ background: orange; margin: 1rem; padding: 1rem; text-align: center; color: yellow; font-size: 2rem; }