@import url("https://fonts.googleapis.com/css?family=Rambla:400,400i,700");
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 100%;
  list-style: none;
  text-decoration: none;
  font-family: "Rambla", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}
h2 {
  font-size: 1.2em;
  font-weight: bold;
  /*letter-spacing: 0.18em;*/
  color: #f42434;
}
ul {
  list-style-type: none;
}
.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.box {
  position: relative;
  box-sizing: border-box;
  min-height: 1rem;
  margin-bottom: 0;
}
.box-nested {
  position: relative;
  box-sizing: border-box;
  min-height: 1rem;
  overflow: hidden;
}
/********************
* HEADER
**********/
header {
  box-sizing: border-box;
  padding: 1rem 1rem 1rem 1rem;
}
.logo img {
  width: 300px;
  height: auto;
}
header nav {
  margin-top: 2rem;
}
header nav ul li {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}
header nav ul li a {
  padding: 0 0.5rem 0.5rem 0.5rem;
}
header nav ul li a:hover,
.active {
  color: #f42434;
}
/********************
* TOP
**********/
.top {
  padding: 2rem 2em 2em 2em;
  color: white;
  background: #f42434;
}
.top-info {
  max-width: 1280px;
  margin: 0 auto 0 auto;
}
.top .left {
  line-height: 1.5rem;
}
.top .left h1 {
  margin-bottom: 2rem;
}
.top .right {
  margin-top: 4rem;
  text-align: center;
}
.top .right img {
  width: 130px;
  height: auto;
}
.top .right p {
  margin-top: 20px;
}
.mardulce-bg{
  background: #3b3b3a;
}
/********************
* MAIN
**********/
.swiper-container,
.swiper-container-mardulce {
  width: 100%;
  height: 100%;
  margin: 1rem 0 2rem 0;
}
.swiper-main{
  margin: 0 2rem 0 2rem;
}
.main {
  padding: 2rem 2rem 0rem 2rem;
  margin: 0rem auto 2rem auto;
  max-width: 1280px;
}
.main-portfolio {
  padding: 2rem 2rem 0rem 2rem;
  margin: 0rem auto 1rem auto;
  max-width: 1280px;
}
.main-dulce {
  padding: 2rem 2rem 0rem 2rem;
  margin: 0rem auto 2rem auto;
}
.works {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  cursor: pointer;
  background: #f42434;
}
.dulce{
  background: #3b3b3a;
}
.works p,
.works img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.works img {
  width: 100%;
  height: auto;
}
.works p {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  opacity: 0;
}
.works p {
  text-align: center;
  color: white;
  opacity: 0;
}
.works:hover p,
.works img {
  opacity: 1;
}
.works:hover img {
  opacity: 0.3;
}
.destacados .works{
  margin-top: 2rem;
}
/* EQUIPO */
.team-photo img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.team-text h2 {
  margin-bottom: 2rem;
  font-size: 1.2em;
}
.team-text h2 span {
  letter-spacing: 0.18em;
  color: #f42434;
}
.team-text p {
  line-height: 1.5rem;
}
/* DETALLES */
.link-detalle a:hover{
  border-bottom: solid 1px #fff;
}
.deet-name {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  color: #f42434;
}
.deet-title {
  /*letter-spacing: 0.18em;*/
  color: #f42434;
}
.deet {
  margin: 0.5em 0 2em 0;
}
.deet-pics img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.related-title{
  text-align: center;
}
/* CLIENTES */
.clientes{display: none;}
.clientes-xs{display: block;}
.clientes-xs img{
  width: 100%;
  height: auto;
}
/* CONTACTO */
.contact-data {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f42434;
}
.contact_data_border {
  display: none;
}
.contact-data p {
  display: inline-block;
}
.contact-data p:nth-child(2),
.contact-data p:nth-child(3) {
  margin-top: 1rem;
}
.contact_form {
  margin-top: 2rem;
}
.contact_form input {
  width: 100%;
  height: 3rem;
  margin-top: 1rem;
  padding-left: 5px;
}
.contact_form input:first-child {
  margin-top: 0;
}
.contact_form textarea {
  resize: none;
  width: 100%;
  height: 10rem;
  margin-top: 1rem;
  font-family: "Rambla", sans-serif;
}
.btn_send {
  padding: 12px 28px;
  margin-top: 1rem;
  float: right;
  text-align: center;
  text-decoration: none;
  font-size: 1em;
  border: none;
  color: white;
  background-color: #f42434;
}
#map {
  position: relative;
  margin-top: 2rem;
  height: 450px;
}
.form-response {
  display: none;
  text-align: center;
  margin-top: 20px;
}
/********************
* MAR DULCE
**********/
.mardulce {
  padding: 3rem 2em 3em 2em;
  /*margin: 2rem 0em 0em 0em;*/
  margin-top: auto;
  color: white;
  background: #3b3b3a;
}
.mardulce p {
  line-height: 1.5rem;
}
.mardulce img {
  width: 130px;
  height: auto;
}
.mardulce-text {
  margin-top: 2rem;
}
.mardulce-link {
  margin-top: 2rem;
}
/********************
* FOOTER
**********/
footer {
  padding: 6rem 2em 2em 2em;
  /*margin-top: auto;*/
  color: white;
  background: #f42434;
}
.links li:nth-child(2) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.min-logo img {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
.address {
  margin-top: 4rem;
}
.address p:first-child {
  margin-bottom: 0.5rem;
}
/********************
* RESPONSIVE
**********/
/* Medium Sreen */
@media only screen and (min-width: 48em) {
  header {
    padding: 2rem;
  }
  header nav {
    margin-top: 0;
  }
  header nav ul li a {
    padding: 0 1rem 0.5rem 1rem;
  }
  .top .left {
    text-align: left;
  }
  .top {
    padding: 8rem 2em 2em 2em;
  }
  .sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .contact-data p {
    margin-top: 0;
  }
  .contact_data_border {
    display: inline;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  footer .links {
    text-align: left;
  }
  footer .min-logo img {
    margin-top: 0;
  }
  footer .address {
    margin-top: 0;
    text-align: right;
  }
}
/* Large Sreen */
@media only screen and (min-width: 64em) {
  .swiper-main{
    margin: 0 5rem 0 5rem;
  }
  .top .right {
    margin-top: 0rem;
  }
  .team-photo img {
    float: right;
  }
}
/* Extra Large Sreen */
@media only screen and (min-width: 75em) {
  .swiper-main{
    margin: 0 8rem 0 8rem;
  }
  .clientes{
    display: block;
  }
  .clientes-xs{
    display: none;
  }
  .mardulce img {
    float: right;
  }
  .mardulce-text {
    text-align: left;
  }
  .mardulce-link {
    text-align: right;
  }
  .mardulce-text {
    margin-top: 0rem;
  }
  .mardulce-link {
    margin-top: 0rem;
  }
  footer .links {
    text-align: left;
  }
  footer .address {
    text-align: right;
  }
}
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
/*
.banner-edc {
  padding: 250px;
  background-image: url("../img/edc/Banner_Celular.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
@media only screen and (min-width: 64em) {
  .banner-edc {
    padding: 250px;
    background-image: url("../img/edc/Banner_Computadora.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
  }
}
*/
.banner-edc {
  width: 100%;
  height: auto;
}
.banner-edc img {
  width: 100%;
  height: auto;
}
.edc-pc {display: none;}
.edc-smart {display: block;}
@media only screen and (min-width: 64em) {
  .edc-pc {display: block;}
  .edc-smart {display: none;}
}