body,
html {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 130%;
    font-weight: 300;
}

h1 {
    font-size: 2rem;
    color: #33B4D4;
    margin-top: 0;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.9rem;
    color: #4A5F70;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.8rem;
    color: #33B4D4;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

h4 {
    font-size: 1.5rem;
    color: #4A5F70;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
}

h5 {
    font-size: 1.3rem;
    color: #4A5F70;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

h6 {
    font-size: 1.2rem;
    color: #33B4D4;
    margin: 0;
    font-weight: 400;
}

h4.centro {
    font-size: 1.5rem;
    color: #FFF;
    text-align: right;
    float: right
}


.show-hide {display:block;}
.hide-show {display:none;}

h2.tit-centro {
    font-size: 1.6rem;
    color: #4A5F70;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.02rem;
}

@media (max-width: 1024px) {
    h1 { font-size: 1.9rem; }
}

@media (max-width: 768px) {
    h1 { font-size: 1.8rem; }
    h4.centro {
        font-size: 1.3rem;
        padding-top: 6px;
        padding-bottom: 3px
    }
}

@media (max-width: 600px) {
    .show-hide {display:none;}
    .hide-show {display:block;}
}

@media (max-width: 498px) {
    h1 { font-size: 1.7rem; }

    h4.centro {
        font-size: 1.2rem;
        padding-top: 0.7rem;
    }
    
}

@media (max-width: 425px) {
    h4.centro {
        font-size: 1.1rem;
        padding-top: 0.45rem;
    } 
}

@media (max-width: 375px) {
    h4.centro {
        padding-top: 0.6rem;
    } 
}

@media (max-width: 330px) {
    h4.centro {
        font-size: 1rem;
        padding-top: 0.7rem;
    } 
}


p {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 0;
}

p.intro-txt {font-size: 1.05rem; margin-bottom: 1rem;}

p.dudas1 {
    font-size: 1.1rem;
}

p.dudas2 {
    font-size: 1.3rem;
}

p.dudas3 {
    font-size: 1.3rem;
    color: #5C788F;
    font-weight: 600
}

p.docs-tit {
    line-height: 130%;
    font-weight: 600;
    margin-bottom: .5rem
}

.vde { color: #288287; }
.azul {color: #20A0BF; }

p.videotit {
    font-size: 1rem;
    margin-top: 1.3rem;
    padding-left: 1rem;
}

@media (max-width: 449px) {
    p.videotit {
        font-size: 1rem;
        padding-left: 0.5rem;
    }
}

@media (max-width: 420px) {
    p.videotit {
        font-size: 1rem;
        margin-top: 0.8rem;
        padding-left: 0rem;
    }
}


a {
    color: #3C4C59;
    text-decoration: none;
}

a:hover,
a:active {
    color: #399CA1;
    text-decoration: underline;
}

a.correo {
    font-size: 1.1rem;
    font-weight: 400;
    color: #5C788F
}

a.correo:hover,
a.correo.hover {
    color: #5C788F
}

.semi { font-weight: 600;}

.pt20 { padding-top: 20px }
.pt40 { padding-top: 40px }
.pt60 { padding-top: 60px }

.mt20 { margin-top: 20px }
.mt30 { margin-top: 30px }
.mt40 { margin-top: 40px }
.mt60 { margin-top: 60px }

.mtn5 { margin-top: -5px; }

.w98 { width: 98%; max-width: 1500px; }
.w98ins { width: 98%; max-width: 1470px; }

.w98table { width: 98%; max-width: 1400px; }

.w98tableins { width: 98%; max-width: 1370px; }

.bg-gris15 { background-color: #F2F6F7 !important; }
.bg-gris10 { background-color: #F6F9FA !important; }

.bg-tit { background-color: rgba(166, 194, 204, 0.1); }

.bg-mido4 { background-color: #399CA1 !important; }

.rectang-gris {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FAFBFC;
    border: 1px solid #D2E0E5;
    border-radius: 8px;
    padding: .2rem;
}

.base-docs {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.base-docs:after {
    content: "";
    clear: both;
}

.base-docs > div {
    border: 1px solid #ddd;
    float: left;
    margin: -1px 0 0 -1px;
    padding-top: 0.7rem;
    padding-bottom: 0.1rem;
}


/*--- Nav ---*/

.navbar-mido {
    width: 100%;
    -webkit-box-shadow: 0 0px 2px 3px rgba(70, 70, 70, .2);
    box-shadow: 0 0px 2px 3px rgba(70, 70, 70, .2);
    background-color: #399CA1;
    padding: 4px 6px;
}

.navbar {
    padding: 0.2rem 1rem 0.1rem;
    font-size: 1rem;
    -webkit-box-shadow: 0 2px 3px rgba(70, 70, 70, .25);
    box-shadow: 0 2px 3px rgba(70, 70, 70, .25);
}

.navbar-brand {
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    margin-right: 1rem;
    font-size: 1.3rem;
    font-weight: 400;
}

.navbar-brand span {
    font-weight: 300;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.navbar-toggler {
    padding: 0.2rem 0.6rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.2rem;
    margin-top: 0.1rem;
    color: #FFF;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.8);
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-dark .navbar-nav .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(166, 194, 204, 0.3);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.bg-dark {
    background-color: #33B4D4 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #33B4D4 !important;
}

.dropdown-item {
    padding: 0.2rem 1rem;
    font-weight: 400;
    color: #3C4C59;
    font-size: 0.8rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #399CA1;
    background-color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #399CA1;
    background-color: #FFF;
}

@media (max-width: 1199px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        float: right;
        text-align: right;
    }
}

/*---Cabeza logos---*/

.bg-logos {
    -webkit-box-shadow: 0 0px 1px 22px rgba(70, 70, 70, .1);
    box-shadow: 0 0px 1px 2px rgba(70, 70, 70, .1);
    background-color: #FFF;
}

.lrg-logo {
    width: 436px;
    height: 100px;
    position: absolute;
    top: 7px;
    background-image: url(../images/logo_mido-pi_cab_lg.svg);
    background-size: 436px 100px;
    background-repeat: no-repeat;
}

.sml-logo {
    width: 278px;
    height: 28px;
    position: absolute;
    top: 8px;
    background-image: url(../images/logo_mido-pi_cab_sm.svg);
    background-size: 278px 28px;
}

.navtit {
    font-size: 1.3rem;
    padding-left: 6.5rem;
    margin-top: 2.2rem;
    font-weight: 400;
    margin-bottom: .5rem;
}

.logo-ss {
    width: 100%;
    max-width: 210px;
    padding-top: .4rem;
    padding-bottom: .6rem;
    float: right;
}

@media (max-width: 768px) {
    .lrg-logo {
        width: 366px;
        height: 84px;
        position: absolute;
        top: 14px;
        background-image: url(../images/logo_mido-pi_cab_lg.svg);
        background-size: 366px 84px;
        background-repeat: no-repeat;
    }

    .navtit {
        padding-left: 5.5rem;
        font-size: 1.05rem;
    }
}

@media (max-width: 767px) {
    .logo-ss {
        width: 100%;
        max-width: 300px;
        padding-bottom: .6rem;
        padding-left: 6rem;
        float: right;
        display: block;
        padding-right: 0.5rem;
    }
    .navtit {
        font-size: 1.1rem;
        padding-left: 5.5rem;
        margin-top: 1.7rem;
    }
}

@media (max-width: 575px) {
    .logo-ss {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 498px) {
    .lrg-logo {
        top: 23px;
    }
    .navtit {
        font-size: 1.1rem;
        padding-left: 5.5rem;
        margin-top: 2.4rem;
    }
    .logo-ss {
        width: 100%;
        max-width: 250px;
        padding-top: 0;
        padding-bottom: .6rem;
        float: right;
    }
    .sml-logo {
        top: 12px;
    }
}



@media (max-width: 425px) {
    .lrg-logo {
        top: 20px;
    }

    .navtit {
        font-size: 1.2rem;
        padding-left: 5.5rem;
    }

    .sml-logo {
        width: 250px;
        height: 25px;
        top: 8px;
        background-image: url(../images/logo_mido-pi_cab_sm.svg);
        background-size: 250px 25px;
    }
}

@media (max-width: 402px) {
    .lrg-logo {
        top: 20px;
    }

    .navtit {
        font-size: 1.2rem;
        padding-left: 5.5rem;
    }

    .sml-logo {
        width: 230px;
        height: 23px;
        top: 12px;
        background-image: url(../images/logo_mido-pi_cab_sm.svg);
        background-size: 230px 23px;
    }
}

@media (max-width: 387px) {
    .lrg-logo {
        top: 20px;
        width: 330px;
        height: 76px;
        position: absolute;
        background-image: url(../images/logo_mido-pi_cab_lg.svg);
        background-size: 330px 76px;
        background-repeat: no-repeat;
    }

    .navtit {
        font-size: 1.1rem;
        padding-left: 5rem;
        margin-top: 2rem;
    }

}

@media (max-width: 355px) {
    .lrg-logo {
        top: 20px;
        width: 300px;
        height: 70px;
        position: absolute;
        background-image: url(../images/logo_mido-pi_cab_lg.svg);
        background-size: 300px 70px;
        background-repeat: no-repeat;
    }
    .navtit {
        font-size: 1.1rem;
        padding-left: 4.5rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

}


/*---Botones---*/

.btn {
    white-space: normal !important;
    word-wrap: break-word;
    padding: 3px 8px 4px 8px;
    margin: 3px;
    font-size: 0.9rem;
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0);
}

.btn-sm1,
.btn-group-sm > .btn {
    padding: 0.2rem 0.4rem 0.2rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1.3;
    border-radius: 0.2rem;
}


.btn-primary, 
.btn-primary:visited {
    background-color: #33B4D4;
    border-color: #33B4D4;
    font-size: 1.05rem;
}

.btn-primary:hover {
    background-color: #1D90AD;
    border-color: #1D90AD;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #88C4C7;
    border-color: #88C4C7;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1D90AD;
    border-color: #1D90AD;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}


.btn-secondary {
    color: #fff;
    background-color: #8FAFBA;
    border-color: #8FAFBA;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5C788F;
    border-color: #5C788F;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #CEDFE7;
    border-color: #CEDFE7;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5C788F;
    border-color: #5C788F;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0);
}


.btn-success {
    background-color: #468D45;
    border-color: #468D45;
}

.btn-success:hover {
    background-color: #387337;
    border-color: #387337;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #7EB57D;
    border-color: #7EB57D;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #468D45;
    border-color: #468D45;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}


.btn-light {
    color: #212529;
    background-color: #DBE7EB;
    border-color: #DBE7EB;
}

.btn-light:hover {
    color: #000;
    background-color: #CADAE0;
    border-color: #CADAE0;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #5C788F;
    background-color: #F6F9FA;
    border-color: #F6F9FA;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #CADAE0;
    border-color: #CADAE0;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0);
}

.btn-archivo {
    background: url(../images/ico-docs.svg) left top no-repeat;
    background-size: 73px 50px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: none;
    color: #3C4C59;
    padding: 12px 12px 12px 65px;
    background-color: #EDF3F5;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #D2E0E5;
}

.btn-archivo:hover {
    background: url(../images/ico-docs.svg) left top no-repeat;
    background-size: 73px 50px;
    background-color: #EDF3F5;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-archivo:focus,
.btn-archivo.focus {
    background: url(../images/ico-docs.svg) left top no-repeat;
    background-size: 73px 50px;
    background-color: #EDF3F5;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-archivo:not(:disabled):not(.disabled):active,
.btn-archivo:not(:disabled):not(.disabled).active,
.show > .btn-archivo.dropdown-toggle {
    background: url(../images/ico-docs.svg) left top no-repeat;
    background-size: 73px 50px;
    background-color: #EDF3F5;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-archivo:not(:disabled):not(.disabled):active:focus,
.btn-archivo:not(:disabled):not(.disabled).active:focus,
.show > .btn-archivo.dropdown-toggle:focus {
    background: url(../images/ico-docs.svg) left center no-repeat;
    background-size: contain;
    background-color: #EDF3F5;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}


.btn-docs {
    padding: 8px;
}

.btn-docs:hover {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-docs:focus,
.btn-docs.focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-docs:not(:disabled):not(.disabled):active,
.btn-docs:not(:disabled):not(.disabled).active,
.show > .btn-docs.dropdown-toggle {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-docs:not(:disabled):not(.disabled):active:focus,
.btn-docs:not(:disabled):not(.disabled).active:focus,
.show > .btn-docs.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-vids {
    padding: 0;
    border-radius: 50%;
    background: url(../images/btn-play.svg) right center no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.btn-vids:hover {
    background: url(../images/btn-play.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-vids:focus,
.btn-vids.focus {
    background: url(../images/btn-play.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-vids:not(:disabled):not(.disabled):active,
.btn-vids:not(:disabled):not(.disabled).active,
.show > .btn-vids.dropdown-toggle {
    background: url(../images/btn-play.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-vids:not(:disabled):not(.disabled):active:focus,
.btn-vids:not(:disabled):not(.disabled).active:focus,
.show > .btn-vids.dropdown-toggle:focus {
    background: url(../images/btn-play.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

@media (max-width: 420px) {
    .btn-vids {
        width: 50px;
        height: 50px;
    }
}

.btn-zip {
    padding: 0;
    background: url(../images/ico_zip.svg) right center no-repeat;
    background-size: contain;
    width: 34px;
    height: 40px;
}

.btn-zip:hover {
    background: url(../images/ico_zip.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-zip:focus,
.btn-zip.focus {
    background: url(../images/ico_zip.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-zip:not(:disabled):not(.disabled):active,
.btn-zip:not(:disabled):not(.disabled).active,
.show > .btn-zip.dropdown-toggle {
    background: url(../images/ico_zip.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-zip:not(:disabled):not(.disabled):active:focus,
.btn-zip:not(:disabled):not(.disabled).active:focus,
.show > .btn-zip.dropdown-toggle:focus {
    background: url(../images/ico_zip.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

@media (max-width: 420px) {
    .btn-zip {
        width: 35px;
        height: 41px;
    }
}



.btn-abrir {
    padding: 0;
    border-radius: 50%;
    background: url(../images/btn-abrir.svg) right center no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
}

.btn-abrir:hover {
    background: url(../images/btn-abrir.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-abrir:focus,
.btn-abrir.focus {
    background: url(../images/btn-abrir.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-abrir:not(:disabled):not(.disabled):active,
.btn-abrir:not(:disabled):not(.disabled).active,
.show > .btn-abrir.dropdown-toggle {
    background: url(../images/btn-abrir.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-abrir:not(:disabled):not(.disabled):active:focus,
.btn-abrir:not(:disabled):not(.disabled).active:focus,
.show > .btn-abrir.dropdown-toggle:focus {
    background: url(../images/btn-abrir.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}


.btn-midoe {
    padding: 0;
}

.btn-midoe:hover {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-midoe:focus,
.btn-midoe.focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-midoe:not(:disabled):not(.disabled):active,
.btn-midoe:not(:disabled):not(.disabled).active,
.show > .btn-midoe.dropdown-toggle {
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.2));
}

.btn-midoe:not(:disabled):not(.disabled):active:focus,
.btn-midoe:not(:disabled):not(.disabled).active:focus,
.show > .btn-midoe.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.bg-btn-midoe {
    background-color: rgba(32, 160, 191, 0.0);
    border-radius: 7px;
    border: 1px solid c;
    width: 90%;
    padding: 1rem 0.5rem;
}

img.btn-midoe-img {
    width: 140px;
    height: auto;
}



/*Reproductor*/

#playlist, 
#playlist1 {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

#playlist li,
#playlist1 li {
    cursor: pointer;
    list-style-type: none;
}

#videoarea, 
#videoarea1 {
    width: 100%;
    height: auto;
    max-height: 574px;
    border: 1px solid #F6F9FA;
    background-color: #F6F9FA;
}

/*Reproductor old*/

.bg-video {
    background-color: #F6F9FA;
    background-image: url(../images/bg-tut.svg);
    background-size: 95% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*-----Formularios-----*/

.formulario-base {
    border-top: 2px solid #B0D7D9;
    border-bottom: 2px solid #B0D7D9;
    background-color: #FAFBFC;
    padding-top: 1.3rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.form-check-label {
    margin-top: 0
}

label {
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 150%;
    font-size: 1rem;
}

label.semi {
    font-weight: 600;
}

label.busq-tit {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 0;
    padding-top: 0;
}

.form-group {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.4rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #3C4C59;
    background-color: #FFF;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #3C4C59;
    padding: 0.36rem 0.75rem;
    background-color: #FFF;
    border: 1px solid #399CA1;
    outline: none;
    box-shadow: none;
    border-collapse: collapse;
}

.form-control::-webkit-input-placeholder {
    color: #3C4C59;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #3C4C59;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #3C4C59;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #3C4C59;
    opacity: 1;
}

.form-control::placeholder {
    color: #3C4C59;
    opacity: 1;
}

.form-text {
    display: block;
    margin-top: 0;
}




/*---Pie---*/

.pie { margin-top: 3rem; margin-bottom: 3rem; }

.pie p { font-size: 0.9rem; }

.pie img {
    width: 150px;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.logo-fcs-ini {
    width: 100%;
    max-width: 230px;
}


/*-----B subir-----*/

.back-to-top {
    display: none;
    position: fixed;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    vertical-align: middle;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 2px 2px 0 rgba(170, 194, 204, 0.20), 0 2px 2px 0 rgba(170, 194, 204, 0.20);
    background-color: #8FAFBA;
    background: url(../images/btn_subir.svg) no-repeat center center;
    background-size: cover;
}

.back-to-top:hover {
    box-shadow: 0 2px 6px 2px rgba(170, 194, 204, 0.40), 0 2px 6px 2px rgba(170, 194, 204, 0.40);
    background-color: rgba(170, 194, 204, 1.00);
    background: url(../images/btn_subir.svg) no-repeat center center;
    background-size: cover;
}


/*-----2018 10-----*/

.btn-video-ad {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: none;
    color: #3C4C59;
    padding: 5px 15px;
    background-color: #FFF;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #D2E0E5;
}

.btn-video-ad:hover {
    background-color: #FFF;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-video-ad:focus,
.btn-video-ad.focus {
    background-color: #FFF;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-video-ad:not(:disabled):not(.disabled):active,
.btn-video-ad:not(:disabled):not(.disabled).active,
.show > .btn-video-ad.dropdown-toggle {
    background-color: #FFF;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-video-ad:not(:disabled):not(.disabled):active:focus,
.btn-video-ad:not(:disabled):not(.disabled).active:focus,
.show > .btn-video-ad.dropdown-toggle:focus {
    background-color: #FFF;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}


.btn-video-em {
    background: url(../images/ico_vid_midoembarazo.svg) left top no-repeat;
    background-size: 80px 80px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: none;
    color: #3C4C59;
    padding: 5px 5px 18px 110px;
    background-color: #FFF;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #D2E0E5;
}

.btn-video-em:hover {
    background: url(../images/ico_vid_midoembarazo.svg) left top no-repeat;
    background-size: 80px 80px;
    background-color: #FFF;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-video-em:focus,
.btn-video-em.focus {
    background: url(../images/ico_vid_midoembarazo.svg) left top no-repeat;
    background-size: 80px 80px;
    background-color: #FFF;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-video-em:not(:disabled):not(.disabled):active,
.btn-video-em:not(:disabled):not(.disabled).active,
.show > .btn-video-em.dropdown-toggle {
    background: url(../images/ico_vid_midoembarazo.svg) left top no-repeat;
    background-size: 80px 80px;
    background-color: #FFF;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-video-em:not(:disabled):not(.disabled):active:focus,
.btn-video-em:not(:disabled):not(.disabled).active:focus,
.show > .btn-video-em.dropdown-toggle:focus {
    background: url(../images/ico_vid_midoembarazo.svg) left top no-repeat;
    background-size: 80px 80px;
    background-color: #FFF;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}



.btn-vids1 {
    padding: 0;
    border-radius: 50%;
    background: url(../images/btn-play-me.svg) right center no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.btn-vids1:hover {
    background: url(../images/btn-play-me.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-vids1:focus,
.btn-vids1.focus {
    background: url(../images/btn-play-me.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-vids1:not(:disabled):not(.disabled):active,
.btn-vids1:not(:disabled):not(.disabled).active,
.show > .btn-vids1.dropdown-toggle {
    background: url(../images/btn-play-me.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-vids1:not(:disabled):not(.disabled):active:focus,
.btn-vids1:not(:disabled):not(.disabled).active:focus,
.show > .btn-vids1.dropdown-toggle:focus {
    background: url(../images/btn-play-me.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

@media (max-width: 420px) {
    .btn-vids1 {
        width: 50px;
        height: 50px;
    }
}

.btn-zip1 {
    padding: 0;
    background: url(../images/ico_zip-me.svg) right center no-repeat;
    background-size: contain;
    width: 34px;
    height: 40px;
}

.btn-zip1:hover {
    background: url(../images/ico_zip-me.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}

.btn-zip1:focus,
.btn-zip1.focus {
    background: url(../images/ico_zip-me.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.btn-zip1:not(:disabled):not(.disabled):active,
.btn-zip1:not(:disabled):not(.disabled).active,
.show > .btn-zip1.dropdown-toggle {
    background: url(../images/ico_zip-me.svg) right center no-repeat;
    background-size: contain;
    filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3));
}

.btn-zip1:not(:disabled):not(.disabled):active:focus,
.btn-zip1:not(:disabled):not(.disabled).active:focus,
.show > .btn-zip1.dropdown-toggle:focus {
    background: url(../images/ico_zip-me.svg) right center no-repeat;
    background-size: contain;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

@media (max-width: 420px) {
    .btn-zip1 {
        width: 35px;
        height: 41px;
    }
}


.img-intro { width: 95%; max-width: 300px; margin-top: -1rem; margin-bottom: 1.5rem; padding-top: 0; }

@media (max-width: 1440px) {
    .img-intro { width: 95%; max-width: 280px; }
}

@media (max-width: 1024px) {
    .img-intro { width: 95%; max-width: 270px; }
}

@media (max-width: 768px) {
    .img-intro { width: 95%; max-width: 250px; margin-top: 1rem; }
}


/*---Aviso Tablero---*/

.aviso1-img {position: absolute; top: 3px; left: 2%; width: auto; height: 58px; z-index: 10;}

@media (max-width: 1100px) {
   .aviso1-img {display: none}
}

.base-somb {filter: "progid:DXImageTransform.Microsoft.Dropshadow (OffX=0, OffY=8, Color='#DDD')";
    filter: url(#drop-shadow);
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));}

.aviso1-rect-sup {
	border-top-right-radius: 9px; 
	border-top-left-radius: 9px; 
	background-color: #F6F9FA; 
	border: 1px solid #D2E0E5; 
	padding: 0.1rem;}

.aviso1-rect-sup p {font-size: 0.95rem}

.aviso1-rect-inf {
	border-bottom-right-radius: 9px; 
	border-bottom-left-radius: 9px; 
	background-color: #940C34; 
	border: 1px solid #940C34; 
	border-top: 0; 
	padding: 0.1rem;}

a.aviso1 {font-size: 14pt; color: #fff; line-height: 145%; padding: 0px; margin: 0px; letter-spacing: 0.05rem;}

@media (max-width: 678px) {
   .aviso1-rect-sup p {font-size: 0.9rem}
}

@media (max-width: 425px) {
   .aviso1-rect-sup p {font-size: 0.8rem}
   a.aviso1 {font-size: 13pt;}
}



