/*
 * App with Bootstrap v4.1.0
 */

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1rem; /*15px cambio a 16px -> Transformación de rem a px (Correcta)*/
    font-weight: 400;
    line-height: 1.8;
    color: #808080;
    background: #fff;
}

body.menu-show {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

/*
 * Information:
 * Estilos para los `navbar`.
 */

.ftco-navbar {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1030;
}

@media (max-width: 991.98px) {
    .ftco-navbar {
        position: relative;
        top: 0;
    }
}

@media (min-width: 992px) {
    .ftco-navbar {
        padding: 0.938rem 0; /*15px - 0px -> Transformación de rem a px (Incorrecta)*/
    }
}

.ftco-navbar .navbar-brand {
    font-weight: 400;
}

/* .ftco-navbar .navbar-brand span {
    font-weight: 700;
} */

.ftco-navbar .navbar-nav > .nav-item > .nav-link {
    padding: 0.9rem 1.25rem; /*0.9rem - 20px -> Transformación de rem a px (Correcta)*/
    font-size: 0.813rem; /*13px -> Transformación de rem a px (Incorrecta)*/
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .ftco-navbar .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
    }
}

/* .ftco-navbar .navbar-nav > .nav-item .dropdown-menu {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
} */

/* .ftco-navbar .navbar-nav > .nav-item.ftco-separator {
    position: relative;
    padding-left: 1.25rem; 20px -> Transformación de rem a px (Correcta)
    margin-left: 1.25rem; 20px -> Transformación de rem a px (Correcta)
} */

/* @media (max-width: 991.98px) {
    .ftco-navbar .navbar-nav > .nav-item.ftco-separator {
        padding-left: 0;
        margin-left: 0;
    }
} */

/* .ftco-navbar .navbar-nav > .nav-item.ftco-separator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
} */

/* @media (max-width: 991.98px) {
    .ftco-navbar .navbar-nav > .nav-item.ftco-separator:before {
        display: none;
    }
} */

