@import url("animate.css");
/*@import url("../fonts/font-awesome/css/font-awesome.css");   */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
    color: #fdcc52;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #fcbd20;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

section {
    padding: 50px 0;
}

section h2 {
    font-size: 50px;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
    color: #fdcc52;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.getintouch .btn-outline {
    color: #902a6c;
    border: 1px solid;
    border-color: #902a6c;
    margin-top: 20px;
}

.getintouch .btn-outline:hover,
.getintouch .btn-outline:focus,
.getintouch .btn-outline:active,
.getintouch .btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52;
}

/*main navbar=======================
=======================================*/

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: black;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand {
    color: #fdcc52;
    font-family: 'Poppins', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
    color: #fcbd20;
}

#mainNav .navbar-toggler {
    font-size: 20px;
    padding: 15px 10px;
    color: #fff;
    cursor: pointer;
}

#mainNav .navbar-nav>li>a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mainNav .navbar-nav>li>a.active {
    color: #fdcc52 !important;
    background-color: transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: #fff;
}

#mainNav .navbar-nav>li>a:hover,
#mainNav .navbar-nav>li>a:focus:hover {
    color: #fdcc52;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }

    #mainNav .navbar-brand {
        color: fade(white, 70%);
    }

    #mainNav .navbar-brand:hover,
    #mainNav .navbar-brand:focus {
        color: white;
    }

    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: rgba(255, 255, 255, 0.7);
    }

    #mainNav .navbar-nav>li>a:hover,
    #mainNav .navbar-nav>li>a:focus:hover {
        color: white;
    }

    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: black;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: #222222;
    }

    #mainNav.navbar-shrink .navbar-brand:hover,
    #mainNav.navbar-shrink .navbar-brand:focus {
        color: #fdcc52;
    }

    #mainNav.navbar-shrink .navbar-nav>li>a,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus {
        color: #ffffff;
    }

    #mainNav.navbar-shrink .navbar-nav>li>a:hover,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
        color: #fdcc52;
    }
}

/*FIN  NAV BAR*********************/

/* Navbar logo *********************/

.fixed-top .nav-logo-black {
    display: none;
}

.fixed-top .nav-logo-onscroll {
    display: block
}

.fixed-top .nav-logo-onscroll+img,
.fixed-top.navbar-shrink .nav-logo-onscroll {
    display: none
}

.fixed-top.navbar-shrink .nav-logo-black {
    display: block
}

/* Fin Navbar logo *********************/

/* Home Style ============
=========================*/

#home {
    background: url(../productos/lpr/images/01-bk.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #cfcfcf;
}

.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #333;
    background: #FFF;
}

@media (min-width: 992px) {
    .masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.2;
    font-size: 6.25rem;
    color: #fff;
    font-weight: bold;
    font-family: 'Arvo', serif;
    margin-top:100px; 
}

.mbr-section-subtitle {
    line-height: 1.3;
    color: #727070;
}

#home p.lead {
    color: #969494;
}

.content {
    position: relative;
    padding: 11% 0 0;
}

@media (max-width: 380px) {
    .content {
        padding: 8% 0 0 !important;
    }
}

@media (max-width: 320px) {
    .content {
        padding: 8% 0 0 !important;
    }

    .mbr-section-title {
        font-style: normal;
        line-height: 1.2;
        font-size: 3.25rem;
        color: #fff;
        font-weight: bold;
    }
}

@media (max-width: 412px) {
    .content {
        padding: 8% 0 0 !important;
    }
}

@media (max-width: 414px) {
    .content {
        padding: 8% 0 !important;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 10% 0 !important;
    }
}

@media (max-width: 1024px) {
    .content {
        padding: 15% 0 !important;
    }
}

.content img {
    margin: 0 auto;
    width: 350;
}

@media (max-width: 380px) {
    .content img {
        width: 200px;
    }
}

.color {
    color: #d9da00;
}

a.fa.fa-angle-down {
    padding: 10px 15px;
    color: #999;
    border: 2px solid #b4b4b4;
    border-radius: 50%;
    font-size: 24px;
    margin-top: 200px;
    transition: all 0.5s;
}

a.fa.fa-angle-down:hover {
    background: #d9da00;
    color: #999;
    border: 2px solid #d9da00;
}

.btn-primary.btn-text {
    color: #f39c12;
    background: none;
    border: none;
}

