/* font-face */

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

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

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

body {
  padding-top: 62px;
  background-color:rgba(236, 237, 233, 1);
}
.icon.logo {
	display: block;
	height: 45px;
    width: 136px;
vertical-align: middle;
}

.icono.logo {
	display: block;
	height: 45px;
    width: 136px;
background-image: url(orbitmedia.svg);
background-repeat: no-repeat;
background-position: top center;
vertical-align: middle;
}

@media screen and (min-width: 1380px){	   
.icono.logo {
height: 54px;
    width: 163px;
background-image: url(orbitmedia_logo.svg);
    }
}	

ul li {
list-style:none;
       }

li  > a:hover {
text-decoration: none;
       }
    
	
.block	{display: block;}
	   
.proyectos,
picture > img {
  display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
       }

.alianzas {
  display: block;
  margin: 10px auto;
  height: auto;
  max-width: 100%;
       }

.flecha-siguiente {
  height: 40px;
    width: 40px;
    margin-right: 12px;
    margin-left: 8px;
    margin-bottom: 102px;
background-image: url(flecha.svg);
       }

.flip {
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-ms-filter: "FlipH";
filter: FlipH;
}
.column {
   -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
    
    -webkit-column-gap: 2rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 2rem; /* Firefox */
    column-gap: 2rem;
    
 }

@media screen and (max-width: 479px)	{
.column {
   display: none;   
 }
 }   
@media screen and (max-width: 1199px)	{
.column {
   -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
    
    -webkit-column-gap: 2rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 2rem; /* Firefox */
    column-gap: 2rem; 
 }
 }    


.categ {
margin-top: 0;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
       } 	
	   
.margenes{
margin-bottom: 30px;
       }
.margen{
padding: 10px;
       }	   

.margentop {
margin-top: 30px;
       } 

.produc_info {
word-wrap: break-word;        
       }	   
.produc_info h3 {
margin-top: 0;
       }

.rojo {   
    color: rgba(255, 255, 255, 1);
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8% 12%;
}
.catpro	{
margin-top: 40px;
overflow: hidden;   
margin-bottom: 45px; 
       }
	   
.bord { 
 border: 10px solid rgba(236, 237, 233, 1);  
  }
  
@media screen and (min-width: 480px){	   
.catpro	{
margin-top: 55px; 
    }
}	
@media screen and (min-width: 855px){	   
.catpro	{
margin-top: 85px; 
    }
}	   
@media screen and (min-width: 1372px){	   
.catpro	{
margin-top: 110px; 
margin-bottom: 110px; 
    }
}
	   
figcaption > p {
text-overflow: ellipsis;
}

@media screen and (max-width: 549px) and (min-width: 480px){
.cortar { 
overflow: hidden;
white-space: nowrap;
}
}	

@media screen and (max-width: 1779px) and (min-width: 1372px){
.cortar { 
overflow: hidden;
white-space: nowrap;
}
}	
.pod-overlay:hover {
opacity: 1;
}

.pod-overlay {   
display: block;   
height: 100%;   
opacity: 0;    
padding: 30px 44px;   
position: absolute;    
top: 0;    
right: 0;    
bottom: 0;    
left: 0;    
-moz-transition: opacity 200ms linear;    
-o-transition: opacity 200ms linear;   
-webkit-transition: opacity 200ms linear;   
 transition: opacity 200ms linear;	
background-color: rgba(196, 22, 28, 1);   
color: #fff;   
}

.pad {
padding: 8% 12%;        
 }	

.pod-overlay .btn-br {
position: relative;
top: 45%;   
align-items: center;
}

@media (max-width: 479px){
.pod-overlay {    
padding: 20px 20px; 
}   
.rojo {    
padding: 20px 20px; 
}    
  }

@media screen and (min-width: 1680px){
.cocina {    
padding-left: 108px; 
}   
  }

.espacioinf {
margin-bottom: 32px;
}

.aliancol {
width: 25%;
float: left; 
padding-bottom: 50px;
}

@media screen and (max-width: 1679px){
.aliancol {
    width: 33.33333333%;    
 }   
}

@media screen and (max-width: 599px){
.aliancol {
    width: 50%;    
 } 
}

@media (min-width: 855px) and (max-width: 1199px){
.aliancol {
    width: 50%;    
 } 
}
.alineapat {
text-align: left;
}

.alineaiag {
text-align: center;
}

.alineasebess {
text-align: center;
}

.alineabbc {
text-align: center;
}