.ftco-navbar .navbar-nav > .nav-item.cta > a {
    padding: 0.5rem 1.25rem; /*0.5rem - 20px -> Transformación de rem a px (Correcta)*/
    margin-top: 0.375rem; /*4px cambio a 6px -> Transformación de rem a px (Correcta)*/
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

@media (max-width: 991.98px) {
    .ftco-navbar .navbar-nav > .nav-item.cta > a {
        margin-top: 0.9rem;
        margin-bottom: 0.9rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }
}

.ftco-navbar .navbar-nav > .nav-item.cta > a span {
    display: inline-block;
}

.ftco-navbar .navbar-toggler {
    padding: 0.25rem;
    font-size: 1rem; /*16px -> Transformación de rem a px (Correcta)*/
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    border: none;
}

.ftco-navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -8.125rem; /*-130px -> Transformación de rem a px (Correcta)*/
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.ftco-navbar.scrolled.awake {
    margin-top: 0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light {
    background: transparent;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background: #fff;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-brand {
        color: #000;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: #fff;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        color: #000;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover,
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:focus {
        color: rgba(47, 137, 252, 0.7);
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: rgba(47, 137, 252, 1);
    }
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #fff;
        background: #2f89fc;
        border: 1px solid #2f89fc;
    }
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover,
.ftco-navbar-light .navbar-nav > .nav-item.cta > a:focus {
    color: #2f89fc;
    background: transparent;
    border: 1px solid #2f89fc;
}

.ftco-navbar-light.scrolled {
    background: #fff !important;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000 !important;
}

.ftco-navbar-light.scrolled .navbar-nav > .nav-item > .nav-link {
    color: #000 !important;
}

.ftco-navbar-light.scrolled .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light.scrolled .navbar-nav > .nav-item > .nav-link:focus {
    color: rgba(47, 137, 252, 0.7) !important;
}

.ftco-navbar-light.scrolled .navbar-nav > .nav-item.active > a {
    color: rgba(47, 137, 252, 1) !important;
}

.ftco-navbar-light.scrolled .navbar-nav > .nav-item.cta > a {
    color: #fff !important;
    background: #2f89fc !important;
    border: 1px solid #2f89fc !important;
}

.ftco-navbar-light.scrolled .navbar-nav > .nav-item.cta > a:hover,
.ftco-navbar-light.scrolled .navbar-nav > .nav-item.cta > a:focus {
    color: #2f89fc !important;
    background: transparent !important;
    border: 1px solid #2f89fc !important;
}

/*
 * Information:
 * Estilos para los `owl-carousel`.
 */

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    margin-top: -10px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 40px;
    color: #e6e6e6;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border: 1px solid #cccccc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:focus,
.owl-carousel .owl-dots .owl-dot:hover {
    background: #2f89fc;
    border: 1px solid #2f89fc;
    outline: none !important;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:focus .owl-nav .owl-prev,
.owl-carousel:focus .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev span:before,
.owl-carousel:hover .owl-nav .owl-next span:before,
.owl-carousel:focus .owl-nav .owl-prev span:before,
.owl-carousel:focus .owl-nav .owl-next span:before {
    color: #d9d9d9;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:focus .owl-nav .owl-prev {
    left: -20px;
}

.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:focus .owl-nav .owl-next {
    right: -20px;
}

.owl-carousel.ftco-home-slider {
    position: relative;
    z-index: 0;
}

.owl-carousel.ftco-home-slider .slider-item {
    position: relative;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-carousel.ftco-home-slider .slider-item .overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
}

.owl-carousel.ftco-home-slider .slider-item .slider-text {
    height: 700px;
    color: #fff;
}

.owl-carousel.ftco-home-slider .slider-item .slider-text h1 {
    font-size: 2.5rem; /*40px -> Transformación de rem a px (Correcta)*/
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 991.98px) {
    .owl-carousel.ftco-home-slider .slider-item .slider-text h1 {
        font-size: 2.5rem; /*40px -> Transformación de rem a px (Correcta)*/
    }
}

.owl-carousel.ftco-home-slider .slider-item .slider-text p {
    font-size: 1.25rem; /*20px -> Transformación de rem a px (Correcta)*/
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.owl-carousel.ftco-home-slider .slider-item .slider-text p strong {
    font-weight: 700; 
}

.owl-carousel.ftco-home-slider .slider-item .slider-text p strong a {
    color: #fff;
}

.owl-carousel.ftco-home-slider .slider-item .slider-text .breadcrumbs {
    font-size: 0.813rem; /*13px -> Transformación de rem a px (Incorrecta)*/
    text-transform: uppercase;
    letter-spacing: 1px;
}

.owl-carousel.ftco-home-slider .slider-item .slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.owl-carousel.ftco-home-slider .slider-item .slider-text .breadcrumbs span a {
    color: #fff;
}

.owl-carousel.ftco-home-slider .slider-item.bread-item {
    height: 400px !important;
}

@media (max-width: 1199.98px) {
    .owl-carousel.ftco-home-slider .slider-item.bread-item {
        background-position: center center !important;
    }
}

.owl-carousel.ftco-home-slider .slider-item.bread-item .overlay {
    background: #2f89fc;
    background: -moz-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2f89fc), color-stop(100%, #2cbcbc));
    background: -webkit-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -o-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -ms-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -webkit-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
    background: -o-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
    background: linear-gradient(135deg, #2f89fc 0%, #2cbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f89fc', endColorstr='#00dc94', GradientType=1 );
}

.owl-carousel.ftco-home-slider .slider-item.bread-item .slider-text {
    height: 400px;
}

.owl-carousel.ftco-home-slider .owl-nav .owl-prev span,
.owl-carousel.ftco-home-slider .owl-nav .owl-next span {
    color: #fff;
}

.owl-carousel.ftco-home-slider:hover .owl-nav .owl-prev,
.owl-carousel.ftco-home-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel.ftco-home-slider:hover .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel.ftco-home-slider:hover .owl-nav .owl-next {
    right: 20px;
}

.owl-carousel.ftco-home-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    width: 100%;
    text-align: center;
}

.owl-carousel.ftco-home-slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    margin: 0.313rem; /*5px -> Transformación de rem a px (Incorrecta)*/
    background: #e6e6e6;
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    outline: none !important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.owl-carousel.ftco-home-slider .owl-dots .owl-dot span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel.ftco-home-slider .owl-dots .owl-dot.active {
    border: 2px solid #fff;
}

.owl-carousel.ftco-home-slider .owl-dots .owl-dot.active span {
    background: #fff;
}

/*
 * Information:
 * Estilos de presentación para la vista `construction`.
 */

.ftco-presentation .wrap {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.ftco-presentation .overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}

.ftco-presentation h1.heading {
    font-size: 2.5rem; /*40px -> Transformación de rem a px (Correcta)*/
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

.ftco-presentation h3.subheading {
    font-size: 1.25rem; /*20px -> Transformación de rem a px (Correcta)*/
    font-weight: 300;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

/*
 * Information:
 * Estilos de introducción para la vista `home`.
 */

.ftco-intro {
    color: #fff;
}

.ftco-intro .container {
    margin-top: -6.25rem; /*-100px -> Transformación de rem a px (Correcta)*/
}

@media (min-width: 768px) {
    .ftco-intro .container {
        margin-top: -6.25rem; /*-100px -> Transformación de rem a px (Correcta)*/
    }
}

.ftco-intro .color-1 {
    background: #2cbcbc;
}

.ftco-intro .color-2 {
    background: #21aac4;
}

.ftco-intro .color-3 {
    background: #2f89fc;
    background: -moz-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2f89fc), color-stop(100%, #2cbcbc));
    background: -webkit-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -o-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -ms-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -webkit-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
    background: -o-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
    background: linear-gradient(135deg, #2f89fc 0%, #2cbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f89fc', endColorstr='#00dc94', GradientType=1 );
}

.ftco-intro h3 {
    font-size: 1.25rem; /*20px -> Transformación de rem a px (Correcta)*/
    color: #fff;
}

.ftco-intro .openinghours {
    display: block;
    width: 100%;
    font-size: 0.938rem; /*14px cambio a 15px -> Transformación de rem a px (Incorrecta)*/
}

.ftco-intro .openinghours span {
    display: block;
    width: 50%;
}

.ftco-intro .phone-number {
    font-size: 0.938rem; /*18px cambio a 15px -> Transformación de rem a px (Incorrecta)*/
}

/*
 * Information:
 * Estilos de los servicios para la vista `home`.
 * Estilos de nosotros para la vista `home`.
 */

.ftco-section {
    position: relative;
    display: block;
    width: 100%;
    padding: 7rem 0; /*7em - 0em -> Transformación de rem a em (Correcta)*/
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6rem 0; /*6em - 0em -> Transformación de rem a em (Correcta)*/
    }
}

.ftco-section.ftco-section-white {
    background: #fff;
}

.ftco-section.ftco-section-blue {
    background: #2f89fc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: -moz-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2f89fc), color-stop(100%, #2cbcbc));
    background: -webkit-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -o-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -ms-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -webkit-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
    background: -o-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
    background: linear-gradient(135deg, #2f89fc 0%, #2cbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f89fc', endColorstr='#00dc94', GradientType=1 );
}

.ftco-section .heading-section h2 {
    font-size: 1.875rem; /*30px -> Transformación de rem a px (Correcta)*/
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .ftco-section .heading-section h2 {
        font-size: 1.75rem; /*28px -> Transformación de rem a px (Correcta)*/
    }
}

.ftco-section .heading-section p {
    font-size: 0.938rem; /*15px -> Transformación de rem a px (Incorrecta)*/
}

.ftco-section .heading-section.heading-section-white h2 {
    color: rgba(255, 255, 255, 0.9);
}
  
.ftco-section .heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.ftco-section .subheading-section h3 {
    font-size: 1.625rem; /*26px -> Transformación de rem a px (Correcta)*/
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .ftco-section .subheading-section h3 {
        font-size: 1.5rem; /*24px -> Transformación de rem a px (Correcta)*/
    }
}

.ftco-services {
    padding-bottom: 0 !important;
}

.ftco-services .service {
    display: block;
    width: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-services .service .image-storage {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    line-height: 1.3;
    background-color: transparent;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .ftco-services .service .image-storage {
        width: 200px;
        height: 200px;
    }
}

.ftco-services .service .image-storage img {
    width: 250px;
    height: 250px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .ftco-services .service .image-storage img {
        width: 200px;
        height: 200px;
    }
}

.ftco-services .service .media-body h4 {
    font-size: 1.25rem; /*20px -> Transformación de rem a px (Correcta)*/
}

.ftco-us .right-color {
    background: #2f89fc;
    background: -moz-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2f89fc), color-stop(100%, #2cbcbc));
    background: -webkit-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -o-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -ms-linear-gradient(-45deg, #2f89fc 0%, #2cbcbc 100%);
    background: -webkit-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
    background: -o-linear-gradient(315deg, #2f89fc 0%, #2cbcbc 100%);
    background: linear-gradient(135deg, #2f89fc 0%, #2cbcbc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f89fc', endColorstr='#00dc94', GradientType=1 );
}

.ftco-us .image-storage {
    width: 100%;
    height: 100%;
}

.ftco-us .image-storage img {
    width: 100%;
    height: 100%;
}

.ftco-us .wrap {
    width: 100%;
    padding: 2.5rem; /*30px cambio a 40px -> Transformación de rem a px (Correcta)*/
    color: rgba(255, 255, 255, 0.7);
}

.ftco-us .wrap .item-resource {
    display: block;
    margin-bottom: 1.875rem; /*30px -> Transformación de rem a px (Correcta)*/
}

.ftco-us .wrap .item-resource .icon {
    position: relative;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin-top: 1.25rem; /*20px -> Transformación de rem a px (Correcta)*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-us .wrap .item-resource .icon:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ftco-us .wrap .item-resource:hover .icon:after, .ftco-us .wrap .item-resource:focus .icon:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ftco-us .wrap .item-resource .icon span {
    color: #fff;
    font-size: 1.875rem; /*30px -> Transformación de rem a px (Correcta)*/
}

.ftco-us .wrap .item-resource .text {
    width: calc(100% - 60px);
    padding-left: 2rem; /*40px cambio a 32px -> Transformación de rem a px (Correcta)*/
}

.ftco-us .wrap .item-resource .text h3 {
    font-size: 1.25rem; /*20px -> Transformación de rem a px (Correcta)*/
    color: #fff;
}

@media (min-width: 576px) {
    .ftco-us .wrap .item-resource .text p {
        text-align: justify;
    }
}

/*
 * Information:
 * Estilos para los `footer`.
 */

.ftco-footer {
    position: relative;
    display: block;
    width: 100%;
    padding: 6rem 0; /*6em - 0em -> Tranformación de rem a em (Correcta)*/
    font-size: 1rem; /*16px -> Tranformación de rem a px (Correcta)*/
    background: #191919;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-footer-widget h2 {
    margin-bottom: 2.5rem; /*40px -> Tranformación de rem a px (Correcta)*/
    font-size: 1.125rem; /*18px -> Tranformación de rem a px (Correcta)*/
    font-weight: normal;
    font-weight: 400;
    color: #fff;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #fff;
}

.ftco-footer .ftco-footer-social li {
    display: inline-block;
    list-style: none;
    margin: 0 0.625rem 0 0; /*0px - 10px - 0px - 0px -> Transformación de rem a px (Correcta)*/
}

.ftco-footer .ftco-footer-social li a {
    position: relative;
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.ftco-footer .ftco-footer-social li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.625rem; /*26px -> Transformación de rem a px (Correcta)*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer .ftco-footer-social li a:hover {
    color: #fff;
}

/*
 * Information:
 * Estilos para los `loader`.
 */

.ftco-loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1080;
    width: 96px;
    height: 96px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
}

.ftco-loader.fullscreen {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.ftco-loader.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
}

.ftco-loader .circular {
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/*
 * Information:
 * Estilos para los `block`.
 */

.block-6 {
    margin-bottom: 2.5rem; /*40px -> Transformación de rem a px (Correcta)*/
}

.block-6 .media-body p {
    font-size: 1rem; /*16px -> Transformación de rem a px (Correcta)*/
}

.block-23 ul {
    padding: 0;
}

.block-23 ul li, .block-23 ul li > a {
    display: table;
    margin-bottom: 0.938rem; /*15px -> Transformación de rem a px (Incorrecta)*/
    line-height: 1.5;
}

.block-23 ul li span {
    color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 ul li .icon {
    width: 40px;
    padding-top: 0.125rem; /*2px -> Transformación de rem a px (Correcta)*/
    font-size: 1.125rem; /*18px -> Transformación de rem a px (Correcta)*/
    color: #fff;
}
