/*!
* Fashionista Jeans
* Development: Digital Insight
* Date: 2018
* font-family: 'Roboto Condensed', sans-serif;
* font-family: 'Playfair Display', serif;
*/

html, body { 
  margin:0; 
  padding:0; 
  height:100%;
}

.clear{
  clear: both;
}

.contendor{width:100%; height: 200%; background: purple}

.linkdeinteres{
  overflow: hidden !important;
}

.linkdeinteres img{
  width: 100%;
  transition:all ease 0.5s;
}

.linkdeinteres img:hover{
  opacity: 0.5;
  transform: scale(1.2); 
}

/*-----------------------------------------------header*/
.menu{
  width: 500px;
  height: 100%;
  position: fixed;
  background: #313349;
  background: rgb(49,51,73);
  background: rgba(49,51,73,0.95);
  z-index: 9999;
  left: -500px;
  display: table;
}
.menuwrap{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
#menu ul {
  width: 50%;
  margin:0 auto;
  list-style: none;
  text-align: left;
  padding: 0;
}
#menu ul li{
  margin:10px 0px;
  box-sizing: border-box;
  padding-left: 10px; 
  border-left: 1px solid transparent;
}
#menu ul li:hover{
  border-left: 3px solid;
  color: gray!important;
}
#menu ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

#menu ul li a:hover{
  color: gray!important;
}

.cerrar{
  position: absolute;
  right: 20px;
  top:20px;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  font-size: 22px;
}

.bannerhome > h2:nth-child(3){
color: white;
position: absolute;
top: 55%;
width: 30%;
text-align: center;
left: 35%;
font-size: 1.5em;
font-style: oblique;
font-family: futura;
margin-top: 50px;
}

/*-----------------------------------------------FOOTER*/
footer{
  background: #212330;
  box-sizing: border-box;
  padding: 40px 20px;
  background: #212330;
  border-top: 4px solid #5999d9;
}

.copyright{
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 12px;
}
.copyright a{color: #fff;}

.socialmedia{
  text-align: right;
  font-size: 22px;
  line-height: 12px;
}
.socialmedia a{color: #fff;}


/*-----------------------------------------------banner*/
.banner{
  width: 100%;
  height: 150px;
  position: relative;
  background: #252734;
}

.bannerhome{
  width: 100%;
  height: 80%;
  position: relative;
  background-image:url(../images/31364182_m1.jpg?ver=1.1); 
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background:cover;
}

#logotipohome{
  width: 300px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -150px;
}

#logotipoint{
  width: 250px;
  display: block;
  margin:0 auto;
  position: relative;
  top: 24px;
}

.homeopener{
  color: gainsboro;
  position: absolute;
  font-size: 32px;
  top:20px;
  left: 20px;
  cursor: pointer;
}




/*-----------------------------------------------contacto*/
#serviciosnuevo{
  margin-top:50px;
  margin-bottom:50px;

}
#serviciosnuevo h3{
  margin-bottom:20px;
}
#serviciosnuevo .servicio{
  position: relative;
  height: 250px;
  box-sizing: border-box;
}
#serviciosnuevo .servicio .container-bg{
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background:cover;
    padding: 20px;
}
#serviciosnuevo .servicio-title-new{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
    color: white;
    font-size:32px;
    font-family: 'Playfair Display', serif;
    text-shadow: -3px 1px 4px rgba(0,0,0,0.62);
}

#servicioshome{
  margin-top:50px;
  margin-bottom:50px;
}
#servicioshome h3{
  margin-bottom:20px;
}
#servicioshome .serv{
  min-height: 250px;
  box-sizing: border-box;
  overflow: hidden;
}
#servicioshome .cotianer-bg{
    position: absolute;
    right: 10px;
    top: 10px;
    left: 10px;
    bottom:10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background:cover;
    padding: 20px;
    transition: all .5s;
}

.serv:hover .cotianer-bg,
.serv:focus .cotianer-bg {
  transform: scale(1.2);
  transition: all .5s;
}

/*
#servicioshome .srv-title{
  position: absolute;
  z-index: 999;
  width: 70%;
  background: #56629d;
  left: 0;
  top:25px;
  padding:5px 5px;
  font-size:18px;
  color:#fff;
  font-family: futura;
}*/
#servicioshome .srv-title{
  display: table;
  width: 100%;
  height: 100%;
  padding:20px;
  position: absolute;
  z-index: 9999;
  color:#fff;
}
#servicioshome .srv-title .textvdospart{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
    color: white;
  font-size:32px !important;
}

/*-----------------------------------------------contacto*/
.newsleatter{
  background: #252734;
  padding: 50px;
  text-align: center;
  color: #fff;
}
.wrapnews{
  width: 600px;
  margin: 0 auto;
  text-align: left;
  line-height: 28px;
  font-family: 'Roboto Condensed', sans-serif;
}

.newsletterwrap{
  float: right;
}

.bpanews{
  width: 340px;
  padding: 2px 5px;
  color: #333;
  outline: none;
}
.enviarbtn{
  padding: 4px 15px;
  border: none;
  background: #7dacc8;
}

.container-ubicacion{
  padding:30px 0px;
  display: flex;
  margin: 20px 0px;
}
.ubicacion{
  flex:2;
  box-sizing: border-box;
  margin: 0px 20px;
}
.ubicaciontitle{
  background: #3a3d55;
  border-bottom: 2px solid #496c97;
  color: #fff;
  text-align: center;
  padding: 30px 0px;
  font-size: 22px;
  font-family: 'Roboto Condensed', sans-serif;
}