#home .scroll-down {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
}

#home .scroll-down a {
    display: inline-block;
    width: 50px;
    height: 115px;
    background: url('../productos/lpr/images//down-arrow.png') no-repeat center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation-name: jump;
    -moz-animation-name: jump;
    -o-animation-name: jump;
    -ms-animation-name: jump;
    animation-name: jump;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
}

#home .scroll-down a:hover {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    -ms-animation-name: none;
    animation-name: none;
}

@-moz-keyframes jump {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    70% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    70% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-o-keyframes jump {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    70% {
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-ms-keyframes jump {
    0% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    20% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    70% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(0);
    }

    70% {
        transform: translateY(-30px);
    }
}

/* barra division *************
**********************/

.barraDivision {
    background-color: rgb(241, 196, 15);
    padding-top: 80px;
    padding-bottom: 30px;
}

.barraDivision h3 {
    font-size:65px;
    font-family: 'Arvo', serif;
    color: #fff;
    font-weight: bold;
}

.barraDivision p {
    font-size:18px;
 
    color: #fff;
 
}


@media (max-width: 320px) {
    .barraDivision h3 {
        font-style: normal;
        line-height: 1.2;
        font-size: 3.25rem;
        color: #fff;
        font-weight: bold;
    }
}




/* capturas de pantalla*********
****************************/
.sectionPant {
    position: relative;
}

.bootom-app-screen {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bootom-app-screen {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bootom-app-screen img {
    position: absolute;
    bottom: -8px;
}

.bootom-app-screen img:nth-child(3) {
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 5;
    width: 30.7%;
}

.bootom-app-screen img:nth-child(1) {
    left: 0px;
    width: 21%;
}

.bootom-app-screen img:nth-child(2) {
    left: 15%;
    width: 25%;
}

.bootom-app-screen img:nth-child(4) {
    left: 60%;
    width: 25%;
    z-index: 1;
}

.bootom-app-screen img:nth-child(5) {
    right: 0px;
    width: 21%;
}


.no-padd-bottom {
    padding-bottom: 0px;
}

/* algunas caracteristicas*************
**********************/

.sectionCatact {
    padding: 50px 0px 55px;
    position: relative;
    width: 100%;
}

.sectionCatact .section-caption {
    text-align: center;
    padding-bottom: 70px;
}

.caption-stye-1 {
    position: relative;
    padding-bottom: 25px;
}

.caption-stye-1:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 30px;
    margin-left: -15px;
    height: 2px;
}

.caption-stye-1.type-3:after {
    width: 107px;
    height: 9px;
    background: url(../productos/lpr/images//separator.png) no-repeat;
    margin-left: -53px;
}

.simple-text {
    position: relative;
}

.simple-text.sm p {
    font-size: 14px;
    line-height: 24px;
}

.simple-text.dark p {
    color: #787878;
}

.sectionCatact p {
    font-family: 'Montserrat', sans-serif;
    color: #a1a1a1;
    font-weight: 400;
}

.about-app-item .icon-block {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #f8df00;
    margin-bottom: 30px;
}

.about-app-item .icon-block img {
    width: 100%;
    height: auto;
}

.about-app-item {
    position: relative;
}

.center-layer .image {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.right-coll .about-app-item .dot-point:after {
    /*  top: -100%;*/
    left: 0px;
    right: auto;
}

.right-coll .about-app-item .dot-point .dot {
    /*   bottom: 200%;*/
    left: -2.5px;
    right: auto;
}

.about-app-item:nth-child(1) .dot-point {
    width: 88%;
    height: 70%;
    right: -16%;
    z-index: 10
}

.about-app-item:nth-child(2) .dot-point {
    width: 86%;
    height: 9%;
    left: 28%;
    z-index: 10;
}

.right-coll .about-app-item:nth-child(1) .dot-point {
    right: 100%;
    width: 69%;
    height: 90%;
    right: 100px;
}

.right-coll .about-app-item:nth-child(2) .dot-point {
    width: 64%;
    left: 8%;
    height: 55%;
}

.right-coll .about-app-item:nth-child(2) .dot-point::after {
    top: -100%;
}

.right-coll .about-app-item:nth-child(2) .dot-point .dot {
    bottom: 200%;
}

.dot-point {
    position: absolute;
    top: 50px;
}

.dot-point .dot {
    position: absolute;
    right: -2.5px;
    bottom: 0px;
    width: 6px;
    height: 6px;
    background: #f8df00;
    border: 1px solid #f8df00;
    border-radius: 50%;
    z-index: 1;
}

.dot-point:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #f8df00;
}

.dot-point:after {
    content: '';
    position: absolute;
    right: 0px;
    width: 1px;
    top: 0px;
    height: 100%;
    background: #f8df00;
}

.sectionCatact .mt-130 {
    margin-top: 130px;
}

.sectionCatact .mt-250 {
    margin-top: 250px;
}

.sectionCatact .mt-100 {
    margin-top: 100px;
}

/*--responsive design--*/

@media (max-width:1024px) {
    .sectionCatact .mt-130 {
        margin-top: 130px;
    }

    .sectionCatact .mt-250 {
        margin-top: 250px;
    }

    .sectionCatact .mt-100 {
        margin-top: 100px;
    }
}

/*-----768px-mediaquries----*/

@media (max-width:768px) {
    .sectionCatact .mt-130 {
        margin-top: 130px;
    }

    .sectionCatact .mt-250 {
        margin-top: 250px;
    }

    .sectionCatact .mt-100 {
        margin-top: 100px;
    }
}

/*-----640px-mediaquries----*/

@media (max-width:640px) {
    .sectionCatact .mt-130 {
        margin-top: 130px;
    }

    .sectionCatact .mt-250 {
        margin-top: 250px;
    }

    .sectionCatact .mt-100 {
        margin-top: 100px;
    }
}

/*-----480px-mediaquries----*/

@media (max-width:480px) {
    .sectionCatact .mt-130 {
        margin-top: 130px;
    }

    .sectionCatact .mt-250 {
        margin-top: 250px;
    }

    .sectionCatact .mt-100 {
        margin-top: 100px;
    }
}

/*-----320px-mediaquries----*/

@media (max-width:320px) {
    .sectionCatact .mt-130 {
        margin-top: 20px;
    }

    .sectionCatact .mt-250 {
        margin-top: 20px;
    }

    .sectionCatact .mt-100 {
        margin-top: 20px;
    }
}

/* mas informaci[on*********
************/

.moreInfo {

    color: #fff;
    position: relative;
}

.grey-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backface-visibility: hidden;
}

.bg.fix {
    background-attachment: fixed;
}

.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    backface-visibility: hidden;
    background-image: url(../productos/lpr/images//info_bg.jpg);
}

.bg-cerrado.fix {
    background-attachment: fixed;
}

.bg-cerrado {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    backface-visibility: hidden;
    background-image: url(../productos/lpr/images//info_bg-cerrado.jpg);
}


.moreInfo .h4,
.moreInfo .h5 {
    text-transform: uppercase;
    font-size: 14px;
}

.simple-text p {
    font-size: 13px;
}

.moreInfo .section-caption {
    text-align: left;
    padding-bottom: 70px;
}

.align-left .caption-stye-1.type-3::after {
    margin-left: 0px;
    left: 0px;
}

.white-color .caption-stye-1.type-3::after {
    background: url(../productos/lpr/images//separator_white.png) no-repeat;
}


.list-style-2 li {
    font-size: 14px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    display: block;
}

.list-style-2 li i {
    position: absolute;
    left: 0px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: rgb(255, 220, 65);
    background: #fff;
    border-radius: 50%;
    font-style: normal;
}

.info-items {
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.info-item {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    padding: 25px 7px;
}

.info-item .image {
    width: 100px;
    height: 100px;
    background: #fff;
    margin: 0 auto 20px;
    border-radius: 50%;
    text-align: center;
}

.info-item .image img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.info-item:nth-child(1),
.info-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.info-item:nth-child(1),
.info-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 480px) {


    .info-item {
        width: 100%;
        padding: 30px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .info-item:last-child {
        border-bottom: 0px none;
        padding-bottom: 0px;
    }

    .info-item:nth-child(1),
    .info-item:nth-child(3) {
        border-right: 0px none;
    }

}

/* Footer *************
**********************/

#footer {
    background: #222222;
    color: #ffffff;
    padding: 50px 0;
    text-align: left;
}

#footer p {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px!important;
    color: rgba(255, 255, 255, 0.45);
}

#footer h5 {
    color: #fff;
}

#footer h5 {
    margin-bottom: 20px;
}

#footer ul li {
    list-style: none;
}

#footer ul {
    padding: 0px;
}

