﻿/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
	font-family: 'Gudea', sans-serif;

}

.block{
	display: inline-block;
}

b, strong {
    font-weight: bold;
}

.bg-gris{
	background-color: #333;
}

body {
    /*padding-top: 50px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	    font-size: 18px;
    line-height: 23px;
    font-weight: 100;
}

.h2, h2 {
    font-size: 19px !important;
}

.h3, h3 {
    font-size: 1.5rem;
    line-height: 2.5;
}

.pc{
	display: inherit;
}

.mobile{
	display: none;
}

.row{
	    width: 100% !important;
    float: left;
}



.btn-primary {
    color: #fff !important;
    background-color: #ff0000 !important;
    border: none !important;
    padding: 8px 20px !important;
    font-size: 18px;
    margin: 5px;
}


.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 2000;
}

a {
	text-decoration: none;
}


.logo{
	margin-top: 10px;
	    width: 20%;
    float: left;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  /*transition: all 0.5s;*/
  background: #0f0f0f;
	border-top: 5px solid #ff0000;
	width: 100%;
	float: left;
	display: block;

}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
	width: 50%;
		float:left;
	margin-left: 10%;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Gudea', sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ff0000;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #8fc04e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #9bc761;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 500;
  text-transform: none;
  color: #353535;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	background-color: #ff0000;
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
	  background-color: #333 !important;
	  color: #fff;
  }
	
	 .navbar .dropdown .dropdown ul li a {
    left: -90%;
		 color: #fff;
  }
	
	.navbar .dropdown .dropdown ul li:hover>a {
		background: #cc0000;
   
	  color: #fff;
  }

	

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
	  padding: 3px 6px;
        border: 1px solid #fff !important;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 28, 28, 0.9);
  transition: 0.3s;
  z-index: 999;
	width: 100% !important;
    margin: 0%;
	
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
    position: absolute;
    top: 55px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 17px;
  color: #333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	background-color: #cc0000;
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #ccc;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	background-color: #333;
  color: #fff;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}















/*.loading {
    background: url('../imagenes/loading.gif') no-repeat center center; Esta parte hará la función de cargador mientras aparece el contenido
}*/
/*section {
    opacity: 0; /El valor inicial de la opacidad del contenedor es 0, por medio de javascript haremos que aparezca al asignarle la clase .loaded_section/
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition: opacity .6s;
}*/
.loaded section {
    opacity: 1;
}



li.dropdown {
    /*display: inline-block;*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    min-width: 250px;
    border-radius: 4px;
}

    .dropdown-content a {
        display: block;
        text-align: center;
		text-decoration: none;
    }


.dropdown-content a:hover {
	background-color: #ff0000;
	color: #000 !important;
	text-decoration: none;
}

.dropdown-content a.active{
	background-color: #ff0000;
	color: #000 !important;
	text-decoration: none;
}


.dropdown:hover .dropdown-content {
    display: block;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle {
  border: 1px solid #fff !important;
}

.dropdown-content {
  width: 100%;
  z-index: 10;
}

.dropdown-content a {
  text-align: left;
  padding: 10px;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle {
  border: 1px solid #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    height: auto;
    overflow: visible;
}


.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}


/* MENU PRODUCTS */

ul.acorh,
ul.acorh * {
margin: 0;
padding: 0;
border: 0;
}
ul.acorh {
margin: 10px auto;
padding: 0;
list-style: none;
width: 100%;
font-size: 18px;
}
ul.acorh li {
list-style: none;
}
ul.acorh li a {
display: block;
padding: 10px 10px 10px 20px;
background: #333;
color: #eee;
border-bottom: 1px solid #000;
border-top: 1px solid #666;
text-decoration: none;
box-sizing: border-box;
}


ul.acorh li a.active {
    background-color: #cc0000;
}


ul.acorh li ul {
max-height: 0;
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
transition: .3s all ease-in;
}
ul.acorh li li a {
padding: 10px 10px 10px 40px;
background: #999;
color: #000;
font-size: 16px;
border: 0;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
}
ul.acorc li li:last-child a {
border-bottom: 0;
}
ul.acorh li:hover ul {
max-height: 300px;
transition: .3s all ease-in;
}
ul.acorh li a:hover {
background: #666;
color: #fff;
}

ul.acorh li:target ul {
max-height: 300px;
transition: .3s all ease-in;
}







/* VIDEO RESPONSIVE */

.container-video {
        /* position: relative; */
    width: 100%;
    /* padding-bottom: 56.25%; */
    float: left;
	min-height: 315px;
}
.video-yt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  /*padding: 0;*/
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}


.embed-responsive-vert::before {
  padding-top: 180%;
}








img{
	max-width:100%;
	height:auto;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}


