@import url(../fonts/stylesheet.css);

* {
    font-family: "Cera Pro"
}

body {
    color: #373737
}


h1 {
    font-size: 4rem
}

h2 {
    font-size: 3rem
}

h3 {
    font-size: 2rem
}

p {
    font-size: 1.1rem;
    font-weight: 300
}

.desarrolladora{
   color: #207E6F;
   font-size: 4rem;
   font-weight: 900;
   padding-bottom: 40px;
}

.focus-text{
    color: #207E6F;
    font-weight: bold;

}

.padding {
    padding: 0 8rem
}

.padding-text {
    padding: 0 6rem
}

.fade {
    -webkit-animation: fade 1s;
    animation: fade 1s
}

nav {
    background-color: var(--dblue);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.navbar-menu {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 8rem
}

.nav-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-logo a .logo {
    width: 80%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.nav-item {
    padding: 0.5rem
}

.nav-link {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500
}

.nav-link:hover {
    color: white;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

.menu-hamburguesa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-hamburguesa>div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer
}

.menu-hamburguesa>div>div:first-child,
.menu-hamburguesa>div>div:nth-child(2) {
    width: 40px;
    background-color: #fff;
    height: 2px;
    margin: 0.6rem 0;
    border-radius: 5px;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.menu-hamburguesa>div>div:nth-child(3) {
    width: 20px;
    background-color: #fff;
    height: 2px;
    margin: 0.6rem 0;
    border-radius: 5px;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}

.change>div:first-child {
    -webkit-transform: translatex(-15rem);
    transform: translatex(-15rem);
    -webkit-transition: 1.5s all ease-in-out !important;
    transition: 1.5s all ease-in-out !important
}

.change>div:nth-child(2) {
    -webkit-transform: translatex(-15rem);
    transform: translatex(-15rem);
    -webkit-transition: 1s all ease-in-out !important;
    transition: 1s all ease-in-out !important
}

.change>div:nth-child(3) {
    opacity: 0;
    -webkit-transform: translateX(-15rem);
    transform: translateX(-15rem);
    -webkit-transition: 0.5s all ease-in-out !important;
    transition: 0.5s all ease-in-out !important
}

.menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 101vh;
    background-color: rgba(0, 0, 0, 0.6)
}

.menu>div>div {
    width: 30vw;
    background-color: #207E6F;
    height: 101vh
}

#btn-cerrar-menu {
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem 0
}

#btn-cerrar-menu:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

#btn-cerrar-menu>div:first-child {
    width: 40px;
    background-color: #fff;
    height: 2px;
    margin: 0.6rem 0;
    border-radius: 5px;
    -webkit-transform: translatey(12px) rotate(45deg);
    transform: translatey(12px) rotate(45deg)
}

#btn-cerrar-menu>div:nth-child(2) {
    width: 40px;
    background-color: #fff;
    height: 2px;
    margin: 0.6rem 0;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#btn-cerrar-menu.change {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 1s all ease;
    transition: 1s all ease
}

.menu-fijo {
    position: fixed !important;
    width: 100%;
    z-index: 9999;
    top: 0;
    -webkit-box-shadow: 3px 11px 26px -20px rgba(0, 0, 0, 0.91);
    box-shadow: 3px 11px 26px -20px rgba(0, 0, 0, 0.91);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background-color: #207E6F
}

