*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#mensaje2 img {}

body{
	margin: 0;
	padding: 0;
	color: #1d1e1c;
	background-color: #fab410;
	overflow-x: hidden;
	font-family: 'Poppins-Regular', sans-serif;;
}

header {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fab410;
}

.logo_directamente {
	    width: 200px;
    margin: 30px auto;
    display: block;
}

main{
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 30px 0;
    background-color: #ffffff;
	height: 540px;
}

h1 {
	font-family: 'Poppins-ExtraLight', sans-serif;
        font-size: 45px;
    line-height: 58px;
    font-weight: 200;
	    margin: 0 0 0 0;
}

h1 span {
	font-family: 'Merriweather-BlackItalic', sans-serif;
    font-size: 104px;
    line-height: 96px;
    font-weight: 900;
    font-style: italic;
    color: #fab410;
    letter-spacing: -2px;
}

h1 span strong {
	font-family: 'Merriweather-BlackItalic', sans-serif;
    font-size: 50px;
    line-height: 56px;
    font-weight: 900;
    font-style: italic;
    color: #fab410;
}

.password {
	position: relative;
    margin: 55px 0 0 0;
    padding: 0;
    width: 300px;
}

.box_caja {
	    position: absolute;
    width: 100%;
    left: -240px;
    bottom: -110px;
    text-align: right;
}

.caja_fuerte {
	
}

footer {
    padding: 0;
    color: white;
    background-color: #fab410;
  }
  
  footer a {
	  text-align: right;
	  color: white;
}



/*Formulario*/

.llama{
   margin-bottom: 0px;
    padding: 20px;
    border-bottom: 10px solid #e1e5e8;
}

.llama p{
    margin: 0;
    color: #ffffff;
    text-align: center;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
}

.llama a{
	font-family: 'Poppins-Regular', sans-serif;
    text-decoration: none;
    display: inline-block;
    font-size: 46px;
    line-height: 40px;
    color: #ecbf41;
    vertical-align: bottom;
    margin: 10px 0 0 10px;
}

.llama a:hover{
    text-decoration: none;
}

.te_llamamos p{
    color: #1d1e1c;
    margin: 0;
    font-size: 27px;
    line-height: 30px;
    font-weight: 200;
    font-family: 'Poppins-ExtraLight', sans-serif;;
}
.te_llamamos p{
    color: #1d1e1c;
    margin: 0 0 10px 0;
    font-size: 25px;
    line-height: 30px;
    font-weight: 200;
    font-family: 'Poppins-ExtraLight', sans-serif;;
}
.te_llamamos p.prefieres{
    font-weight: 100;
    font-size: 22px;
}
.te_llamamos{
    padding: 15px 40px;
    text-align: center;
}
.te_llamamos input{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #9b9b9a;
    height: 32px;
    margin: 4px 0;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins-Regular', sans-serif;;
    font-weight: 400;
    font-style: italic;
	
}

.te_llamamos input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9b9b9a;
  opacity: 1; /* Firefox */
}
.te_llamamos input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9b9b9a;
  opacity: 1; /* Firefox */
}
.te_llamamos input::-ms-input-placeholder { /* Microsoft Edge */
  color: #9b9b9a;
  opacity: 1; /* Firefox */
}

.te_llamamos input:focus{
    border: none;
    outline: 0px;
}
.te_llamamos input[type="radio"]{
  width:20px;
  margin:0;
}

.te_llamamos p.legal {
	font-family: 'Poppins-Regular', sans-serif;;
    text-align: left;
    font-size: 10px;
    line-height: 13px;
	color: #9b9b9a;
}

.llamamos_gratis strong {
	color: #1d1e1c;
    margin: 0;
    font-size: 32px;
    line-height: 30px;
    font-weight: 900;
    font-style: italic;
    font-family: 'Merriweather-BlackItalic', sans-serif;
}

.box_input_llamada{
  padding:10px;
  display:none;
  border:1px solid white;
  border-radius:20px;
  transition: .2s ease-in-out;
}
.box_input_llamada.visible{
  display:block;
}
.box_input_llamada label{
  color:white;
  font-weight: 500;
  font-size: 20px;;
  margin-left:10px;;
}

.te_llamamos select{
   width: 100%;
    border-radius: 0px;
    border: 1px solid #828282;
    /*padding-left: 15px;*/
    height: 32px;
    margin: 4px 0;
    text-align: center;
    font-weight: lighter;
    font-size: 16px;
	padding: 0;
}

.acepto{
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.acepto p{
    margin: 0;
    margin-left: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}
.acepto input{
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin: 15px 0;
}

.llama_ahora{
    width: 100%;
    background-color: #fab410;
    color: white;
    border: none;
    padding: 5px;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    border-radius: 30px;
}

.llama_ahora:hover {
    background-color: #1d1e1c;
    color: white;
	transition: all .2s ease-in;
}

.formulario{
  	width: 100%;
    margin: auto;
    margin-right: 0;
    display: block;
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
	border: 1px solid #fab410 ;
}
.acepto a{
    color: #ffffff;
}

.icon_corriendo {
	width: 130px;
    margin: 10px auto 0 auto;
    display: block;
}


/*Fin Formulario*/

@media (max-width: 1024px){
	
	.box_caja {
    bottom: -85px;
    left: 0;
    text-align: center;
	}
		
	.caja_fuerte {
    width: 550px;
}
	.llamamos_gratis strong {
    font-size: 30px;
    line-height: 30px;
	}
	
	.te_llamamos p {
    font-size: 23px;
    line-height: 30px;
	}
	
	.te_llamamos {
    padding: 15px 25px;
	}
	
	.password {
    width: 265px;
}
	
	
}

	
@media (max-width: 920px){
	
	h1 span {
    font-family: 'Merriweather-BlackItalic', sans-serif;
    font-size: 73px;
    line-height: 80px;
	}
	
	h1 {
    font-size: 32px;
    line-height: 39px;
	}
	
	.box_caja {
    bottom: -85px;
    left: -25px;
    text-align: left;
}
	.password {
    width: 245px;
    margin: 21px 0 0 0;
}
	
	.te_llamamos p {	
    font-size: 21px;
    line-height: 26px;
}
	.llamamos_gratis strong {
    font-size: 27px;
    line-height: 25px;
}
	
	
	
		
}

@media (max-width: 767px){
	
	#formulario {
		margin: 60px 0 0 0;
	}
	
	h1 {
    font-size: 31px;
    line-height: 38px;
    text-align: center;
		margin: 0 0 15px 0;
}
	
	h1 span {
    font-size: 62px;
    line-height: 64px;
}
	
	.llamamos_gratis strong {
    font-size: 34px;
    line-height: 33px;
}
	
	.te_llamamos p {
    font-size: 26px;
    line-height: 33px;
}
	
	.box-form-movil {
		margin: 20px 0 0 0;
	}
	
	.password {
        width: 245px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -327px;
    z-index: 99;
}
	
	.caja_fuerte {
    width: 390px;
    position: absolute;
    top: -180px;
    left: 0;
}
	
	.box_caja {
   position: relative;
    text-align: left;
    background-color: #fab410;
    width: 100%;
    height: 180px;
    margin: 105px 0 0 0;
    padding: 0;
    left: 0;
}
	
	
	
	
}