/* FIN Footer *************
**********************/

/*====botones=================
=============================*/

.btn-outline {
    color: white;
    border: 1px solid;
    border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}

/* Buttons */

.btn {
    position: relative;
    font-weight: 500;
    border-width: 1px;
    font-style: normal;
    letter-spacing: normal;
    margin: .4rem .8rem;
    white-space: normal;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: .3s, .3s, .3s, 2s;
    transition-timing-function: ease-in-out;
    padding: 0.719rem 1.5rem;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    border-radius: 100px !important;
}

.btn .mbr-iconfont {
    font-size: 1.6rem;
}

.btn:hover:after,
.btn:focus:after,
.btn.active:after {
    content: '';
    border: 1px solid;
    border-color: inherit;
    width: 100%;
    height: 100%;
    transition: border-radius 0.3s;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: absolute;
    left: 0%;
    top: 0%;
    opacity: 1;
}

.btn:hover:after,
.btn:focus:after,
.btn.active:after {
    -webkit-animation: 1s btn-animation linear infinite;
    animation: 1s btn-animation linear infinite;
}

.note-popover .btn:after {
    display: none;
}

@keyframes btn-animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

.btn-sm {
    border: 1px solid;
    font-weight: 500;
    letter-spacing: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.5rem 1rem;
    border-radius: 3px;
}

