body {
	margin:0;
	padding:0;
	background:url(../img/fondo.jpg);
	font-family:'Montserrat',sans-serif;
}

.nav-item {
  align-items: center;
  transform: translateY(1em);
  text-align: center;
  font-size: 22px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  margin: 20px;
}

.dropdown-menu {
  transform: translateY(-3em);
  z-index: 99;
}

@media screen and (max-width:48em) {
  .navbar img {
    opacity: 0;
    position: absolute;
  }
}

.about-1 {
  margin: 30px;
  padding: 5px;
}

.about-1 h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.about-1::first-letter {
  color: #FF9933;
}

.about-1 p {
  text-align: center;
  padding: 3px;
  color: #fff;
}

.about-item {
  width: 380px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: white;
  padding: 80px,30px;
  box-shadow: 0 0 9px rgba(0,0,0 .6);
}

.about-item i {
  font-size: 43px;
  margin: 30px;
}

.about-item h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.about-item hr {
  width: 80px;
  height: 3px;
  background-color: #FF9933;
  margin: 0 auto;
  border: none;
}

.about-item p {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.about-item:hover {
  background-color: #FF9933;
}
.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
  color: #fff;
}

.about-item:hover hr {
  background-color: #fff;
}

.about-item:hover i {
  transform: translateY(-20px);
}

.about-item:hover i,
.about-item:hover h3,
.about-item:hover p {
  transition: all 400ms ease-in-out;
}

.p {
  margin-top: 50px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  margin-left: 100px;
}

.Foto {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 1000px;
  height: auto;
}

.container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 7%;
    background: #eee;
    min-height: 100vh;
    gap: 15px;
    padding-bottom: 80px;
}

.container .content {
    flex: 1 1 400px;
}

.container .image {
    flex: 1 1 400px;
}

.container .image img {
    width: 100%;
}

.container .content .titulo {
    font-size: 45px;
    text-transform: uppercase;
    color: #FF9933;
}

@media (max-width:500px) {
    .container {
        padding: 20px;
    }

    .container .content {
        text-align: center;
    }

    .container .content .titulo {
        font-size: 35px;
    }

    .container .content p {
        font-size: 14px;
    }

    .container .content .contador {
        gap: 5px;
    }

    .container .content .contador .box h3 {
        font-size: 30px;
    }

    .container .content .contador .box span {
        font-size: 15px;
    }
}

.wt {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: inline;
    text-align: end
}

.wt-icon svg {
    fill: #FF9933;
    width: 70px
}

.popup {
    position: relative;
    background-color: #fff;
    color: #FF9933;
    padding: 5px 25px 5px 25px;
    border-radius: 40px;
    right: 10px;
    transition: 1s;
    bottom: -10px;
    opacity: 0;
    box-shadow: 0px 0px 5px #FF9933
}

.popup p {
	color: #FF9933;
	transform: translateY(8px);
}

.wt:hover .popup {
    display: block;
    bottom: 10px;
    opacity: 1
}


.g-recaptcha {
	position: relative;
	transform: translateX(85px);
	margin-top: 10px;
}

.wrapper input {
	border-radius: 10px;
}

.about-item {
	width: 450px;
	height: 770px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 80px,30px;
	box-shadow: 0 0 9px rgba(0,0,0 .6);
	position: relative;
	border-radius: 20px;
  }
  
  .about-item i {
	font-size: 43px;
	margin: 30px;
  }
  
  .about-item h3 {
	font-size: 25px;
	margin-bottom: 10px;
  }
  
  .about-item hr {
	width: 80px;
	height: 3px;
	background-color: #FF9933;
	margin: 0 auto;
	border: none;
  }
  
  .about-item p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: medium;
	text-align: justify;
  }
  
  .about-item a {
	text-decoration: none;
	color: #fff;
	background: #FF9933;
	padding: 10px;
	border-radius: 10px;
  }
  
  .about-item:hover a {
	text-decoration: none;
	color: #FF9933;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
  }
  
  .about-item:hover h5 {
	color: #fff;
  }
  
  .about-item:hover {
	background-color: #FF9933;
  }
  .about-item:hover i,
  .about-item:hover h3,
  .about-item:hover p {
	color: #fff;
  }
  
  .about-item:hover hr {
	background-color: #fff;
  }
  
  .about-item:hover i {
	transform: translateY(-20px);
  }
  
  .about-item:hover i,
  .about-item:hover h3,
  .about-item:hover p {
	transition: all 400ms ease-in-out;
  }
  
  @media screen and (max-width:48em) {
	
  .about-item {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 80px,30px;
	box-shadow: 0 0 9px rgba(0,0,0 .6);
	position: relative;
	padding-bottom: 50px;
  }
  
  .about-item i {
	font-size: 43px;
	margin: 30px;
  }
  
  .about-item h3 {
	font-size: 25px;
	margin-bottom: 10px;
  }
  
  .about-item hr {
	width: 80px;
	height: 3px;
	background-color: #FF9933;
	margin: 0 auto;
	border: none;
  }
  
  .about-item p {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	font-size: small;
	text-align: left;
  }
}

#row1 {
	margin-top: 50px;
}

h1 {
	color: #fff;
	text-align: center;
	margin-top: 50px;
}

h1::first-letter {
	color: #FF9933;
}

.row .col {
	color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}

.container_pruebas {
	margin-top: 50px;
}

.container_pruebas {
	background-color: #FF9933;
}

.container_pruebas h2 {
	text-align: center;
	color: #fff;
	padding-top: 50px;
	font-weight: 800;
}

.container_pruebas p {
	color: #fff;
	text-align: justify;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 90px;
	padding-right: 90px;
	font-size: 17px;
}

.container_pruebas .col {
	padding-left: 50px;
	padding-right: 50px;
	line-height: 30px;
	text-align:justify;
	margin-left: 50px;
	margin-right: 50px;
}

.carousel-indicators {
	padding: 30px;
}

.textopruebas {
	text-align: justify;
}

.carousel-indicators {
	margin-top: 40px;

}

@media screen and (max-width:48em) {


	img {
		width: 350px;
    margin-top: 50px;
	}

  .accordion {
    width: 350px;
    margin-bottom: 50px;
  }

  .carousel {
    margin-bottom: 50px;
  }

}

.titulobc {
  text-align: center;
  margin: 100px;
  color: #fff;
  font-size: 55px;
}

.titulobc::first-letter {
  color: #FF9933;
}

.tituloff {
  text-align: center;
  margin: 100px;
  color: #fff;
  font-size: 55px;
}

.tituloff::first-letter {
  color: #FF9933;
}

.contenedor {
  text-align: center;
  background-color: #FF9933;
}

#accordionExamplee {
  margin-top: 100px;
}

#accordionPanelsStayOpenExample2 {
  margin-top: 100px;
}

#accordionExamplee3 {
  margin-top: 50px;
}

.contenedor2 {
  text-align: center;
  background-color: #FF9933;
}