*{
margin: 0px;
padding: 0px;

}
.encabezado {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background-image: url('../img/01 IMAGEN DE FONDO.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.encabezado h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;

}

.encabezado h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .encabezado h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .encabezado {
    height: 100vh;
    padding: 0;
  }
  .encabezado h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .encabezado h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

.btn {
  font-size: 100%;
  
  letter-spacing: .15rem;
  
}



.about-section {
  padding-top: 10rem;
  background-color: black;
}

.about-section p {
  margin-bottom: 5rem;
}

.grupos {
  padding: 0rem 0;
}

.grupos .featured-text {
  padding: 2rem;
}

@media (min-width: 992px) {
  .grupos .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}

.grupos .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .grupos .project-text {
    padding: 5rem;
  }
  .grupos .project-text hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 30%;
  }
}

.formulario {
  
  background-color:#272329;
}

.contact-section {
  padding: 5rem 0 0;
  background-color: black;
}

.contact-section .card {
  border: 0;
  background-color: black;
  color: white;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: white;
}




/*
body {
  font-family: 'Arial';
  letter-spacing: 0.0625em;
}
*/


a:focus {
  text-decoration: none;
  
}
a:hover{
	color: darkgray;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
  color: #64a19d !important;
}

footer {
  padding: 5rem 0;
  background-color: black;
}

.lis{
    
    font-size: 1.2REM;
    color: #afb4bc;

}

.bkimg{
  background-size: 100% 100%;
  background-color: black;

}

ul{
  list-style-type: none;
}

.menu{

  color: white;
  font-size: 1.2REM;

}

.encabezado2 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  background-image: url('../img/08 IMAGEN DE FONDO edit.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
.encabezado2 h2 {
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .encabezado2 h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .encabezado2 {
    height: 100vh;
    padding: 0;
  }
  .encabezado2 h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }
  .encabezado2 h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}

@media (max-width: 1024px) {
  .prueba{
  margin-bottom: 5rem;

  }
  .prueba img{
    float: center;
  }
}

.active{
  color:white;
  font-size: 1.27rem;
  
  font-weight: bold;

}

@media (max-width: 1024px) {
  .hide{
  
		display: none;
  }
 
}

.nopad{
	padding-left: 2rem;
}
 


@media (min-width: 1024px) {
  .logoini{
  height: 40%; 
  width: 40%;
  }
 
}
@media (max-width: 1024px) {
  .logoini{
  height: 70%; 
  width: 70%;
  }
 
}

.rbg{
	background-color:  #C90003;
	padding: 1.4rem;
	color: white;
	font-size: 1.1rem;
	text-align: center;
}
.bordrg{
	border-right: 1px solid white;
}

.barraBot{
  border-radius: 0px 10px 10px 0px;
  position: absolute; bottom:70px; left: 0; background-color:  #C90003; display: inline;
}
.barraBot p{
  color: white;

}
.barraTop{
  border-radius: 10px 0px 0px 10px;
  position: absolute; top: 30px; right: 0; background-color:  #C90003; display: inline;
}
.barraTop p{
  color: white;

}
.rb{
	
	color: white;
}

/*
.tooltip2 {
  position: relative;
  display: inline-block;
 
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
}
*/

@media (min-width: 1024px) {
  .plform{
	padding-left: 10rem;

}
 
}
@media (max-width: 1024px) {
  .plform{
	padding-left: 3.5rem;
}
 .plform2{
padding-left: 2.9rem;
padding-right: 3rem;
 }
}

a{
	color: white;
	text-decoration: none;
}

.anim{

	transition:all 2s ease;
}

a{
	transition: all 1.2s ease;
}
.tut:hover{
opacity: 1;
border-radius: 20px 20px 20px 20px;

}
.tut:hover img{
  border-radius: 20px 20px 20px 20px;
}
.tut{
	opacity: 0.3;
	transition: all 0.5s ease;
}
.tut img{

  transition: all 0.5s ease;
}

@media (min-width: 1024px) {
  .nohide{
  
		display: none;
  }
 
}

.bgkuro:hover{
  background-color: #272329;
}

.bgkuro{
  background-image: none;
  background-color: #272329;
}

.grupos{
  width: 100%;
}
@media (max-width: 1024px) {
  .grupos{
    width: 100%;/*o 75% dependiendo como lo quieran*/
  }
 
}
@media (min-width: 1440px) {
  .grupos{
    width: 75%;
  }
 
}

.cs{
  cursor:default;
}
@media (min-width: 1024px) {
  .icons{
    width: 106%;
    height: 106%;
  }
 
}

@media (min-width: 1440px) {
  .icons{
    width: 95%;
    height: 95%;
  }
 
}

@media (min-width: 1024px) {
  .icons2{
    width: 9%;
    height: 9%;
  }
 
}

@media (min-width: 1440px) {
  .icons2{
    width: 6.5%;
    height: 6.5%;
  }
 
}

@media (min-width: 1440px) {
  .lape{
    font-size: 1.2rem;
  }
  .elestron{
    font-size: 1.3rem;
  }
 
}

.btnred{

  height: 100%; 
  background-image:url('../img/redplane.jpg');
  background-size: 100% 100%; 
   color: white; 
   width: 100%;
}

@media (max-width: 1024px) {
  .btnred{
    background: none;
    height: 100%; 
    background-color:  #C90003;
    background-size: 100% 100%; 
     color: white; 
     width: 100%;
  }
}

.abotus{

  font-size: 1.1rem;
}
.abotusEstrong{
  font-size: 1.3rem;
}
@media (min-width: 1440px) {
  .abotus{
   font-size: 1.6rem;
  }
  .abotusEstrong{
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .inirb{
	margin-left: 8rem;

}
 
}
@media (min-width: 1440px) {
  .inirb{
	margin-left: 3rem;

}
 
}

@media (max-width: 1024px) {
  .aligntxt{
    margin-left: 3rem;
	text-align: left;

}
 
}
@media (min-width: 1024px) {
  .aligntxt{
	text-align: end;

}
 
}

.ir-arriba{
   display:none;
   padding:0px;
   background-repeat: no-repeat;
   font-size:20px;
   color:black;
   cursor:pointer;
   position: fixed;
   bottom:40px;
   right:40px;
   z-index: 2;
}

.divOpa{

  background-color: rgba(0, 0, 0, 0.5);
}
a{
  transition-delay: 0.9s;
}