/*
html, body{
  	height:100%;
  	margin: 0;
  	display: flex;
  	flex-direction: column;
}
*/
.contenido-paginas{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 35px;
}
.contenedor-principal{
	width: 98%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
}
.cont-contenido{
	width: 95%;
	height: auto;
	margin: 20px auto;
	padding-top: 15px;
}
.separador-top{
	width: 100%;
	height: 10px;
	background-color: #dfdfdf;
}
.div-top{
	width: 100%;
	height: auto;
	background-color: #9a3e29;
}
.redes-idiomas{
	text-align: right;
}
.redes-sociales{
	width: 22px;
	height: auto;
}
.banderas{
	width: 40px;
	height: auto;
	padding: 5px 0px;
}
.menu-principal{
	width: 100%;
	height: auto;
}
.menu_bar {
	display:none;
	float: right;
	font-size: 26px;
	padding: 10px 0px 10px 10px;
}
.btn-menu{
	color: #313131;
}
header nav div ul {
	overflow:hidden;
	list-style:none;
	float: right;
}
 
header nav div ul li {
	display: inline-block;
}
 
header nav div ul li a {
	color:#313131;
	padding: 20px 0px 20px 20px;
	display:block;
	text-decoration:none;
}
header nav div ul li a:hover {
	color: #9a3e29;
	text-decoration: underline;
}
.menu-activo{
	color: #9a3e29;
	text-decoration: underline;
}


.footer-derechos{
	overflow: hidden;
    background-color: rgba(0,0,0,.2);
    background: #3b3838;
    color: rgba(255,255,255,.6);
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;

}

.seccion-footer{
	margin-top: 0px;
	margin-bottom: 30px;

}

.cont-logo-app{
	width: 100%;
	height: auto;
	display: inline-block;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}

