@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400');
:root {
  --c-black: #000000;
  --c-grey: #B9B9B9;
  --c-dark-grey: #404040;
  --c-primary: #c40000;
  --c-secondary: #00d8e6;
  --c-white: #ffffff;
  --c-grey-light: #e2e2e2;
  --c-whatsapp: #25D366;
  --c-email: #3b5998;
  --c-phone: #009479;
  --c-facebook: #3b5998;
  --c-twitter: #000000;
  --c-transparent: #ffffff00; }

html,
body {
  height: 100%;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 200;
  scroll-behavior: smooth;
}

section#allWeb {
  position: relative;
  width: 100%;
  height: 100%;
}

#Home {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#Home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0
}
#Home .overlay.al0 {
  background: rgba(0,0,0,0);
}
#Home .overlay.al25 {
  background: rgba(0,0,0,0.25);
}
#Home .overlay.al50 {
  background: rgba(0,0,0,0.50);
}
#Home .overlay.al75 {
  background: rgba(0,0,0,0.75);
}

.tabla { 
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.tabla .celda {
  position: relative;
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
.tabla .celda .bloque {
  position: relative;
  display: inline-block;
  max-width: 480px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.25);
}

@media screen and (min-width:768px){
  .tabla .celda .bloque{
    padding:40px;
  }
}

.tabla .celda .bloque #logo {
  position: relative;
  z-index: 0;
}

.tabla .celda .bloque #logo .imagen{
  width: 125px;
  height: 125px;
  border-radius: 125px;
  -webkit-border-radius: 125px;
  margin: 0 auto 20px;
  z-index: 0;
  -webkit-box-shadow: 0 0 0 25px rgba(255,255,255,1);
  box-shadow: 0 0 0 25px rgba(255,255,255,1);
}

.tabla .celda .bloque #logo:before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background: #c8cccf;
}


.tabla .celda .bloque h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.20rem;
  font-weight: 500;
}

.tabla .celda .bloque h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: 200;
  margin: 0 0 20px;
}

.tabla .celda .bloque .datos {
  position: relative;
  margin-bottom: 20px;
  color:#787878;
  letter-spacing: 0.13rem;
  font-weight: normal;
}


.tabla .celda .bloque .datos a {
  text-decoration: none;
  color:#787878;
  letter-spacing: 0.13rem;
  font-size:12px;
}

@media screen and (min-width:400px){
  .tabla .celda .bloque .datos a{
    font-size:14px;
  }
}

.tabla .celda .bloque .icono {
  display: block;
  margin: 10px 0 5px;
  font-size: 1.5rem;
  color:#787878;
}

.tabla .celda .bloque .icono_red {
  position: relative;
  display: inline-block;
  margin: 0 5px 10px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  color: #787878;
  border: 1px solid #787878;
  border-radius:50px;
  -webkit-border-radius:50px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

}

.swiper-container,
.swiper-slide {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  section#allWeb {
    height: auto;
  }

  .tabla {
    display: block;
    position: relative;
    height: auto;
  }

  .tabla .celda {
    display: block;
  }
}


.actionButtonsMobile {
  position: fixed;
  bottom: 10px;
  left: 0px;
  display: none;
  justify-content: center;
  padding: 0px 10px 0px 10px;
  z-index: 1000; }
  @media (min-width: 768px) {
    #actionsMobile {
      display: none; } }
  #actionsMobile .boton {
    cursor:pointer;
    position: relative;
    padding: 8px;
    width: 29%;
    margin: 0 1.5%;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
	  line-height: 1.5;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5); }
  #actionsMobile .whatsapp {
    background: #4dc247; }
  #actionsMobile .consultar {
    background: #3b5998; }
  #actionsMobile .llamar {
    background: #10BF7A; }
  @media (max-width: 768px) {
    #actionsMobile {
      display: flex;
      justify-content: center;
      width: 100%; } }
  #actionsMobile .dropup {
    width: 30.33%;
    margin: 0 1.5%;
    float: left;
    text-align: center; }
    #actionsMobile .dropup button {
      width: 100%;
      margin: 0; }


.socialShare {
  position: relative;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 25px;
  display: flex;
  align-items: center; 
  letter-spacing: 0rem;
  justify-content: center;
}
  
  .socialShare__text {
    font-size: 0.8rem;
    text-align: center;
    margin-right: 0.5rem; }
  .socialShare a {
    padding: 11px;
    font-size: 0.95rem;
    color: #fff !important;
    opacity: 1;
    transition: opacity 0.15s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: width 0.6s;
    width: 10px;
    height: 10px;
    margin-right: 0.5rem; }
    .socialShare a:hover {
      opacity: 0.8; }
  .socialShare__facebook {
    background: #3b5998; }
  .socialShare__twitter {
    background: #000000; }
  .socialShare__whatsapp {
    background: #25D366; }

    .socialShare__icon{
      height:15px;
      width:15px;
      filter: invert(100%) sepia(99%) saturate(0%) hue-rotate(122deg) brightness(107%) contrast(100%);
      max-width:none;
    }