/** Menu **/
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: white;
}

#primary-menu ul li:hover > a > div, #primary-menu ul li.current > a > div {
    border-bottom: 3px solid #d52129;
}

#primary-menu ul li > a {
    padding: 35px 8px;
    font-size: 14px;
}

.video-wrap {
    margin-top: -100px;
}

#primary-menu-trigger, #page-submenu-trigger{
    font-size: 30px;
}

#logo img {
    padding: 25px 0;
}

#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: none;
}

#header {
    background-color: #6dabe4;
    position: absolute;
width: 100%;
z-index: 1000;
}

#header.sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #6dabe4;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#header.full-header #logo {
    padding-right: 30px;
    margin-right: 30px;
    border-right:none;
}

/** Hero **/
.swiper_wrapper {
	width: 100%;
	height: 800px;
	overflow: hidden;
}

.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 80px;
    border-top: 5px solid #6dabe4 !important;
}

.heading-block.after-white:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 80px;
    border-top: 5px solid white !important;
}

/** Mar **/
#content.mar{
    background: none;
}

.mar .content-wrap{
    margin-top: 30px;
}

.mar{
    background: url('../images/mar.png') no-repeat center center !important; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    margin-top: -550px;
    padding-top: 460px;
    padding-bottom: 50px;
    color: white;
    border-bottom: 30px solid #6dabe4;
}

.underline {
    color: white;
    padding-bottom: 10px;
    font-size: 48px;
    border-bottom: 5px solid #6dabe4;
    font-weight: normal;
}

.underline-red{
    color: #6dabe4;
    /*border-bottom: 5px solid #d52129;*/
    font-size: 36px;
}

.underline-red:after{
    content: "";
    width: 30px;
    height: 3px;
    background: #d52129;
    display: block;
    padding-left: 20px;
    transition: all ease 600ms;
    margin-top: 0px;
    margin-bottom: 10px;
}

.underline-red-text{
    font-size: 16px;
    font-weight: lighter;
}

.underline-white{
    color: #fff;
    font-size: 36px;
}
.underline-white:after{
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    padding-left: 20px;
    /*margin: 10px auto;*/
    transition: all ease 600ms;
}
.underline-white-text{
    color: #fff;
}

.no-background{
    background: none;
}

.mar h4{
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.mar p{
    font-weight: lighter;
    font-size: 18px;
}

.sticky-header #logo img {
    padding: 10px 0;
}

/**  Obras  **/

#content.mar-obras{
    background: none;
}

.mar-obras .content-wrap{
    margin-top: 0px;
}

.mar-obras{
    /* background: url('../images/asset-7.png') no-repeat center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: initial !important; */
    margin-top: -270px;
    padding-top: 200px;
    color: white;
    /* border-bottom: 30px solid #6dabe4; */
}

.logo-info-obras{
    position: absolute;
    top: 0;
    left: -60px;
    width: 40px;
}

.piedras-obras{
    display: block;
    width: 300px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.logo-flip{
    right: 31px;
    padding-bottom: 0px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.background-blue{
    background-color: #6dabe4;
}

.bottom-margin-sm {
    bottom: 40px;
    position: absolute;
    left: 30px;
}

.padding-text-obras{
    padding: 60px !important;
    text-align: -webkit-auto !important;
}

/** Footer **/

#footer.dark, .dark #footer {
    background-color: #54565d !important;
    border-top-color:0 !important;
}


/** Colors **/
.gray{
    color: #e6e7e8;
    font-size: 80px;
}

.text-white{
    color: #e6e7e8!important;
}


.dark-gray{
    color:#54565d;
}

.background-gray{
    background: #d1d3d4;
}

.background-red{
    background-color: #d52129;
}

.strong-blue{
    color: #6dabe4;
    font-size: 24px;
}

/** responsabilidad **/

.padding-row{
    padding: 15px;
}

.white{
    color:#fff !important;
}

.white-text{
    color: #fff;
    vertical-align: middle;
    margin-top: 45%;
    text-align: -webkit-left;
}

.text-resposabilidad{
    margin-top: 35%;
}

.arrow-bottom-rigth{
    position: absolute;
    right: 0;
    bottom: 0;
}

.rectanguloblue{
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 230px;
    background-color: #6dabe4;
}

.img-text-social{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
}

@media(max-width: 991px){
  .img-text-social{
    width: 200px;
  }
}

/** Contacto **/
#cocipaform input, #cocipaform textarea{
    border-radius: 0;
    border: 3px solid white;
    background: none;
    color: #333;
}

/** Helpers **/
.border-bottom-blue{
    border-bottom: 15px solid #6dabe4;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #6dabe4;
}

.box:hover .overlay {
  opacity: .7;
}

.text {
  color: white;
  font-size: 38px;
  font-weight: bold;
  line-height: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media(max-width: 1136px){
    .padding-text-obras{
        height: auto!important;
        padding: 0 60px !important;
    }
}

@media(max-width: 991px){
    #primary-menu > ul > li.current a div{
        color:white !important;
        border: none;
    }
    .container.clearfix{
        width: 100%;
    }
    #header.full-header .container, .container-fullwidth{
        padding: 0 !important;
        margin-left:0 auto !important;
    }
    #header.full-header .container br{
        display: none;
    }
    .mar{
        margin-top: -480px;
           padding-top: 370px;
        padding-bottom: 60px
    }
    .mar h4 {
        font-size: 25px;
    }
    .mar p {
        font-weight: lighter;
        font-size: 16px;
            margin-bottom: 10px;
    }
}

