* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #FFF;
    color: #0c0c0c;
    font-size: 55.5%;
    font-family: 'Roboto, Arial, Helvetica, sans-serif, Verdana', serif;
}

ul {
    list-style-type: none;
}



.pricing-table-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2.0em;
    color: #FFF;
    margin-top: 15px;
    text-align: justify;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
    font-size: 0.6em;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
/** ========================
 * sala lpr
 ============================*/
.box-list{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 10px;
}
/** ========================
 * ContainerDeluxe
 ============================*/
.containercesarea {
    position: relative;
    width: 50%;
}

.imagecesarea {
    display: block;
    width: 100%;
    height: auto;
}

.overlaycesarea {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.containercesarea:hover .overlay {
    opacity: 1;
}

.textcesarea {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
    width: 960px;
    margin: 40px auto 0;
}
.tre{
    font-size: 16px;
    text-align: center;
}
.pricing-table {
    margin: 20px 20px;
    text-align: justify;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 1.06s ease;
    -o-transition: all 1.06s ease;
    transition: all 1.06s ease;
}
/*-------------------------------------------------------------*/
/*              Promociones Paquete Maternidad                  */
/*-------------------------------------------------------------*/

.paypal{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    margin: 10px;
}



/*-------------------------------------------------------------*/
/*
/*              Promociones Paquete Maternidad*/
/*-------------------------------------------------------------*/
.tabla-precionina{
    padding: 10px;
    margin-bottom: 20px;
    text-align: justify;
    width: auto;
    float: inherit;
    box-shadow: 0 0 15px rgba(59, 61, 73, 0.42);
    border-radius: 30px;

}
.tabla-precionino{
    padding: 10px;
    margin-bottom: 20px;
    text-align: justify;
    width: auto;
    float: inherit;
    box-shadow: 0 0 15px rgba(59, 61, 73, 0.42);
    border-radius: 30px;

}
.tabla-precionina:hover {
    box-shadow:
            0 0 18px #8020da ;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.tabla-precionino:hover{
    box-shadow:
            0 0 18px #42b2c1 ;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
.title{
    font-size: 1rem;
    font-family: 'Lato',sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    text-align: center;
    margin: 2px;
    background-color: #8020da;
    border-radius: 70px;

}
.titlenino{
    font-size: 1rem;
    font-family: 'Lato',sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    text-align: center;
    margin: 2px;
    background-color: #42b2c1;
    border-radius: 70px;

}
.subtitle{
    font-size: 1.4rem;
    text-align: center;
    font-family: 'Lato',sans-serif;
    font-weight: bold;
    color: #002554;
}
.precio{
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    color: rgba(0, 37, 84, 0.5);
    right: 30px;
}
.list{
    font-size: 1rem;
}

.list li{
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #002554;
    font-weight: 100;
    padding: 10px;
    border-bottom: groove 1px;

}
.article-style{
    width: 300px; margin: 10px;
}
.paquete{
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}
.vigencia {
    text-align: center;
    font-size: 13px;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;

}
.agendar{
    border-radius: 20px;
    background-color: #7b0099;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    font-family: 'Lato', sans-serif, serif;
}
/*---------------
BOTONES DE LAS PROMOCIONES
-------------------*/
.botonlpr{
    display: inline-flex;
    width: 100%;
    height: 50px;
    background-color: #42b2c1;
    font-family: 'Lato', sans-serif, serif;
    font-size: 14px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: none;
    /*cursor: pointer;*/
    text-transform: uppercase;
    transition: .3s ease all;
    position: relative;
    overflow: hidden;
    margin: 3px;
}
.botonlpr label{
    font-size: 14px;
    color: white;
}

.botonlpr span {
    position: relative;
    z-index: 1;
    transition: .3s ease all;
    color: #FFFFFF;
}
.botonlpr.agendarlpr::after{
    content: "";
    width: 100%;
    height: 300px;
    background-color: #7b0099;
    position: absolute;
    top: -300px;
    left: 0;
    transition: .4s ease-in-out all;
    border-radius: 0px 0px 300px 300px;

}
.botonlpr.agendarlpr:hover::after{
    top: 0;
}

.botonparto{
    display: inline-flex;
    width: 100%;
    height: 50px;
    background-color: #7b0099;
    font-family: 'Lato', sans-serif, serif;
    font-size: 14px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: .3s ease all;
    position: relative;
    overflow: hidden;
    margin: 3px;
}

.botonparto span {
    position: relative;
    z-index: 1;
    transition: .3s ease all;
    color: #FFFFFF;
}

.botonparto label{
    color: #FFFFFF;
}
.botonparto.agendarparto::after{
    content: "";
    width: 100%;
    height: 300px;
    background-color: #42b2c1;
    position: absolute;
    top: -300px;
    left: 0;
    transition: .5s ease-in-out all;
    border-radius: 0px 0px 300px 300px;
}
.botonparto.agendarparto:hover::after{
    top: 0;
}

/*-------------------MODAL POP UP------------------*/
.modal-container{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0px;
    background-color: rgba(43, 43, 43, 0.50);
    position: fixed;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100000;
}


.show{
    pointer-events: auto;
    opacity: 1;
}

.modal_container {
    background-color: #FFFFFF;
    width: 600px;
    max-width: 100%;
    padding: 10px 50px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgb(52, 52, 52);
    text-align: justify;
}


.modal-container h1 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-align: center;

}
.modal-container p {
    opacity: 0.7;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    margin: 10px;
}


.closes {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    border: 0px;
    border-radius: 5px;
    background-color: #3a87ad;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);
    width: 100px;
    height: 30px;
    margin: 3px;
    outline: none;
}
/*-----------detalles de card telemedicina-----------------*/
.detais{
    font-size: 20px;
    font-family: sans-serif, 'lato';
    margin: 5px;
}
.imgdr {
    position: relative;
    margin: 10px;
}


/*-------------------------------------------------------------*/
.border{
    border-radius: 20px;
    box-shadow: #2b2b2b;
    height: 400px;
}

.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.01);

}