.btn-floating i {
    font-size: 20px;
    line-height: 47px;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.btn-facebook-f {
    background-color: #3b5998!important;
    color: #fff;
}

.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.btn-twitter {
    background-color: #55acee!important;
    color: #fff;
   }

   .btn-google-plus {
    background-color: #dd4b39!important;
    color: #fff;
}

.btn-instagram{
    background-color: #ee6198;
    color: #fff;
}

@media screen and (max-width:768px ) {

	.menu_bar {
		display: block;
		padding: 7px 0px 10px 10px;
	}
	header nav div ul {
		width: 100%;
		left: -100%;
		margin:0;
		position: fixed;
		z-index: 50;
		background-color: #313131;
		padding: 10px 0px 10px 10px;
	}
	header nav div ul li {
		display: block;
	}
	header nav div ul li a {
		color: #ededed;
		padding: 10px 0px 10px 0px;
	}
	.menu-activo{
		color: #FFFFFF;
	}

	.logotipo-1{
		width: 180px;
		height: auto;
	}
}

@media screen and (max-width:768px ) {

	.cont-contenido{
		width: 100%;
	}
}

/* ------ Home ------ */
.cont-img-home{
	width: 60%;
	height: auto;
	text-align: center;
	display: inline-block;
}
.cont-img-home img{
	width: 85%;
	height: auto;
	-webkit-box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	-moz-box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	border-radius: 4px;
}
.cont-logo-home{
	width: 39%;
	height: auto;
	display: inline-block;
}
.cont-logo-home img{
	width: 95%;
	height: auto;
}

@media screen and (max-width:1024px ) {

	.cont-img-home img{
		width: 95%;
	}

}

@media screen and (max-width:768px ) {

	.cont-img-home{
		width: 100%;
	}
	.cont-img-home img{
		width: 98%;
	}
	.cont-logo-home{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

/* ------ Nosotros ------ */
.cont-txt-nosotros, .cont-txt-hacemos{
	width: 24%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
.cont-txt-nosotros h4, 
.cont-txt-hacemos h4{
	color: #9a3e29;
}
hr {
  height: 1px;
  background-color: #989898;
}
.cont-txt-nosotros p, 
.cont-txt-hacemos p{
	text-align: justify;
}
.cont-img-nosotros{
	width: 50%;
	height: auto;
	text-align: center;
	display: inline-block;
}
.cont-img-nosotros img{
	width: 95%;
	height: auto;
	-webkit-box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	-moz-box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	border-radius: 4px;
}
@media screen and (max-width:768px ) {

	.cont-txt-nosotros, 
	.cont-txt-hacemos,
	.cont-img-nosotros{
		width: 100%;
		margin-bottom: 10px;
	}
	.cont-img-nosotros img{
		width: 100%;
		margin: 20px 0px;
	}
}

/* ------ Productos ------ */
.cont-contenido-productos{
	width: 90%;
	height: auto;
	margin: 20px auto;
}
.cont-oferta-productos{
	width: 29%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.cont-oferta-productos ul a{
	text-decoration: none;
	color: #393939;
}
.presentacion-img{
	width: 70%;
	height: auto;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.cont-slide{
	width: 80%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
section{
	height: auto;
	float: left;
}
.titulo-movil{
	float: right;
	font-size: 18px;
	font-weight: bold;
}
section img{
	width: 100%;
}
section h5{
	color: #9a3e29;
}
.slider{
	display: table;
	position: relative;
	transition: all 1s;
	left: 0;
}

.btn-prev, .btn-next{
	 width: 40px;
	  height: 40px;
	  background: #E2E2E2;
	  color: #FFFFFF;
	  position: absolute;
	  top: 40%;
	  transform: translateY(-50%);
	  line-height: 40px;
	  font-size: 30px;
	  text-align: center;
	  border-radius: 50%;
	  font-family: monospace;
	  cursor: pointer;
}
.btn-prev {
  left: 50px;
}

.btn-next {
  right: 50px;
}

.cont-oferta-productos ul{
	overflow:hidden;
	list-style:none;
	padding: 0;
	width: 100%;
}
.cont-oferta-productos ul li:hover{
	background-color: #B44A32;
	color: #EFEFEF;
}
.cont-oferta-productos ul li{
	padding: 6px 0px 6px 4px;
}
.cont-oferta-productos h4{
	color: #9a3e29;
}
.producto-seleccionado{
	background-color: #9a3e29;
	color: #EFEFEF;
}
@media screen and (max-width:1024px ) {

	.cont-oferta-productos{
		width: 34%;;
		vertical-align: top;
	}
	.presentacion-img{
		width: 65%;
	}
	.cont-contenido-productos{
		width: 90%;
	}
	
}
@media screen and (max-width:768px ) {

	.cont-oferta-productos{
		width: 100%;
	}
	.cont-oferta-productos ul{
		display: none;
	}
	.presentacion-img{
		width: 100%;
	}
	.cont-contenido-productos{
		width: 99%;
	}
	.cont-slide{
		width: 100%;	
	}
	.btn-prev {
		left: 5px;
	}
	.btn-next {
		right: 5px;
	}
}

/* ------ Servicios ------ */
.cont-contenido-servicios{
	width: 65%;
	height: auto;
	margin: 20px auto;
}
.cont-contenido-servicios h4{
	color: #9a3e29;
}
.cont-servicio{
	width: 32.5%;
	height: auto;
	text-align: center;
	display: inline-block;
}
.cont-servicio img{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.cont-servicio p{
	text-align: justify;
	vertical-align: middle;
}
.cont-txt-servicio{
	width: 70%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.borde-superior{
	width: 97.5%;
	border-top: 1px solid #989898;
}
.borde-inferior{
	width: 97.5%;
	border-bottom: 1px solid #989898;
}
@media screen and (max-width:1024px ) {

	.cont-contenido-servicios{
		width: 80%;
	}
}
@media screen and (max-width:768px ) {

	.cont-contenido-servicios{
		width: 90%;
	}
	.borde-superior, .borde-inferior{
		width: 100%;
	}
	.cont-servicio{
		width: 100%;
	}
	.cont-servicio p{
		text-align: left;
	}
	.cont-txt-servicio{
		width: 100%;
		margin: 20px 0px;
	}

}
/* ------ Contacto ------ */
.cont-contenido-contacto{
	width: 85%;
	height: auto;
	margin: 20px auto;
}
.cont-title-contacto{
	width: 100%;
	height: auto;
}
.cont-title-contacto h4{
	color: #9a3e29;
}
.cont-img-contacto{
	width: 54%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.cont-form-contacto{
	width: 45%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.cont-img-contacto img{
	width: 99%;
	height: auto;
	-webkit-box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	-moz-box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	box-shadow: -2px 3px 15px 0px rgba(66,66,66,1);
	border-radius: 4px;
}
.cont-datos-contacto, .cont-formulario{
	width: 99%;
	height: auto;
	margin: 0 auto;
}
.cont-formulario{
	background-color: #EFEFEF;
	border-radius: 4px;
	padding-top: 5px;
	font-size: 10px;
}
.cont-datos-contacto p{
	color: #9a3e29;
	font-weight: bold;
	font-size: 12px;
}
.cont-datos-contacto ul{
	overflow:hidden;
	list-style:none;
	margin: 0px 0px 8px 0px;
	padding: 0;
}
.cont-datos-contacto ul li{
	display: inline-block;
	margin-right: 10px;
}
.btn-send-mensaje{
	background-color: #9a3e29;
	color: #FFFFFF;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}
@media screen and (max-width:1024px ) {

	

}
@media screen and (max-width:768px ) {

	.cont-contenido-contacto{
		width: 96%;
	}
	.cont-img-contacto, .cont-form-contacto{
		width: 100%;
	}
	.cont-form-contacto{
		margin-top: 30px;
		margin-bottom: 20px;
	}

}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}






h5{
    font-size: 2.5em;
    font-weight: normal;
}

/* title styles */
.home-title span{
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}

.home-title span::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: white;
    animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(-101%);
}

.home-title span::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-color);
    animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
    transform: translateX(0);
}

.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after{
    animation-delay: 1s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after{
    animation-delay: 1.5s;
}

@keyframes a-ltr-after{
    0% {transform: translateX(-100%)}
    100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
    0% {transform: translateX(0)}
    100% {transform: translateX(200%)}
}


.imagen:hover{
border-radius:50%;
-webkit-border-radius:50%;
box-shadow: 0px 0px 15px 15px #ec731e;
-webkit-box-shadow: 0px 0px 15px 15px #ec731e;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}












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

@media (max-width: 768px)
{

	.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	    position: static !important;
	    float: none !important;
	    width: auto !important;
	    margin-top: 0 !important;
	    background-color: transparent !important;
	    border: 0 !important;
	    -webkit-box-shadow: none !important;
	    box-shadow: none !important;
	    margin-right: 0px !important;
	}

	
}


@media (max-width: 991px)
{
	.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
	    position: absolute;
	    right: 5%;
	    left: auto;
	    border: 1px solid #ddd;
	    background: #e7b63e !important;
	    margin-top: calc(50px - 100vh) !important;
	    margin-right: 0px;
	}

}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    background: #e7b63e;
    left: auto;
}




.navbar-nav>.user-menu>.dropdown-menu {
    width: 300px !important;
}



.navbar-nav>.user-menu .user-image {
   margin-right: 0px !important; 
}


.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center !important;
}


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #742f1f !important; 
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #742f1f !important; 
}



.dropdown-menu {
     border: 0px solid rgba(0,0,0,.15) !important; 
}




