.body {
  margin: 0px;
  font-family: 'Roboto Black', sans-serif;
}
.ClasePadre {
  flex-direction: column;
  opacity: 1;
  background: #ffffff 0% 0% no-repeat padding-box;
  display: flex;
  height: 100vh;
}
.Header {
  justify-content: space-between;
  height: 80px;
  opacity: 1;
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0px 3px 10px #00000026;
  z-index: 0;
}
.cuadro-header {
  width: 1260px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
#siguenos {
  justify-content: center;
  align-items: center;
  display: flex;
}
.contenedor-header {
  justify-content: space-between;
  width: 339px;
  display: flex;
  text-align: center;
  letter-spacing: 0px;
  color: #141416;
  text-transform: uppercase;
  opacity: 1;
  font-size: 20px;
}
.contenedor-blanco {
  background-image: url("../image/LaCompania/fondo_la_compania.png");
  background-repeat: no-repeat;
  height: 557px;
  background-position: center top;
  position: relative;
}
.contenedor-blanco::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  clear: both;
}
.textos {
  padding-left: 15px;
  width: auto;
  max-width: 1260px;
  margin: auto;
}
.texto-header {
  color: black;
}
.texto1 {
  padding-top: 105px;
  text-align: left;
  font-size: 30px;
  letter-spacing: 1.68px;
  color: #141416;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
}
.texto2 {
  padding-top: 106px;
  width: 738px;
  text-align: left;
  font-size: 60px;
  letter-spacing: 2.36px;
  color: #141416;
  opacity: 1;
  font-weight: bold;
  line-height: 1;
}
.icono-logo {
  padding-top: 24px;
  opacity: 1;
}
.ubicaciones {
  justify-content: space-between;
  align-items: center;
  max-width: 1036px;
  width: 100%;
  margin: auto;
  display: inherit;
  opacity: 1;
  background: white;
}
#logo-facebook {
  width: 44px;
  height: 44px;
  border: 1px solid #141416;
  opacity: 1;
  border-radius: 6px;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #141416;
}
#logo-facebook:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}
.icon-logo-facebook {
  font-size: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}

