/**
**	CSS PARA NAVBAR TOP
**
*/


.my-navbar
{
	height: 85px;
	max-height: 85px;
	
	background-color: white;
	margin-bottom: 3px;
	padding: 0;
	
}
.my-navbar .navbar-brand .logo{
	height: 75px;
	width: 220px;
	max-height: 75px;
	max-width: 220px;
	padding: 0;
	
	
}


.my-navbar .collapse
{
	top:0;
	background-color: white;
	width: 100%;
	
	
}
.my-navbar .collapse .nav-item
{
	width: auto;

	

}



.my-navbar .navbar-nav .nav-item .nav-link
{
	color: black;
	font-family: sans-serif;
	
}
.my-navbar .navbar-nav .nav-item .nav-link:hover{
	text-decoration:underline solid #D50000;
}


		/****************************************************
	************	CSS PARA BODY

		*******************************************************/

		

/*************************************
**************************
*******  CSS BIG SLIDER

********************************/



#bigSlider{
	position:center;
}
#bigSlider .carousel-inner .carousel-item a{
	position: center;
}
#bigSlider .carousel-inner .carousel-item a img{
	width: 100%;
	max-width: 100%;
	height: 90vh;
	max-height: 90vh;
	position:center;
}

#bigSlider .carousel-inner .carousel-item .carousel-caption{
	width: 100%;
	
	left:0;
	bottom:0;
	background-color: rgba(0,0,0,0.5);
	 align-items: end;
}
#bigSlider .carousel-inner .carousel-item .carousel-caption h3{
	text-shadow: 0 0 3px white;
	/*-webkit-text-stroke: 2.2px black;*/
	color: white;
	font-size: 36px;
	font-weight: bold;
	
} 
#bigSlider .carousel-inner .carousel-item .carousel-caption p{
	
	font-weight: bold;
	/*-webkit-text-stroke: 0.8px black;*/
	font-size: 20px;
	color: white;
} 







/*******************************************
	CSS PARA SIDEBAR MENU ADMIN
***************/
.sidebar {
	
	min-width: 150px;
	height: 100vh;
	background-color: white;
	color:black;
	padding-top: 18px;
	
}

.sidebar .nav{
	border:none;
	
}

.sidebar .nav-link{
color: black;
font-size: 18px;

}
.sidebar .nav-link:hover{
	background-color: #2962FF;
	border-bottom-width: 2px;
	border-bottom-color: #D50000;
	color:white;
}

/*******************************
************* SEPARADOR********
*********************************************/

.separador{
	height: 50px;
	background-color: rgba(238,238,238 ,1);
}


/***************************
****** CSS PARA NOSOTROS  y SERVICIOS SECCION
************************************* 
*/
#nosotrosSection{
	background-color: rgba(213,0,0 ,0.93);

	padding-bottom: 5px;
	
	
}

.nosotrosSection .row .cartel{
	color:white;
	text-shadow: 1px 2px black;
	
	display: block;
	text-align: justify;
	text-justify: inter-word;

	
}
.nosotrosSection .row #historiatitulo{
	background-color: rgba(19, 19, 211, 0.877);
}
.nosotrosSection .row #historiatitulo h3{
	
	font-size: 50px;
	text-shadow: 1px 3px black;
}

.nosotrosSection .row #historia{
	
	background-image: url(./images/historia1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.63);
}

.nosotrosSection .row .cartel2 pre{
	background-color: rgba(0, 0, 0, 0.67);

	color:white;
	
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: justify;
	text-justify: inter-word;
	-webkit-text-stroke: 0.2px black;
	white-space: pre-line;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 20px;
}


.serviciosSection{
	background-color: rgba(238,238,238 ,1);
	padding-bottom: 50px;
	overflow-x: auto;
	position: center;
	
}
.serviciosSection h2{
	text-align: center;
	text-shadow: 1px 1px black;
	align-content: center;
}
.serviciosSection .serviciosContenido .row .card{
	padding: 0px;
}
.serviciosSection .serviciosContenido .card .card-block .fas{
	color: black;
	
}



/*******************************************

	CSS CARRUSEL MARCAS DESTACADAS

****************/
.carruselMarcas{
	width: 100%;
	display: block;
}
.carruselMarcas .item{
	
	vertical-align: middle;

	
	
}
.carruselMarcas .item img{
	
	height: 80px;
	width: auto;
	max-width:120px;
	

}




/************************************
**************************************************

 ********** CSS PARA ENCUENTRANOS

 *************************************************
 *************************************/

.encuentranos h3{
	/*text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 35px;
	color:red;
	letter-spacing: 4px;
	text-shadow: 1px 0 4px black;
	-webkit-text-stroke: 1px black;*/
	
	text-align: center;
	padding-bottom: 30px;

	-webkit-text-stroke: 1.6px rgb(255, 255, 255);
	color: black;
	font-size: 36px;
	font-weight: 900;

}