.ubicacion p{
  text-align: center;
  margin-top:20px; 
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}

.formulariocontacto{
  box-sizing: border-box;
  padding: 40px 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313449+0,6087a0+100 */
background: rgb(49,52,73); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(49,52,73,1) 0%, rgba(96,135,160,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(49,52,73,1) 0%,rgba(96,135,160,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(49,52,73,1) 0%,rgba(96,135,160,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313449', endColorstr='#6087a0',GradientType=0 ); /* IE6-9 */

}

.formulariocontacto h2{
  font-family: 'Playfair Display', serif;
}
.formulariocontacto strong{
  color: #5999d9;
  font-weight: normal;
}

.wrapform{
  width: 400px;
  margin:30px auto;
  text-align: left;
}

.wrapform label{
  color: #c3c4c6;
  font-size: 16px;
  font-weight: lighter;
}

.inputform{
  width: 100%;
  color: #c3c4c6;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #c3c4c6;
  font-weight: normal;
  margin-bottom: 10px;
}
.textareaform{
  width: 100%;
  color: #c3c4c6;
  font-size: 14px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #c3c4c6;
  font-weight: normal;
}

.submitform{
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 10px 0px;
  border: none;
  background: #fefeff;
  color: #666666;
  font-family: 'Playfair Display', serif;
}


/*-----------------------------------------------About us*/
.aboutusimg img{
  width: auto;
  height: 600px;
  display: block;
  margin: 0 auto;
}
.aboutustxt{
  box-sizing: border-box;
  background: #212330;
  padding: 50px;
  color: #fff;
}

.txtaboutus{
  width: 70%;
  margin: 0 auto;
}

.txtaboutus h2{
  font-family: 'Playfair Display', serif;
  border-bottom: 4px solid #5999d9;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.txtaboutus p{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #d6d6db;
  text-align: justify;
  }

  .acerca{
    width: 100%;
    height: auto;
  }
  .acerca .imgdiv{
    position: relative;
    width: 58.33333333%;
    height: 100%;
    float: left;
  }
   .acerca .imgdiv img {
    height: 100%; 
    width: 100%; 
    object-fit: cover
  }
  
  .txtaboutuswrap{
    width: 41.66666667%;
    float: right;
  }
  .txtaboutusv2{
  width: 70%;
  margin: 0 auto;
}
  .txtaboutusv2 h2{
  font-family: 'Playfair Display', serif;
  border-bottom: 4px solid #252734;
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.txtaboutusv2 p{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #252734;
  text-align: justify;
  }


.wrapservicios{
  width: 100%;
  display: flex;
    flex-wrap: wrap;
}
.wrapservicios div{
  flex: 1;
}
/*.flexphoto.patrvdos{
  flex-basis: 17%;
}*/
.flextext{
  box-sizing: border-box;
}
.flextext .wraptextflex{

  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.4em;
  text-align: justify;
  padding: 50px;
}
.wraptitlevdos{
  display: table;
  width: 100%;
  height: 100%;
}
.textvdospart{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
    color: white;
    font-family: 'Playfair Display', serif;
    font-size: 5em;
}
.wrapservicios.odd{
  flex-direction: row-reverse;
}
.patrvdos{
    background-size: cover;
    background-position: center;
    transition: all .5s;
    }

@media only screen and (max-width: 970px) { 
.wrapservicios{
  width: 100%;
  display: block;
}
.flexphoto{
  height: 250px;
}
.textvdospart{
    font-size: 3em;
}

#logotipohome{
  width: 200px;
  position: absolute;
  /*left: 50%;
  margin-left: -150px;
  top: 50%;
  margin-top: -70px;*/
  right:5px;
  top: 20px;
  margin-left: 0;
  margin-top: 0;
  left: unset;
}

}
/*-----------------------------------------------media querys*/

@media only screen and (max-width: 500px) {

.newsletterwrap{
  float: none;
}

.menu{
  width: 100%;
}

#menu ul li {
  padding-left: 0px;
  }

.bpanews {
    width: 180px;
    }

.wrapform {
    width: 330px;
}

.aboutusimg img {
    height: 300px;

}

.bannerhome > h2:nth-child(3){
    width: 80%;
    left: 10%;
    font-size: 1.2em;
    top: 60%;
    font-weight: lighter;
}

 .acerca .imgdiv{
    position: relative;
    width: 100%;
    height: 250px;
  }
    .txtaboutuswrap{
    width: 100%;
  }

  .txtaboutusv2{
  width: 100%;
  margin: 0 auto;
  }

}


@media screen and (max-width: 700px) {
.container-ubicacion{
  flex-direction:column; 
-webkit-flex-direction:column ;
-ms-flex-direction:column;
}
.ubicacion{
  margin-bottom: 50px;
}

.wrapnews{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 28px;
  font-family: 'Roboto Condensed', sans-serif;
}

.aboutusimg img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.bannerhome > h2:nth-child(3){
    width: 80%;
    left: 10%;
    font-size: 1.2em;
    bottom: 10%;
    font-weight: lighter;
    top: unset;
}

 .acerca .imgdiv{
    position: relative;
    width: 100%;
    height: 250px;
  }
    .txtaboutuswrap{
    width: 100%;
  }

}

@media screen and (max-width: 999px) {
  .acerca .imgdiv{
    position: relative;
    width: 100%;
    height: 250px;
  }
    .txtaboutuswrap{
    width: 100%;
  }
}
