@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&family=Roboto:wght@300;700&display=swap');

.cettuColor, a.cettuColor, a.cettuColor:visited, h1, h2, h3, h4, h5, h6, i {
  color: rgb(6, 41, 35)!important;
  text-decoration: none;
}

.cettuBack {
  background-color: rgb(6, 41, 35);
  color: rgb(226, 240, 237);
  padding: 5px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 30px;
  border-radius: 5px;
}

.destacado {
  background-color: rgb(245, 245, 245);
  padding: 15px;
  border-radius: 10px;
  outline-offset: -10px;
  border: thin solid rgba(209,209,209,1.00);
}

.cettuBackBadge {
  background-color: rgb(6, 41, 35);
  color: rgb(226, 240, 237);
  padding: 1px 5px;
  position: relative;
  top: -3px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 10px;
  border-radius: 5px;
}

.cettuBoton {
  color: rgb(255, 255, 255)!important;
  background-color: rgb(10, 78, 67);
}

.cettuBoton:hover {
  color: rgb(175, 216, 209);
}

.cettuBoton .padd {
  padding: 5px;
}

strong {
  font-weight: 600;
}

.mediostrong {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}

.form-control:focus, .form-control:valid {
  background-color: #fff;
  border-color: #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.has-error .form-control:focus {
  background-color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header {
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: rgb(6, 41, 35);
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}

.headerIMG {
  min-width: 75px;
  width: 10vw;
}

.header h1 {
  padding-top: 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 5vw;
  color: rgb(240, 240, 240);
  font-weight: 600;
  text-align: center;
}

.navbar-brand {
  color: rgb(33, 156, 136);
}

.navbar-brand:hover {
  color: rgb(6, 41, 35);
}

.nav-link {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: rgb(6, 41, 35);
}

.nav-link:visited {
  color: rgb(33, 156, 136);
}

.nav-link:hover {
  color: rgb(14, 87, 75);
  text-decoration: underline;
}

.activo {
  color: rgb(255, 255, 255)!important;
  background-color: rgb(10,78,67)!important;
  border-radius: 2px;
  padding: 2px;
}

.activo:hover {
  color: rgb(255, 255, 255)!important;
}

.dropdown-item {
  color: rgb(6, 41, 35)!important;
}
a.bannerTits {
  background-color: rgb(17, 123, 107)!important;
  color: rgb(220, 235, 233)!important;
}

a.bannerTits:hover  {
  color: rgb(220, 235, 233)!important;
}

a:link, a:visited, a.card-link a.nav-link, .nav-link:visited, .nav-link {
  color: rgb(33, 156, 136);
} 

a:hover{
  color: rgb(6, 41, 35)!important;
}

a.page-link {
  color: rgb(16, 70, 61)!important;
  background-color: #fff!important;
}

a.page-link:hover {
  color: rgb(33, 156, 136)!important;
  background-color: rgb(231, 245, 242)!important;
}

a.active {
  color: rgb(220, 235, 233)!important;
  background-color: rgb(24, 116, 100)!important;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgb(6, 41, 35);
  font-weight: 300;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: rgb(6, 41, 35);
  font-weight: 300;
}

h1.tituloMain {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: black;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  font-size: 20px;
  text-align: center;
}

.menu {
  font-size: 1.3vw;
}

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 0px solid rgb(33, 156, 136);
  border-left-width: 5px;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  background-color: rgb(240, 240, 240);
}

.pie {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  background-color: rgb(250, 250, 250);
  color: rgb(6, 41, 35);
}

.pie a:link, a:visited {
  display: block;
  font-size: 12px;
  color: rgb(6, 41, 35);
}

.pie a:hover {
  color: rgb(33, 156, 136);
}

.form-control-sm {
  font-size: 12px !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(214, 214, 214);
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(214, 214, 214);
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(214, 214, 214);
}

.productoHome {
  padding: 5px;
  margin: 5px;
  max-width: 310px;
  max-height: 310px;
  border: thin solid rgb(250, 250, 250);
  border-radius: 6px;
}
.productoHome img {
  max-width: 300px;
  max-height: 300px;
  object-fit: cover;
  overflow: hidden;
}
.productoHome:hover {
  border: thin solid rgba(209,209,209,1.00);
  border-radius: 6px;
}
.producto {
  padding: 5px;
  margin: 5px;
  max-width: 210px;
  max-height: 210px;
  border: thin solid rgb(250, 250, 250);
  border-radius: 6px;
}
.producto img {
  max-width: 200px;
  max-height: 200px;
  object-fit: cover;
  overflow: hidden;
}

.producto:hover {
  border: thin solid rgba(209,209,209,1.00);
  border-radius: 6px;
}
.producto h2 {
  font-size: 18px;
  font-weight: 700;
  padding: 2px 0;
  margin: 2px 0;
}

.nameArt {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
  color: rgb(6, 41, 35);
  font-size: 25px;
  padding: 0px;
  margin: 0px ;
}

.asolo {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: rgb(10, 78, 67);
  font-size: 14px;
  margin-top: -20px;
}

.asoloB {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: rgb(10, 78, 67);
  font-size: 14px;
}

.asoloDetalle {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: rgb(6, 41, 35);
  font-size: 25px;
  font-weight: 700;
}

.superscript {
  font-size: .83em;
  line-height: 0.5em;
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

/* Quita coloración azul en autofill de chrome ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgb(246, 250, 246) inset !important;
    box-shadow: 0 0 0 30px rgb(246, 250, 246) inset !important;
}

.faq-pregunta {
  font-weight: 600;
  font-size: 14px;
  margin-bottom:5px;
}

.faq-respuesta {
  font-weight: 100;
  font-size: 18px;
}

/* PARA MOVILES */
@media all and (max-width:768px) {
  .calculator tr {    display: table;  width:100%;    }               
  .calculator td {    display: table-row; }    
  .menu {
    font-size: 2.5vw;
  }
         
}