html, body {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

#cuerpo_trabajo {
width:1020px;
margin: auto;
padding: 0:;
position: relative;
height: auto;
}


a {
  text-decoration: none !important;
  
}


h1, h2, h3, h4, h5, h6 {

  font-family: 'Roboto Slab', serif;
  color: #01042e;
 
}

h1 {
  font-size: 2.6em;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1em;
  font-weight: 700;
}

h6 {
  font-size: .8em;
}


/* ==========================================================================
    Header 
   ========================================================================== */

.top-header {
    margin-top: 1.5rem;   
}

.top-header a {
  padding: 7.38px 15px;
  font-weight: 400;
  font-family: 'Work Sans', sans;
  font-size: 0.7rem;
  background-color: #ebebeb;
  color:#01042e;
  float: left;
  margin-left: 60rem;
    
  
}

.top-header a:hover {
 background-color:#fa6250;
    
}

.top-header .top-header-right a:last-child {
 margin-left: 4rem;
}


.top-icon img {
  padding: 3px 5px;
  background-color: rgba(255, 204, 0, 9);
  float: left;   
  margin-left: -18.1rem;
}


.top-icon .top-icon-right img:last-child {
  margin-left: -7.1rem;
  
}

.cabecera_header {
margin: auto;
width: 100%;
height: 8rem;
background-color: white;
    
}


.botonera {
    width: 960px;
    margin: auto;
    text-align: center;
    height: 8rem;
    /* float: right; */
}


#logo {
   float: left;
   padding: 0px;
   margin-top: 1.5rem;
    
}

#logo img {
height: 5rem;
}


nav {
    height: 5rem;
    padding: 0px;
    float: left;
    font-weight: 400;
    text-align: center;
    float: right;
    }


nav ul {
float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 2rem;



}

nav ul li {
float: left;
    display: inline-block;
    width: auto;
    padding: 2rem;

}



nav ul li a {
text-decoration: none;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    color: #A7A7A7;
}


nav ul li a:hover  {
    cursor: pointer;
    border-top: 0.3rem solid rgba(227, 227, 227, 0.99);
    padding-top: 0.3rem;
    transition:  80ms linear 0s;
}
#capacitacion-hov a:hover {
    color:#9B59B6;
    
}


#agenda-hov a:hover {
    color: #ED7B3C;  
}

#nosotros-hov a:hover {
    color:#53b2f2;
}

#contacto-hov a:hover {
    color: #2ECC71;
    
}



/*------------------------------------------------------
	NOTICIAS DESTACADAS
--------------------------------------------------------*/


.not-item-1 {
  overflow: hidden;
  position: relative;
  width: 50.2%;
  margin-top: 2rem;
   
}

.not-item-1 .not-thumb {
  float: left;
  width: 100%;
    
 
}

.not-item-1 .not-thumb img {
  width:100%;
  float: left;
    
}


.not-item-1 .not-thumb h1 {
    
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    letter-spacing: 0.06rem;
    font-size: 2.8rem;
    float: left;
    position: relative;
    margin-left: 4.6rem;
    margin-top: -26.5rem;
}



.not-item-1 .not-content {
  float: right;
  border-left: 0;
  padding: 10px;
  overflow: hidden;

}

.not-item-1 .not-content.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 204, 0, 0.79);
  color: white;
  filter: alpha(opacity=0);
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.not-item-1:hover .not-content.overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}


.not-item-1 .not-content.overlay h1 {
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #01042e;
    letter-spacing: 0.06rem;
    font-size: 2.8rem;
    float: left;
    position: relative;
    margin-top: 10rem;
    margin-left: 4rem;
}

.not-item-1 .not-content.overlay p {
    font-family:'Work Sans', sans-serif;  
	font-weight:400;
    width: 30rem;
    clear: both;
    margin-top: 15rem;
    margin-left: 1rem;
    width: 93%;

}

.not-item-1 .not-content.overlay a {
    text-decoration: none;
     color: #01042e;
    
}


.not-item-1 .not-content.overlay h3 {
    font-weight: 700;
    font-family: 'Work Sans', sans;
    font-size: 1.3rem;
    border: 3px solid #ffffff;
    width:6.4rem;
    margin-left: 11.6rem;
    padding: 0.6rem;
    padding-left: 0.9rem;
}

.not-item-1 .not-content.overlay h3:hover{
   background-color: #ffffff;
}

.not-item-2 {
  overflow: hidden;
  position: relative;
  width: 50.2%;
  float: left;
  margin-left: 32rem;
  margin-top: -37.2rem;
  
}

.not-item-2 .not2-thumb {
  float: left;
  width: 100%;
 
}

.not-item-2 .not2-thumb img {
  width:127%;
    
}


.not-item-2 .not2-thumb h1 {
    
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #ffffff;
    letter-spacing: 0.06rem;
    font-size: 2.8rem;
    float: left;
    position: relative;
    margin-top: -29rem;
    margin-left: 2.3rem;
    width: 100%
}



.not-item-2 .not2-content {
  float: right;
  border-left: 0;
  padding: 10px;
  overflow: hidden;

}

