.boton_inicio{
   
  color: white;
  height: 6%;
  width: 80%;
}

.fecha_inicio{
  font-size: 16px;
}

.boton_enviar{
  border-radius: 5px;
  background-color: #FC7A23;
  color: white;
  width: 70%;
}
.boton_enviar:hover {
    cursor: pointer; 
}

.input_inicio{
  font-size: 14px;
  height: 4%;
  border-radius: 5px;
  text-align: left;
  width: 50%;
  margin-left: -10px;
  border: 1px solid black;
  text-align: center;

}

.label_inicio{
  border-radius: 5px;
  background-color: #00b19d;
  color: white;
  height: 4%;
  border: 1px solid black;
  font-size: 14px;
  text-align: right;
  padding-right: 6%;
  width: 50%;

}

.titulo_fondo{
  color: white;
  width: 40%;
  height: 20%;
  padding: 10px;
  font-weight: bold;
  font-size: 25px; 
}

.contenido_fondo{
  
  width: 100%;
  border-radius: 8px;
}

.accordion_preguntas {
  background:rgba(0,0,0,0);
  color: white;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  height: 50px;
  text-align: left;
  outline: none;
  font-size: 14px;
  transition: 0.4s;
  border-radius: 8px;
  border-style: none;
  font-weight: bold; 
  margin-bottom: 2px;
  margin-top: 5px;
}

.accordion_preguntas:not(.active) .arrow:before {
  font-family: FontAwesome;
  content: "\f0da";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: left;
}
.arrow:before {
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: left;
}


.active, .accordion_preguntas:hover {
  background-color: #FBFBFB;
  color: #9A2609;
  margin-bottom: 0px;
}


.panel_preguntas {
  width: 100%;
  padding: 0 18px;
  display: none;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #D9EBEE;
  margin-bottom: 4px;
}

.respuesta{
  font-size: 14px;
  text-align: justify;
  color: black;
}


.fondo-image {
  background-image: url("../assets/img/iphones-34.png");
  height: 580px;
  width: 480px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 480px 100%;
  position: relative;
}

.contenido-fondo {
  height: 500px;
  width: 55%;
  text-align: justify;
  font-size: 19px;
  background-size: 100px 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  color: white;
  background: rgba(0,0,0,0.4); 
  margin-left: 45px;
  border-radius: 30px;
}


/* Estilo BotonWhatsApp */
.float-facebook{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#3b5998;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
  top: 75%;
}

.float-chat{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:white;
  color:#508dea;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.contacto-contenido{
  font-size: 15px;
  text-align: left; 
  margin-left: 20px;
  margin-right: 20px;
  color: black;
}

.contenido_contacto{
  background-color: white;
  width: 100%;
  border-radius: 8px;
  height: 435px;
}

.rs-facebook{
  background-color:#3b5998;
  color:#FFF;
  border-radius:8px;
  text-align:center;
  font-size:30px;
  padding: 5px 15px;
  margin-left: 30px;
 
}

.rs-instagram{
  background: #d6249f;
  /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  */
  color:#FFF;
  border-radius:8px;
  text-align:center;
  font-size:30px;
  padding: 5px 5px 5px 10px;
}

.posicion{
  position: absolute;
}

.activarscrool{
  height: 100%;
  overflow-y: auto;
}

@media (max-width:800px)  {
  .titulo_fondo{
    width: 90%;
  }
  .contenido_contacto{
    height: 100%;
    margin-top: 5%;
  }

  .posicion{
    position: relative;
  }

  .activarscrool{
    overflow-y: hidden;
  }

  .g-recaptcha {
    transform:scale(0.79);-webkit-transform:scale(0.79);
    transform-origin: ;-webkit-transform-origin: ;
    margin-left: -7%;
  } 

}

@media (max-width:400px)  {
   
  .ampliar_contenido{
    width: 130%;
     margin-left: -15%;
     margin-right: 2%;
  }

   .fondo-image {
    width: 100%;
    background-size: 280px 65%;
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .contenido-fondo {
    height: 350px;  
    font-size: 12px;
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 3%;
    margin-left: 7%;
    margin-top: 35%;
  }

  .boton_inicio{
    width: 100%;
    font-size: 12px;
  }

   .input_inicio{
    font-size: 9px;
    height: 6%;
    width: 60%;

  }

  .label_inicio{    
    width: 40%;
    font-size: 9px;
    height: 6%;
    padding-right: 10%;
    margin-top: -10%;
  }

  .boton_enviar{    
    margin-top: -30%;
  }

  .fecha_inicio{
    font-size: 9px;
  }
 
}



