* {
    margin: 0; 
    padding: 0;
}

body{
background-color: #ffffff;
/* background-image: linear-gradient(147deg, #0c61bb 0%, #0d3c6d 74%); */
/* background-image: url(img/Banner-dia-madre.jpg); */

    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 25px;
    /* background-image: url(img/bg.jpg); */
   
}


.hd{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}


.logo_container{
 
  max-width: 1037px;
  width: 60%;
   
}

.logo_container img{
 
    max-width: 1037px;
   
}


.linkhd{

 max-width: 250px;
 width: 40%;
}
.loc-del{
    color: #ffffff;
    font-size: 25px;
    text-decoration: none;
}

.logo_container img{
    width: 100%;
    padding: 0;
}
#imggr{
    max-width: 500px;
}
main{
    background-color: #ffffff;
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding: 30px 40px;
    border-radius: 6px;
    /* border: 1px #d1d1d1 solid; */
    /* -webkit-box-shadow: 8px 7px 5px 0px rgba(51, 51, 56, 0.58);
 -moz-box-shadow: 8px 7px 5px 0px rgba(51, 51, 56, 0.58);
 box-shadow: 2px 0px 5px 0px rgba(51, 51, 56, 0.58); */

  
}

main .tittle{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 margin: 20px 0;
 
}

h1{
    text-align: center;
    padding: 40px 15px 0px 15px;
    font-size: 23px;
    line-height: 28px;
    color: #000000;
}

.tittle p {
    text-align: center;
}



.form_container{
    max-width: 100%;
    margin: auto;
    display: block;
  
}
#cel-dist{
    display: flex;
}
#celular{
    width: 15%;
    padding-right: 3%;
}
#distrito{
    width: 85%;
}


.legales {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: grey;
}

.wrap1{
          display: flex;
          align-content: center;
          justify-content: center;
          gap: 6%;
}

footer{
   
    padding-top: 5px;

    
}

.redes_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
      

}

.redes_container img {
    max-width: 40px;
    padding: 10px 5px;
    
}

/* input{
    min-width: 20em;
} */

.boton{
    min-width: 15em;
    background-color: #004D92;
    transition: all 1s ease;
}

.boton:hover {
    background: #a80814;
    color: #fff !important;
  }

  .checkbox {
    font-family: Roboto, sans-serif;
    font-style: normal;
    padding-bottom: 2px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-right: 18px;

}

.logos{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
#farmacia-logo{
    max-width: 250px;
}
#cencosud-logo{
    max-width: 185px;
}
.redes{
    display: flex;
    gap: 10px;
    max-width: 270px;
    margin-left: 20px;
    align-items: center;
}
.redes-ic img{
    max-width: 35px;
}

@media screen and (max-width: 780px){


    .hd{
        display: flex;
        align-items: center;
    justify-content: center;
    width: 109%;
}
    
    
    .logo_container{
     
        max-width: 1041px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .logo_container img{
     
        max-width: 1037px;
       
    }
    
    
    .linkhd{
    
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .loc-del{
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
    }
    
    .logo_container img{
        width: 100%;
        padding: 0;
    }

    main{
        width: 80%;
        padding: 30px 10px;
        margin-top: 18px;
    }

    main .tittle{
      
        margin: 25px 0;
       }

    h1{
        text-align: center;
        padding: 30px 20px 10px 20px;
        font-size: 25px;
    }
    
    .tittle p {
        text-align: center;
    }

    .wrap1{
        display: block;
}

    .form_container{
        max-width: 99%;
    }

    input{
        min-width: 1em;

    }
    #cel-dist{
        display: flex;
        flex-direction: column;
    }
    #celular{
        width: 100%;
    }
    #distrito{
        width: 100%;
    }
    

    .boton{
        min-width: 12em; 
    }

    .legales{
        padding: 20px 10px;
    }
    .logos {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
}