@import url(inicio.css);
@import url(nosotros.css);
@import url(servicios.css);
@import url(contactenos.css);
@import url(actividades.css);

@font-face {
    font-family: 'roboto-medium';
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto-bold';
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-regular';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    font-family: 'roboto-regular';
}
section{
	display: table;
	width: 100%;
}
header{
	position: fixed;
	z-index: 999;
	width: 100%;
	display: inline-block;
}
.header{
	background: #fff;
	padding: 15px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	display: inline-block;
}
header, body, footer{
	font-family: 'Open Sans', sans-serif;
}
.footer{
	padding: 10px 0;
    background: #000; 
	color: white;
	text-align: center;
}
.footer-margen{
	padding: 0;
}
.f-1{
	background: #000;
	padding: 15px 0;
}
.f-2{
	background: #000;
	padding: 0 0 20px 0;
}
.f-2-2 a{
	color: white;
	text-decoration: none;
}

.f-2-2 a:hover{
	color: white;
	text-decoration: none;
}
.f-1-izq{
	margin-top: 15px;
}
.f-1-der div{
	margin-bottom: 15px;
}
.f-2-1{
	margin: 5px 0;
}
.section_general{
	position: relative;
	padding-top: 95px;
	overflow: hidden;
}
/* Menú responsive movil*/
	.menu-rp {
	    width: 0%;
	    height: 0%;
	    z-index: 9999999;
	    position: fixed;
	    background: rgba(216, 17, 50, 0.9);
	    right: 0;
	    overflow: hidden;
	    transition: all 0.4s;
	}
	.section-block {
	    width: 100%;
	    position: relative;
	    float: left;
	}
	.sec-link-menu-rp {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.sec-link-menu-rp a {
	    color: white;
	    font-size: 22px;
	    font-weight: 900;
	}
	.sec-close-menu {
	    padding-top: 90px;
	}
	.sec-menu-rp {
	    float: right;
	    padding: 18px 15px 0px 5px;
	}
	.no-btn {
	    background: transparent !important;
	    border: none;
	    outline: none;
	}
	.menu-rp-btn {
	    font-size: 32px;
	    top: 19px;
	    color: #fff;
	    right: 21px;
	    position: absolute !important;
	    z-index: 999999;
	    background-image: url(../img/home/xmovil.png);
	    height: 32px;
	    width: 32px;
	}

@media screen and (max-height: 335px) {
	.sec-lista-menu-rp {
		max-height: 220px;
		overflow-y: auto;
	}
}

.section-header-rp{
	padding-top: 8px;
	padding-bottom: 8px;
	box-shadow: 0px 0px 5px black;
	/*background: #0047bb;*/
	background: #ffffff;
	/*background: transparent;*/
}
.sec-menu-rp {
    float: right;
    padding: 18px 15px 0px 5px;
}
.btn-menu-rp {
    width: 45px;
    height: auto;
    background: transparent;
    border: none;
    outline: none;
}
.line-btn-menu-rp {
    width: 100%;
    height: 3px;
    float: left;
    background: #ea002a;
    margin: 4px 0;
    border-radius: 50px;
}	

.section-general {
    width: 100%;
    position: relative;
    float: left;
}

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

.h-opcs li{
	float: left;
	margin-right: 40px;
	color: #a20202;
	list-style: none !important;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s;
	cursor: pointer;
}
.h-opcs li a{
	text-decoration: none;
	color: #d81132;
	font-weight: bold;
	position: relative;
}
.h-logo{
	text-align: left;
}
#h-logo{
	width: 80px;
}
.h-opcs ul{
	margin-top: 18px;
	padding-left: 10%;
}
.h-opcs-li{
	padding-top: 3px;
}
.h-opcs-li a:before{
	content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	background: #a20202;
	bottom: -2px;
	left: 0;
	transition: 0.4s;
	opacity: 0;
}
.h-opcs-li a:hover:before{
	opacity: 1;
	width: 50%;
}
.h-opcs-li.active a:before{
	opacity: 1;
	width: 50%;
}
/** INICIO **/

.ini-slider-txt{
	position: absolute;
	left: 140px;
	top: 30%;
	color: #fff;
	z-index: 4;
}
.ini-slider-txt1{
	font-size: 25px;
	margin-bottom: 10px;
	font-family: 'roboto-bold';
}
.ini-slider-txt2{
	font-size: 18px;
    line-height: 40px;
    margin-bottom: 50px;
}
.ini-slider-txt3 a{
	font-size: 18px;
	color: #fff;
	border: 2px solid #fff;
	padding: 8px 35px;
	text-decoration: none;
	display: inline-block;
}

