/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
 2.4 Socail icons -style for social icons list
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.6 Newsletter
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
 


/******
2. Layout
**********************************************************************/

/* Use this class if you want ceter element with span* class */

/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
  /*  background: #191a1c; */
    background: #005daa;
}

/*
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

**********/

.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}

.thumbnail h3 {
    
    color: #fff;
    margin-top:10px;
    font-size:23px;
    font-weight: 400;
}


.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}



/*
2.4 Socail icons
************/
 .chevron-arriba {
    list-style: none;
    float: none;
    position:relative;
   /*  margin:5px; auto; */

   margin:0;
   padding: 0;

    
}
.chevron-arriba li {
    /* display:inline-block; */
    line-height: 0px;
    
    font-size: 28px;
    /* padding:0 5px; */

}
.chevron-arriba li a {
    
    
    color: #fff;

}
.chevron-arriba li a:hover {
    color:#181A1C; 
}



.fa-plus-square-o  {
    
    
    display: none;

}





/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 40px;
    background-color: #fff;
}
.section .container {
    padding-top:10px;
}


/*
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}

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




/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .chevron-arriba {
    z-index: 5;
}
.team .thumbnail:hover .chevron-arriba a {
    color:#fff;
}
.team .thumbnail .mask {
    /* background: #FECE1A; */  /* COLOR MASCARA */

    background: #00a3e3; 
}
.team .thumbnail .mask h2 {
    margin-top:10%;
    font-size:23px;
    font-weight: 400;
    color:#000;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .chevron-arriba a:hover {

    color:#181A17; /*  COLOR TEXTO */ 

    color:#000;
    padding-left: 15px;
    padding-right: 15px;
}




.team .thumbnail:hover h3 {
    visibility: hidden;
}

/*  AGREGADO */ 

.team .thumbnail:hover .fa-angle-up {
    display: none;
}

.team .thumbnail:hover .fa-plus-square-o   {
    display: inline;
}






.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}







/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    
}
@media (max-width: 979px) {
   
    
}
@media (max-width: 767px) {
    
}