@media (max-width: 479px){
    .container, #header.full-header .container, .container-fullwidth {
        width: 100% !important;
    }
}

@media (max-width: 768px){
    .mar-obras .content-wrap {
        padding: 15px 0;
        padding-bottom: 40px;
    }

    .logo-flip, .piedras-obras{
        display: none;
    }

    .padding-text-obras{
        height: auto !important;
    }

    .text-resposabilidad, .white-text {
        margin-top: 0;
    }

    .rectanguloblue, .img-text-social, .arrow-bottom-rigth{
        display: none;
    }
  .double-text br{
    display: none;
  }

  .text{
      font-size: 24px!important;
  }

}


#primary-menu ul li a{
  text-align: center;
}

.double-text{
  text-align: center;
  padding-top: 30px !important;
  line-height: 1;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a.double-text{
  padding-top: 10px !important; 
}

.servicios {
  padding-bottom: 45px;
  padding-top: 40px;
  margin: auto;
  width: 65%;
}
.servicios p {
  font-size: 16px;
}

@media (max-width: 1064px) {
  .servicios {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .servicios {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .servicios {
    margin-top: 30px;
  }
  .servicios .iconos-servicios {
    margin-top: 0;
    width: 100%;
  }
}

/*#servicio-1{ background-image: url(../images/proyecto1.jpg);}*/
#servicio-2{ background-image: url(../images/stock-7.png);}
#servicio-3{ background-image: url(../images/stock-8.jpg);}
#servicio-4{ background-image: url(../images/proyecto2.jpg);}
#servicio-5{ background-image: url(../images/stock-10.jpg);}
#servicio-6{ background-image: url(../images/stock-11.jpg);}

#servicio-barroco{ background-image: url(../images/proyecto1.png);}
#informacion-p1-barroco{ background-image: url(../images/imagen1.jpg);}

#ecologica-1{ background-image: url(../images/stock-16.jpg); height: 500px; background-position: center;}

#oceano{background-image: url(../images/stock-17.jpg); background-size: cover}

@media (max-width:1200px){
    .video-wrap {
        margin-top: 100px;
    }
}


.no-border-bottom{
    border-bottom: none!important;
    font-size: 30px;
    color: white;
    cursor: default;
    font-weight: 100;
}

@media (max-width: 991px){
    #primary-menu ul li:hover > a > div, #primary-menu ul li.current > a > div {
        border-bottom: none;
    }
  #primary-menu > ul > li.current a div, #primary-menu > ul > li.current a div:hover{
    border: none !important;
  }
  #primary-menu > ul > li.current a div, #primary-menu > ul > li.current:hover a div{
    border: none !important;
  }
  .video-wrap {
    margin-top: 100px;
    background-image: url('video/cocipa.jpg');
    background-size: cover;
    height: 100%;
  }
  .h500{
      /* width: 100%; */
      height: 350px!important;
  }
  .padding-text-obras{
    height: auto!important;
    padding: 0 60px !important;
    }
    .content-img-grid {
        height: 62vh!important;
    }
}

@media (max-width: 768px){
  .gray{font-size: 60px;}
  .big-title{font-size: 30px !important;}
  .mar-obras .content-wrap {
      padding: 15px 0;
      padding-bottom: 40px;
  }
  
  .mar-obras{
          margin-top: -330px;
    padding-top: 120px;
  }

  .logo-flip, .piedras-obras{
      display: none;
  }

  .padding-text-obras{
      height: auto !important;
  }

  .text-resposabilidad {
      margin-top: 30px;
  }

  .white-text {
      margin-top: 0;
  }

  .rectanguloblue, .img-text-social, .arrow-bottom-rigth{
      display: none;
  }

  .video-wrap {
    margin-top: 80px;
  }
  .content-img-grid {
    height: 350px!important;
    }
}

#primary-menu ul li > a span {
    display: inline !important;
    font-size: 45px;
    font-weight: 700;
    color: white!important;
}

.logo{
    width: 248px;
    height: 222px;;
    background-image: url(../images/spritesheet-cocipa.png);
    margin: 0 auto;
}

@media(max-width:400px){
    .topmargin-lg {
        margin-top: 180px !important;
    }
}

.icon-reorder{
    color:#fff !important;
}

#proyecto-content {
    padding: 30px;
    padding-top: 40px;
    padding-left: 0;
    font-size: 15px !important;
    padding-bottom: 0;
}


 /*#proyecto-content .bg-descripcion-barroco {
    background: #FFF url(../images/museo_barroco/imagen1.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 675px;
    max-height: auto; }

    .descripcion .card {
    line-height: 20px !important;
    padding: 1px 35px;
}*/

.card {
    background: #f1f1f1;
    padding: 20px;
    box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.1);
}

.descripcion .info-content {
    margin-top: 30px;
}

#informacion-p2 {
    position: relative;
}

#informacion-p2 img {
    position: absolute;
    top: 50px;
    width: 45%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#informacion-p2 .card {
    line-height: 20px !important;
    margin-top: 100px;
}