@charset "UTF-8";
/* CSS Document */

.wrapper .container{width:calc(100% - 30px) !important}
.caja-form{width:calc(30% - 30px);right:15px;margin-left:inherit;z-index:9999}

@media screen and (max-width:990px){
 .caja-form{width:calc(40% - 30px);}
 .container-int{width:calc(60% - 30px)}
 .container{width:100% !important}
 .form-two-cols{display:flex;}
 .form-two-cols .form-group{width:50%;box-sizing:border-box}
 .form-two-cols .form-group:nth-child(2n+1){padding-right:2px}
 .form-two-cols .form-group:nth-child(1n+1){padding-left:2px}
}
@media screen and (min-width:641px){
.caja-form form{display:block}
}

@media screen and (max-width:640px){
	.caja-form{height:auto;max-width:inherit;margin-right: 0;width:calc(100% - 30px);bottom:10px;top:inherit;background-color: rgba(241,241,241,.95)}
	.caja-form span.open{display:block;color:#232a5c}
	.caja-form span a{color:#232a5c}
	.caja-form span a:hover{color:#00a0e1}
	.caja-form form{display:none}
	.grecptacha-badge{position:inherit !important;left:inherit;bottom:inherit;margin-bottom:30px}
	.caja-form small br{display:none !important}
	.caja-form small{white-space:pre-wrap}
	.caja-form span i.rotate{r-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
}