/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 

}

.robotoBold {
  font-family: Roboto Bold !important;
}

.robotoLight {
  font-family: Roboto Light !important;
}
.roboto {
  font-family: Roboto !important;
}

.bg-azul{background-color:#094681;}

body {font-family: Roboto; color: #023363}
h1,h2,h3,h4,h5, h6{font-family: Roboto; font-weight: bold; margin-bottom: 1.3em; color: #023363; line-height: 1.5em}
.h1,.h2,.h3,.h4,.h5,.h6{font-family: Roboto !important; font-weight: bold; margin-bottom: 1.3em; color: #023363; line-height: 1.5em}
header {display: inline-block; width: 100%;}
main {padding: 0px}
main p, main li {color: #023363}
main a {color:#006fb3}
/* Menu  */

nav.navbar {box-shadow: none !important;}
nav.navbar a.nav-link{color: #fff !important}
nav.navbar .navbar-brand img, nav.navbar .navbar-brand {height: 100px !important;}
nav.navbar.navbar-expand-lg .navbar-collapse {justify-content: end}
nav.navbar {min-height: inherit !important;}

footer ul li {padding-bottom: 0px;}
@media (max-width: 767px) {footer {height: 90px; padding: 20px 0 0 0;}}

nav.navbar .navbar-toggler-icon, 
nav.navbar.navbar-dark .navbar-toggler-icon, 
nav.navbar.navbar-light .navbar-toggler-icon {background-image: url(../img/menu.svg)}
@media (max-width: 575px) {.nav {display: block;}}

.btn {text-decoration: none !important;}
.btn:hover {text-decoration: underline !important;}
.btn:focus {box-shadow: none !important;}
.not .card-body {min-height: 130px;}

/*--------------------------------------------------------------
#  contraste 
--------------------------------------------------------------*/
.a11y-contrast .alert-info,
.a11y-contrast .alert-warning,
.a11y-contrast .alert-danger,
.a11y-contrast .alert-success,
.a11y-contrast .list-group-item-info,
.a11y-contrast .list-group-item-warning,
.a11y-contrast .list-group-item-danger,
.a11y-contrast .list-group-item-success ,
.a11y-contrast .bg-azul {background-color: #333;}

.a11y-contrast .bannerInicio,
.a11y-contrast .bannerSobreCuidados,
.a11y-contrast .bannerComoParticipar,
.a11y-contrast .bannerPreguntasCuidados,
.a11y-contrast .btnComoParticipar  {background-color: #999;}

.a11y-contrast .navigation {background-color: #000}

.a11y-contrast table {color: #fff}

/*--------------------------------------------------------------
# toolbar
--------------------------------------------------------------*/

.toolbar .toolbar-btn-group, .toolbar .toolbar-btn {display: inline-block !important;}
.toolbar {justify-content: center;}
.toolbar-btn.toolbar-toggler, .toolbar-btn.toolbar-behavior-read {display: none !important;}
.toolbar-btn.toolbar-behavior-contrast {margin-right: 4px;}
.toolbar .toolbar-btn {background-color: #012c50;}




html{
    scroll-behavior: smooth;
}

.wrapper {
    width: max-content;
    height: 70px;
    overflow: hidden; /* add this to contain floated children */
}

.separador {
    height: 10px;
}

.first {
    height: 70px;
    width: 20px;
    float:left; /* add this */
    display: flex;
    align-items: center;
}

.second {
    height: 70px;
    float: left; /* add this */
    display: flex;
    align-items: center;
}

.bannerInicio{
    width: auto;
    height: auto;
    background-color: #F58584;
}

.bannerSobreCuidados{
    width: auto;
    height: auto;
    background-color: #666BAB;
}

.bannerComoParticipar{
    width: auto;
    height: auto;
    background-color: #FCC66A;
}

.bannerPreguntasCuidados{
    width: auto;
    height: auto;
    background-color: #666BAB;
}

.btnComoParticipar{
    padding-top: 25px;
    color: #E7E5E5;
    text-decoration: underline;
    text-align: center;
    width: 400px;
    height: 90px;
    background-color: #012c50;
    border-radius: 25px;
}

.cuerpoLowGrey{
    width: auto;
    height: auto;
    background-color: #EFF5F7;
}
/* 
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap'); */

body{
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000; /*03078E color anterior*/
}

.parrafo{
    justify-content: baseline;
    text-align: left;
    color: #696868;
}

.tituloPreguntas{
    height: 70px; 
    align-items: center; 
    font-size: 1.5rem;
}

.tdColorPreguntas{
    width: 30px; 
    height: 70px;
}

.tdBtnPreguntas{
    width: 50px; 
    height: 70px; 
    display: center;
}

#flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 500px;
    border: 1px black solid;
    margin: 0 auto;
}

.flex-item {
    width: 100px;
    height: 200px;
    border: 1px black solid;
    background: #369;
}

.bgColorPink{
    background-color: #F58584;
}

.bgColorLightPink{
    background-color: #F9BEBA;
}

.parrafoPreguntas{
    font-size: 1.3rem;
    justify-content: baseline;
    text-align: left;
    color: #696868;
}

.containerPreguntas{
    padding: 40px;
}

/* NAV */
.navigation{
    background-color: #012c50;
}

nav#menu > div > ul.nav> .nav-item > .nav-link{
    color: #FFFFFF;
    text-decoration: none!important;
}
nav#menu > div > ul.nav> .nav-item > .nav-link:hover {
    transform: scale(1.2);
    opacity: 0.7;
    transition: all .5s ease-out;
}

.logo {
    height: 120px;
    margin-top: -35px;
}
.bg{
    background-image: url(/assets/bg-header.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}
 .embed-responsive-16by9{
     width: 700px;
    border-radius: 30px;
}
.intro{
    display: grid;
    grid-template-columns: 850px;
    justify-content: center;
    font-size: 25px;
    text-align: justify;
}
.nav-pills .nav-link {
    border-radius: 20px !important;
    background-color: #1476C0 !important;
    color: #fff !important;
    text-align: center !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #03078E !important;
}
.dialogos{
    background-color: #F2F2F2;
    border-radius: 30px;
    padding: 30px 30px 10px 30px;
    font-size: 25px;
}
.participacion{
    background-color: #FAF5EF;
    border-radius: 30px;
    padding: 30px 30px 10px 30px;
    font-size: 22px;
}
.con-tecnica{
    font-size: 22px;
}
.con-tecnica img{
    position: absolute;
    top: -166px;
    right: 60px;
    width: 274px;
    transition: all .5s ease-in-out;

}
.table-bordered{
    border: 1px solid #3F0E2D !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #3F0E2D !important;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #3F0E2D !important;
}
.bgh tr{
    background-color: #F9CCD7 !important;
}
.bgtb th, .bgtb tr{
    background-color: #F1E6D9 !important;
}

.bg-izq{
    background-image: url(/assets/bg-calendario.png);
    background-position: left;
    background-size: 20% 80%;
    background-repeat: no-repeat;
}
.tit-ct{
    margin-top: 200px;
}
/* ----------------------- FOOTER ----------------------- */
.footer {
    bottom: 0;
    width: 100%;
    line-height: 1.5rem;
    background-color: #012c50;
    color: #ffffff;
    position: relative;
}
.footer .border-bottom {
    border-bottom: 1px solid #192e85 !important;
}
.separa-logo {
    display: inline-block;
}
.gob-txt{
    line-height: 1.2rem;
    text-align: right;
}
.redes-sociales{
    display:flex;
    justify-content:stretch;
    justify-content: center;
    border-left: 2px solid white;
}
.socialmedia{
    display: flex;
    text-align: left;
    flex-direction: row;
}
footer a, footer a:visited, footer a:active{
    color: #ffffff;
    font-weight: 400;
}
footer a:hover {
    color: white;
    text-decoration: none;
}
/* mantiene el logo de gob en el bottom de la pagina */
.vertical-align-bottom{
    position: absolute;
    bottom: 0;
}
/* ----------------------- REDES SOCIALES ----------------------- */
.fa-instagram, .fa-twitter, .fa-facebook-f, .fa-linkedin {
    padding: 5px 8px;
    font-size: 1.2rem;
    display:flex;
    justify-content: space-around;
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
}
.col-12, .col-md-9, .col-lg-9, .col-4, .col-md-4, .col-md-3, .col-lg-3, .col {
    float: left;
}
ul li {
    padding-bottom: 15px;
}
.separador {
    color: #0F69C4;
}

.barras {background: url(../img/barras.png) repeat-x center center; height: 50px;}


/*------------------MEDIA QUERYS--------------------*/
@media (max-width: 992px) {

}

@media (max-width: 760px){
    .hero {

}
@media (max-width: 540px){

}
@media (max-width: 320px) {

}