#logo-instagram {
  width: 44px;
  height: 44px;
  border: 1px solid #141416;
  opacity: 1;
  border-radius: 6px;
  cursor: pointer;
}
#logo-instagram:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}
.icon-logo-instagram {
  font-size: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#logo-twitter {
  width: 44px;
  height: 44px;
  border: 1px solid #141416;
  opacity: 1;
  border-radius: 6px;
  cursor: pointer;
}
#logo-twitter:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}
.icon-logo-twitter {
  font-size: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.iconos-header {
  width: 172px;
  justify-content: space-between;
  display: inherit;
  align-items: center;
}

.rombo {
  width: 0;
  height: 0;
  border-right: 100px solid transparent;
  border-top: 100px solid transparent;
  border-left: 100px solid transparent;
  border-bottom: 100px solid #f0ad4e;
}
.cuadro-negro {
  justify-content: center;
  height: 79px;
  opacity: 1;
  display: flex;
  align-items: center;
  background: #141416;
  position: sticky;
  bottom: 0;
  width: 100%;
}
.cuadro {
  width: 1920px;
  height: 100px;
  opacity: 1;
  display: flex;
  align-items: center;
  background: #141416;
  justify-content: center;
}
.icon-logo {
  width: 133px;
  height: 55px;
  opacity: 1;
}
.tel1 {
  padding-top: 8px;
  font-size: 20px;
  color: #141416;
}
.tel2 {
  padding-top: 8px;
  font-size: 20px;
  color: #141416;
}
.tel3 {
  padding-top: 8px;
  font-size: 20px;
  color: #141416;
}
.icon-logo-text {
  width: 200px;
}
.cuadrotextoubi1 {
  color: #ffffff;
  cursor: pointer;
}
.cuadrotextoubi2 {
  color: #ffffff;
  cursor: pointer;
}
.cuadrotextoubi3 {
  color: #ffffff;
  cursor: pointer;
}
.La-campiña {
  padding-left: 15px;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #141416;
}
.La-conquista {
  padding-left: 15px;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #141416;
}
.montebello {
  padding-left: 15px;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #141416;
}
.boton1 {
  cursor: pointer;
  margin-top: 12px;
  width: 180px;
  height: 40px;
  background: #e0adfc 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  justify-content: center;
  display: flex;
  color: white;
  align-items: center;
}
.boton1:hover {
  background: #d8a0f7 0% 0% no-repeat padding-box;
}
.boton2 {
  cursor: pointer;
  margin-top: 12px;
  width: 180px;
  height: 40px;
  background: #e0adfc 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  justify-content: center;
  display: flex;
  color: white;
  align-items: center;
}
.boton2:hover {
  background: #d8a0f7 0% 0% no-repeat padding-box;
}
.boton3 {
  cursor: pointer;
  margin-top: 12px;
  width: 180px;
  height: 40px;
  background: #e0adfc 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  justify-content: center;
  display: flex;
  color: white;
  align-items: center;
}
.boton3:hover {
  background: #d8a0f7 0% 0% no-repeat padding-box;
}
.ubi-lacampiña {
  padding-left: 15px;
}
.ubi-montebello {
  padding-right: 15px;
}
@media screen and (max-height: 800px) {
  .cuadro-negro {
    position: relative;
  }
}
@media screen and (max-height: 900px) {
  .texto2 {
    padding-top: 33px;
  }
  .contenedor-blanco {
    background-image: url("../image/LaCompania/fondo_800.svg");
    background-position: center center;
    height: 427px;
  }
}

@media (max-width: 768px) {
  .ClasePadre {
    flex-direction: column;
    opacity: 1;
    background: #ffffff 0% 0% no-repeat padding-box;
    display: flex;
  }
  .Header {
    justify-content: space-between;
    max-width: 768px;
    height: 70px;
    opacity: 1;
    display: flex;
    align-items: center;
    background: white;
    box-shadow: 0px 3px 10px #00000026;
    z-index: 0;
  }
  .contenedor-blanco {
    height: 540px;
    background-image: url("../image/LaCompania/fondo_tablet.png");
  }
  .logo-lacompa {
    width: 27px;
    height: 27px;
  }
  .logo-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #siguenos {
    font-size: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .cuadro-header {
    width: 708px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .contenedor-header {
    justify-content: space-between;
    width: 216px;
    display: flex;
    text-align: center;
    letter-spacing: 0px;
    color: #141416;
    text-transform: uppercase;
    opacity: 1;
    font-size: 20px;
  }
  .textos {
    padding-left: 15px;
    width: auto;
    max-width: 708px;
    margin: auto;
    height: 666px;
  }
  .texto-header {
    color: black;
  }
  .texto1 {
    padding-top: 38px;
    text-align: left;
    font-size: 30px;
    letter-spacing: 1.68px;
    color: #141416;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
  }
  .texto2 {
    padding-top: 68px;
    width: 390px;
    text-align: left;
    font-size: 35px;
    letter-spacing: -0.96px;
    color: #141416;
    opacity: 1;
    font-weight: bold;
  }
  .icono-logo {
    padding-top: 25px;
  }
  .icon-logo-text {
    width: 170px;
    height: 70px;
    opacity: 1;
  }
  /* .ubicaciones {
    justify-content: space-between;
    width: 100%;
    max-width: 1036px;
    margin: auto;
    display: inherit;
    max-width: 708px;
    height: 255px;
    opacity: 1;
    background: white;
  } */
  #logo-facebook {
    width: 27px;
    height: 27px;
    border: 1px solid #141416;
    opacity: 1;
    border-radius: 6px;
    cursor: pointer;
  }
  .icon-logo-facebook {
    font-size: 27px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  #logo-instagram {
    width: 27px;
    height: 27px;
    border: 1px solid #141416;
    opacity: 1;
    border-radius: 6px;
    cursor: pointer;
  }
  .icon-logo-instagram {
    font-size: 27px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  #logo-twitter {
    width: 27px;
    height: 27px;
    border: 1px solid #141416;
    opacity: 1;
    border-radius: 6px;
    cursor: pointer;
  }
  .icon-logo-twitter {
    font-size: 27px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .iconos-header {
    width: 101px;
    justify-content: space-between;
    display: inherit;
  }
  .cuadro-negro {
    justify-content: center;
    max-width: 768px;
    height: 80px;
    opacity: 1;
    display: flex;
    align-items: center;
    background: #141416;
  }
  .icon-logo {
    width: 120px;
    height: 50px;
    opacity: 1;
  }
  .tel1 {
    padding-top: 8px;
    font-size: 20px;
    color: #141416;
  }
  .tel2 {
    padding-top: 8px;
    font-size: 20px;
    color: #141416;
  }
  .tel3 {
    padding-top: 8px;
    font-size: 20px;
    color: #141416;
  }

  .cuadrotextoubi1 {
    color: #ffffff;
    cursor: pointer;
  }
  .cuadrotextoubi2 {
    color: #ffffff;
    cursor: pointer;
  }
  .cuadrotextoubi3 {
    color: #ffffff;
    cursor: pointer;
  }
  .La-campiña {
    padding-top: 4px;
    padding-left: 15px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #141416;
  }
  .La-conquista {
    padding-top: 4px;
    padding-left: 15px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #141416;
  }
  .montebello {
    padding-top: 4px;
    padding-left: 15px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #141416;
  }
  .boton1 {
    cursor: pointer;
    margin-top: 12px;
    width: 180px;
    height: 40px;
    background: #e0adfc 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    display: flex;
    color: white;
    align-items: center;
  }
  .boton2 {
    cursor: pointer;
    margin-top: 12px;
    width: 180px;
    height: 40px;
    background: #e0adfc 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    display: flex;
    color: white;
    align-items: center;
  }
  .boton3 {
    cursor: pointer;
    margin-top: 12px;
    width: 180px;
    height: 40px;
    background: #e0adfc 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    display: flex;
    color: white;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .ClasePadre {
    flex-direction: column;
    opacity: 1;
    background: #ffffff 0% 0% no-repeat padding-box;
    display: flex;
    height: initial;
  }
  .Header {
    justify-content: space-between;
    height: 50px;
    opacity: 1;
    display: flex;
    align-items: center;
    background: white;
    box-shadow: 0px 3px 10px #00000026;
    z-index: 0;
  }
  .logo-lacompa {
    width: 27px;
    height: 27px;
  }
  .logo-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #siguenos {
    font-size: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .cuadro-header {
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .contenedor-header {
    justify-content: space-between;
    width: 216px;
    display: flex;
    text-align: center;
    letter-spacing: 0px;
    color: #141416;
    text-transform: uppercase;
    opacity: 1;
    font-size: 20px;
  }
  .textos {
    padding-left: 15px;
    width: auto;
    margin: auto;
    height: 350px;
  }
  .texto-header {
    color: black;
  }
  .texto1 {
    width: 138px;
    padding-top: 35px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.68px;
    color: #141416;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
  }
  .texto2 {
    margin-top: 20px;
    width: 234px;
    padding-top: 9px;
    text-align: left;
    font-size: 21px;
    letter-spacing: -0.96px;
    color: #141416;
    opacity: 1;
    font-weight: bold;
  }
  .icono-logo {
    padding-top: 12px;
  }
  .icon-logo-text {
    width: 90px;
    height: 37px;
    opacity: 1;
  }
  .ubicaciones {
    /*padding: 30px 0px 35px 0px;*/
    justify-content: space-evenly;
    width: 184px;
    margin: 15px auto;
    flex-direction: column;
    max-width: 414px;
    /* height: 419px; */
    opacity: 1;
    background: white;
  }
  #logo-facebook {
    width: 27px;
    height: 27px;
    border: 1px solid #141416;
    opacity: 1;
    border-radius: 6px;
  }
  .icon-logo-facebook {
    font-size: 27px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  #logo-instagram {
    width: 27px;
    height: 27px;
    border: 1px solid #141416;
    opacity: 1;
    border-radius: 6px;
  }
  .icon-logo-instagram {
    font-size: 27px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  #logo-twitter {
    width: 27px;
    height: 27px;
    border: 1px solid #141416;
    opacity: 1;
    border-radius: 6px;
  }
  .icon-logo-twitter {
    font-size: 27px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .iconos-header {
    width: 101px;
    justify-content: space-between;
    display: inherit;
  }
  .cuadro-negro {
    justify-content: center;
    height: 80px;
    opacity: 1;
    display: flex;
    align-items: center;
    background: #141416;
  }
  .icon-logo {
    width: 96px;
    height: 40px;
    opacity: 1;
  }
  .tel1 {
    padding-top: 8px;
    font-size: 20px;
    color: #141416;
  }
  .tel2 {
    padding-top: 8px;
    font-size: 20px;
    color: #141416;
  }
  .tel3 {
    padding-top: 8px;
    font-size: 20px;
    color: #141416;
  }

  .cuadrotextoubi1 {
    color: #ffffff;
    cursor: pointer;
  }
  .cuadrotextoubi2 {
    color: #ffffff;
    cursor: pointer;
  }
  .cuadrotextoubi3 {
    color: #ffffff;
    cursor: pointer;
  }
  .La-campiña {
    padding-top: 4px;
    padding-left: 15px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #141416;
  }
  .La-conquista {
    padding-top: 4px;
    padding-left: 15px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #141416;
  }
  .montebello {
    padding-top: 4px;
    padding-left: 15px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #141416;
  }
  .boton1 {
    margin-top: 12px;
    width: 183px;
    height: 27px;
    background: #e0adfc 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    display: flex;
  }
  .boton2 {
    margin-top: 12px;
    width: 183px;
    height: 27px;
    background: #e0adfc 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    display: flex;
  }
  .boton3 {
    margin-top: 12px;
    width: 183px;
    height: 27px;
    background: #e0adfc 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    justify-content: center;
    display: flex;
  }
  .ubi-lacampiña {
    padding-left: 0px;
  }
  .ubicaciones section:not(:last-child) {
    margin-bottom: 25px;
  }
  .ubi-montebello {
    padding-right: 0px;
  }
}

@media screen and (max-width: 500px) {
  .contenedor-blanco {
    height: 355px;
    background-image: url("../image/LaCompania/fondo_movil.svg");
    background-size: 100%;
    display: flex;
    justify-content: center;
  }
  .textos {
    width: 100%;
  }
  .contenedor-blanco::after {
    left: inherit;
  }
}

@media screen and (max-width: 375px) {
  .contenedor-blanco {
    max-height: 315px;
  }
}

@media screen and (max-width: 360px) {
  .contenedor-blanco {
    height: 315px;
  }
}

@media screen and (max-width: 320px) {
  .contenedor-blanco {
    height: 275px;
  }
  .texto2 {
    font-size: 19px;
  } 
}