.header {
   position: fixed;
   top: 0;
   width: 100%;
   height: 50px;
   background-color: #222;
   display: flex;
   justify-content: center;
   align-items: center;
}

.logo {
   width: 100px;
   height: 100px;
   background-color: #fff;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.icon {
   width: 20px;
   height: 20px;
   background-color: #fff;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.main {
   margin-top: 50px;
   padding: 20px;
   text-align: center;
}

.feature {
   display: flex;
   justify-content: space-around;
   margin-bottom: 20px;
}

.feature-item {
   width: 30%;
   height: 200px;
   background-color: #f8f8f8;
   border-radius: 50%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.feature-item h2 {
   font-size: 2em;
   color: #333;
}

.feature-item p {
   font-size: 1.2em;
   color: #666;
}

.header2 {
   position: fixed;
   top: 0;
   width: 100%;
   height: 50px;
   background-color: #222;
   display: flex;
   justify-content: center;
   align-items: center;
}

.logo2 {
   width: 100px;
   height: 100px;
   background-color: #fff;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.icon2 {
   width: 20px;
   height: 20px;
   background-color: #fff;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.main2 {
   margin-top: 50px;
   padding: 20px;
   text-align: center;
}

.feature2 {
   display: flex;
   justify-content: space-around;
   margin-bottom: 20px;
}

.feature-item2 {
   width: 30%;
   height: 200px;
   background-color: #f8f8f8;
   border-radius: 50%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   text-align: center;
}

.feature-item h2 {
   font-size: 2em;
   color: #333;
}

.feature-item p {
   font-size: 1.2em;
   color: #666;
}

.video-text p {
   font-weight: bold;
   font-family: 'Fira Sans Condensed', sans-serif;
}

.video-text .large-text {
   font-size: 3rem;
   margin-bottom: 10px;
}

.video-text .sublarge-text {
   font-size: 2rem;
   margin-bottom: 10px;
}

.video-text .small-text {
   font-size: 1.4rem;
}

.enlace-style {
   font-size: 1.2rem;
   font-family: 'Fira Sans Condensed', sans-serif;
   text-decoration: none;
   transition: all 0.3s ease;
   margin-right: 20px;
}

.grecaptcha-badge {
   visibility: hidden;
}

#contact{
   display: none;
}

#contact_mobile{
   display: flex;
   justify-content: center;
}
@media screen and (min-width:720px) {
   #contact{
      display: flex;
   }
   
   #contact_mobile{
      display: none;
   }
}
