/*
	Theme Name: C&O Manufacturing
	Theme URI: 
	Description: Manufacturing theme
	Version: 1.4.3
	Author: Rafael Albertti (@rafalbertti)
	Author URI: http://articne.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1150px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header{
    position: relative;
}


.header .arriba{
    top: 0;
    background-color: #1f1f1f;
    height: 20px;
    color: #f8d6d6;
  
}

.arriba_contenido{
      display: flex;
 
    justify-content: space-between;
}



/* logo */
.logo {
  width: 120px;
    float: left;
    padding-bottom: 5px;
    padding-top: 2px;
}
.logo-img {

}

/* nav */

nav{
    display: none;
}


.navegacion {
  display: none;
}

.slicknav_menu{
    background-color: #c91b28;
}

.slicknav_nav a{
   font-size: 1.8rem;   
}


@media only screen and (min-width: 992px) {
    
    div.slicknav_menu{
        display: none;
    }

.navegacion {
    display: block;
  background-color: rgb(0, 0, 0, .3);
   width: 100%;
    position: fixed;
    z-index: 5;
}

.navegacion.black{
    box-sizing: border-box;
    transition: .5s;
        background: #1b1c1c !important;
      
 top: 0;
    
}

    
    

.nav {
  width: 800px;
  float: right;
    display: block;
}

.nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 77px;
}

.nav ul li{
    float: left;
    padding: 0 25px;
    height: 100%;
    padding-top: 2px;
    line-height: 70px;    
}

.nav ul li.current_page_item{
    background-color: #000;
}

.nav ul li a{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.nav ul li a:hover{
    
    /*border-bottom: solid 4px #e6ab4b;*/
    border-bottom: solid 4px #3c8dde;
}


}



/* sidebar */
.sidebar {

}
/* footer */
.footer {
    border-top: 6px solid #4d4c4c; 
    
    background-color: #2e89d6; 
    padding-top: 20px;
    color: #fff;
    
    margin-bottom: 30px;
}

.footer a{
    color: #87daf8;
    
}


.contenido-footer{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}


.columna-footer h3{
    border-bottom: dashed 1px #e8e4e5;
    margin-right: 30px;
}

.columna-footer3 h3{
    border-bottom: dashed 1px #e8e4e5;
    margin-right: 30px;
}

.columna-footer4 h3{
    border-bottom: dashed 1px #e8e4e5;
    margin-right: 30px;
}





@media (min-width: 768px) {
.contenido-footer{
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}

.columna-footer{
    padding-left: 20px;
    flex-grow: 1;
    flex-basis: 40%
}



.columna-footer2{
    padding-left: 20px;
    flex-grow: 1;
}


.columna-footer3{
    padding-left: 20px;
    flex-grow: 2;
}

.columna-footer4{
    padding-left: 20px;
    flex-grow: 1;
    flex-basis: 20%
    
}

  
}

.footer p.copyright {
    background-color: #004c84;
    position: absolute;
    text-align: center;
  
    width: 100%;
     margin: 0 auto;
    padding: 10px;
}

#social{
    list-style: none;
}

#social li{
    position: relative;
    display: inline-block;
}

#social li a:before{
display: inline-block;
    vertical-align: top;
    padding-right: 15px;
       
    font-family: 'fontawesome';
    font-size: 30px;
    color: #eae6e6;
    content: '\f08e';
}

#social li a[href*="facebook.com"]::before{content:'\f082';}
#social li a[href*="twitter.com"]::before{content:'\f081';}
#social li a[href*="youtube.com"]::before{content:'\f167';}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    ****** PRINCIPAL ******
\*------------------------------------*/
section.slider{
      
    

}