.img-centrada{
	text-align:center;
	padding:20px 0px;
}


#idioma{
	width: 10%;
	margin-left: 10%;
    height: auto;
    padding: 5px 15px;
    text-align: right;
    margin-top: 15px;
}

#idioma a{
	text-decoration:none;
}
#idioma a:hover{
	text-decoration:none;
	color:#fff;
}

.idioma-selected{
	color:#ff0000;
}

.texto1{
	color:#888;
}

.texto2{
	font-size: 20px;
	line-height:28px;
    color: #337ab7;
	font-weight: 400;
}

.texto3{
    font-size: 17px;
    line-height: 28px;
    color: #efb63e;
    font-weight: bold;

}

.titulo-rojo{
	font-size: 30px;
	line-height:28px;
    color: #cc0000;
	font-weight: 400;
}

.titulo2{
	    font-size: 22px;
    color: #333;
    background-color: #ccc;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 25px;
    float: left;
	text-align: center;
	}
	

.link1{
    color: #ff0000;
	text-decoration:none;
}

.link1:hover{
    color: #ccc;
	text-decoration:none;
}

.link2{
    color: #ff0000;
	text-decoration:none;
}

.link2:hover{
    color: #333;
	text-decoration:none;
}

.destacado{
	background-color:#FFE500;
	padding: 0px 8px;
	font-weight:400;
}

.navbar {
    margin-bottom: 0px;
	border-radius: 0px;
	padding: 10px;
}

.dropdown-content ul {
	list-style-type: none;
	padding-left: 0px;
	
}








#header2{
	background-color:#333;
	  /*  padding-top: 35px;*/
}

#slider-productos{
	padding: 20px 0px;
}

.producto-slider{
    margin: 5px;
	height:auto;
	padding:3%;
	border: 1px solid #ccc;
	text-align:center;
	background-color: #eee;

}

.video-evacuacion{
	text-align: center;
	padding: 2%;
	

	}

#simuladores{
	width: 32%;
    float: left;
    margin: 1.5%;
    border: 1px solid #b5b5b5;
}


.simulador{
	width:16%;
	height:auto;
	margin:1%;
	padding:1%;
	float:left;
	text-align:center;
	background-color:#E7E7E7;
}




#intercron-brasil,
#soluciones{
	    width: 32%;
    margin: 1.5%;
    float: left;
    border: 1px solid #b5b5b5;
}


#form-newsletters{
	
    width: 27%;
    margin: 1.5%;
    float: left;

}


#banners-abajo{
	background-color: #ccc;
    padding: 20px;
    float: left;
    width: 100%;
}


.gris{
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: rgba(0,0,0,0.7);
    text-align: left;
    font-size: 20px;
    padding: 8px;
	overflow:hidden;
	text-align:center;

}

.texto-gris{
	width:100%;
	float:left;
	padding: 10px;
	    text-align: center;
}
.bot-gris{
	 width:30%;
	float:left;
}




.contenido{
	min-height:600px;
	margin-top: 50px;
	padding-bottom:30px;
	width:100%;	
	height:auto;
	float:left;
	overflow:hidden;
}



.titulo-promo{
	background-color: #333;
	color:#94C021;
	font-size:22px;
	padding:2%;
	margin-bottom:8px;
}
	
.texto-promo-home{
	width:48%;
	text-align:left;
	    float: left;
}
    
	.image-promo-home{
		width: 47%;
    float: left;
    margin-right: 3%;

	}



.frase-central{
	max-width: 1150px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    font-size: 25px;
    color: #b3b3b3;
	/*margin-top: 20px;*/
	line-height: 27px;

}

#frase2{

    background:url(../imagenes/microfonos.jpg) no-repeat center center;
	background-color:#222;
    background-attachment: fixed;
    background-size: auto;
    position: relative;
    overflow-x: hidden;
    width: 100%;
	text-align:center;
	color: #fff;
	padding:120px 30px;
	
}


.izq,
.der{
	width:50%;
	height:auto;
	float:left;
	text-align:center;
	padding: 3%;
}


.cliente{
	width: 8%;
    float: left;
    margin: 1%;
}


/* Home Page Carousel */

header.carousel {
    height: 450px;
    max-width: 1150px;
    margin: 0 auto;

}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
        max-width: 100%;
    height: 100%;
    background-position: center;
    background-size: inherit; 
}


.multimedia{
    width: 100%;
    float: left;
}



.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}



/* PRODUCTOS */

#menu-productos{
	width:23%;
	float:left;
	margin-right:3%;
}


#listado-productos{
	width: 74%;
    float: left;
    border: 1px solid #ccc;
    padding: 2%;
    height: auto;
    overflow: hidden;
}