.alineadiscov {
text-align: center;
}

.alineareaders {
text-align: center;
}

@media screen and (max-width: 1679px){
.alineaiag {
    text-align: left;      
 }  
.alineapat {
text-align: center;
}  
.alineasebess {
text-align: left;
}        
}

@media screen and (max-width: 599px){
.alineabbc {
    text-align: left;  
 } 
.alineaiag {
    text-align: center;      
 }  
.alineapat {
text-align: left;
}  
} 

@media (min-width: 855px) and (max-width: 1199px){
.alineaiag {
    text-align: center;  
 } 
 .alineabbc {
    text-align: left;  
 }  
.alineapat {
text-align: left;
}     
}


@media (max-width: 479px) {
  .navbar-brand {
  padding: 0px 2px;
  }
  .nav > li > a {
  padding: 10px 6px;
  }
}

@media (max-width: 1024px){
.navbar-nav {
  text-align: right;
  }
}

/* Carousel base class */
.carousel {
  height: 500px;
  margin-top: 1px; 
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

@media (max-width: 480px){
.first-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(repos_480.png);
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;  
}
}
@media (max-width: 480px){
.second-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(rico_sano_480.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;  
}
}

@media (max-width: 480px){
.third-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(productos_480.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;  
}
}
@media (max-width: 480px){
.fourth-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(laminas_480.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;  
}
}

@media (min-width: 481px){
.first-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(repos_767.png);
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;  
}
}
@media (min-width: 481px){
.second-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(rico_sano767.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;  
}
}

@media (min-width: 481px){
.third-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(productos_767.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;  
}
}
@media (min-width: 481px){
.fourth-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(laminas_767.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: center;  
}
}
@media (min-width: 768px){
.first-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(repos_1024.png);
  background-repeat: no-repeat;
  background-size: cover;
background-position: 0% 40%;  
}
}
@media (min-width: 768px){
.second-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(rico_y_sano_1024.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: 0% 40%;  
}
}

@media (min-width: 768px){
.third-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(productos_1024.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: 0% 40%;  
}
}
@media (min-width: 768px){
.fourth-slide{
  width: 100%;
  display: block; 
  height: 500px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(laminas_1024.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: 0% 40%;  
}
}

@media (min-width: 1024px){
.first-slide{
  width: 100%;
  display: block; 
  height: 550px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(repos_2560.png);
  background-repeat: no-repeat;
  background-size: cover;
background-position: 50% 40%;  
}
}
@media (min-width: 1024px){
.second-slide{
  width: 100%;
  display: block; 
  height: 550px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(rico_sano_2560.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: 50% 40%;  
}
}

@media (min-width: 1024px){
.third-slide{
  width: 100%;
  display: block; 
  height: 550px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(productos_2560.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: 50% 40%;  
}
}
@media (min-width: 1024px){
.fourth-slide{
  width: 100%;
  display: block; 
  height: 550px;
  background-color: rgba(249, 243, 234, 1);
  background-image: url(laminas_2560.jpg);
  background-repeat: no-repeat;
  background-size: cover;
background-position: 50% 40%;  
}
}
@media (min-width: 1024px){
.carousel .item {
  height: 550px;
}
}

@media (min-width: 1024px){
.carousel {
  height: 550px;
}
}
.alineacion-izq {
	padding-left:44px;
	padding-right:44px;
}

.alineacion-cat {
	padding-left:36px;
	padding-right:36px;
}

@media (max-width: 479px){
.alineacion-izq, .alineacion-cat {
	padding-left:20px;
	padding-right:20px;
}

h2 {font-size: 25px;
    line-height: 32px;
}
}

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

.alineacion-izq, {
padding-left: 108px;
}
}

@media (min-width: 1380px){
.first-slide{
  height: 800px;     
}
.second-slide{
  height: 800px;
} 
.third-slide{
  height: 800px; 
}  
.fourth-slide{
  height: 800px;
}
}

@media (min-width: 1380px){
.carousel .item {
  height: 800px;
}
}

@media (min-width: 1380px){
.carousel {
  height: 800px;
}
}

@media (min-width: 2037px){
.carousel .item {
  height: 1024px;
}
}

@media (min-width: 2037px){
.carousel {
  height: 1024px;
}
}

@media (min-width: 2037px){
.first-slide{
  height: 1024px;     
}
.second-slide{
  height: 1024px;
} 
.third-slide{
  height: 1024px; 
}  
.fourth-slide{
  height: 1024px;
}
}