.menu-fijo .logo {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.sombreado-barra {
    -webkit-box-shadow: 3px 15px 26px -20px rgba(0, 0, 0, 0.91);
    box-shadow: 3px 15px 26px -20px rgba(0, 0, 0, 0.91)
}

.banner-principal {
    background: -webkit-gradient(linear, left bottom, left top, from(#207e6f), color-stop(50%, rgba(0, 0, 0, 0.3)));
    background: linear-gradient(0deg, #207e6f 0%, rgba(0, 0, 0, 0.3) 50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.banner-principal .video {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100vh
}

.banner-principal .title {
    padding-bottom: 10vh
}

.banner-principal .title div {
    width: 30%
}

.banner-principal .title div h1 {
    color: #fff;
    font-weight: 900
}

.banner-principal .title div .divider {
    width: 70px;
    background: #fff;
    height: 5px;
    border-radius: 20px
}

.banner-principal .title-form {
    color: #fff;
    padding-bottom: 2rem
}

.banner-principal .title-form h3 {
    font-weight: 900
}

.banner-principal .title-form h5 {
    font-weight: 500
}

.banner-principal .form {
    padding-bottom: 2rem
}

.banner-principal .form form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-principal .form form>div>div {
    width: 50%
}

.banner-principal .form form>div>div input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 300;
    background: transparent;
    margin-bottom: 2rem
}

.banner-principal .form form>div>div input::-webkit-input-placeholder {
    color: #fff
}

.banner-principal .form form>div>div input::-moz-placeholder {
    color: #fff
}

.banner-principal .form form>div>div input:-ms-input-placeholder {
    color: #fff
}

.banner-principal .form form>div>div input::-ms-input-placeholder {
    color: #fff
}

.banner-principal .form form>div>div input::placeholder {
    color: #fff
}

.banner-principal .form form>div>div input:focus {
    outline: none
}

.banner-principal .form form .preference {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff
}

.banner-principal .form form .preference p {
    margin-bottom: 0
}

.banner-principal .form form .preference>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.banner-principal .form form .preference>div div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.banner-principal .form form .preference>div div input[type=checkbox] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0
}

.banner-principal .form form .preference>div div label {
    margin-bottom: 0;
    padding-right: 1rem;
    font-weight: 300
}

.banner-principal .form form .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.banner-principal .form form .button button {
    width: 40%;
    background: #F6C1BC;
    border: 1px solid #F6C1BC;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    font-size: 1.3rem
}

.banner-principal .form form .button button:hover {
    background: #cea19d;
    border-color: #cea19d;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.post-banner {
    background: #207E6F;
    position: relative
}

.post-banner .decoration {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px
}

.post-banner .content {
    color: #fff
}

.post-banner .content span {
    font-weight: 700
}

.post-banner .title {
    color: #fff
}

.post-banner .title .divider {
    width: 70px;
    background: #fff;
    height: 5px;
    border-radius: 20px
}

.carousel .swiper-pagination span {
    width: 50px;
    height: 6px;
    border-radius: 10px;
    background: #fff
}

.project .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.project .content h1 {
    color: #207E6F;
    font-weight: 900
}

.project .content .divider {
    width: 70px;
    background: #F6C1BC;
    height: 5px;
    border-radius: 20px;
    margin-bottom: 2rem
}

.ubication .content h1 {
    color: #207E6F;
    font-weight: 900
}

.ubication .content .divider {
    width: 70px;
    background: #F6C1BC;
    height: 5px;
    border-radius: 20px;
    margin-bottom: 2rem
}

.ubication .content p span {
    font-weight: 900
}

.ubication .content .decoration {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px
}

.philosophy {
    position: relative
}

.philosophy .decoration {
    position: absolute;
    bottom: -2rem;
    left: -8rem;
    width: 25%
}

.philosophy .title h1 {
    color: #207E6F;
    font-weight: 900
}

.philosophy .title .divider {
    width: 70px;
    background: #F6C1BC;
    height: 5px;
    border-radius: 20px;
    margin-bottom: 2rem
}

.philosophy .title .decoration2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.philosophy .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.philosophy .image .decoration2 {
    position: absolute;
    bottom: -2rem;
    right: 0;
    width: 80px
}

.philosophy .content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20%
}

.philosophy .content div div {
    width: 8px;
    background: #F6C1BC;
    height: 100%;
    border-radius: 20px
}

.philosophy .content div p {
    padding-left: 1rem;
    margin-bottom: 0
}

.philosophy .content div p span {
    font-weight: 700
}

.diferenciales .content .title {
    margin-bottom: 8rem
}

.diferenciales .content .title h1 {
    color: #207E6F;
    font-weight: 900
}

.service .title h1 {
    color: #207E6F;
    font-weight: 900;

}

.diferenciales .content .title .divider {
    width: 70px;
    background: #F6C1BC;
    height: 5px;
    border-radius: 20px;
    margin-bottom: 2rem
}

.diferenciales .content .title-text {
    position: relative;
    margin-bottom: 4rem;
    opacity: 1
}

.diferenciales .content .title-text h3 {
    font-weight: 900
}

.diferenciales .content .title-text img {
    position: absolute;
    top: -1rem;
    left: -2rem;
    width: 100px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.diferenciales .content .text {
    opacity: 1
}

.diferenciales .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.diferenciales .buttons .button-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 2rem
}

.diferenciales .buttons .button-d img {
    width: 30px
}

.diferenciales .buttons .button-d h4 {
    font-weight: 300;
    padding-left: 2rem
}

.diferenciales .buttons .button-d.active h4 {
    font-weight: 900
}

.diferenciales .buttons .button-d:hover h4 {
    font-weight: 900;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.vision .title h1 {
    color: #207E6F;
    font-weight: 900
}

.vision .title .divider {
    width: 70px;
    background: #F6C1BC;
    height: 5px;
    border-radius: 20px;
    margin-bottom: 2rem
}

.vision .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.vision .content img {
    width: 80px;
    margin-bottom: 2rem;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.vision .carousel .swiper {
    border-radius: 60px
}

.vision .carousel .decoration {
    position: absolute;
    bottom: -2rem;
    right: -6rem;
    z-index: 1;
    width: 250px
}

.pre-footer .roma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pre-footer .roma h2 {
    color: #207E6F;
    font-weight: 900;
    margin-bottom: 2rem
}

.pre-footer .roma img {
    width: 200px;
    cursor: pointer
}

.pre-footer .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pre-footer .content>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.pre-footer .content>div .divider {
    height: 100%;
    background: #F6C1BC;
    width: 25px;
    border-radius: 20px
}

.pre-footer .content>div .text {
    padding-left: 1rem
}

.pre-footer .content>div .text p span {
    font-weight: 900
}

.pre-footer .content>div .text p:last-child {
    color: #207E6F;
    font-weight: 700
}

footer {
    background: #207E6F
}

footer .logo-footer img {
    width: 130px
}

footer .contacts a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .contacts a img {
    padding-right: 1rem
}

footer .contacts a:hover {
    text-decoration: none
}

footer .contacts .tel {
    font-size: 2.5rem;
    font-weight: 900
}

footer .contacts .email {
    font-size: 1.3rem
}

footer .redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .redes a img {
    width: 30px
}

footer .derechos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .derechos div {
    width: 100%;
    background: #fff;
    height: 1px;
    margin: 2rem 0 1rem 0
}

footer .derechos p {
    margin-bottom: 0;
    color: #fff;
    text-align: center
}

footer .derechos p a {
    color: #fff;
    font-weight: 700
}

footer .derechos p a:hover {
    text-decoration: none
}

.btn-info{
    width: 80%;
    background-color: #207E6F;
    color: white;
    border: 1px solid;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.btn-info:hover{
    text-decoration: none;
}


@media (max-width:1535px) {
    h1 {
        font-size: 3rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.5rem
    }

    p {
        font-size: 1rem
    }

    .padding {
        padding: 0 6rem;
    }

    .padding-text {
        padding: 0 4rem
    }

    .nav-item {
        padding: 0.5rem 0.5rem
    }

    .banner-principal .title {
        padding-bottom: 2rem
    }

    .banner-principal .title div {
        width: 50%
    }

    .banner-principal .title-form {
        padding-bottom: 1rem
    }

    .banner-principal .form {
        padding-bottom: 1rem
    }

    .vision .carousel .decoration {
        right: -4rem
    }

    .desarrolladora{
        font-size: 4rem
    
    }
}

@media (max-width: 1366px){
    .padding {
        padding: 0px 3rem;
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 2rem
    }

    h2 {
        font-size: 1.5rem
    }

    h3 {
        font-size: 1.3rem
    }

    h4 {
        font-size: 1.2rem
    }

    p {
        font-size: 0.8rem
    }

    .navbar-menu {
        padding: 0 2rem
    }

    .formulario {
        display: none !important
    }

    .boton-modal-mobile {
        display: block
    }

    .padding {
        padding: 0 2rem;
        overflow-x: hidden;
        
    }

    .padding-text {
        padding: 0 15px
    }

    .nav-destock {
        display: none !important
    }

    .nav-logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .menu-hamburguesa {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: block !important
    }

    .navbar-menu {
        padding: 0 2rem;
        height: 90px
    }

    .post-banner .decoration {
        width: 200px
    }

    .post-banner .content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .post-banner .title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 2rem
    }

    .carousel .swiper-pagination span {
        width: 20px;
        height: 4px
    }

    .ubication .content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .ubication .content .decoration {
        width: 50px
    }

    .ubication .image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .ubication .image img {
        width: 100%
    }

    .philosophy {
        position: relative
    }

    .philosophy .decoration {
        position: absolute;
        bottom: initial;
        left: -4rem;
        top: 4rem;
        width: 100%
    }

    .philosophy .title .decoration2 {
        top: 2rem;
        width: 50px
    }

    .philosophy .image .decoration2 {
        display: none
    }

    .diferenciales .content .title {
        margin-bottom: 4rem
    }

    .diferenciales .buttons .button-d {
        margin-bottom: 1rem
    }

    .diferenciales .buttons .button-d img {
        width: 20px
    }

    .diferenciales .buttons .button-d h4 {
        font-weight: 300;
        padding-left: 1rem
    }

    .vision .content img {
        display: none
    }

    .vision .carousel .decoration {
        position: absolute;
        bottom: -1rem;
        right: -1rem;
        z-index: 1;
        width: 100px
    }

    .pre-footer .roma {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 2rem
    }

    .pre-footer .roma h2 {
        text-align: center
    }

    .pre-footer .roma img {
        width: 150px
    }

    footer .logo-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1rem
    }

    footer .logo-footer img {
        width: 130px
    }

    footer .contacts {
        margin-bottom: 1rem
    }

    footer .contacts a img {
        width: 40px
    }

    footer .contacts .tel {
        font-size: 2rem
    }

    footer .contacts .email {
        font-size: 1rem
    }

    footer .redes {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .desarrolladora {
        font-size: 2rem
        
    }
}

@media (max-width:768px) {
    .nav-logo {
        max-width: 50% !important
    }

    .nav-logo a .logo {
        width: 70%
    }

    .menu-hamburguesa {
        max-width: 50% !important
    }

    .banner-principal .title div {
        width: 100%
    }

    .banner-principal .form form>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .banner-principal .form form>div>div {
        width: 100%;
        padding: 0 !important
    }

    .banner-principal .form form .preference {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        color: #fff
    }

    .banner-principal .form form .preference p {
        margin-bottom: 1rem
    }

    .banner-principal .form form .preference>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner-principal .form form .button {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .banner-principal .form form .button button {
        width: 100%;
        font-size: 1rem
    }

    footer .logo-footer img {
        width: 100px
    }

}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.service-item {
  margin-bottom: 2rem;
  text-align: center;
}

.service-item img {
  max-width: 100%;
  height: auto;
}

.service-item p {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.hojita{
display: none;
}
@media screen and (min-width: 992px) {
  .hojita{
display: block;
  }
}