/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

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

body, html {
	height: 100%;
	font-family: 'Lato', sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #ffffff;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/
.container {
	max-width: 1200px;
}





/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
	margin: 0 auto;

  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #ffffff;
  
}

.wrap-contact100 {
	width: 100%;
  max-width: 600px;
  background: #009ec5;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 20px;
	margin: 0 auto;
}


.wrap-contact100 a {
	text-decoration: none;
}


/*------------------------------------------------------------------
[ Form ]*/

.contact100-form-title {
	width: 100%;
	max-width: 250px;
  text-align: center;
  padding-bottom: 15px;
	margin: 0 auto;
}

.contact100-form-title img {
	width: 100%;
}


.texto {
	width: 100%;
	margin: 0 auto;
	padding: 1em;
	text-align: center;
	color: #fff;
}

.recuadro-orange {
	width: 100%;
	margin: 1em auto;
	padding: 0.5em;
	text-align: center;
	border-radius: 15px;
	background-color: #ff8200;
}

.recuadro-orange p {
	color: #fff;
	text-transform: uppercase;
}

.recuadro-orange p img{
	width: 18px;
	margin-right: 0.8em;
}

.recuadro {
	width: 100%;
	margin: 1em auto;
	padding: 0.5em;
	text-align: center;
	border-radius: 15px;
	background-color: #FFFFFF;
}

.recuadro p {
	color: #000000;
	text-transform: uppercase;
}

.recuadro p img{
	width: 18px;
	margin-right: 0.8em;
}


@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}