@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
body{
	color: #2D2D2D;
	font-family: "Asap", sans-serif;
	background-color: #ffffff;
  	background-image: 
    radial-gradient(at 0% 0%, rgba(0, 51, 161, 0.12) 0px, transparent 50%), 
    radial-gradient(at 100% 0%, rgba(200, 233, 230, 0.6) 0px, transparent 50%), 
    radial-gradient(at 100% 100%, rgba(161, 172, 168, 0.2) 0px, transparent 50%), 
    radial-gradient(at 0% 100%, rgba(0, 51, 161, 0.08) 0px, transparent 50%),
    radial-gradient(at 50% 50%, rgba(200, 233, 230, 0.3) 0px, transparent 50%);
  	background-attachment: fixed;
  	background-size: cover;
  	min-height: 100vh;
  	font-size: 1.1rem;
}
h1{
	font-family: 'Asap', sans-serif;
	color: #344a46;

}
p, body {
  font-family: 'Asap', sans-serif;
  text-align: justify;
}

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.colora{
	color: #0033a1;
}
.colorv{
	color: #344a46;
}
.bgverde{
	background-color: #C9E2DF;
}
.bgfooter{
  background-color: #627571;
  color: white;
}
.card-animate {
    -webkit-transition: all .4s;
    transition: all .4s;
}
.card-animate:hover {
    transform: translateY(-.455rem);
}
.hover-1{
  color: black !important;
  text-decoration: none;
}

a.hover-1:hover{
  color: #25D366 !important;
}

/*foooter*/
.footer-bg-image {
  background-image: url('images/fondo-montanas.png'); 
  background-size: cover;
  background-position: center 80%;
  background-attachment: scroll;
  width: 100%;
}
.footer-overlay .list-group-item {
  transition: all 0.3s ease;
}
.footer-overlay .list-group-item:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.footer-overlay a {
  display: flex;
  align-items: center;
}
.txt-wb{
  color: white;
}


/*form*/

.form-group {
  position: relative;
  display: block;
}

.form-group span {
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text;
  }

.form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff;
    font-size: .9rem;
}

.form-control {
  border: none;
  border-bottom: 2px solid #263326;
  display: block;
  width: 100%;
  height: 43px;
  font-size: 15px;
  background: none; 
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.form-control:focus, .form-control:valid {
    border-bottom: 3px solid black; 
    background: transparent;
}
  
.form-control:focus + span, .form-control:valid + span {
  transform: translateY(-22px) scale(0.8); }
  
.form-control:focus + span + .border, .form-control:valid + span + .border {
  transform: scaleX(1); 
}

textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  height:50px;
}

.stylecheck{
  background-color: #f8f9fa; padding:10px;
}
.txt-check{
  color:#000000; font-weight: 600;
}

.boton2 {
  border: solid 2px rgb(0 51 161);
  padding: 10px 15px;
  text-decoration:none;
  color: white;
  background-color: rgb(0 51 161);
  border-radius: 0px !important;
}
a.boton2 {
  border: solid 2px rgb(0 51 161);
  padding: 10px 15px;
  text-decoration:none;
  color: white;
  background-color: rgb(0 51 161);
  border-radius: 0px !important;
}
a.boton2:hover{
  background: white;
  color: rgb(0 51 161);
  border: solid 2px rgb(0 51 161);
  transition: all 1s ease;
}

/*======================= RESPONSIVO =======================*/
@media screen and (max-width: 320px) {
  body{
    font-size: 1rem;
  }
  .txt-wb{
    color: #2D2D2D;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  body{
    font-size: 1rem;
  }
  .txt-wb{
    color: #2D2D2D;
  }
}
@media screen and (min-width: 376px) and (max-width: 540px) {
  body{
    font-size: 1rem;
  }
  .txt-wb{
    color: #2D2D2D;
  }
}
@media screen and (min-width: 720px) and (max-width: 914px) {
  body{
    font-size: 1rem;
  }
  .txt-wb{
    color: #2D2D2D;
  }
}
@media screen and (min-width: 915px) and (max-width: 1025px) {
  body{
    font-size: 1rem;
  }
  .txt-wb{
    color: #2D2D2D;
  }
}
