*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

.hero-head-websites{
    margin-top: 90px;
    width: 100%;
}

.titulo-websites{
    max-width: 90%;
    margin: 0 auto;
    padding: 16rem 1rem 0rem;
}

.hero-image-websites{
    background-image: url('../img/contacto-img.jpg');
    background-color: black;
    position: relative;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: left 25% center;
    background-size: cover;
    overflow: hidden;
}

.contacto-content{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-contacto{
    margin-left: 6rem;
}

.call-to-action-webs{
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem 1rem;
}

.cta-containers-web h2{
    margin-bottom: 2rem;
}


#social-media-contacto{
    margin-top: 2rem;
  }
  
  .social-icon-contacto{
    font-size: 1.8rem;
    /* color: #fff; */
    color: #000;
    padding-right: 20px;
  }



@media (max-width:800px){

    .hero-image-websites{
        height: 500px;
    }

    .titulo-websites{
        padding: 8rem 1rem 0;
    }

    .contacto-content{
        flex-direction: column;
        align-items: flex-start;
    }

    .logo-contacto{
        margin-left: 0;
        margin-top: 3rem;
    }

    .websites-items-dd-content, .text-web{
        width: 100%;
    }

    
}