.ini-sect1{
	padding: 30px 0;
}
.ini-carousel{
	padding: 0;
	background-image: url('../img/home/');
}
.ini-slider1, .ini-slider2, .ini-slider3{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 630px;
	padding: 0;
}
.ini-slider-industria-raya{
	border-bottom: solid 2px #ea002a;
}
.ini-slider1{
	background-image: url('../img/home/slider.jpg');
}
.ini-slider2{
	background-image: url('../img/home/slider.jpg');
}
.ini-slider3{
	background-image: url('../img/home/slider.jpg');
}
.ini-carousel-btn-ol{
	width: 180px;
    left: 32%;
    bottom: 25px;
}
.ini-carousel-btn-ol li{
	border-color: #fff;
	border-width: 2px;
    border-radius: 15px !important;
    width: 18px;
    background: transparent;
    height: 18px;
    margin: 0 20px 0 0;
}
.ini-carousel-btn-ol li.active{
	border-color: #fff;
    border-radius: 15px !important;
    width: 18px;
    background: #fff;
    height: 18px;
    margin: 0 20px 0 0;
}
.ini-carousel-btn-ol li:hover,
.ini-carousel-btn-ol li:active{
	border-color: #fff;
    border-radius: 15px !important;
    width: 18px !important;
    background: #fff;
    transition: all 0.4s;
}
.indicador-detalle li:hover,
.indicador-detalle li:active {
    border-color: #fff;
    border-radius: 15px !important;
    width: 18px !important;
    background: #fff;
    transition: all 0.4s;
}
.fondo-slider{
	position: absolute;
    left: 0;
    width: 45%;
    height: 100%;
    z-index: 3;
    background: rgba(216, 17, 50, 0.7);
    bottom: 0;
}
.logo-menu-rp{
	width: 80px;
}
/*Responsive*/

/* iphone 4 */
@media (min-width: 320px){
    .sec-menu-rp {
        padding: 8px 15px 0px 5px;
    }
    .section_general {
	    padding-top: 80px;
	}
	.ini-slider1, .ini-slider2, .ini-slider3 {
		background-position: 80% center;
	    height: 300px;
	}
	.ini-slider-txt {
	    left: 25px;
	    top: 22%;
	}
}/*Fin 320*/

@media (max-width: 375px){
	/* Menú responsive movil*/
	.menu-rp{
		width: 0%;
		height: 0%;
		position: fixed;
		/*background: #fde686;*/
		right: 0;
		overflow: hidden;
		transition: all 0.4s;
	}
}/*Fin 375*/
@media(min-width: 375px){
    .sec-menu-rp {
        padding: 14px 15px 0px 5px;
    }
    .ini-slider-txt {
	    width: 75%;
	}
}

@media(min-width: 425px){
	.ini-slider-txt {
	    left: 60px;
	}
}

/* especial */ 
@media (min-width: 560px) {
/* Menú responsive movil*/
	.menu-rp{
		width: 0%;
		height: 0%;
		z-index: 9999999;
		position: fixed;
		right: 0;
		overflow: hidden;
		transition: all 0.4s;
	}
}/*Fin 560*/
@media(max-width: 767px){
	.fondo-slider{
		width: 100%;
	}
}

@media (min-width: 768px) {
	.section_general {
	    padding-top: 80px;
	}
	.ini-slider1, .ini-slider2, .ini-slider3{
		background-position: center;
		height: 370px;
	}
	.ini-slider-txt {
	    left: 30px;
	    top: 18%;
	    width: inherit;
	}
	.ini-slider-txt1 {
	    font-size: 18px;
	}
	.ini-slider-txt2 {
	    font-size: 16px;
	}
	.ini-slider-txt3 a {
	    font-size: 16px;
	    padding: 6px 25px;
	}
	.ini-carousel-btn-ol {
	    left: 25%;
	}
	.footer{
		text-align: left;
	}
	.f-1-der div{
		margin-bottom: 0px;
	}
	.f-2-1{
		margin: 0px 0;
	}
	.f-1-2,.f-2-2{
		text-align: right;
	}
	.f-2-2 a {
        padding-left: 80px;
    }
}/*Fin 768*/

@media (min-width: 992px) {
/* Menú responsive movil*/
	.section_general {
	    padding-top: 95px;
	}
	.h-opcs li{
		font-size: 18px;
	}
  	.menu-rp{
		width: 0%;
		height: 0%;
		position: fixed;
		background: #fde686;
		right: 0;
		overflow: hidden;
		transition: all 0.4s;
	}
	.f1-margen{
		padding: 0 15px;
	}
	.f-2-2 a {
        padding-left: 26px;
    }
	.ini-slider1, .ini-slider2, .ini-slider3{
		height: 490px;
	}
	.ini-slider-txt {
	    left: 50px;
	    top: 25%;
	}
	.ini-carousel-btn-ol {
	    left: 30%;
	}
	.ini-slider-txt1 {
	    font-size: 24px;
	}
	.ini-slider-txt2 {
	    font-size: 18px;
	}
	.ini-slider-txt3 a {
	    font-size: 18px;
	    padding: 8px 35px;
	}
}/*Fin 992*/

@media (min-width: 1200px) {
  	.h-opcs li{
		font-size: 20px;
	}
	.f-2-2 a {
        padding-left: 18px;
    }
	.ini-slider1, .ini-slider2, .ini-slider3{
		height: 630px;
	}
	.ini-slider-txt {
	    left: 150px;
	    top: 30%;
	}
	.ini-slider-txt1 {
	    font-size: 28px;
	}
	.ini-carousel-btn-ol {
	    left: 32%;
	}
}/*Fin 1200*/

@media (min-width: 1320px){
	
}