.fnd{
    background-image: url('../assets/images/banner.jpg');
    width: 100%;
    height: 352px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
 
}
#imagen{
    filter:brightness(0.4);
}

.ct{
    color: white;

}

.ft{
    color: gray;
}

.bg-dark{
    background: black !important;
}

.fondo {
    /* background: url(http://virtual.multibilingue.com.ec/luis/equipo.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.imagen {
    /* background: url(http://virtual.multibilingue.com.ec/luis/equipo.jpg) no-repeat center center fixed; */
    width: 100%;
    height: 100%;
}

.cabecera {
    margin-top: 6rem;
    margin-bottom: 3rem;
}

p,
h2,label {
    font-family: 'Questrial', sans-serif;
    /* color: #0B3861; */
    color: black;
}
.fnt h3{
    color: white;
}

.contacto {
    /* text-shadow: 3px 2px #3E4194; */
    /* text-shadow: 3px 3px 5px #000,
               6px 6px 5px #000,
               9px 9px 5px #000; */
    font-size: 40px;
    color: black;
    font-family: 'Playfair Display', serif;
}

.inicio {
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    color: black;
}

.boton{
    background: #FF5733;
    color: white;
}

.boton:hover{
    background: tomato;
    color: white;
}

p,li{
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
}

.redes{
    color: #afafaf;
    /* background:#000a3d; */
    
}
.redes a i{
    color: white;
    font-size: 25px;
    
    margin-left: 8px;
}
.redes a i:hover{
    color: #afafaf;
}

.uil{
    font-size: 60px;
    padding: 40px;
    color: white;   
}
.fas,.far{
    
    /* padding: 40px; */
    color: black;   
    font-size: 20px;
}
.l-s{
    letter-spacing: 3px;
}



.logo{
    height: 50px;
}

.nav-link{
    font-size: 18px;
    letter-spacing: 3pt;
}


#contact-form {
	position: relative;
	z-index: 999;
}

#contact-form input[type=text], .contactForm textarea {
	width: 100%;
	background: rgba(227, 231, 228, 1);
	font-family: 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form textarea {
	padding-top: 1em;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.send-btn input {
	margin: 0 auto 20px auto !important;
}



.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* google map */
#google-map {
  height: 315px;
}
.btn-theme {
    /* background: #95cbdd; */
    background: #FF5733;
  }
  .btn-theme:hover,.btn-theme:focus,.btn-theme:active{
    background: #85b0be;
  }

  .contactos{
      display: flex;
      align-items: center;
    justify-content: center;
    align-content: center;
  }

  .logof{
    width: 130px;
}