#listado-productos2{
	width: 90%;
    /* float: left; */
    /* border: 1px solid #ccc; */
    /*padding: 2%;*/
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}



.producto{
	width:23%;
	height:auto;
	margin: 1%;
	float:left;
	padding:1%;
	border: 1px solid #ccc;
	text-align:center;
	 min-height: 355px;
	 background-color: #eee;
}


.texto-producto{
	    font-weight: bold;
padding-top: 15px;
    font-size: 18px;
}




.ficha-prod{
	width:100%;
	height:auto;
	background-color:#ececec;
	padding:2%;
	margin: 15px 0px 25px;
	float:left;
	}
	
.titulo-prod{
	background-color: #333;
    color: #fff;
    padding: 20px;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    font-size: 20px;
	}
.foto-prod{
	width:25%;
	height:auto;
	float:left;
	}	
.descripcion-prod{
	width:75%;
	height:auto;
	float:left;
	padding: 3% 0% 1% 3%;
	}
	
.caracteristicas-prod{
	width:100%;
	float:left;
	text-align:left;
	margin:25px 0px;
	}
	
.galeria-prod{
	width:100%;
	float:left;
	margin-top:10px;
	margin-bottom:25px;
	}


#productos-relacionados{
	width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 25px;

	}


#productos-ip{
	width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 25px;

	}



.bot-descarga{
 background-color: #cc0000;
    padding: 5px 10px;
    color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-decoration: none;
    line-height: 30px;
    margin: 5px;
    display: inline-table;
}

.bot-descarga:hover{
    background-color: #333;
	text-decoration:none;
	color: #fff;
	
}

.recuadro-gris{
	    background-color: #ececec;
    padding: 3%;
    width: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #999;
	margin-top:20px;
}

/*=========  Image Overlay ==================*/


.image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
 }

.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.overlay-fade-in p {
  letter-spacing: 0.15em;
  color: #f4f4f4;
  font-size: 28px;
  opacity: 0;
  transition: all 0.2s linear; }
.overlay-fade-in img {
  transition: all 0.2s linear; }
.overlay-fade-in .image-overlay-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out; }
.overlay-fade-in h2 {
  color: #f2f2f2;
  font-size: 1.8rem;
  margin-top: 40%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.7); }
  
.overlay-fade-in .button {
 display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    /*background: #FFF;
    color: #666;
     box-shadow: 0 0 1px #000; */
    position: relative;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    top: 35%;
  }

  .overlay-fade-in .button:hover {
    /*box-shadow: 0 0 5px #000; */}
.overlay-fade-in:hover img {
  transform: scale(1.2); }
.overlay-fade-in:hover .image-overlay-content {
  opacity: 1; }
.overlay-fade-in:hover h2, .overlay-fade-in p, .overlay-fade-in .button {
  opacity: 1; }
.overlay-fade-in:hover p {
  transition-delay: 0.1s; }
.overlay-fade-in:hover .button {
  transition-delay: 0.2s; }
  
  
  
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}





/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}



#datos-extra{
	width: 100%;
    height: auto;
    float: left;
    background-color: #ccc;
    margin-bottom: -50px;
    text-align: center;
    font-size: 22px;
}



/* Footer Styles */

footer {
    padding: 20px 0px 30px 0px;
	background-color: #222;
    border-color: #080808;
	float:left;
	width: 100%;
}


#info-footer1{
	width:18%;
	height:auto;
	float:left;
	text-align:left;
	margin-bottom: 10px;	
}

#info-footer2{
	width:57%;
	height:auto;
	float:left;
	text-align:left;	
	padding-left:2%;
	border-left: 1px solid #ccc;
}

#info-footer3{
	width:25%;
	height:auto;
	float:right;
	text-align:right;	
}





/*------ SOCIAL -------*/


.social {
	    position: fixed;
    right: 0;
    top: 120px ;
    z-index: 2000;
    text-align: right;
}
 
	.social ul {
		list-style: none;
	}
 
	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
		
		-webkit-border-top-left-radius: 8px;
  		-webkit-border-bottom-left-radius: 8px;

 		 -moz-border-radius-topleft:8px;
 		 -moz-border-radius-bottomleft: 8px;

		  border-top-left-radius: 8px;
 		 border-bottom-left-radius: 8px;		
		
	}