.encuentranos .container-fluid .row .datosempresa .dato{
	padding-top: 30px;
	padding-left: 100px;
	font-size: 18px;
	
}
.encuentranos .container-fluid .row .imagenempresa img{
	height: 400px;
	max-height: 500px;
	width: 90%;
}

.encuentranos .container-fluid .row .mapa{
	position: relative;
	padding-top: 50px;
	padding-bottom: 450px;
	height: 0;
	overflow: hidden;
	
}
.encuentranos .container-fluid .row .mapa .iframe{
	position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}




/****************************************************************
*****************************************************************
*******             
******                  CSS PARA NOTICIAS

***************************************************************
******************************************************************/
.noticiaContainer .row .jumbotron div{
	overflow: initial;
	word-wrap: break-word;
	max-width: 700px;
	
}
.noticiaContainer .row .jumbotron div .textoNoticia{
	overflow: initial;
	word-wrap: break-word;
	font-size: 20px;
	
}

#carruselNoticias .list-inline {
	white-space:nowrap;
    overflow-x:auto;
	
}

#carruselNoticias .carousel-inner {
	
	min-height:650px;
	max-height:650px;
	
}
#carruselNoticias .carousel-inner .item{
	position:center;
	margin-left: auto;
	margin-right: auto;
}

#carruselNoticias .carousel-inner >.item img {
	
	width:100%;
	min-height:600px;
	
	max-height: 600px;
	border-radius: 30px;
	border-style: groove;
}

#carruselNoticias .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
	margin-left: auto;
	margin-right:auto;
	
	
}

#carruselNoticias .carousel-indicators > li {
    width: initial;
    height: initial;
	text-indent: initial;
	overflow:hidden;
}

#carruselNoticias .carousel-indicators > li img {
	min-height:100px;
	max-height:100px;
	min-width: 200px;
	max-width: 200px;
	border-radius:10px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

#carruselNoticias .carousel-indicators > li.active img {
	opacity: 0.65;
	
}




/*************************************************************
*********************************************************************

		CSS PARA CATALOGO

***********************************************************************
***********************************************************************/
.catalogo .row .categoria{
	margin-bottom: 80px;
	height: 200px;
	max-height: 200px;
	position: relative;
}
.catalogo .row .categoria .cosas img{
	height: 250px;
	max-height: 250px;
	width: 100%;
	position: relative;
	left: 0;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.21);

	-webkit-transform: scale(1);
	transform:scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.catalogo .row .categoria .cosas:hover img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.catalogo .row .categoria h3{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	font-family: sans-serif;
	font-weight: 800;
	color:white;
	text-shadow: 0 0 3px black;
	-webkit-text-stroke: 1px black;
	letter-spacing: 5px;
	
}



/*******************************************
***************
			CSS PARA LISTA PRODUCTOS
								**************************
************************************************************/

.listaproductos .flex-wrap .card img
{
	height: 1800px;
	max-height: 180px;
	
	
	-webkit-transform: scale(1);
	transform:scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.listaproductos .flex-wrap .card:hover{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3), 0 3px 10px 0 rgba(0, 0, 0, 0.21);
	position: static;
	filter: grayscale(40%);
}







/************************************************** 

**********  CSS PARA PRODUCTO
********************************************************
**************************/

#containerProducto{
	background-color:#F5F5F5;
}

#myCarousel .list-inline {
	white-space:nowrap;
    overflow-x:auto;
	
}

#myCarousel .carousel-inner {
	
	min-height:550px;
	max-height:550px;
}

#myCarousel .carousel-inner >.item img {
	
	width:100%;
	min-height:100%;
	max-height: 500px;
	
	border-radius: 30px;
	 
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
	margin-left: auto;
	margin-right:auto;
	overflow-x: scroll;
	
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
	text-indent: initial;
	left: 30px;
	
	
}

#myCarousel .carousel-indicators > li  img {
	min-height:65px;
	max-height:65px;
	min-width: 110px;
	max-width: 110px;
	border-radius:10px;
	position: relative;

	
}

#myCarousel .carousel-indicators > li.active img {
	opacity: 0.65;
	
}

#infoProducto hr{
	height:1px;
	border:2px;
	
	border-color: #757575;
}

#infoProducto pre{
	white-space: pre-line;
	font-family: sans-serif;
   
}

#videoyoutube{
	border-radius: 20px;
}





/**********************************************************
*********************************************
****  CSS PARA FOOTER

*************************************************/
.page-footer
{

	background-color: #D50000;
	position: relative;
	/*margin-top: 50px;*/
	bottom: 0;
	padding-top: 35px; 
	
	
}
.page-footer a:hover
{
	color:white;
}
.page-footer .facebook-texto
{
	font-size: 19px;
	color:white;
}
.page-footer .fab
{
	color:#E3F2FD;
}

.page-footer .footer-copyright a
{
	font-size: 13px;
	color:white;

}

