input::-webkit-calendar-picker-indicator {
  display: none;
  width: 100%;
}
/*#########################################################
###########################################################
###                    otros                          #####
###########################################################
#########################################################*/

.container-button-form{

  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}

.container-input-form{
  position: relative;
  width: 100%;
  height: 20vh;
  
}


.button-form{
  position: relative;
  
  background-color: #FFF;
  border:none;

  padding: 15px 32px;
  border-radius: 5px;
  font-size: 20px;
  outline: 0;
}



/* Computer */
@media only screen and (min-width:1025px){ 

    .button-form{

      padding: 12px 30px;
      border-radius: 5px;
      font-size: 18px;
    }
}

/* iPad Retina, landscape*/
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){ 

    .button-form{

      padding: 12px 30px;
      border-radius: 5px;
      font-size: 18px;
    }
}

/* iPad Retina, portrait*/
@media only screen and (min-width:768px) and (max-width:1024px)  and (orientation:portrait){ 
    .button-form{

      padding: 12px 30px;
      border-radius: 5px;
      font-size: 18px;
    }


}


/* Phone, landscape*/
@media only screen and (min-width: 0px) and (max-width:767px) and (orientation:landscape){

    .button-form{

      padding: 8px 20px;
      border-radius: 5px;
      font-size: 14px;
    }

}

/* Phone, portrait*/
@media only screen and (min-width:0px) and (max-width:767px) and (orientation:portrait){ 

    .button-form{

      padding: 8px 20px;
      border-radius: 5px;
      font-size: 14px;
    }

}

/*#########################################################
###########################################################
###                    otros                          #####
###########################################################
#########################################################*/


.miniText{
  color:#FFF;
  font-size: 16px;
}

.form-form{
  position: absolute;
  width: 60%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.form3{
  width: auto;
  height: auto;
  text-align: center;
}

.form-page{
	position: fixed;
  width: 100%;
	height: 100% !important;
  bottom: 0px;
  background-color: #46A040;
}

.form-content{
  position: absolute;
  bottom: 0;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-content-2{
  position: absolute;
  bottom: 0;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-title {
  padding-bottom: 50px;
}

.form-title > h1{
  font-weight: 400;
  color: #FFF;
  text-align: center;
}

.form-title > h2{
  font-weight: 200;
  color: #FFF;
  text-align: center;
}

.text1Form > h1 {
  position: relative;
  top:10px;
  bottom:0px;
  width: 100%;
  color:#000;
  font-family: 'Dosis', sans-serif;
  font-weight: 200;
  outline:0;
  color: #FFF;
  margin:0;
}
/*#########################################################
###########################################################
###                    otros                          #####
###########################################################
#########################################################*/



.imageThemeForm {   
    position: relative;
    background-color: transparent; 
    border: 0;
    border-width: 10px; 
    outline:0;
    z-index: 1;
    width: 12vw!important;
    margin-left: 2vw;

    cursor:pointer;

}


.imageThemeForm > img {
  background-color: #F2F2F2;
  border-radius: 20%;
  border-style: solid;
  border-width: 5px;
  border-color: #CCC;
  outline:0;
  width: 100% !important;
}



.imageThemeForm:hover >img  {
   background: #FFF;
   outline:0;
}


.imageThemeForm:active> img  {
   background: #F2F2F2 ;
   outline:0;
}



/*#########################################################
###########################################################
###                    adaptativo                     #####
###########################################################
#########################################################*/


/* Computer */
@media only screen and (min-width:1025px){ 

  .form-content{
     width: 70%;
  }

  .form-content-2{
    width: 80%;
    height: 60%;
  }

  .form-control{
    font-size: 20px !important;
  }


  .form-title > h1{
    font-size: 25px;
  }

  .form-title > h2{
    font-size: 20px;
  }

  .imageThemeForm {   
      border-width: 10px; 
      width: 12vw!important;
      margin-left: 2vw;
  }


  .imageThemeForm > img {
    border-width: 5px;
  }

  .text1Form > h1 {
    font-size: 20px;
  }

}

/* iPad Retina, landscape*/
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape){ 

  .form-content{
    width: 80%;
    height: 60%;
  }

  .form-content-2{
    width: 80%;
    height: 50%;
  }




  .form-control{
    font-size: 20px !important;
  }

  .form-title > h1{
    font-size: 23px;
  }

  .form-title > h2{
    font-size: 20px;
  }

  .imageThemeForm {   
      border-width: 10px; 
      width: 14vw!important;
      margin-left: 2vw;
  }


  .imageThemeForm > img {
    border-width: 5px;
  }

  .text1Form > h1 {
    font-size: 20px;
  }

}

/* iPad Retina, portrait*/
@media only screen and (min-width:768px) and (max-width:1024px)  and (orientation:portrait){ 

  .form-content{
    width: 90%;
    height: 70%;
  }

  .form-content-2{
    width: 90%;
    height: 40%;
  }

  .form-form{
    width: 80%;
  }

  .form-control{
    font-size: 20px !important;
  }

  .form-title > h1{
    font-size: 23px;
  }

   .form-title > h2{
    font-size: 20px;
  }

  .imageThemeForm {   
      margin-top: 30px;
      border-width: 10px; 
      width: 23vw!important;
      margin-left: 5vw;
  }


  .imageThemeForm > img {
    border-width: 5px;
  }

  .text1Form > h1 {
    font-size: 20px;
  }

}


/* Phone, landscape*/
@media only screen and (min-width: 0px) and (max-width:767px) and (orientation:landscape){

  .form-content{
    width: 80%;
    height: 90%;
  }

  .form-content-2{
    width: 90%;
    height: 60%;
  }

  .form-control{
    font-size: 20px !important;
  }

  .form-form{
    width: 90%;
  }

  .form-title > h1{
    font-size: 18px;
  }

   .form-title > h2{
    font-size: 13px;
  }

  .imageThemeForm {   
      border-width: 3px; 
      width: 14vw!important;
      margin-left: 2vw;
  }


  .imageThemeForm > img {
    border-width: 3px;
  }

  .text1Form > h1 {
    font-size: 13px;
  }

  .miniText{
      font-size: 12px;
  }

}

/* Phone, portrait*/
@media only screen and (min-width:0px) and (max-width:767px) and (orientation:portrait){ 

  .form-content{
    width: 90%;
    height: 80%;
  }

  .form-content-2{
    width: 90%;
    height: 40%;
  }

  .form-form{
    width: 90%;
  }

  .form-control{
    font-size: 20px !important;
  }

  .form-title > h1{
    font-size: 18px;
  }

   .form-title > h2{
    font-size: 13px;
  }
  .imageThemeForm { 
      margin-top: 40px;  
      border-width: 3px; 
      width: 26vw!important;
      margin-left: 2vw;
  }


  .imageThemeForm > img {
    border-width: 3px;
  }

  .text1Form > h1 {
    font-size: 13px;
  }

  .miniText{
      font-size: 12px;
  }

}




