/* ==== MENU PRINCIPAL ===*/
#top-menu a {color: #fff;}

#main-header {background-color: #323232;}


/*=== MENU EFECTOS ===

.menu-efecto li a{
  position: relative;
  font-weight:bold;
  color:#0E83CD;
  margin: 0px 15px;
}
.menu-efecto li a:after{
  position: absolute;
  bottom: 7px;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #1C92F4;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transform: translateY(20px);        
}
.menu-efecto li a:hover:after{
  opacity:1;
  transform: translateY(15px)
}*/


/*=== ESTILOS GENERALES ===*/

.titulos-h1 {
  font-size: 60px;
  line-height: 1.25;
}

.titulos-h2 {
  font-size: 35px;
  line-height: 1.25;
}

.titulos-h3 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: bold;
}

@media (max-width: 480px) {

  .titulos-h1 { font-size: 40px !important;}
  .titulos-h3 {text-align: center;}
}

.subrayado {
  border: solid 2px #1c92f5;
  width: 35%;
}

.et-pb-icon {
    font-size: 40px !important;
    color: #1c92f5!important;
}

/*====== ALGUNOS CLIENTES =====*/
#algunos-clientes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

#algunos-clientes img {
  height: 50px;
  margin: 10px;
  padding: 5px;
  display: inline-block;
  filter: grayscale(80%);
}

#algunos-clientes img:hover {
  height: 55px;
  margin: 10px;
  padding: 5px;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
  transition:all .5s ease-in-out;
  filter: grayscale(0%);
}

/* ==== FORMULARIO DE CONTACTO 1 ===*/
/*
.wpcf7 {}
.wpcf7-form {}
.wpcf7-textarea {} */

.centrarform-cf7 {
	display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wpcf7 input {
	width: 750px;
	height: 50px;
  border-radius: 0;
	border: 0;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.18);
  background: transparent;
  font-size: 18px;
  color: #fff !important;
}

@media (max-width: 749px) {
  .wpcf7 input {
		width: 100%;
    padding: 0 10px;
	}
  
  input.text, select, textarea {
		width: 100% !important;
    padding: 0 10px;
		}

	.centrarform-cf7 {
	display: block;
	}
}

input.text, select, textarea {
    background-color: transparent;  
    padding: 2px;
    border-radius: 0;
   	border: 0;
    box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.18);
    color: #fff !important;
    font-size: 18px;
    width: 750px;
    margin-top: 20px;
}
::placeholder {
	color: #fff;
	font-size: 18px;
}
.wpcf7-validates-as-required {
	width: 100%;
	height: 35px;
	border-radius: 4px;
	padding-left: 10px;
}
.wpcf7-select {
	/*color: #323232;*/
	font-size: 18px;
}
.wpcf7-submit {
	background-color: #29abe2;
	border: #29abe2;
	font-size: 18px;
	color: #fff;
}

.wpcf7-submit:hover {
	background-color: #074c86;
	border: #f15a24;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #fff;
}


/* ==== COPYRIGHT FOOTER ===*/
#footer-info {
    float: none;
    padding-bottom: 10px;
    color: #666;
    text-align: center;
}