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

html,
body {
    height: 100%;
}

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

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




/* general */
h1 {
	text-align:center;
	border-bottom:1px solid #ec5b4b;
	max-width:300px;
	margin:0px auto;
	padding:20px 20px 10px 20px;
	margin-bottom:60px;
	
}
h2 {
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #ffffff;
	margin:0px auto 20px;
	max-width:300px;
	
}

h3 {
	text-align:center;
	padding:10px;
	width:100%;
	margin:0px;
	
	
}






/* EMPRESA */
.EmpresaContent {
	color:#ec5b4b;
	padding:10px;
	text-align:center;
	width:100%;
	margin:0px auto;
}

.EmpresaContent p{
	text-align:justify;
}

.EmpresaContent img{
	padding:0px 10px 20px 10px;
}

@media (min-width: 768px) {
.EmpresaContent {
	color:#ec5b4b;
	padding:10px;
	text-align:center;
	width:90%;
	margin:0px auto;
}

.EmpresaContent img{
	padding:40px;
}

}


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


/* PRODCUTOS */

.ProductosContent {
	background:url(../images/productos-bg.jpg) repeat-x top #ec5b4b;
	color:#FFFFFF;
	padding:50px 0px;
	text-align:center;
}

.ProductosContent h1 {
	text-align:center;
	border-bottom:1px solid #ffffff;
	max-width:300px;
	margin:0px auto;
	padding:20px 20px 10px 20px;
	margin-bottom:60px;
}




@media (min-width: 768px) {
.ProductosContent {
	background:url(../images/productos-bg.jpg) repeat-x top #ec5b4b;
	color:#FFFFFF;
	padding:70px;
	
	text-align:center;
}
}


.view {
   width: 100%;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #A0302A;
   -moz-box-shadow: 1px 1px 2px #A0302A;
   box-shadow: 1px 1px 2px #A0302A;
   cursor: default;
   background: #fff;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 24px;
   padding: 10px;
   background: #000;
   margin: 20px 0 0 0;
   border:none;
      -webkit-box-shadow: 1px 1px 2px #000000;
   -moz-box-shadow: 1px 1px 2px #000000;
   box-shadow: 1px 1px 2px #000000;
}
.view p {
   font-family:Helvetica, Arial, sans-serif;
   font-style: italic;
   font-size: 14px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
	background:#ec5b4b;
}



/* PRODCUTOS DETALLES */

.DetalleContenido {
	margin-bottom:20px;
	
	padding:0px;
	padding-bottom:10px;
	-webkit-box-shadow:inset 0 0 6px 0 #000000;
box-shadow:inset 0 0 6px 0 #000000;

}

.DetalleTitulo {
	background:#ec5b4b;
	
	margin-bottom:10px;

}

.DetalleFoto {
	text-align:center;
	margin:0px auto;
	
}


.DetalleBack a{
	float:right;
	padding:13px 0px 15px 51px;
	color:#ffffff;
	width:42px;
	margin-bottom:10px;
	background:url(../images/backoff.png) no-repeat left #ec5b4b;
	font-size:10px;
	
	-webkit-box-shadow:inset -2px 0 2px 0 #5E0000;
box-shadow:inset -2px 0 2px 0 #5E0000;
	
	-webkit-transition: width 700ms ease-out, background 400ms ease-in;
-moz-transition: width 700ms ease-out, background 400ms ease-in;
-ms-transition: width 700ms ease-out, background 400ms ease-in;
-o-transition: width 700ms ease-out, background 400ms ease-in;
transition: width 700ms ease-out, background 400ms ease-in;
	
	
}

.DetalleBack a:hover {
	float:right;
	padding:13px 0px 15px 51px;
	color:#ffffff;
	width:120px;
	text-decoration:none;
	background:url(../images/backoff.png) no-repeat left #000000;
	font-size:10px;
	
-webkit-transition: width 700ms ease-in, background 400ms ease-in;
-moz-transition: width 700ms ease-in, background 400ms ease-in;
-ms-transition: width 700ms ease-in, background 400ms ease-in;
-o-transition: width 700ms ease-in, background 400ms ease-in;
transition: width 700ms ease-in, background 400ms ease-in;


}






/* CONTACTO */

.ContactoContent {
	background:#000000;
	color:#FFFFFF;
	padding-top:70px;
}



