
/********************************************************************
                                FORMULARIO SEND
/*********************************************************************/
/********************************************************************/
.cardexc {
   
  background-color: dodgerblue;
  /* background-color: transparent;
  color: white;*/
  padding: 1rem;
  height: 340px;
}

.cardexcs {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .cardexcs { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cardexcs { grid-template-columns: repeat(4, 1fr); }
}
/********************************************************************/


#responsive-form{
	max-width:width: 90vw /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
	margin:0 auto;
    width:90%;
	top: 2%;
    /*background-color: #30ff00;*/
}
.responsive-form{
	max-width:width: 100vw /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
	margin:0 auto;
    width:100%;
	/*background-color: #30ff00;*/
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.05rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
	/*background-color: #30ff00;*/
}
.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

.form-control-feedback {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.form-control {
  padding-left: 30px!important;
  width: 100%;
  line-height: 1.80857;
  background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(39%, rgba(219,219,219,1)), color-stop(47%, rgba(219,219,219,1)), color-stop(90%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 39%, rgba(219,219,219,1) 47%, rgba(209,209,209,1) 90%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}

}

/**************** TERMINA FORMULARIOS ****************/
 
 .services-box-main{
     padding: 70px 0px;
}
 .contact-box-main{
     padding: 70px 0px;
}
 .contact-info-left{
     padding: 20px;
     background: url(../images/contact-bg.jpg) no-repeat center;
	 background-size: cover;
}
 .contact-info-left h2{
     font-size: 22px;
     font-weight: 700;
}
 .contact-info-left p{
     margin-bottom: 15px;
}
 .contact-info-left ul li{
     margin-bottom: 12px;
}
 .contact-info-left ul li p{
     font-size: 16px;
     color: #222222;
     font-weight: 300;
     padding-right: 16px;
     padding-left: 25px;
     line-height: 24px;
     position: relative;
}
 .contact-info-left ul li p i{
     position: absolute;
     left: 0;
     top: 5px;
     padding-right: 6px;
     color: #F1C40F;
}
 .contact-info-left ul li p a:hover{
     color: #F1C40F;
}
 .contact-form-right{
     padding: 20px;
}
 .contact-form-right h2{
     font-size: 24px;
     font-weight: 700;
}
 .contact-form-right p{
     margin-bottom: 15px;
}
 .contact-form-right .form-group .form-control::-moz-placeholder{
     color: #999999;
}
 .contact-form-right .form-group .form-control{
     border-radius: 0px;
     min-height: 40px;
}
 .contact-form-right .form-group {
     margin-bottom: 30px;
     position: relative;
}
 .contact-form-right .form-group .form-control:focus{
     border: 1px solid #F1C40F;
     box-shadow: none;
}
 .submit-button button{
     padding: 10px 20px;
     font-weight: 700;
     color: #ffffff;
     border: none;
}
/********************************************************************
                   TERMINA FORMULARIO SEND
/*********************************************************************/
/********************************************************************/




* {
	margin: 0;
	padding: 0;
}

/*
.footer {
	padding: 10px;
	text-align: right;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}*
.etiqueta {
	width: 120px;
	float: left;
	line-height: 28px;
	font-size: 20px;
}
.input-group {
	height: 30px;
	float: left;
	overflow-y: scroll;
}
.input-group input {
	height: 20px;
	width: 200px;
	padding: 3px;
	border: 1px solid #cccccc;
	border-radius: 0;
}*/
.inputgroup ul {
	width: 206px;
	border: 1px solid #eaeaea;
	position: absolute;
	z-index: 9;
	overflow-y: scroll;
	background: #f3f3f3;
	list-style: none;
	margin-left: 5px;
    margin-top: -3px;
}
.inputgroup ul li {
	padding: 2px;
}
.inputgroup ul li:hover {
	background: #eaeaea;
}
#country_list_id {
	display: none;
}


