/* CSS Document */
/*
#00887d verde 
#10109a azul
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');


.login {
    margin: 20px;
    border: solid 1px rgb(195 195 195);
    border-radius: 2px 2px 20px 2px;
    padding: 20px;
    background-color: rgb(246 244 244);
}

.rojo{
	color:red;
}

body{
	font-family: 'Montserrat', sans-serif;
}

.header{
	
}
.verde{
	color:#00887d;
}
.azul{
	color:#10109a;
}
.white{
	color:#ffffff;
}
.logo{
	max-width: 150px;
	padding: 10px
}

.logo-footer{
	max-width: 80%;
}
.social{
	color: gray;
	font-style: italic;
}
.social a{
	font-size: 30px;
	color:gray;
}

.social a:hover{
	color:#00887d;
	text-decoration: none;

}
.footer{
	background-color: #063A0F;
	color:#ffffff;
}

.menu{
	background-color: #ffffff;
	color:#00887d;
	box-shadow:  0 .5rem .5rem rgba(0,0,0,.15)!important;
}

.navbar-dark .navbar-nav .nav-link {
	color: #00887d;	
	font-size: 15px;
	text-transform: uppercase;
	border-bottom: solid 2px #ffffff;
	font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #10109a;
	border-bottom: solid 2px #10109a;
}

.carousel-item img{
	width: 100%;

}
.titulo-slider-inicio h2{
	color:#00887d;
}
.titulo-slider-inicio{
	background-color:rgba(255,255,255,.3);
	margin-bottom: 20px; 
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.prod-imagen{
	max-width: 100%;
	width: 250px;
}

.sidemenu-separador{
	margin: 0px;
}

.quienes{
	background-image: url("../imagenes/pvs-bkg.png");
	background-repeat: no-repeat;
	background-size: contain;
	
}

.bodegas{
	max-width: 100%;
	margin: 0 ;
}

.nopm{
	padding: 0;
	margin: 0;
}
.productos{
	background-image: url("../imagenes/productos-bg.png");
	background-repeat: no-repeat;
	background-size: contain;

}

.subtitulo{
	margin: 0px 0px 0px 0rem;
    border-top: 2px solid #10109a;
}
.subrojo{
	margin: 0px 0px 0px 0rem;
    border-top: 1px solid #ff0000;
}
.social-foot{
	font-size: 1.25rem;
}

.footer a{
	color: #ffffff;
}

.footer a:hover{
	color: #00887d;
}
.productos{
	padding: 15px 15px 0px 15px ;
}

.sidesubmenu{
	background-color: #ffffff;

}
.bg-bodega{
	background-image: url("../imagenes/bodega-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-porcicultura{
	background-image: url("../imagenes/porcino-bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.bg-aviporci{
	background-image: url("../imagenes/aviporci-bg.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -30px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -35px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(3,6); color: #10109a;}