@charset "utf-8";
@import url("webfonts/Montserrat_Regular/stylesheet.css");
@import url("webfonts/Montserrat_Bold/stylesheet.css");
@import url("webfonts/Montserrat_SemiBold/stylesheet.css");
* {
    font-family: "Montserrat Regular";
}
#marco_portada {
    width: 901.342px;
    height: 852.857px;
    background-image: url(../img/portada/Vacunas_Interfaz.jpg);
    background-repeat: no-repeat;
    border: thin solid #D8911E;
    -webkit-box-shadow: 0px 0px 28px #9C9C9C;
    box-shadow: 0px 0px 28px #9C9C9C;
}
.p0001 {
    font-family: "Montserrat Bold";
    color: #5E468E;
    font-size: 22px;
    margin-top: 30px;
}
.p0002 {
    font-family: "Montserrat Bold";
    color: #5E468E;
    font-size: 37px;
}
.p0003 {
    font-family: "Montserrat SemiBold";
    color: #FFFFFF;
    font-size: 20pt;
}
.menu0000 {
    width: 331px;
    height: 91px;
    background-image: url(../img/portada/img001.png);
    position: relative;
    background-repeat: no-repeat;
    top: 23px;
    cursor: pointer;
    margin-top: 72px;
}
.menu0001 {
    width: 331px;
    height: 91px;
    background-image: url(../img/portada/img002.png);
    position: relative;
    background-repeat: no-repeat;
    top: 23px;
    cursor: pointer;
    margin-top: 10px;
}
.menu0002 {
    width: 331px;
    height: 91px;
    background-image: url(../img/portada/img002.png);
    position: relative;
    background-repeat: no-repeat;
    top: 23px;
    cursor: pointer;
    margin-top: 9px;
}
.menu0003 {
    width: 331px;
    height: 91px;
    background-image: url(../img/portada/img002.png);
    position: relative;
    background-repeat: no-repeat;
    top: 23px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 86px;
}
.tit0001 {
    color: #FFFFFF;
    font-family: "Montserrat SemiBold";
    font-size: 21pt;
    padding-left: 105px;
    padding-top: 22px;
}
.tit0002 {
    color: #FFFFFF;
    font-family: "Montserrat SemiBold";
    font-size: 15pt;
    padding-left: 98px;
    padding-top: 10px;
}
.subtit001 {
    color: #FFFFFF;
    font-family: "Montserrat Regular";
    font-size: 13pt;
    padding-left: 96px;
    margin-top: 0px;
    white-space: normal;
    line-height: 18px;
}
.menu0000:hover, .menu0001:hover, .menu0002:hover, .menu0003:hover, .menu0004:hover, .menu0005:hover {
    filter: sepia(50%);
}
/*BtModif*/

.btn-info {
    color: #fff;
    background-color: #796691;
    border-color: #796691;
}
.btn-info:hover {
    color: #fff;
    background-color: #4C405B;
    border-color: #4C405B;
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #7D6A96;
    border-color: #7D6A96;
    box-shadow: 0 0 0 0.2rem rgba(125,106,150,1.00);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(125,106,150,1.00);
}
.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6C4D96;
    border-color: #7D6A96;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(125,106,150,1.00);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(125,106,150,1.00);
}
