.btn-slide {
    border: none;
    background: none;
    background-color: transparent;
}

.btn-contacto {
    display: flex;
    align-items: center;
    width: 75px;
    height: 55px;
    margin-right: -20px;
    margin-left: -30px;
    padding: 0; 
    box-sizing: border-box;
    cursor: pointer;
}


.contacto-slide {
    display: flex;
    position: fixed;
    right: -307px;
    top: 400px;
    padding: 10px 40px 10px 0px;
    border-radius: 20px;
    background-color: var(--text-color-inverse);
    box-sizing: border-box;
    border-color: var(--underline-menu-color);
    border-style:groove;
    transition: 300ms;
}

.contacto-slide img{
    padding-right: 20px;
}

.contacto-slide a {
    color: var(--primary-color);
}
.contacto-slide a:hover {
    color: var(--underline-menu-color);
}

.slide-btn-telefonos {
    margin-right: 280px;
}



.whatsapp {
    display: flex;
    position: fixed;
    justify-content: flex-end;
    align-items: center;
    top: 100px;
    right: 10px;
}

.whatsapp img {
    max-width: 55px;
    max-height: 55px;
    object-fit: contain;
}

.whatsapp img:hover {
    filter: brightness(110%);
}

.atencion-24hs h3{
    background-color: var(--underline-menu-color);
    color: var(--text-color-inverse);
    margin: 5px auto;
    padding: 10px auto;
    box-sizing: border-box;
}

section img {
    border-radius: 10px;
}

.profile-img {
    width: 78%;
    max-width: 800px;
}

.profile {
    text-align: center;
}

.espaciado-anclaje-encabezado {
    display: block; 
    content: ""; 
    margin-top: -170px; 
    height: 170px; 
    visibility: hidden; 
    pointer-events: none;
}

.espaciado-anclaje-encabezado-ubicacion {
    display: block; 
    content: ""; 
    margin-top: -581px; 
    height: 560px; 
    visibility: hidden; 
    pointer-events: none;
}

.profile-nosotros {
    background-color: var(--text-color-inverse);
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    max-height: 100%;
    
}

.profile-img-nosotros img {
    width: 100%;
}

.profile-title {
    font-weight: bold;
    color: var(--text-color);
    font-family: 'Noto Sans', sans-serif;
    margin: 0px auto;
}

.profile-details {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1;
    max-width: 400px;
    margin: 0px auto;
}

.profile-background-btn{
    background-color: var(--underline-menu-color);
    color: var(--text-color-inverse);
    margin: 10px 10;
    padding: 1px 0 15px 0;
    line-height: 1.1;
    font-size: 13px;
}

.profile-background-btn h3 {
    margin: 0 20px;
}

.profile-btn-consulta {
    background-color: var(--text-color-inverse);
    color: var(--underline-menu-color);
    border: none;
    font-size: 15px;
    /*los ems son en relacion a la fuente de arriba*/
    padding: 0.5em 1em;
    border-radius: 7px;
    cursor: pointer;
}

/*le damos un brillo al boton cuanto pasamos el mouse-puntero*/
.profile-btn-consulta:hover {
    filter: brightness(130%);
}

.profile-servicios {
    background-color: var(--underline-menu-color);
    color: var(--text-color-inverse);
    margin-top: 0px;
}

.profile-servicios h1 {
    margin: 0px;
}

.profile-servicios img {
    width: 100%;
}

.profile-contacto {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
    width: 100%;
    margin: 0px auto;
    box-sizing: border-box;
}

.profile-contacto h1 {
    top: 0px;
}

.profile-contacto img {
    width: 100%;
}

form {
    width: 100%;
    margin: 10px auto;
    background-color: var(--text-color-inverse);
    padding: 10px 20px;
    /*con esto le decimos que el padding lo haga hacia adentro, de esta manera no modifica el ancho total antes fijado (width: 450px)*/
    box-sizing: border-box;
    border-radius: 10px;
}

input, textarea {
    width: 100%;
    margin-bottom: 9px;
    padding: 8px;
    box-sizing: border-box;
    border: none;
}

form h1 {
    color: var(--underline-menu-color);
    text-align: center;
    margin: 0px;
}

textarea {
    min-height: 80px;
    max-height: 150px;
    max-width: 100%;
}

#submit {
    background-color: var(--underline-menu-color);
    color: var(--text-color-inverse);
    border: none;
    border-radius: 5px;
    margin: 5px auto;
    width: 100%;
    height: 30px;
}

#submit:hover {
    cursor: pointer;
    filter: brightness(130%);
}

.google-maps {
    width: 100%;
    max-width: 530px;
    background-color:var(--text-color-inverse);
    border-radius: 10px;
    color: var(--underline-menu-color);
}


/*******************************************/
/***************@MEDIA query****************/
/*******************************************/


@media (min-width: 767px) {
    .profile-img {
        width: 78%;
        max-width: 800px;
    }

    .body {
        padding-top: 170px;
    }

    .contacto-slide {
        opacity: 0;
    }

    .whatsapp img{
    max-width: 60px;
    max-height: 60px;
    object-fit: contain;
  }

    .atencion-24hs {
        font-size: 20px;
    }
    
    .profile {
        text-align: center;
    }

    .espaciado-anclaje-encabezado {
        margin-top: -120px; 
        height: 120px; 
    }

    .profile-nosotros {
        background-color: var(--text-color-inverse);
        display: flex;
        justify-content:space-around;
        align-items: center;
        flex-wrap: wrap;
        max-width: 100%;
        max-height: 100%;
        font-size: 20px;  
    }
    
    .profile-img-nosotros img {
        width: 600px;
    }
    
    .profile-title {
        font-size: 2em;
        font-weight: bold;
        margin: 0px auto;
        color: var(--text-color);
        font-family: 'Noto Sans', sans-serif;
    }
    
    .profile-details {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.1;
        max-width: 400px; 
        margin: 0 auto;
    }

    .profile-background-btn{
        color: var(--text-color-inverse);
    }

    .profile-background-btn h3{
        padding: 5px auto;
        margin: 0;
        box-sizing: border-box;
        font-size: 20px;
    }
    
    .profile-btn-consulta {
        background-color: var(--text-color-inverse);
        color: var(--underline-menu-color);
        border: none;
        font-size: 15px;
        /*los ems son en relacion a la fuente de arriba*/
        padding: 0.5em 1em;
        border-radius: 7px;
        cursor: pointer;
    }
    
    /*le damos un brillo al boton cuanto pasamos el mouse-puntero*/
    .profile-btn-consulta:hover {
        filter: brightness(130%);
    }
    
    .profile-servicios {
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
        align-items: center;
        margin: 0px auto;
        font-size: 20px;
    }

    .profile-servicos-txt {
        width: 490px;
    }

    .profile-servicios img {
        width: 600px;
    }

    .profile-contacto {
        display: flex;
        flex-wrap: wrap;
        justify-content:space-around;
        align-items: center;
        width: 100%;
        margin: 0px auto;
        padding: 10px ;
    }

    .profile-contacto h1 {
        font-size: 2.5em;
        margin: 0px auto;
    }

    .profile-contacto img {
        width: 600px;
    }

    form {
        width: 450px;
        border-radius: 10px;
    }
}