
*{
height: 100%;
width: 100%;
padding:0;
margin: 0;
overflow-x:hidden;
overflow-y: scroll;
}

body{
  background-image: url(imagenes1/fondo-contacto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}




nav{
  overflow-y: hidden;
}

ul{
  overflow-y: hidden;
}

li{
  overflow-y: hidden;
}

h3{
overflow-y: hidden;
}


.contenedor1{
background-color: rgba(88, 90, 246, 0.5);
  width: 80%;
  height: 70%;
  margin-top: 5%;
  margin-left: 10%;
  margin-right: 10%;
overflow-y: hidden;

}


.marque2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 20s linear infinite;
    font-family: 'Oswald', sans-serif;
    color: #585af6;

}

.marque2:hover {
    animation-play-state: paused
}

.marque2 span{
  color: red;
}

@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}



form{
  width: 80%;
  overflow-y: hidden;
}
.form_contact{
    width: 80%;
padding-left: 10%;
padding-top: 1%;
}

.form_contact h2{
	font-size: 25px;
	font-weight: 600;
	color:  white;
height: 10%;
  font-family: 'Oswald', sans-serif;
  overflow-y: hidden;
}


.form_contact label{
    font-weight: 600;
    padding-bottom: 5px;
    padding-top: 5px;
    color: blue;
    height: 10%;
    position: absolute;
    z-index: 3;
  display:block;
    font-family: 'Oswald', sans-serif;
}

.form_contact input {
  display: inline-block;
    width: 100%;
height: 15%;

    border: none;
    border-bottom: 2px solid #D1D1D1;
font-family: 'PT Sans', sans-serif;
	color: #5A5A5A;
	font-size: 14px;
	font-weight: 400;
  overflow-y: hidden;
}

.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 100px;
    border: none;
    border-bottom: 2px solid #D1D1D1;

	color: #5A5A5A;
	font-size: 14px;
	font-weight: 400;
  overflow-y: hidden;
}

.form_contact input[type="submit"]{
    width: 100%;
	background:  #05319D;
height: 10%;

font-family: 'Oswald', sans-serif;

    color: white;

	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.form_contact input[type="submit"]:hover{
    background: red;
    color: white;


}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(255,87,35,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 400px;
    padding: 30px 20px 15px;
    color: white;
    overflow-y: hidden;
}

.mensaje_modal h3{
    text-align: center;

	font-size: 20px;
	font-weight: 400;
  color: white;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #C5C5C5;
	margin: 10px 0px 15px;

}

.mensaje_modal p{
    font-size: 16px;
    color: #606060;
}

.mensaje_modal p:before{
    content: "\f00d";

    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;

	background: #12a19a;
	color: #fff;
	border: 2px solid #878786;
	cursor: pointer;

	float: right;
  overflow-y: hidden;
}

/* MENSAJE EXITOSO*/

.mensaje-exito{
    width: 100%;
    position: absolute;
    z-index: 3;

    margin-top: 15%;
    text-align: center;
overflow-y: hidden;
}

.mensaje-exito h2{
 color: #05319D;
    display: block;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}




#firstname{
  visibility: hidden;
  display: none;
  outline: 1px solid transparent;
  opacity: 0;
  overflow-y: hidden;
}

@media screen and (max-width: 850px){
  .contenedor1{
    margin-top: 20%;

  }
  .mensaje-exito{
    margin-top: 35%;
  }
}

@media screen and (max-width: 550px){
  .contenedor1{
    margin-top: 30%;

  }
  .marque2{
    font-size: 1.6em;
  }

  .mensaje-exito{
    margin-top: 55%;
  }

}

@media screen and (max-width: 450px){
  .contenedor1{
    margin-top: 45%;

      width: 100%;

      margin-left: 0%;
      margin-right: 0%;
  }

  .mensaje-exito{
    margin-top: 75%;
  }

  .marque2{
    display:none;
  }


}

@media screen and (max-width: 350px){
  .contenedor1{
    margin-top: 40%;

  }


    .mensaje-exito{
      margin-top: 85%;
    }


}







.footer-contacto{
  height: 10vh;
  background-color: #DBDCDD;
  overflow-y: hidden;
  position: fixed;
  z-index: 1;
  bottom:0;

}

.foot1-contacto{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #585af6;
    position: absolute;
    z-index: 2;
    overflow-y: hidden;
    margin-top: 2%;
    margin-left: 2%;
}


.foot3-contacto {
  width: 8%;
  height: auto;
  text-align: right;
  position: absolute;
  z-index: 2;
  overflow-y: hidden;
  margin-left: 85%;
  margin-top: 2vh;
}

.foot3-contacto img {
  width: 50%;
  height: auto;
  overflow-y: hidden;
}

@media screen and (max-width: 1000px){

  .foot3-contacto img {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 600px){

  .foot3-contacto img {
    width: 100%;

  }

  .foot3-contacto {
    width: 15%;
  }
}


@media screen and (max-height: 568px) and (max-width: 320px){

  body{
    background-color: #DBDCDD;
  }
}

@media screen and (max-height: 568px) and (max-width: 320px){

.footer-contacto{
display: none;
}
body{
  background-color: #DBDCDD;
}

.contenedor1{
  margin-top: 30%;

}


}