.btn-md {
    font-weight: 500;
    letter-spacing: normal;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.719rem 1.5rem;
    border-radius: 3px;
}

.btn-lg {
    font-weight: 500;
    letter-spacing: normal;
    margin: .4rem .8rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0.875rem 1.875rem;
    border-radius: 3px;
}

.btn-primary,
.btn-primary:active,
.btn-primary.active {
    background-color: #ffcd18 !important;
    border-color: #ffcd18 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff !important;
    background-color: #ffcd18 !important;
    border-color: #ffcd18 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff !important;
    background-color: #ffcd18 !important;
    border-color: #ffcd18 !important;
}

/*====FIN botones=================
=============================*/

/*sections*/

.section-head h3 {
    font-size: 1.4em;
    margin: 0;
}

.section-head p {
    width: 80%;
    margin: 1em auto 0.8em auto;
    font-size: 0.875em;
}

.section-head {
    text-align: center;
    padding: 2em 0;
}

.section-head h3 {
    color: #282528;
    font-weight: 800;
    font-size: 1.6em;
}

.section-head h3 span {
    width: 10%;
    background: #8A888A;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
}

.owl-carousel {
    width: 65%;
}


/* otras caracteristicas*/


/*--responsive design--*/

@media (max-width:1024px) {
    .footer-divice img {
        width: 100%;
    }

    .footer-divice {
        margin-top: 15em;
    }
}

/*-----768px-mediaquries----*/

@media (max-width:768px) {
    .footer-divice img {
        width: initial;
    }

    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
}

/*-----640px-mediaquries----*/

@media (max-width:640px) {
    .footer-divice img {
        width: initial;
    }

    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
}

/*-----480px-mediaquries----*/

@media (max-width:480px) {
    .footer-divice img {
        width: initial;
    }

    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }
}

/*-----320px-mediaquries----*/

@media (max-width:320px) {
    .footer-divice img {
        width: 100%;
    }

    .footer-divice {
        margin-top: 1em;
        text-align: center;
    }

    .getintouch {
        padding: 0em 0 0 0;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}



.cont-pantallas{
    padding:50px 0;
}



.imgCasosDeUso.bg-cu {

  
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    backface-visibility: hidden;
    background-image: url(../productos/lpr/images//fondoCD1.png);
    background-color: rgb(217, 218, 222);
}

.imgCasosDeUso.bg-cu2 {

  
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    backface-visibility: hidden;
    background-image: url(../productos/lpr/images//fondoCD2.png);
    background-color: rgb(145, 144, 148);
}

.icon-linkedin{
    background:#666;
    
    border-radius:3px;
  color:#fff;
    width:25px;
    height:25px;
    line-height:25px;
    text-align:center;
  }
  
  .icon-linkedin:hover{
    background:#0E76A8;
  }