.header {
    background: url(../img/inicio/fondoheader.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
}

.header .navbar {
    background-color: transparent !important;
}

.header2 {
    background: url(../img/contacto/fondo-contacto.png) no-repeat center !important;
    background-size: cover !important;
    min-height: 100vh !important;
}

.header2 .navbar {
    background-color: transparent !important;
}

.itemNav{
    font-weight: bold !important;
    color:rgb(0, 0, 0) !important;
    padding-right: 40px;
}

.topbar{
    background-color: #000;
    margin-bottom: 30px;
    padding: 12px 0 0px;
}

.colorVerde{
    color: green;
}

.colorTextoFooter{
    color: white !important;
    text-decoration: white;
}

.colorRojo{
    color: red;
}

.informacion{
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.link {
    color: #fff;
	text-decoration: none;
}

.link2 {
    color: #fff;
	text-decoration: none;
}
/* show underline on hover */
.link:hover {
	text-decoration: none;
    color: red;
	text-decoration-color: red;
	-webkit-text-decoration-color: red;
}

.link2:hover {
	text-decoration: none;
    color: green;
	text-decoration-color: red;
	-webkit-text-decoration-color: red;
}

.center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.centerp {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 20px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.colorPlace{
    font-weight: bold;
    opacity: 1;
    color: #31624c !important;
}

.colorPlace::placeholder {
    font-weight: bold;
    opacity: .7;
    color: #31624c;
}


.colorPlace:-webkit-autofill {
    font-weight: bold;
    opacity: 1;
    color: #31624c !important;
}


.headerp {
    background: url(../img/productosDetalle/Soluble-Ahuacatl/fondo-1.jpg) no-repeat center !important;
    background-size: cover !important;
    min-height: 100vh !important;
}
.headerp .navbar {
    background-color: transparent !important;
}

html {
    scroll-behavior: smooth;
}


/**/
.bd-example-modal-lg .modal-dialog{
    display: table;
    position: relative;
}

.bd-example-modal-lg .modal-dialog .modal-content{
    background-color: transparent !important;
    border: none !important;;
}



