#myVideo {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height:100%;
    overflow: hidden;
}

.fallback {
    display: none !important;
}


.logotipo {
    margin: 0 6.5em;
}

.logotipo img {
    z-index: 999;
    max-width: 200px;
}

.logotipo-footer img{
    z-index: 999;
    max-width: 200px;

}

.hero {
    min-height: 120vh !important;
    padding: 0 0 20px 0 !important;
}

.hero img {   
    object-fit: contain;    
  }

.hero h2 {
    font-size:40px !important;
    color: #fff !important;
}


.hero::before {
    content: "";  
    display: block;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 100%;  
    background-color: rgba(0,0,0,0.6);  
    z-index: 9;  
  }

.p-hero {
    font-size: 32px !important;
    color: #fff !important;
}

.p2-hero {
    font-size: 24px !important;
    margin-top: 40px !important;
    color: #fff !important;
}

.formulario {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.40);       
    padding: 33px 27px;    
}

.title-form {
    font-size: 22px;
    font-weight: 700;    
    color: #fff !important;
}


.centro {
    align-items: center;    
}

.texto-imagen {
    color: #EE711B !important;  
    margin-left: 90px !important;
    margin-top: 30px !important; 
}

.centro img {
    width: 100% !important;
    position: relative !important;
    margin-top: -30px !important;
}

.justificado-centro {
    justify-content: center;
}

.card-img-top {
    max-width: 55px !important;
}

.card-text {
    font-size: 16px !important;
}


.fondo-lineas {
    background-image: url("https://content.many-worlds.es/hubfs/LP%20Desarrollo%20Web%203D/imagenes/Group%20203.png");
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    text-align: center;
    align-items: center;
    padding: 20px;
    background-position: center center;
    height: 260px;
}
.cabecera {
    margin-top: -90px;
}

.about {
    background-color: #fff !important;
    padding: 30px 0 !important;
  }

.blanco p {
    color: #fff;    
}

.blanco h3, .blanco h2 {
    color: #fff;
    min-height: 50px;
}

.blanco img {
    margin-right: 20px;
}

.iconos {
    background: rgba(238, 113, 27, 0.3);
    backdrop-filter: blur(17px);
    padding: 0;
    position: relative;
    margin-top: -150px;
    z-index: 99;
}

.leer-mas {    
    color:#EE711B;
    border-radius: 25px;
    padding: 10px 30px;
    border: 2px solid #EE711B;
}

.leer-mas:hover {
    background-color: #EE711B;
    color: #fff;
}

.section-title h2:before, .section-title h2:after {
    display: none !important;
}

.lista {
    display: flex;
    text-align: left;    
    list-style-type: none;
    padding-left: 0;  
    margin-top: 30px; 
}

.lista li {
    border-bottom: 1px solid #EE711B;
    padding: 5px 0;
}

.lista div {
    margin: 5px;
}

.boton-naranja {
    background-color: #EE711B;
    color: #fff;    
    border: 2px solid #EE711B;
    border-radius: 25px;
    padding: 10px 0;
    display: block;
}

.boton-naranja:hover {
    background-color: transparent;
    border-color: #EE711B;
    color: #EE711B;
}

.padding-custom {
    padding: 0 80px;
}

.fondo-naranja {    
    background-image:url("https://content.many-worlds.es/hubfs/LP%20Desarrollo%20Web%203D/imagenes/Mask%20group.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 15px;
}

.padding-naranja {
    padding: 2rem 3rem;
}

.footer2 {
    padding: 30px 0;
    background-color: #000;
    color: #fff;
}

video {
    border-radius: 15px;
}

.circulo {
    background-image: url("https://content.many-worlds.es/hubfs/LP%20Desarrollo%20Web%203D/imagenes/Mask%20group.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}

.circulo img {
    width: 100%;
}

.social {
    text-align: right !important;
}

.hs-form-booleancheckbox label {
    color: #fff !important;
}

.centrar {
    display: flex;
    justify-content: center;
}

/*Movil*/
@media only screen and (max-width: 600px) {
    .hero {
        min-height: 130vh !important;
        padding: 100px 0 100px 0 !important;
    }

    .logotipo {
        margin: 0;
    }

    .hero h2 {
        font-size:30px !important;
    }
    
    .p-hero {
        font-size:22px !important;
    }
    
    .p2-hero {
        font-size: 18px !important;
        margin:20px 0 !important;
    }
    
    .formulario {              
        padding: 33px 15px;    
    }

    .iconos {
        background: rgba(238, 113, 27, 0.8);
        backdrop-filter: blur(17px);
        padding: 0;
        position: relative;
        margin-top: 0;
        z-index: 99;
    }

    .texto-imagen {
        color: #EE711B !important;  
        margin-left: 50px !important;
       
    }
    
    .centro img {
        width: 100% !important;
        position: relative !important;
        margin-top: -10px !important;
    }

    .centro .col-lg-6 {
        padding-bottom:20px;
    }

    .card-text {
        padding: 0 30px !important;
    }

    .justify-content-between {
        justify-content: center !important;
      }

    .card-body {
        min-height: 150px !important;
    }

    .about img {
        width: 100%;
    }

    .padding-custom {
        padding: 0 10px;
    }
    
    .services .bg-body-tertiary {
        padding: 20px 10px !important;
        margin: 5px;
    }

    .services .col-md-6 {
        margin-bottom: 10px !important;
    }

    .lista {
        display: inline-block;
    }

    .fondo-naranja h4 {
        padding: 10px !important;
    }    
    
    
    .fondo-naranja p {
        padding: 10px !important;
    }

    .padding-naranja {
        padding: 20px !important;
    }

    .boton-blanco {
        margin-left: 0;
        width: 100%;
        display: block;
        text-align: center;    
    }

    .logotipo-footer {
        text-align: center;
        display: block;
    }

    .social {
        text-align: center !important;
        margin-top: 20px !important;
    }

    #myVideo {
      display: none !important;
    }
    
    .fallback {
        display: block !important;
    }

    .hero:before {        
        background-color: rgba(0,0,0,0.4) !important;        
        }    

}

  .carousel-cell {
    width: 22%;    
    margin-right: 10px;    
  }

  .flickity-page-dots, .flickity-button {
    display: none;
  }

  
  
 
  





  