.ContactoContent h1 {
	text-align:center;
	border-bottom:1px solid #ffffff;
	max-width:300px;
	margin:0px auto;
	padding:20px 20px 10px 20px;
	margin-bottom:60px;
}




@media (min-width: 768px) {
.ContactoForm {
	z-index:1000;
	height:300px;
	background:#000000;
	position:absolute;
	margin-left:90px;
	height:430px;
	padding:13px;
}
}



/* FOOTER */

Footer {
	background:#000000;
	color:#FFFFFF;
	padding:10px 10px;
	
}

Footer a{
	color:#FFFFFF;
}

Footer a:hover{
	color:#ec5b4b;
	text-decoration:none;
}

Footer .direccion{
	background: url(../images/footer/direccion.png) no-repeat left #000000;
	color:#FFFFFF;
	padding:15px 20px 5px 40px;
	width:100%;
	border-bottom:1px solid #FFF;
	margin:0px auto;
}

Footer .mailfooter{
	background: url(../images/footer/mail.png) no-repeat left #000000;
	color:#FFFFFF;
	padding:15px 20px 5px 40px;
	width:100%;
	border-bottom:1px solid #FFF;
	margin:0px auto;
}

Footer .telefono{
	background: url(../images/footer/telefono.png) no-repeat left #000000;
	color:#FFFFFF;
	padding:15px 20px 5px 40px;
	width:100%;
	border-bottom:1px solid #FFF;
	margin:0px auto;
}

Footer .horarios{
	background: url(../images/footer/horario.png) no-repeat left #000000;
	color:#FFFFFF;
	padding:15px 20px 5px 40px;
	width:100%;
	border-bottom:1px solid #FFF;
	margin-bottom:25px;
	margin:0px auto;
}


Footer .imagen1{
	margin:30px auto;
}

Footer .iram{
	
	color:#FFFFFF;
	padding:15px 0px 5px;
	width:100%;
	border-bottom:1px solid #FFF;
	margin-bottom:25px;
	margin:0px auto;
}

Footer .iram a{
	color:#FFFFFF;
}

Footer .iram a:hover{
	color:#ec5b4b;
	text-decoration:none;
}



@media (min-width: 768px) {
	
Footer {
	background:#000000;
	color:#FFFFFF;
	padding:10px 0px;
	
}
	
Footer .direccion{
	background: url(../images/footer/direccion.png) no-repeat left #000000;
	color:#FFFFFF;
	padding:15px 20px 5px 40px;
	width:80%;
	border-bottom:1px solid #FFF;
	margin:0px auto;
}

Footer .mailfooter{
	background: url(../images/footer/mail.png) no-repeat left #000000;
	color:#FFFFFF;
	padding:15px 20px 5px 40px;
	width:80%;
	border-bottom:1px solid #FFF;
	margin:0px auto;
}

Footer .telefono{
	background: url(../images/footer/telefono.png) no-repeat left #000000;
	color:#FFFFFF;
	padding:15px 20px 5px 40px;
	width:80%;
	border-bottom:1px solid #FFF;
	margin:0px auto;
}

Footer .horarios{
	background: url(../images/footer/horario.png) no-repeat left #000000;
	color:#FFFFFF;
	padding:15px 20px 5px 40px;
	width:80%;
	border-bottom:1px solid #FFF;
	margin-bottom:25px;
	margin:0px auto;
}

Footer .iram{
	
	color:#FFFFFF;
	padding:10px 0px;
	width:80%;
	border-bottom:1px solid #FFF;
	margin-bottom:25px;
	margin:0px auto;
	line-height:16px;
}
}

.copy{
	background:#2E2E2E;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	min-height:50px;

	padding:10px 0px;
	}
	
.mm{
	background: url(../images/footer/mm0.png) no-repeat;
	width:50px;
	height:50px;
	float:right;
	
	}
	
.mm:hover{
	background: url(../images/footer/mm1.png) no-repeat;
	width:50px;
	height:50px;
	
	}
	


/* SCROLL */


body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 0px 0 40px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    height: 100%;
    padding-top: 50px;
    text-align: center;
    background: #000;
}

.about-section {
    height: 100%;
    padding-top: 50px;
    text-align: center;
}

.services-section {
    height: 100%;
    padding-top: 50px;
    text-align: center;
    background: #fff;
}

.contact-section {
    height: 100%;
    padding-top: 50px;
    text-align: center;
}
