.box{
  margin: 10px;
  width: 300px;
  height: 50px;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
    margin-left:auto;
    margin-right:auto;
    width:90%;
}

.alert.success {background-color: #4CAF50;}
.alert.info    {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.espfield {
    display: none;
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.bottom {
    text-align: left;
}

.bottom-r {
    text-align: right;
}

@media screen and (max-width:767px) {
    .bottom, .bottom-r {
        text-align: center;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .top-list .fa {
        right: -20px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) { }

@media screen and (min-width:1200px) {
    .quote-form .btn {
        margin-top:25px;
    }
}
</style>

<script src="https://www.google.com/recaptcha/api.js"></script>

<style>
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------------- */

.content {
    width: 100%;
}

.title {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 97%;
}

.left {
  	padding-left: 0px;
  	padding-top: 50px;
  	margin-left: -30px;
  	float: left;
  	position: relative;
  	width: 55%;
  	height: 423px;
}

.right {
    padding-top: 10px;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    float: right;
    width: 45%;
    height: auto;
}

.resp-form {
	margin: -171px 0;
}

.resp-txtanimado {
    font-size: 4em;    
}

@media (max-width:767px) {
	.right {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 100px;
	}
	.left{
		width: 100%;
		padding-top: 25px;
		padding-left: 0px;
		float: inline-end;
	}
    .resp-txtanimado {
        font-size: 3em;    
    }	
}

@media (min-width:768px) and (max-width:991px) {
	.resp-form {
		margin: -171px -30px;
	}
}

.blink_me {
  	animation: blinker 1s linear infinite;
}

@keyframes blinker {
  	50% {
    opacity: 0;
  	}
}
</style>

<style>
.content-input input,
.content-select select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.content-input input{
	visibility: hidden;
	position: absolute;
	right: 0;
}

.content-input{
	position: relative;
	margin-bottom: 30px;
	padding:5px 0 5px 60px; /* Damos un padding de 60px para posicionar el elemento <i> en este espacio*/
	display:   inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 7px;
}
 
/* Estas reglas se aplicarán a todos las elementos i después de cualquier input*/
.content-input input + i{
 background: #f0f0f0;
 border:2px solid rgba(0,0,0,0.2);
 position: absolute; 
 left: 0;
 top: 0;
}
 
/* Estas reglas se aplicarán a todos los i despues de un input de tipo radio*/
.content-input input[type=radio] + i{
 height: 30px;
 width: 30px;
 border-radius: 100%;
 left: 15px;
}

.content-input input[type=radio] + i:before{
	content: '';
	display: block;
	height: 18px;
	width: 18px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 4px;
	left: 4px;
	background:#006cff;
	transition: all 0.25s ease; /* Todas las propiedades | tiempo | tipo movimiento */
	transform: scale(0) /* Lo reducimos a 0*/ ;
	opacity: 0; /* Lo ocultamos*/
}

.content-input input[type=radio]:checked + i:before{
	transform: scale(1);
	opacity: 1;
}

.content-input:hover input[type=radio]:not(:checked) + i{
	background: #d1edf2;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-wrapper {
  border: 1px solid #f5f5f5;
  color: #999999;
  background-color: #f5f5f5;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  /*font-style: italic;*/
  width: 100%;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.resp-optlang {
    border: 2px solid #f5f5f5;
    height:50px;
    background:#f5f5f5;
    border-radius: 4px;
}

.resp-pt {
    padding-top: 150px;
}

@media (max-width:575px) { 
.content-input {
  margin-bottom: 0;
}

.resp-optlabel {
    display:block;
    padding-left:25px;
}    

.resp-optlang {
    height:100px;
}    

.resp-pt {
    padding-top: 50px;
}
    
}