* {
    margin: 0px;
    padding: 0px;
}
.espacio {
    background-color: #F4F4F3;
    padding: 14px 0px;
}
.navbar {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
    padding: 21px;
}
.navbar-toggler {
    border: none;
}
.nav-item {
    color: #50535A !important;
    padding: 0px 25px !important;
}
.imagen-d{
    display: block;
    width: 100%;
    min-height: 430px;
}
.imagen-m{
    display: none;
}
.controles-fondo {
    background-color: rgba(0, 0, 0, 0.25);
    height: 70px;
    width: 70px;
    border-radius: 320px;
}
.carousel-control-prev {
    margin-left: 140px;
    opacity: 1;
}
.carousel-control-next {
    margin-right: 140px;
    opacity: 1;
}
.carousel-control-prev:active, .carousel-control-next:active {
    border: none;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
    opacity: 0.7;
}
.carousel-control-prev-icon {
    background-image: url(../img/izquierda.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center 21px;
    padding: 30px 0px;
}
.carousel-control-next-icon {
    background-image: url(../img/derecha.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center 21px;
    padding: 30px 0px;
}
.carousel-indicators {
    bottom: 14px;
}
.carousel-indicators li {
    width: 52px;
    height: 5px;
    background-color: #F4F4F3;
}
.carousel-indicators .active {
    background-color: #019DF4;
}
.cajita {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}
.cajita-arriba {
    overflow: hidden;
    height: 140px;
    background-color: #019DF4
}
.cajita-abajo {
    padding: 20px 50px;
}
.bg-nuevo-azulejo {
    background-color: #EDF2F5;
}
.modulo {
    overflow: hidden;
    padding: 20px 50px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}
.mover {
    position: relative;
    top: 21px;
}
.banner-abajo {
    background-image: url(../img/abajo.svg);
    background-size: 1200px;
    background-repeat: no-repeat;
    background-position: center;
    height: 543px;
    margin-top: 70px;
}
.aclarar {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: 100px;
    padding: 50px 34px;
}
.redes-sociales {
    margin: 0px 5px;
    transition: .2s ease;
}
.redes-sociales:hover {
    opacity: 0.7;
}
.borde-pie, .borde-pie-m {
    padding: 0px 25px;
    border-right: solid 1px ;
}
.fondo-curva {
    background-image: url(../img/fondo-d.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F9F9F9;
}
.mover2 {
    position: relative;
    right: 50px;
}
.mover3 {
    position: absolute;
    top: -117px;
    width: 210px;
}
.modal-dialog {
    max-width: 700px;
}
.modal-content {
    border-radius: 14px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.25);
}
.card{
    margin-bottom: 0px;
}
.cajita .collapsed {
    background-image: url(../img/f-abajo.svg) !important;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 17px;
}
.cajita .btn-link {
    background-image: url(../img/f-arriba.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 17px;
}
.collapse.show {
    margin-top: 0px !important;
}
.card-body {
    padding: 0px 50px 25px 110px !important;
    text-align: left;
    color: #86888C;
    background: #FFFFFF;
}
.video-ia {
    width: 560px;
    height: 315px;
}


@media (max-width: 1199px) {
    .video-ia {
        width: 480px;
        height: 270px;
    }
    
}

@media (max-width: 991px) {
    .espacio {
        display: none;
    }
    .navbar {
        padding: 14px;
    }
    .nav-item {
        font-size: 20px;
        padding: 14px 25px !important;
        text-align: right;
        border-radius: 0px !important;
    }  
    .borde-abajo {
        border-bottom: solid 1px #D8D8D8;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    .controles-fondo {
        height: 25px;
        width: 25px;
    }
    .carousel-control-prev {
        margin-left: 14px;
    }
    .carousel-control-next {
        margin-right: 14px;
    }
    .carousel-control-prev-icon {
        background-size: 14px;
        background-position: center 5px;
    }
    .carousel-control-next-icon {
        background-size: 14px;
        background-position: center 5px;
    }
    .mover {
        top: 0px;
    }
    .banner-abajo {
        background-size: 770px;
        height: 349px;
        margin-top: 50px;
    }
    .aclarar {
       margin-top: -34px;
    }
    .mover2 {
        right: 0px;
    }
    .mover3 {
        position: relative;
        top: 0px;
        width: 170px;
    }
    .card-header {
        background-position: 95% center;
    }
    .card-body {
        padding: 0px 40px 25px 60px !important;
    }
    .video-ia {
        width: 400px;
        height: 200px;
    }
    
}

@media (max-width: 480px) {
    .imagen-d {
        display: none;
    }
    .imagen-m {
        display: block;
        width: 100%;
    }
    .bt-mobile{
        width: 100%;
    }
    .borde-pie-m {
        border-right: none ;
    }
    .video-ia {
        width: 280px;
        height: 150px;
    }
    
}