ul.slider{
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-viewport{
    left: 0;
    box-shadow: none;
    border: none;
}


.titulos{
    text-align: center;
    width: 100%;
    letter-spacing: 20px;
    text-transform: uppercase;
    font-weight: 200;
   
}

/** SKILLS **/
   .skills-contenedor{
   font-family: Roboto;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
       
}

.skills{
   text-align: center;
  
}

@media (min-width: 768px) {
   .skills-contenedor{
   font-family: Roboto;
    display: flex;
       flex-wrap: nowrap;
   
}

.skills{
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
   
    text-align: center;
    font-size: 1.4rem;
}

}

.about-contenedor{
      display: flex;
       flex-wrap: nowrap;
    justify-content: space-between;
    font-family: Roboto;
}

.about1{
   
        padding-top: 15px;
    
    padding-right: 50px;
    padding-bottom: 10px;
  
    
    font-size: 1.4rem;
    flex-basis: 50%;
    
    text-align: justify;
    flex-grow: 1;
    
}

.about1 li{
    display: flex;
    flex-wrap: nowrap;
    line-height: 3rem;
    list-style-position: inside;
    
}


.about2{
 
    padding-top: 15px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 10px;
   
    text-align: center;
    font-size: 1.4rem;
  
    
}

.about2 img{
    width: 180px;
}

.welcome{
    display: flex;
    background-color: #1d1d1d;
    height: 30rem;
    justify-content:space-around;
  
}

.img-welcome{
  color: aliceblue;
    font-size: 25px;
    align-self: center;
}

.img-welcome-a{
    width: 80px;
    
}

.text-welcome{
    color: #fff;
    font-size: 2rem;
    align-self: center;
    font-family: Roboto;
    font-weight: 300;
    
}

.serv{
       height: 30rem;
    background-image: linear-gradient(to right bottom, rgb(130, 172, 240, .8),
        rgb(31, 107, 230)), url(img/2.jpg);
    
 
    background-position: top; 
    position: relative;
    
    
          /* Efecto parallax */
  background-attachment: fixed;

  background-repeat: no-repeat;
  background-size: cover;
}

.text-box{
  position: absolute;
    top: 40%;
    left: 50%;
   
    transform: translate(-50%, -50%);
  
}

.heading-primary p{
    color: #fff;
    
    text-transform: uppercase;
    backface-visibility: hidden;
    animation-name: moveInLeft;
    animation-duration: 2s;
    
}

.heading-primary p{

    font-size: 4.5rem !important;
}

@keyframes moveInLeft{
    0%{
      opacity: 0;
      transform: translateX(-100px);
    }
    
    80%{
        
    }
    
    100%{
        opacity: 1;
        transform: translate(0);
    }
}


.espacio{
    height: 2rem;
    clear: both;
}



.promo-block {
    display:table;
    margin:auto;
}
.promo-text {
    text-align: center;
    font-size: 25px;
    font-family: Roboto;
    font-weight: 300;
    color: #666;
    padding-left: 31px;
    padding-right: 30px;
    display: inline-block;
    letter-spacing: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #1f6be6;
    padding-bottom: 15px;
    -webkit-backface-visibility: hidden;
}
.promo-text-light {
    text-align: center;
    font-size: 25px;
    font-family: Roboto;
    font-weight: 300;
    color: #666;
    padding-left: 31px;
    padding-right: 30px;
    display: inline-block;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 15px;
    -webkit-backface-visibility: hidden;
}
.center-line {
    width: 5px;
    margin: auto;
   
    height: 5px;
    background: #2371db;
    margin-top: -3px;
    position: relative;
}



.promo-text-footer {
    font-size: 19px;
    font-family: roboto;
    font-weight: 300;
    color: #777;
    padding-bottom: 15px;
}
.promo-paragraph {
    padding:0 130px; 
    text-align:center;
    margin-top:15px;
    font-family: roboto; 
    font-weight:300;
    line-height:1.5
}

/*------------------------------------*\
    ****** ABOUT US ******
\*------------------------------------*/

.image-hero{
    background-size: cover;
}

.image-hero img{
    width: 100%;
    height: 400px;
    
}


/*------------------------------------*\
    ****** TECHNOLOGY ******
\*------------------------------------*/
ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

article.post-8{
    
}

mul{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

mul:hover{
    background: #eee;
}   

mul:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

mul:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

mul:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}  




.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

.rectangle-list a:hover{
    background: #eee;
}   

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}   
/*------------------------------------*\
    ****** GALERÍA ******
\*------------------------------------*/

.rl-gallery{
    margin-top: 30px;
    padding: 40px;
    
}


.mas{
    height: 40px;    
    width: 170px;
    margin-bottom: 30px;
    background-color: #1f6be6;
    float: right;
    text-align: center;
    padding-top: 10px;
    color: aliceblue;
    font-size: 14px;
}



.mas:hover{
    background-color: #9b943b;
}

.espacio{
    clear: both;
}

/*------------------------------------*\
    ****** CONTACTO ******
\*------------------------------------*/
.wpcf7-form-control{
    background-color: #a1dafd;
    border: 2px solid #0861ba;
    color: #1f6be6;
    border-radius: 3%;
}

.wpcf7-form-control textarea{
    height: 90px;
}

/*------------------------------------*\
    ****** para todas las páginas ******
\*------------------------------------*/

h1.page-title{
    font-family: Roboto;
    padding-top: 15px;
    font-size: 35px;
    border-bottom: 1px solid #000;
}

.contenido-page{
    font-family: Roboto;
    font-size: 17px;
    padding-bottom: 20px;
    text-align: justify;
    padding-left: 30px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

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

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#1f6be6;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#1f6be6;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#1f6be6;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
