*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main{
    background-color: black;
}
.carrusel{
    background-color: black;
    color: white;
}
.servicios{
    background: rgb(255,237,0);
    background: linear-gradient(150deg, rgba(255,237,0,1) 0%, rgba(255,237,0,1) 13%, rgba(231,29,115,1) 46%, rgba(231,29,115,1) 60%, rgba(255,237,0,1) 88%, rgba(255,237,0,1) 100%);
    padding-top: 100px;
    padding-bottom: 100px;
}
.formulario{
    background-color: black;
    color: white;
}
.card-servicios{
    background-color: black !important;
    color: white !important;
    border-radius: 30px !important;
    height: 100%!important;
    box-shadow: rgb(0 0 0 / 75%) 10px 10px 23px 1px;
}
div.col{
    padding-left: 15px;
    padding-right: 15px;
}
.navbar{
    background-color: black;
}
.nav-link{
    margin-right: 15px;
    color: white !important;
    border-style: solid;
    border-width: 2px;
    border-radius: 0px 30px 30px 0px;
    border-color: white;
    padding: 8px !important;
    padding-right: 20px !important;
}
.navbar-collapse {
    flex: none !important;
}

.goto {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    overflow: hidden;
    transform: translate(0%, 50%);
    background: #E71D73;
    margin: auto;
    text-align: center;
}  
.h2-servicios{
    color: white;
    text-align: center;
    font-weight: 200;
    font-size: 2.5em;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.servicios-borde{
    border: 3px solid white;
    border-radius: 50px;
    padding: 40px;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 80px;
    margin-right: 80px;
}
.card-title{
    font-size: 1.5em;
    text-align: center;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card-text{
    font-size: 1em;
    text-align: center;
    line-height: normal;
}

.h2-proyectos{
    color: white;
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
}
.h2-section-proyectos{
    padding-top: 50px;
    padding-bottom: 20px;
}
.proyectos{
    background: black;
}
.formulario{
    padding-top: 100px;
    padding-bottom: 100px;
}
.slogan_footer{
    text-align: center;
    margin: 0px !important;
    transform: rotate(-4deg);
    font-size: 18px;
}
.text-formulario{
    text-transform: uppercase;
}
.boton-formulario{
    text-transform: uppercase;
    background-color:#E71D73 !important;
    border: none !important;
}







/* CONTENIDO DE LOS SERVICIOS */
.container-servicios {
    font-size: 62.5% !important;
  position: relative;
  display: flex;
  justify-content: center !important;
  align-items: center;
  flex-wrap: wrap;
}

.container-servicios .box {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: 1.5rem;
}

.container-servicios .box:hover .imgBox {
  transform: translate(-1.5rem, -1.5rem);
}

.container-servicios .box:hover .content {
  transform: translate(1.5rem, 1.5rem);
}

.imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.imgBox img {
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  resize: both;
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  align-items: flex-end;
  text-align: center;
  transition: 0.5s ease-in-out;
}

.content h2 {
  display: block;
  font-size: 2rem;
  color: #111;
  font-weight: 200;
  line-height: 2rem;
  letter-spacing: 1px;
}

.content span {
  color: #555;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 2px;
}

@media (max-width: 600px) {
  .container-servicios .box:hover .content {
    transform: translate(0, 1.5rem);
  }
  .container-servicios .box:hover .imgBox {
    transform: translate(0, -1.5rem);
  }
}
/*# sourceMappingURL=main.css.map */