.pricing-title {
    border-radius: 12px;
    color: #FFF;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);    margin: 1px;
    padding: 20px 10px;
    font-size: 2em;
    text-transform: uppercase;
      text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table.recommended .pricing-title {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);    margin: 1px;
    padding: 20px 10px;
}

.pricing-table.recommended .pricing-action {
    background: #2db3cb;
    margin-left: 2px;
    padding-bottom: 10px;
    text-align: center;
}

.pricing-table .price {
    background: #403e3d;
    font-size: 3.4em;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
}

.table-list li {
    font-size: 1.4em;
    font-weight: 700;
    padding: 12px 8px;
}

.table-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome', Serif, serif;
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
} 

.table-list li span {
    font-weight: 400;
}

.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}


.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-buy {
    background: transparent;
    padding: 15px 15px;
    text-align: center;
    overflow: hidden;
}

.table-buy p {

    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    color: #FFF;
    background: #002554;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-top: 20px;
}

.table-buy .pricing-action:hover {
    background: #002554;

}

.recommended .table-buy .pricing-action:hover {
    background: #002554;
}
.carousel-inner img{
    width: 100%;
    height: 750px;
    background-size: 100% 100%;
}
.carousel-inner iframe{
    height: 80%;
}


/** ================
 * Responsive
 ===================*/

 @media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
    }
    .pricing-table {
        width: 236px;

    }

    .tabla-precionino, .tabla-precionina{
        width: auto;
    }
    .table-list li {
        font-size: 1.3em;
    }
     .instagram{
         width: auto;
         height: auto;
         background-color: #ffffff;
         position: relative;
         bottom: 22px;
         left: 1px;
         right: 1px;
         z-index: 9999;
         margin: 5px;
     }
     .facebook{
         margin-bottom: 1.5rem;
         margin-left: 1rem;
         border-radius: 2px;
         transition: .2s;
         letter-spacing: 1px;
         padding: 10px 20px;
         font-size: 14px;
         line-height: 24px;
         box-shadow: 0 2px 5px rgba(0,0,0,.1);
     }

 }

 @media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
    }
     .tabla-precionino, .tabla-precionina{
         width: auto;
     }
     .ubicacion{
         width: 350px;
         height: 200px;
     }
    .pricing-table {
        display: block;
        float: none;
        width: auto;
    }

     .footer .copyright p,
     .footer .copyright .col-md-6:last-child p {
         margin: 5px 0;
         text-align: center;
     }
     .instagram{
         height: 25px;
         background-color: rgb(255, 255, 255);
         margin: auto;
     }
     .facebook{
         margin-bottom: 1.5rem;
         margin-left: 1rem;
         border-radius: 2px;
         transition: .2s;
         letter-spacing: 1px;
         padding: 10px 20px;
         font-size: 14px;
         line-height: 24px;
         box-shadow: 0 2px 5px rgba(0,0,0,.1);
     }
 }

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        width: 300px;
    }
    .ubicacion{
        width: 350px;
        height: 200px;
    }
    .slider__img{
        width: 100%;
        height: auto;
    }
    .instagram{
        width: 100%;
        height: 30px;
        background-color: #ffffff;
        position: absolute;
        bottom: 10px;
        left: 1px;
        right: 1px;
        z-index: 9999;
        margin: 5px;
    }
    .facebook{
        margin-bottom: 1.5rem;
        margin-left: 1rem;
        border-radius: 2px;
        transition: .2s;
        letter-spacing: 1px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 24px;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
    }
    .overlay #popupBody{
        width: auto;
        height: auto;
    }
}

/*----------------------------------------
FOOTER CSS / STYLE
------------------------------------------*/
.footer {
    position: relative;
    margin-top: 5px;
    padding-top: 30px;
    background: #002554;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;

    font-size: 1rem;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #0796fe;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #999999;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #0796fe;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #092a49;
    background: none;
    border-radius: 0;
    border: 2px solid #092a49;
    transition: .3s;
}

.footer .footer-newsletter .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.footer .copyright {
    padding: 10px;
    width: auto;
    height: auto;
    text-align: center;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #0796fe;
}

.instagram{
    width: 75%;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 1px;
    z-index: 9999;
    margin: 2px;
}
 /* stilo para la caja con el box-shadow*/
.facebook{
margin-left: 10px;
    margin-right: 10px;
    margin-top: 35px;
    border-radius: 20px;
    transition: .2s;
    letter-spacing: 1px;
    padding: 10px 0;
    line-height: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.maternidad{
    font-family: 'Lato', Helvetica sans-serif;
}

