html.lb-disable-scrolling {
    overflow: hidden;

    /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 5px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    margin-top: 10px;
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#titulo1 {
    font-weight: bolder;
}

#slider1 {
    height: 65vh;
}

.titulo2 {
    font-weight: 350px;
}

#fondo1 {
    height: 55vh;
}

.price-sec-wrap {
    width: 100%;
    float: left;
    padding: 60px 0;
    font-family: 'Poppins', sans-serif;
}

.main-heading {
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 25px;
}

.price-box {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

@media only screen and (min-width: 1024px) {
    .price-box {
      height: 650px;
    }
  }

.price-box ul {
    padding: 10px 0px 30px;
    margin: 17px 0 0 0;
    list-style: none;
    border-top: solid 1px #e9e9e9;
}

.price-box ul li {
    padding: 7px 0;
    font-size: 14px;
    color: #808080;
}

.price-box ul li .fas {
    color: #68AE4A;
    margin-right: 7px;
    font-size: 12px;
}

.price-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.34;
    margin-bottom: 0;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 3px;
}

.price-label.basic {
    background: #E8EAF6;
    color: #3F51B5;
}

.price-label.value {
    background: #E8F5E9;
    color: #4CAF50;
}

.price-label.premium {
    background: #FBE9E7;
    color: #FF5722;
}

.price {
    font-size: 44px;
    line-height: 44px;
    margin: 15px 0 6px;
    font-weight: 900;
}

.price-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67;
    color: inherit;
    width: 100%;
    margin: 0;
    color: #989898;
}

.plan-btn {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 11px 30px;
    border: 2px solid #b3b3b3;
    color: #000;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.plan-btn::after {
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #212D52;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.plan-btn:hover::after {
    left: 0;
}

.plan-btn:hover,
		.plan-btn:focus {
    text-decoration: none;
    color: #fff;
    border: 2px solid #000;
}

@media (max-width: 991px) {
    .price-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .main-heading {
        font-size: 21px;
    }

    .price-box {
        margin-bottom: 20px;
    }
}

.estilo1 {
    border-radius: 15px ;
    background-color: #212D52;
    color: white;
}

.whatsapp {
    background-color: #43DB5E;
}

/* *
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
* */
.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
}

/* *
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
* */
.imagen {
    margin: auto;
    text-align: left;
}

.btn-flotante {
    font-size: 16px;

    /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase;

    /* Texto en mayusculas */
    font-weight: bold;

    /* Fuente en negrita o bold */
    color: #ffffff;

    /* Color del texto */
    border-radius: 5px;

    /* Borde del boton */
    letter-spacing: 2px;

    /* Espacio entre letras */
    background-color: #f0ca3b;

    /* Color de fondo */
    padding: 18px 30px;

    /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    background-color: #061639;

    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
}

.lisitemap-section ul>li {
    padding: 9px;
    font-size: 15px;
    border-radius: 8px;
    background: #2EB6CC;
    list-style: none;
    margin: 1px;
}

.lisitemap-section li>a {
    color: #fff;
}

.lisitemap-section li>a:hover {
    color: #29ad3a;
}

@media screen and (max-width: 650px){
    .Modern-Slider .item h5 {
        font-size: 55px;
    }
}

@media screen and (max-width: 375px){
    .Modern-Slider .item h5 {
        font-size: 35px;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    text-decoration: none;
    color: #25d366;
    background-color: #fff;
}

.my-float {
    margin-top: 16px;
}

.btn.btn-linkedin {
    background: #2884ba;
    border-color: #2884ba;
    color: #fff;
}

.button1 {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #082736;
    padding: 1em 2em;
    border: none;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
}

.button1 span {
    position: relative;
    pointer-events: none;
}

.button1::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, #129dbd, transparent);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
}

.button1:hover::before {
    --size: 400px;
}

#boton10 {
    background-color: #164463;
    font-weight: 800;
    width: 350;
    height: 350;
    min-width: 250;
    min-height: 250;
}

#button10 {
}

#boton20 {
    background-color: #222f5a;
    text-align: center;
    display: list-item;
}

.boton20 {
    width: 50px;
    height: 200px;
    background-color: #0e1a3d;
}

.inicio {
    padding: 55px 0px 0px 0px;
    position: relative;
    z-index: 9;
}

a .request-call {
    position: fixed;
    background: #2EB6CC;
    transition: transition all 0.7s;
    right: -10px;
    top: 90px;
    padding: 0px;
    z-index: 2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    height: 150px;
    width: 50px;
    transition: all 0.4s;
}

a .request-call .phone {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 15px;
}

a .request-call .phone svg {
    margin-left: 7px;
}

a .request-call .rotate {
    transform: rotate(-90deg);
}

a .request-call .rotate p {
    color: #fff;
    margin: 85px 0 0 0;
    padding: 0;
    font-weight: 600;
    height: 30px;
    width: 160px;
}

a:hover .request-call {
    background: #2EB6CC;
    transition: all 0.4s;
}


a .request-call1 {
    position: fixed;
    background: #2EB6CC;
    transition: transition all 0.7s;
    right: -10px;
    top: 250px;
    padding: 0px;
    z-index: 2;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    height: 150px;
    width: 50px;
    transition: all 0.4s;
}

a .request-call1 .phone {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 15px;
}

a .request-call1 .phone svg {
    margin-left: 7px;
}

a .request-call1 .rotate1 {
    transform: rotate(-90deg);
}

a .request-call1 .rotate1 p {
    color: #fff;
    margin: 100px 0 0 0;
    padding: 0;
    font-weight: 600;
    height: 30px;
    width: 160px;
}

