/*
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: #666666;
}
.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: #FF0000;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:10px;
}
.thumbnail .mask {
    opacity:0.87;
    filter: alpha(opacity=87);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#FF0000;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}

/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.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;
}
.primary-section .title {
    border-bottom: 1px solid #FFF;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #FFF;
}
.primary-section h1 {
    color:#FFF;
}

/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FF0000;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#FFFFFF;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}

.color_over_cotiza_tit{
    font-size:30px;
    color: #FFF;
    text-shadow: 3px 3px 30px #808080;
}

.color_over_cotiza_bod{
    font-size:14px;
    text-align: justify;
    width: 90%;
    left:5%;
    margin: 10px;
    alignment-adjust: middle;


}


.btn_cotiza {
  background: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #949494);
  background-image: -moz-linear-gradient(top, #f0f0f0, #949494);
  background-image: -ms-linear-gradient(top, #f0f0f0, #949494);
  background-image: -o-linear-gradient(top, #f0f0f0, #949494);
  background-image: linear-gradient(to bottom, #f0f0f0, #949494);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 1px 1px 23px #666666;
  -webkit-box-shadow: 2px 3px 4px #666666;
  -moz-box-shadow: 2px 3px 4px #666666;
  box-shadow: 2px 3px 4px #666666;
  font-family: Arial;
  color: #FFFFFF;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  position:absolute;
  width: 40%;
  left:30%;
  font-weight: bold;
}

.btn_cotiza:hover {
  background: #696869;
  background-image: -webkit-linear-gradient(top, #FFF, #FFF);
  background-image: -moz-linear-gradient(top, #FFF, #FFF);
  background-image: -ms-linear-gradient(top, #FFF, #FFF);
  background-image: -o-linear-gradient(top, #FFF, #FFF);
  background-image: linear-gradient(to bottom, #FFF, #FFF);
  text-decoration: none;
}