.social ul li{
	margin: 2px 0px;
	}
 
	.social ul li .icon-facebook {background:#005BA1;} /* Establecemos los colores de cada red social, aprovechando su class */
	.social ul li .icon-instagram {background: #87459c;}
	.social ul li .icon-youtube {background: #ff0000;}
	.social ul li .icon-pinterest {background: #ae181f;}
	.social ul li .icon-mail {background: #666666;}
 
	.social ul li a:hover {
		/* background: #87459c; Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}






/* Responsive Styles */


@media(max-width:500px) {
	
	
	.foto-prod{
	width:100%;
	height:auto;
	float:left;
	}	
.descripcion-prod{
	width:100%;
	height:auto;
	float:left;
	padding: 5%;
	}
	
	#listado-productos2 {
    width: 100%;
    margin-top: 20px;
}

	.texto-producto h2{
		font-size: 20px;
	}

	
	.producto{
	width:98%;
	margin: 2% 1%;
    padding: 5%;
		min-height:0px;
	}
	
	.cliente{
	width: 16%;
    float: left;
    margin: 2%;
}

	.image-wrapper{
		width:40%;
		float:left;
		margin-right: 5%;
		float: left;
	}
	


	
	.texto-producto {
		width:55%;
    font-weight: bold;
    font-size: 16px;
		float: left;
		text-align: left;
}
	
	
	#idioma {
    width: 100%;
    height: auto;
    padding: 5%;
    text-align: center;
    margin-bottom: -15px;
	}
	
	
	#intercron-brasil,
	#form-newsletters,
#soluciones{
	width:97%;
	margin:1.5%;
	float:left;
}
	
	
}


@media(max-width:766px) {
	
	.contenido {
    margin-top: 20px;
	}
	
	.titulo-rojo {
    font-size: 26px;
	}
	
	#idioma2 {
        width: 30%;
        height: auto;
        padding: 5%;
        text-align: center;
        margin-bottom: 0px;
		margin-left: 5%;
    }
	
	.pc{
	display: none;
}

.mobile{
	display: inherit;
}
	
	.logo{
		width: 50%;
	}
	
	.navbar{
		width: 15%;
		float: right;
		margin: 0%;
	}
	
	
	#frase2 {
    padding: 30px;
}
	
	#frase2 h1{
    font-size: 30px;
}
	
	
	.flex-caption {
    margin-top: 35px;
		background-color: rgba(255,0,0,1) !important;
		width: 100% !important;
    text-align: center;
    padding: 3% !important;
		
		}
		
		.flex-control-nav {
    bottom: -80px !important;
}
	
	
.frase-central {
   margin-top: 30px !important;
	    font-size: 17px;
    line-height: 22px;
}
	
	.slider{
		border: none;
		margin-top: 70px;
        width: 100%;
        float: left;
	}
	
	.flexslider{
		border: none !important;
	}
	
	.social {
    position: fixed;
    right: 0;
    bottom: 0px !important;
		top: auto;
    z-index: 2000;
    text-align: right;
}
	
	
	
	
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	
	.bloque-tematico{
		width: 90%;
		margin:0% 5%;
		float:left;
    }
	

	
	.promo-home {
    width: 98%;
	}
	
		.texto-promo-home,
	.image-promo-home {
    width: 98% ;
	float:left;
	margin-bottom:10px;
	}
	
	
	
	
	#info-footer1,
	#info-footer2,
	#info-footer3,
	#info-footer4{
		width:100%;
		height:auto;
		float:left;
		text-align:center;
		border:none;	
	}
	
	#info-footer3{
		margin-top:15px;
	}
	
	.navbar-brand {
		margin-top: -10px;
		width: 80%;
	}
	

.izq,
.der{
	width:98%;
	height:auto;
	float:left;
	text-align:center;
}	



#menu-productos,
#listado-productos{
	width:100%;
	margin-right:0%;
}

#simuladores{
	width: 97%;
    float: left;
    margin: 1.5%;
	-webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
}



#listado-productos {
    padding: 5%;
}

#ficha-prod {
    padding: 5%;
}

#foto-prod{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	}	
#descripcion-prod{
	width:100%;
	height:auto;
	float:left;
	padding: 3% 0% 1% 3%;
	}
	
	
	
	.galeria-prod2,
.video-responsive{
    width: 98%;
	height:auto;
    float: left;
    margin: 1%;
}




}


@media screen and (min-width: 501px) and (max-width: 766px) { 
.producto{
	width:48%;
	margin: 2% 1%;
    padding: 5%;
	}
	
	.cliente{
	width: 10%;
    float: left;
    margin: 1%;
}
	
	#intercron-brasil,
	#form-newsletters,
#soluciones{
	width:97%;
	margin:1.5%;
	float:left;
}

	
}
	
	

@media screen and (min-width: 767px) and (max-width: 991px) { 


	.producto{
	width:48%;
	margin: 2% 1%;
    padding: 5%;
	}
	
}

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }


}



@media(min-width:767px) {


.galeria-prod2{
    width: 48% ;
    float: left;
    margin: 1%;
}

}


@media (min-width: 1200px){
	.container {
		width: 80%;
	}
}
