* {
    margin: 0; 
    padding: 0;
}

body, textarea {
background-color: #ffffff;
font-size: 15px;
    font-weight: 500;

    color: #000000;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

main .logo_container{
    text-align: center;
    width: 100%;

 
   
}


main .logo_container img{
    width: 100%;
}

body{
    background-color: #f6f6f6;
}



main{
    background-color: #a30001;
    width: 60%;
    display: block;
    margin: auto;
    
   
    margin-bottom: 30px;
 
  

  
}

main .title{
    text-align: left;
 margin: 40px 0;
}

.title h1{
    text-align: center;
    padding: 20px   ;
    font-size: 28px;
    color:#1a73e8;
}

.title p {
    text-align: left;
    font-size: 25px;
    color: #000000;
    
}
.inputdivs {
    width: 47%;
    margin: 5px auto;
    

}
label{
    font-weight: 500;
    font-size: 15px;
    margin: 15px 0;
    color: #ffffff;
}

.ciudade_container{
    width: 50%;
}

.form_container{
   text-align: left;
 padding: 0px 40px 40px 40px;
   
  
}


.form-group-inputs:focus{
      outline: none !important;
    border:2px solid black;
    
}

form .container_inputs div{
    display: flex;
    width: 100%;
}

form .container_inputs div .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70px;
    padding: 8px 0;    
}

.modal-message{
    display: flex;
  justify-content: space-between;
  align-items: flex-start;

  padding: 20px 30px;
   flex-direction:column;
}

.modal-message p{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}
form .container_boton div {
    text-align: center;
    margin: 40px 0;
}

.modal-message-container {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal-message-container .modal-message-wrapper {
    background-color: #a30001;
    margin: 5% auto;
    width: 40%;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-weight: 500;
    color: #ffffff;
     font-size: 15px;width: 72%;
}


.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}


.container:hover input ~ .checkmark {
  background-color: #ccc;
}


.container input:checked ~ .checkmark {
  background-color: #000000;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.container input:checked ~ .checkmark:after {
  display: block;
}


.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.legales {
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    color: grey;
}

.inputs::placeholder{
    font-family: Poppins, sans-serif;
}

.inputs:focus{
   
    outline: none !important;
    border:2px solid black;
    

}

textarea:focus{
   
    outline: none !important;
    border:2px solid black;
    

}
.checkbox{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.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;
    
}

label{

    display: inline-block;

    margin: 0 5px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 15px;
    margin: 15px 0;
    color: #ffffff;

 
  
}

div

input{
    text-align: left;
  
   
    background-color: #fcfcfc;
    border: 1px solid #c9c9c9;

}

textarea{
    
    background-color: #fcfcfc;
    border: 1px solid #c9c9c9;
}



div .inputs{
    width: 100%;
    padding: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    
}

.form-group-wrapper{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.form-group-wrapper label{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ffffff;
    font-size: 15px;
    margin: 15px 0;
    color: #ffffff;
}

.form-group-wrapper .form-group-inputs{
     width: 70%;
    padding: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    
    
}

.form-group-inputs::placeholder{
   font-family: Poppins, sans-serif;
        font-size: 15px;
    font-weight: 500;
}
.boton{

  margin: 50px 0;
  text-align: center;
  margin: auto;
  width: 50%;
  max-width: 200px;
  

    
    padding: 12px !important;
          font-size: 20px;
            font-family: Poppins, Helvetica, Arial, sans-serif;
            font-weight: 600;
            color: rgb(255, 255, 255);
            text-align: center;
            border-radius: 4px;
            border: none;
 

}

.boton_container{
    margin: auto;
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 750px){
    
    form .container_inputs div{
       
        width: 100%;
    }

    header .logo_container img{
        width: 100%;
    }

    main{
        width: 85%;
    }

    .title h1{
        text-align: center;
        padding: 5px 0px;
        font-size: 28px;
        color:#1a73e8;
    }

 
}


@media screen and (max-width: 800px){

    form .container_inputs div{
        display: flex;

        width: 100%;
    }

  
    .modal-message-container .modal-message-wrapper{
        width: 80%;
    }
   

}
