/*     <-------- CSS/CUSTOM.CSS -------->     */

	/* Fonts */
    
    
		/* google font imports */
        
            /* sans-serif */
            @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:300,400,700|Raleway:300,400,700|Source+Sans+Pro:300,400,700&subset=latin-ext');

            /*  serif */
            @import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,700|Josefin+Slab:300,400,700|Karma:300,400,700|Martel:300,400,700');

            /* hand writting */
            @import url('https://fonts.googleapis.com/css?family=Homemade+Apple|Pacifico|Shadows+Into+Light|Tangerine:400,700');
            
		/* google font imports */
        
	/* Fonts */

	/* ie10 viewport bug workarround */
		@-ms-viewport{width:device-width;}
		@-o-viewport{width:device-width;}
		@viewport{width:device-width;}
	/* ie10 viewport bug workarround */

	/* Static Generic Material */
		img {max-width: 100%;}

		/* Static Divs */
		.fix10{width:10%}.fix15{width:15%}
		.fix20{width:20%}.fix25{width:25%}
		.fix30{width:30%}.fix35{width:35%}
		.fix40{width:40%}.fix45{width:45%}
		.fix50{width:50%}.fix55{width:55%}
		.fix60{width:60%}.fix65{width:65%}
		.fix70{width:70%}.fix75{width:75%}
		.fix80{width:80%}.fix85{width:85%}
		.fix90{width:90%}.fix95{width:95%}
		.fix1_3{width:33.33%}.fix2_3{width:66.67%}
		/* Static Divs */
	
		/* Margin Divs */
		.div10{width:10%;margin:0 45%;}.div15{width:15%;margin:0 42.5%;}
		.div20{width:20%;margin:0 40%;}.div25{width:25%;margin:0 37.5%;}
		.div30{width:30%;margin:0 35%;}.div35{width:35%;margin:0 32.5%;}
		.div40{width:40%;margin:0 30%;}.div45{width:45%;margin:0 27.5%;}
		.div50{width:50%;margin:0 25%;}.div55{width:55%;margin:0 22.5%;}
		.div60{width:60%;margin:0 20%;}.div65{width:65%;margin:0 17.5%;}
		.div70{width:70%;margin:0 15%;}.div75{width:75%;margin:0 12.5%;}
		.div80{width:80%;margin:0 10%;}.div85{width:85%;margin:0 7.5%;}
		.div90{width:90%;margin:0 5%;}.div95{width:95%;margin:0 2.5%;}
		.div1_3{width:33.32%;margin:0 33.34%;}.div2_3{width:66.66%;margin:0 16.67%;}
		/* Margin Divs */

		/* Shortcuts */	.floatleft{float:left}.floatright{float:right}.clr{clear:both}.center{text-align:center}.right{text-align:right}.left{text-align:left}.relative{position:relative}.oHide{overflow:hidden}
		/* Shortcuts */

	/* Static Generic Material */
		img{max-width:100%;font-family: 'Open Sans';}
		h1,h2,h3,h4,h5,h6{
			line-height:1.4;
			color:#333;}
		h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{
			line-height:1.2;}
		h1,h2,h3,h4,h5,h6 {
			margin-top:.8em;
			margin-bottom:.5em}
		h1 small,h2 small,h3 small,
		h4 small,h5 small,h6 small{font-size:50%}
		h1{font-size:36px;}
		h2{font-size:30px}
		h3{font-size:24px;}
		h4{font-size:18px}
		h5{font-size:16px}
		h6{font-size:14px}
		p{margin:0 0 10px;font-size:18px;color:#666;font-family: 'Open Sans';}
		a,a:hover,a:focus,a:active,a:visited{text-decoration:none !important;outline-offset: 0px;}

		small {font-size: .85em}
		.container-fluid,.container{margin:0;padding:0;width:100%;}
		/* Hover Effects */

		.darken,
		.glow,
		.grayToColor,
		.colorToGray,
		.grow{
			-moz-transition:all ease 0.5s;
			-webkit-transition:all ease 0.5s;
			-o-transition:all ease 0.5s;
			transition:all ease 0.5s;}


		/* oscurecer */
		.darken{
			-moz-filter:brightness(1);
			-webkit-filter:brightness(1);
			-o-filter:brightness(1);
			filter:brightness(1);}
		.darken:hover{
			-moz-filter:brightness(0.5);
			-webkit-filter:brightness(0.5);
			-o-filter:brightness(0.5);
			filter:brightness(0.5);}
		/* oscurecer */

		/* brillar */
		.glow{
			-moz-filter:brightness(0.6);
			-webkit-filter:brightness(0.6);
			-o-filter:brightness(0.6);
			filter:brightness(0.6);}
		.glow:hover{
			-moz-filter:brightness(1.5);
			-webkit-filter:brightness(1.5);
			-o-filter:brightness(1.5);
			filter:brightness(1.5);}
		/* brillar */

		/* gris a color */
		.grayToColor{
			filter:grayscale(.9);
			-webkit-filter:grayscale(.9);
			-moz-filter:grayscale(.9);
			-o-filter:grayscale(.9);
			-ms-filter:grayscale(.9);}
		.grayToColor:hover{	
			filter:grayscale(0);
			-webkit-filter:grayscale(0);
			-moz-filter:grayscale(0);
			-o-filter:grayscale(0);
			-ms-filter:grayscale(0);}
		/* gris a color */

		/* color a gris */
		.colorToGray{
			filter:grayscale(0);
			-webkit-filter:grayscale(0);
			-moz-filter:grayscale(0);
			-o-filter:grayscale(0);
			-ms-filter:grayscale(0);}
		.colorToGray:hover{	
			filter:grayscale(.9);
			-webkit-filter:grayscale(.9);
			-moz-filter:grayscale(.9);
			-o-filter:grayscale(.9);
			-ms-filter:grayscale(.9);}
		/* color a gris */

		/* agrandar */
		.grow:hover{transform:scale(1.3);}
		/* agrandar */

		/* Hover Effects */

	/* Static Generic Material */

	/* Customizable Generic Material */
	
		/* Structural */
		#wrapper{
	  font-family: 'Muli', sans-serif;
			display:block;
			width:100%;
			margin:0 auto;
			padding:0;
			max-width:1366px;
			box-shadow:0 0 50px rgba(0,0,0,0.5);
			border:0px solid rgba(0,0,0,0.25);	
			background:#fff;
			overflow: hidden;
		}
        
		#divInfoBarTop{background:#6f89b6 ;padding:5px 5% 5px 25%;margin:0;}
		#divInfoBarTop p{color: #FFF !important;padding:0;margin:0;text-align:center; font-size:12px;}
		#divInfoBarTop p a{color: #FFF;}
		#divInfoBarTop p a:hover{color:rgba(109,159,210,1);}
		#divInfoBarTop p span{color: #FFF !important;}
        
		#footercontainer{
			clear:both;
			width:100%;
			padding:0;
			margin:0 auto 0;
			background:#13274b;
			overflow:hidden;}	
            #footercontainer > div.col-xs-12 {margin:0;padding:0;}
		footer{
        clear:both;
        width:100%;
        margin:0 auto;
        padding:0; 
        text-align:center;}
		footer h4{}
		footer a,
		footer a:visited{text-decoration:none;color:#fff;}		
		footer a:hover,
		footer a:active,
		footer a:focus{outline:0;text-decoration:none;color:#ffff50;}
		footer p{
			margin:0 auto;
			padding:0;
			font-size:14px;
			color:#ffff50;
    line-height: 2em;}
    
		div.divRecaptcha{width: 67%;margin: 0 auto;}
        
        ul.check { list-style-type: none;}
		
		li.check:before {
		  content:"\f00c"; /* FontAwesome Unicode */
		  font-family:FontAwesome;
		  display:inline-block;
		  margin-left:-1.3em; /* same as padding-left set on li */
		  width:1.3em; /* same as padding-left set on li */
		}
		
		/* Structural */


		/* Imagenes */
		
		.imgRedondas{border-radius:50%;}
		.imgCenter{margin-left:auto;margin-right:auto;}
		/* Imagenes */

		/*  Backgrounds and Colors */
		.bgYellow{background:#6f89b6;}
		.bgWhite{background:rgba(255,255,255,1);}
		.bgOffWhite{background:rgba(240,240,240,1);}
		.bgGrey{background:rgba(225,225,225,1);}
		.bgBlack{background:rgba(0,0,0,1);}
		/*  Backgrounds and Colors */

		/* Lines */
		.hrTop100{
			margin:0 auto 20px;
			border:0;
			height:0;
			width:100%;
			border-top:#6f89b6 5px solid;}
		.hrSmall{
			margin:25px auto;
			border:0;
			height:0;
			width:80px;
			border-top:#6f89b6 2px solid;}
		.hr100{
			margin:15px auto;
			border:0;
			height:0;
			width:100%;
			border-top:#bbb 1px solid;}
		.hrSmallLeft{
			margin:30px 0;
			border:0;
			height:0;
			width:80px;
			border-top:#6f89b6 2px solid;}
		.hrWhiteLeft{
			margin:30px 0;
			border:0;
			height:0;
			width:80px;
			border-top:#6f89b6 2px solid;}
		.hrSmallRight{
			margin:15px inherit;
			border:0;
			height:0;
			width:80px;
			border-top:#6f89b6 1px solid;}
		.hrSmallLeftWhite{
			margin:15px 0;
			border:0;
			height:0;
			width:80px;
			border-top:#fff 1px solid;}
		.hrSmallLeftBlack{
			margin:15px 0;
			border:0;
			height:0;
			width:80px;
			border-top:#222 1px solid;}
				
		
		.hrLight{
			margin:0px;
			border:0px;
			height:0;
			border-top:rgba(255,255,255,0.25) 1px solid;
			border-bottom:rgba(255,255,255,0.1) 1px solid;
		}
		.hrDark{
			margin:0px;
			border:0px;
			height:0;
			border-top:rgba(0,0,0,0.25) 1px solid;
			border-bottom:rgba(0,0,0,0.1) 1px solid;
		}
		div.gradientLine {
			-moz-border-image:-moz-linear-gradient(left,rgba(222,91,4,1) 0,rgba(222,91,4,1)80%,rgba(222,91,4,0) 100%);
			-webkit-border-image:-webkit-linear-gradient(left,rgba(222,91,4,1) 0,rgba(222,91,4,1) 80%,rgba(222,91,4,0) 100%);
			border-image:linear-gradient(to right,rgba(222,91,4,1) 0,rgba(222,91,4,1) 80%,rgba(222,91,4,0) 100%);
			border-image-slice:1;
			margin:15px auto;		}
        
		div.gradientDestacado{
			-moz-border-image: -moz-linear-gradient(left,#3333 0,#555555 100%);
			-webkit-border-image: -webkit-linear-gradient(left,#333333 0,#555555   100%);
			border-image: linear-gradient(to right,#333333 0,#555555   100%);
			border-image-slice: 1;margin: 15px auto;
		}
		/* Lines */

		/* Buttons */
		.verMas1 {
            -webkit-font-smoothing: antialiased;
            position: relative;
            padding: .8em 1em .8em 1em;
            border-radius: 4px;
            color: #FFF;
            border: 1px solid #FFF;
            background: #6f89b6;
            transition: .2s;
            font-weight: bold;
            text-align: center;
            display: block;
            width: 12em;
            margin: 0 auto;
            min-width: 12em;}
		.verMas1:hover,
		.verMas1:active,
		.verMas1:focus{color:#6f89b6;background:#fff;text-decoration:none;}


		.verMas2{
			-webkit-font-smoothing:antialiased;
			position:relative;
			padding:.8em 1em;
			background:#FFF;
			border-radius:4px;
			color:#6f89b6;
			transition:.2s;
			font-weight:bold;
			text-align:center;
			display:block;
			float:left;
			margin:0 auto;
		  	min-width:12em;
			-webkit-transition:all 0.5s ease;
			-moz-transition:all 0.5s ease;
			-o-transition:all 0.5s ease;
			transition:all 0.5s ease;
		}
		.verMas2:hover{	
    color: #fff;
	background:#6f89b6}
		
		
		/* Buttons */

	/* Customizable Generic Material */

	/* Bootstrap Customized Material */



		/* Nav Menu */

		.navbar{
			margin-bottom:0;
			width: 100%;
		}
		nav.navbar-fixed-top{
            left:auto;
            right:auto;
            border-bottom: 8px solid #6f89b6;
            max-width:1366px;
            width:100%; 
            z-index: 1040;
            background: #FFF; }
            
		.navbar-logoBrand{
            width:10%;
            margin:25px 0 0 0 !important;
            float: left;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease;}
		.navbar-header{width:20%;margin:0 0 0 5% !important;float: left;}
		.navbar-collapse{width:65%;margin:15px 5% 0 5%  !important;float: left; padding: 0;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;}
		
		ul.nav.navbar-nav{width:100%; padding: 0;}
		
		#divLogo {
			padding:5px 0px 5px;  /*relacion con .imgLogo{max-height}/ relacion con .navbar li a{line-height} /*/
			overflow: hidden;
			margin: 0 auto;
			text-align:center;
		}
		
		.imgLogo{
			max-height:160px;/*relacion con #divLogo {padding}/ relacion con .navbar li a{line-height} /*/
			padding:0;
			height:auto;
			margin:0 0;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
		}
			
			
		.navbar-brand {
			display:block;
			float: inherit;
			height: initial;
			padding: initial;
			line-height: initial;
			font-size: initial;
			margin: 0 !important;
    		border: 0 solid transparent !important;
    		background: transparent !important;
		}
		.navbar span {padding:0;color: #000;}
		.navbar-default .navbar-collapse, 
		.navbar-default .navbar-form{border-color:transparent;border-bottom:0 solid transparent;}
		.navbar-default{background-color:rgba(255,255,255,95);border-bottom:0px solid #6f89b6;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;}
		
		
        /* nav menu items */
        
            /* ul and  li styles */
                .navbar li {border:none; margin:0;padding: 0; font-size:12px;}
                .navbar li:nth-child(1){width:12%;}
                .navbar li:nth-child(2){width:15%;}
                .navbar li:nth-child(3){width:22%;}
                .navbar li:nth-child(4){width:20%;}
                .navbar li:nth-child(5){width:16%;}
                .navbar li:nth-child(6){width:12%;}
                .navbar li.active:after{
                    position: absolute;
                    bottom: 0;
                    left: 10%;
                    margin-left: -5px;
                    width: 80%;
                    height: 5px;
                    background: #6f89b6;
                    border-radius: 2px;
                    display: table;
                    content: " ";}

.navbar li li {width: 100% !important;}
        
        
            /* anchor styles */
            
            .navbar-default .navbar-nav>li>a{
                color:#333;
                border-top:0 solid transparent; 
                font-size:14px;
                font-weight: 300;
                line-height:55px;
                text-align:center;
                padding:0;
                margin:0; 
                text-transform: uppercase; 
                letter-spacing:1px;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;}
		
            .navbar-default .navbar-nav>li>a:hover,
            .navbar-default .navbar-nav>.active>a,
            .navbar-default .navbar-nav >.active>a:hover{
                color: #6f89b6;/*hover / active*/
                background-color: transparent;}
            .navbar-default .navbar-nav>.active > a:focus,
            .navbar-default .navbar-nav>li >a:focus{
                background-color: transparent;
                color: #6f89b6;/*hover / active*/}
                
            .dropdown-menu>.active>a{background-color:transparent;}
        
        
        
            /* Scroll down Changes */
		          nav.colorAlBajar.navbar-fixed-top{          
                    border-bottom: 4px solid #6f89b6;
                    box-shadow: 5px 0 15px rgba(0,0,0,0.05);}
		          nav.colorAlBajar .navbar-logoBrand{margin:5px 0 0 0 !important;}
                    nav .colorAlBajar{ box-shadow: 0px 0px 10px rgba(0,0,0,0.2) !important;}

                 nav.colorAlBajar .navbar-nav>li>a{
                     line-height: 40px;}
               nav.colorAlBajar.navbar-default .navbar-nav>li>a:hover,
               nav.colorAlBajar.navbar-default .navbar-nav>.active>a,
               nav.colorAlBajar.navbar-default .navbar-nav >.active>a:hover{background-color: transparent;}
                nav.colorAlBajar.navbar-default .navbar-nav>.active > a:focus,
               nav.colorAlBajar.navbar-default .navbar-nav>li >a:focus{background-color: transparent;}
                nav .colorAlBajar .navbar span {padding:0;}
                nav .colorAlBajar #divLogo {}
                
                nav.colorAlBajar.navbar li.active:after{ 
                    height: 3px;
                    border-radius: 1px;}
        
		        .classImagenAlBajar{max-height: 55px;}
		/* Nav Menu */

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
color: #6f89b6 !important;
text-decoration: none;
background-color: #fff;
outline: 0;
}
		
		

	/* Bootstrap Customized Material */

	/* PANTALLAZOS */
	#home,#nosotros,#productos,#servicios,#galeria,#contacto {
		margin:0;
		padding:70px 0 0;
		min-height:668px;}
        
        
	#home{padding-top:93px;}
		
		
	#nosotros{
			background:#FFF url("../images/bg/nosotros.jpg");
			background-repeat:no-repeat;
			background-position:center; 
			background-size:cover;
			width:100%;
			height:auto;
			margin:0;
		   position:relative;}
           
    #servicios h4 {
        height: 5.5em;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;}
    #servicios p {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;}
    #servicios .well{
        min-height: 500px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
    }
    #servicios .well:hover {
        background: #6f89b6;
        color:#FFF !important;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
    }
    
    #servicios .well:hover h4{
        color:#FFF !important;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
    }
    #servicios .well:hover p{
        color:#FFF !important;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
    }
    
    #galeria {
			background:#FFF url("../images/bg/productos.jpg");
			background-repeat:no-repeat;
			background-position:center; 
			background-size:cover;
			width:100%;
			height:auto;
			margin:0;
		   position:relative;}
           
           #galeria img {margin-bottom: 25px;}
           
           #galeria div.div90 {min-height: 400px;}
		
		
	#productos {
			background:#F1F1F0 url("../images/bg/productos.jpg");
			background-repeat:no-repeat;
			background-position:center; 
			background-size:cover;
			width:100%;
			height:auto;
			margin:0;
		   position:relative;}
		
		
	#contacto {
			background:#eee;
			background-repeat:no-repeat;
			background-position:center; 
			background-size:cover;
			width:100%;
            padding-bottom: 70px;
			height:auto;
			margin:0;
		   position:relative;}
			
#contactForm{width:100%;}

        
           div .google-maps {
    position: relative;
    overflow: hidden;
}


div.google-maps iframe{
			height:420px;
            width:100%;
}

.color1 {color:#6f89b6;}
.color2{color:#ffff50}
.color3{color:gold}
.bg1 {background:#6f89b6;}
.bg2{background: #ffff50}
.bg3{background:gold}



		#indexLema  {background: #6f89b6;padding:50px 0}
		#indexLema h2,
		#indexLema h3 {text-align: center;}
        
		#indexLema h3 {color: #FFF;}
        
        #destacadosIndex {}
        #destacadosIndex h3 {color:#6f89b6;}
        #destacadosIndex div.well{min-height: 400px}
        #destacadosIndex span {
            display: block;
            width: 48px;
            margin: 0 auto;}
        #destacadosIndex span:before {
            color:#6f89b6;
            font-size: 48px;
            display: block;
            margin: 10px auto;
            width: 100%;}
		
        #innerTitle {background: #6f89b6;padding-top:119px;}
        #innerTitle h2{color: #FFF;padding:50px 0;margin:0 auto;text-align:center;}
        
        	/* Articulos Core */
		#easyPaginate{width:90% !important;margin:0 5% !important;}
		#easyPaginate li.pagiNoti{
			display:block !important;
			border-radius:5px !important;
			margin:10px 1% !important;
			width:23% !important;
			border:1px solid rgba(0,0,0,0.2) !important;
			padding:50px 25px !important;
			list-style:none !important;
			float:left !important;
            min-height: 520px;
            position: relative;}
		#newsDisplay{position:relative;}
			
		div.easyPaginateNav{
			position:absolute !important;
			top:20px !important;
			margin:0 auto !important;
			width:100% !important;
			text-align:center !important;}
		div.easyPaginateNav a,
		div.easyPaginateNav a:visited{padding:5px;color:#333;}
		div.easyPaginateNav a:hover{color:#000;}
        
        
		#easyPaginate li.pagiNoti a {
            position:absolute;
            bottom: 2em;
        }
	
	.pagiNoti h4{padding:20px 5px 5px;text-align:center;}
	.pagiNoti p{
		margin:0px 0px 10px;
		padding:10px;
		line-height:1.3;}
	/* Articulos paginate */
    
    .col-xs-20 {width:20%;float:left;}
    
    
    .rslides {
background:transparent url("../images/proyectos/01.jpg") 100%/cover;
height:  100%;
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
height: 366px;
}

.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}

.rslides li:first-child {
position: relative;
display: block;
float: left;
}

.rslides_tabs {
font-size: 18px;
list-style: none;
margin: 0 42.5%;
max-width: 5%;
padding: 10px 0;
text-align: center;
width: 100%;
position: absolute;
bottom: 40px;
z-index: 99;
}

.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}

.rslides_tabs .rslides_here a:after {
color: #FFF;
font-weight: bold;
}
.rslides_tabs a {
color: #F0F0F0;
width: auto;
line-height: 20px;
padding: 9px 5px;
height: auto;
background: transparent;
display: inline;
}

.rslides_tabs a:after {
color: #c0c0c0;
font-family: FontAwesome;	
content: "\f1db";
}

.rslides > img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}

.rslides li >img {
margin: 60px auto 40px 25%;
border-radius: 50%;
width: 18%;
}

.rslides li > div {
display: block;
float: left;
width: 100%;
border: 0;
background: rgba(0,0,0,0.6);
}

.rslides_nav {
}
.prev {
color: rgba(255,255,255,1);
right: 120px;
position: absolute;
padding:  15px;
border: 2px solid   rgba(255,255,255,1);
bottom:   20px;
font-size:  32px;
z-index: 20;
}

.prev:hover {
background: rgba(124,124,124,1);
color: rgba(255,255,255,1);
}

.next {
color:  rgba(255,255,255,1);
right: 50px;
position: absolute;
padding:  15px;
border: 2px solid  rgba(255,255,255,1);
bottom:    20px;
font-size:  32px;
z-index: 20;
}


.next:hover {
background: rgba(124,124,124,1);
color: rgba(255,255,255,1);
}

.slideText h2{
font-size: 48px;
line-height: 1.5;
text-shadow: 0 0 3px rgba(0,0,0,0.3);
text-align: center;
color: #fff;
font-family: 'Open Sans', sans-serif;
}

.slideText h2.h2Reverse {
text-shadow: 0 0 50px rgba(255,255,255,0.9);
text-align: center;
color: #333;

}

.rslides li > div.slideText {
position: absolute;
display: block;
float: left;
width: 75%;
border: 0;
margin: 0;
background: transparent;
height: auto;
}

#slideText01,
#slideText02,
#slideText03,
#slideText04,
#slideText05,
#slideText06,
#slideText07,
#slideText08,
#slideText09,
#slideText10,
#slideText11,
#slideText12,
#slideText13,
#slideText14,
#slideText15,
#slideText16,
#slideText17,
#slideText18,
#slideText19,
#slideText20,
#slideText21 {
left: 20%;
top: 100px;
width: 60%;
}

.rslides li > div.slideText h4{
font-size:28px;
width: 90%;
margin: 0 10% 20px 0;
color: #fff;
text-shadow:  2px 2px #000;
}

.rslides li > div.slideText span:before{
color: #DC7F48;
opacity: 1;
}

.rslides li > div.slideText p{
font-size:20px;
width: 90%;
margin: 0 10% 5px 0;
color: #fff;
text-shadow:  1px 1px #000;
}



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

#slideText01, #slideText02, #slideText03, #slideText04, #slideText05, #slideText06, #slideText07, #slideText08, #slideText09, #slideText10, #slideText11, #slideText12, #slideText13, #slideText14, #slideText15, #slideText16, #slideText17, #slideText18, #slideText19, #slideText20, #slideText21 {
left: 5%;
top: 20px;
width: 90%;
}
.prev {right: 65px;}
.next {right: 10px;}
}

#divTestimonios h4 {
margin: 0 auto;
font-size: 22px;
}

#divTestimonios p {
margin: 0 auto;
font-size: 16px;
}

#divTestimonios div.col-sm-12 {
padding: 0;
}

    .colorSwap:hover {
        background: #6f89b6;
        color:#FFF !important;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
    }
    
    .colorSwap:hover h4{
        color:#FFF !important;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
    }
    .colorSwap:hover p{
        color:#FFF !important;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
    }

#capacitacion h4 {font-size:24px; margin-bottom: 1.2em;}

	/* Responsive */

		/* Big Screens */
			@media screen and (min-width: 1920px) {
			}
		/* Big Screens */


		/* Tablets y PC */
			@media screen and (max-width: 1280px){  
                    .navbar-default .navbar-nav>li>a {font-size: 13px;}
                    
	#home,#nosotros,#productos,#servicios,#contacto {
		min-height:auto;}
			}

			@media screen and (max-width: 1112px){  
                    .navbar-default .navbar-nav>li>a {font-size: 12px;}
                    
                    .verMas1 {
                        padding: .8em .5em;
                        margin: 0 auto;
                        min-width: auto;
                        width:90%;
                        left: 5%;}
			}

			@media screen and (max-width: 1049px){  
                    .navbar-default .navbar-nav>li>a {font-size: 11px;}
			}

			@media screen and (max-width: 1024px){  
                    .navbar-default .navbar-nav>li>a {font-size: 10px;}
			}

			@media screen and (max-width: 800px){
                    .navbar-default .navbar-nav>li>a {font-size: 9px;}
			}

			@media screen and (max-width: 768px){
                    .navbar-default .navbar-nav>li>a {font-size: 13px;}
                    
                    #easyPaginate li.pagiNoti {
                        margin: 10px 2% !important;
                        width: 46% !important;
                        min-height: 520px;}
                        .col-xs-20 {
                            width: 33%;
                            float: left;
                            }
			}
		/* Tablets y PC */

			@media screen and (max-width: 767px){
                 .navbar li:nth-child(1){width:100%;}
				.navbar li:nth-child(2){width:100%;}
				.navbar li:nth-child(3){width:100%;}
				.navbar li:nth-child(4){width:100%;}
				.navbar li:nth-child(5){width:100%;}
				.navbar li:nth-child(6){width:100%;}
                .navbar-default .navbar-nav>li>a {font-size: 14px;}
				.navbar-header{
					width:90%;
					margin:0 5%  !important;}
				.navbar-collapse{
					width:90%;
					margin:30px 5%  !important;}
				
				#home,
				#nosotros,
				#servicios,
				#contacto{min-height:auto;}
			}

		/* Celu horizontal */
			@media screen and (max-width:736px){  
			}

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

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

			@media screen and (max-width:568px){  
			}
		/* Celu horizontal */

        
            @media screen and (max-height: 575px){
                #rc-imageselect, .g-recaptcha {
                    transform:scale(0.77);
                    -webkit-transform:scale(0.77);
                    transform-origin:0 0;
                    -webkit-transform-origin:0 0;}
                 .col-xs-20 {
                            width: 50%;
                            float: left;
                            }
            }

		/* Celu vertical */
			@media only screen and (max-width:480px){
				footer p{text-align:center;}
				#contactoMapa {
					width:100%;
					margin:0 auto;}
				#contactoMapa img{max-width: inherit;}
				#contactForm{
					position:relative;
					width:98%;
					margin:0 auto;}
				#videoPad{
					margin:20px auto;
					position:relative; 
					width:90%; 
					height:0px; 
					padding-bottom:60%;}
                  #home {padding-top:85px;}  
                    
                    .imgLogo{max-height:80px; }
                    
                    #easyPaginate li.pagiNoti {
                        margin: 10px 4% !important;
                        width: 92% !important;
                        min-height: 520px;}
                     .col-xs-20 {
                            width: 100%;
                            float: left;
                            }
			}

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

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

			@media screen and (max-width: 320px){  
			}
		/* Celu vertical */

	/* Responsive */

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