.not-item-2 .not2-content.overlay {
  position: absolute;
  width: 100%;
  height: 96%;
  background-color: rgba(255, 204, 0, 0.79);
  color: white;
  filter: alpha(opacity=0);
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.not-item-2:hover .not2-content.overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}


.not-item-2 .not2-content.overlay h1 {
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #01042e;
    letter-spacing: 0.06rem;
    font-size: 2.8rem;
    float: left;
    position: relative;
    margin-top: 7.7rem;
    margin-left: 1.7rem;
}

.not-item-2 .not2-content.overlay p {
    font-family:'Work Sans', sans-serif;  
	font-weight:400;
    width: 30rem;
    clear: both;
    margin-top: 15rem;
    margin-left: 1.3rem;

}

.not-item-2 .not2-content.overlay a {
    text-decoration: none;
     color: #01042e;
    
}


.not-item-2 .not2-content.overlay a:hover{
   background-color: #ffffff;
}


.not-item-2 .not2-content.overlay h3 {
    font-weight: 700;
    font-family: 'Work Sans', sans;
    font-size: 1.3rem;
    border: 3px solid #ffffff;
    width:6.4rem;
    margin-left: 11.5rem;
    padding: 0.6rem;
    padding-left: 0.9rem;
    margin-top: 3rem;
}

.not-item-2 .not2-content.overlay h3:hover{
   background-color: #ffffff;
}



.content-section {
  margin-top: 1rem;
  padding-bottom: 60px;
  width: 100%
}


.product-content h5 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

.product-content h5 a {
  color: #2a3f52;
    
}
.product-content h5 a:hover {
  color: #ffffff;
}


.product-content span {
  color: #2a80b9;
  display: block;
 
}
.product-content span.price {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: -0.6rem;  
    
}



.product-item-1 .product-thumb img {
    width: 40%;
   
}


.product-item-1 .product-content {
  padding: 20px 20px 15px 20px;
  margin-top: -18rem;
  margin-left: 0.7rem;
  color:#2a3f52;
  background-color: rgba(255, 204, 0, 0.89);
  position: relative;
  width: 14.6rem;
  height: 14.8rem; 
}


.product-item-2 {
  overflow: hidden;
  position: relative;
  margin-left: 26rem;
  width: 29%;
  margin-top: -24.76rem;
  margin-bottom: 25.7rem;
  
}


.product-item-2 .product-thumb {
  float: left;
  height: 12.3rem;
  
}
.product-item-2 .product-thumb img {
  width: 100%;
  height: 100%;

  
  
}

.product-item-2 .product-content {
  float: right;
  border-left: 0;
  padding: 20px;
  overflow: hidden;
}



