

/*======================================
//--//-->   STYLES GENERALES
======================================*/

body {
  background-color: #333;
  color: #4e4e4e;
}


h2,
h3,

h6 {
  color: #eee6e6;
}

h5{
  color: #00ccff;
}

a {
  color: #d8cfcf;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #00ccff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #00ccff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: #00ccff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
 
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}



.capa-gradient{
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(left, #000, #8caac9);
  opacity: 0.6;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}



/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #00ccff;
  width: 100px;
  bottom: -12px;
 
}
/*------/ sobe nsotros cuadro atras /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: rgb(255, 255, 255);
  margin-bottom: 3rem;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #00ccff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #00ccff;
  display: block;
}

/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background-color: #333;
  padding: 2.5rem 1.3rem;
  border-radius: 22px 22px 22px 22px;
-moz-border-radius: 22px 22px 22px 22px;
-webkit-border-radius: 22px 22px 22px 22px;
  border-top: rgb(88, 88, 88) 5px solid;
  border-left: rgb(88, 88, 88) 5px solid;
  border-right: #00ccff 5px solid;
  border-bottom: #00ccff 5px solid;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #00ccff;
  box-shadow: 0 0 0 5px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #00ccff;
  
  
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 8rem;
  
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #c0bdbd;
}



.lead {
  text-align: justify;
  font-family: "Homer Simpson UI";
  font-size: medium;
}

.lead-vinetas {
  text-align: justify;
  font-family: "Homer Simpson UI";
  font-size: medium;

}
.imghover {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}

.hero-title-with-shape h4 h1{
  color: #000;
}

/*======================================
//--//-->   imagen cover 5 
======================================*/



.placeholder{
  display:inline-block;
  position:relative;
  width:95%;
  height:600px;
  overflow:hidden;
  box-sizing:border-box;
  margin-top:50px;
}

.gridContainer{
  width:100%;
  height:100%;
}

.gridTile
{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-size:cover;
  background-repeat:no-repeat;
  background-origin:center;
}