.product-item-2 .product-content.overlay {
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: #2ECC71;

  color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.product-item-2 .product-content.overlay a {
  color: #2a3f52;
}

.product-item-2 .product-content.overlay a:hover {
  color: #ffffff;
}
.product-item-2:hover .product-content.overlay {
  opacity: 0.89;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}


.product-item-3 {
  position: relative;
  width: 30%;
  margin-top: -51.2rem;
  height: 25.5rem;
  margin-left: 45rem;
  overflow: hidden;
    
  
}


.product-item-3 .product-thumb {
  float: left;
  position: absolute;
  height: 25.5rem;
}



.product-item-3 .product-thumb img {
 width: 160%;
    

}


.product-item-3 .product-content {
  color:#2a3f52;
  background-color: rgba(255, 204, 0, 0.89);
  position: relative;
  width: 16.5rem;
  height: 12.8rem;
  z-index: 4;
  margin-top: 11rem;
  margin-left: 0.7rem;
}


.product-item-3 .product-content h5{
    margin-top: 12rem;
    margin-left: 1rem;
    

}

.product-item-3 .product-content  .tagline{
    margin-left: 1rem;
   
    
}  
.product-item-3 .product-content  .price {
    margin-left: 1rem;

    
}  
.product-item-3 .product-content p {
    margin-left: 1rem;
    height: 5rem;  
}



.product-item-4 {
  overflow: hidden;
  position: relative;
  width: 50%;
  margin-top:1rem;
 
}

.product-item-4 .product-thumb {
  float: left;
  width: 100%;
 
}

.product-item-4 .product-thumb img {
  width:100%;
    
}

.product-item-4 .product-content {
  float: right;
  border-left: 0;
  padding: 10px;
  overflow: hidden;
}

.product-item-4 .product-content.overlay {
 
  position: absolute;
  width: 100%;
  height: 92%;
  background-color:#2ECC71;
  color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.product-item-4 .product-content.overlay a {
  color: #2a3f52;
  
}


.product-item-4 .product-content  .tagline{
    margin-left: 1rem;
    
}  
.product-item-4 .product-content  .price {
    margin-left: 1rem;
    
}  
.product-item-4 .product-content p {
    margin-left: 1rem;
    width: 90%;
   
}

.product-item-4 .product-content h5{
    margin-left: 1rem;
    margin-top: 0.5rem;

}

.product-item-4 .product-content.overlay a:hover {
  color: #ffffff;
}
.product-item-4:hover .product-content.overlay {
  opacity: 0.89;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.product-item {
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  margin-bottom: 30px;
}


#videonoti {
    float: left;
    margin-top: -22rem;
    margin-left: 32.3rem;
    width: 50%;
    height: 18rem;
    
}


.product-item-5 {
  margin-bottom: 30px;
  margin-top: -3rem;
  height: 30rem;
  width: 35%;

}


.product-item-5 .product-thumb {
  overflow: hidden;
}


.product-item-5 .product-thumb img {
  width:100%;
  height:30rem;
   
}


  .product-item-5 .product-content {
  padding: 20px 20px 15px 20px;
  margin-top: -15.5rem;
  margin-left: 0.7rem;
  color:#2a3f52;
  background-color: rgba(255, 204, 0, 0.89);
  position: relative;
  width: 15rem;
  height: 12.3rem; 
}

  

.product-item-6 {
  width:40%;
  height: 15.3rem;
  margin-top: -31.9rem;
  margin-left:23rem;
}

.product-item-6 .product-thumb img {
  width:100%;
    height: 15rem;

}


.product-item-6 .product-content {
  float: right;
  border-left: 0;
  padding: 10px;
  margin-top: -15.3rem;
   
}

.product-item-6 .product-content.overlay {
  position: absolute;
  width: 38.1%;
  height: 12.2%;
  background-color:#2ECC71;
  color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  
}

.product-item-6 .product-content.overlay a {
  color: #2a3f52;
  
}

.product-item-6 .product-content.overlay a:hover {
  color: #ffffff;
}

.product-item-6:hover .product-content.overlay {
  opacity: 0.89;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.product-item-6 .product-content h5{
    margin-left: 0.6rem;
}

.product-item-6 .product-content  .tagline{
    margin-left: 0.6rem;
    
}  

.product-item-6 .product-content .price {
    margin-left: 0.6rem;
    
}  
.product-item-6 .product-content p {
    margin-left: 0.6rem;
    width:98%;
    height: 5rem;  
}


.product-item-7 {  
  width:23.5%;
  height: 17.rem;
  margin-left: 49.1rem;
  margin-top: -15.34rem;

}


.product-item-7 .product-thumb img {
  width:100%;
  height: 15.05rem;
    
 
}

.product-item-7 .product-content {
  float: right;
  border-left: 0;
  padding: 10px;
  margin-top: -15.3rem;
   
    
  
}

.product-item-7 .product-content.overlay {
  position: absolute;
  width: 21.8%;
  height: 12.2%;
  background-color:#2ECC71;
  color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
    
}

.product-item-7 .product-content.overlay a {
  color: #2a3f52;
  
}

.product-item-7 .product-content.overlay a:hover {
  color: #ffffff;
}

.product-item-7:hover .product-content.overlay {
  opacity: 0.89;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.product-item-7 .product-content h5{
    margin-left: 0.6rem;
}

.product-item-7 .product-content  .tagline{
    margin-left: 0.6rem;
    
}  
.product-item-7 .product-content  .price {
    margin-left: 0.6rem;
    
}  
.product-item-7 .product-content p {
    margin-left: 0.6rem;
    width: 95%;
    height: 5rem;  
}

.product-item-8 { 
  width:23.5%;
  height: 14rem;
  margin-left: 23rem;
  margin-top: 0.7rem;

    
}


.product-item-8 .product-thumb img {
  width:100%;
  height: 14.1rem;

 
}

.product-item-8 .product-content {
  float: right;
  border-left: 0;
  padding: 10px;
  margin-top: -14.3rem;
    
}

.product-item-8 .product-content.overlay {
  position: absolute;
  width: 21.5%;
  height: 11.3%;
  background-color:#2ECC71;
  color: white;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.product-item-8 .product-content.overlay a {
  color: #2a3f52;
}

.product-item-8 .product-content.overlay a:hover {
  color: #ffffff;
}

.product-item-8:hover .product-content.overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.product-item-8 .product-content h5{
    margin-left: 0.6rem;
    margin-top: -0.4rem;
}

.product-item-8 .product-content  .tagline{
    margin-left: 0.6rem;
    
}  
.product-item-8 .product-content  .price {
    margin-left: 0.6rem;
    
}  

.product-item-8 .product-content p {
    margin-left: 0.6rem;
}
 

.product-item-9 {
  width:40.5%;
  height: 14.1rem;
  margin-left: 38.4rem;
  margin-top: -14rem;
  
 
}

.product-item-9 .product-thumb img {
    width:100%;
    height: 14.1rem;
    
}

.product-item-9 .product-content {
  padding: 20px 20px 15px 20px;
  margin-top: -13.5rem;
  margin-left: 0.7rem;
  color:#2a3f52;
  background-color: rgba(255, 204, 0, 0.89);
  position: relative;
  width: 16rem;
  height: 10.5rem; 
}

.product-item-9 .product-content h5{
  margin-top: -0.8rem;
}

footer {
    margin-top: 4rem;
}



