h2.big{
  font-size: 50px;
  text-align: center;

  width: 100%;
}
h1.nombreEncuesta{
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
}
/* navbar*/

.layoutFODA .navbar-light{
  background-color: #fff;
  box-shadow: 5px 10px 18px #888888;
  background-image: url(../img/FODA/bg-foda.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-light li a{
  color: #3b5796;
}
.navbar-icon-top .navbar-nav .nav-link > .fa {
  top: 3px;
  line-height: 12px;
  color: #3b5796;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link{
  color: #3b5796;
}


@media (min-width: 576px) {
  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  
}

@media (min-width: 768px) {
  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  
}

@media (min-width: 992px) {
  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

}

@media (min-width: 1200px) {
  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  
}
.layout-foda{
  background-image: url(../img/FODA/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #3b5796;
}
.layout-foda .objetivoEncuesta{
  color: #3b5796;
  text-align: center;
}
.layout-foda .card{
  background-color: rgb(59,87,150);
  border: solid 4px #273966;
  border-radius: 15px;
  color: white;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  padding: 0;
}
.layout-foda .card .card-header span{
  line-height: 28px;
  font-size: 20px;
  text-transform: uppercase;
  vertical-align: middle;
}
.layout-foda .card .card-body{
  padding: 2em;
}
.layout-foda ul li{
  line-height: 40px;
}
.layout-foda .desplazador{
  margin-bottom: 50px;
}
.layout-foda .unaseccion{
  background-color: rgba(243,240,244,0.9);
}
.layout-foda .seccionTitulo{
  background-color: rgb(59,87,150);
  border: solid 4px #273966;
  color: white;
  margin-bottom: 50px !important;
  display: inline-flex; 
  width: 100%;
  padding: 0;
  line-height: 50px;
}
.layout-foda .seccionTitulo i{
  vertical-align: middle;
  margin-right: 15px;
}
.layout-foda .preguntaExtra{
  text-align: justify;
  font-weight: 700;
  background-color: #d9d9d9;
  line-height: 20px;
  padding: 15px;
  margin-bottom: 50px;
}
.layout-foda textarea{
  border: none;
}
.layout-foda .final a {
  position: relative;
  display: block;
  width: 150px;
  height: 50px;
  border-radius: 10px 5px 5px 10px;
  background: #273966;
  font-size: 12px;
  color: white;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.layout-foda .final a:before,
.layout-foda .final a:after {
  content: '';
  position: absolute;
  right: -15px;
  width: 32px;
  height: 15px;
  border-radius: 5px;
  background: #273966;
}
.layout-foda .final a:before {
  top: 9px;
  -webkit-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(65deg);
}
.layout-foda .final a:after {
  bottom: 9px;
  -webkit-transform: rotate(-65deg);
  -ms-transform: rotate(-65deg);
  transform: rotate(-65deg);
}

@media (max-width: 768px) {
  h1.nombreEncuesta{
    font-size: 3em;
  }
  .layout-foda .card{
    margin:25px 50px !important;
  }
  .layout-foda .card .card-body {
    padding: 1em;
  }
  .layout-foda .card .card-body ul{
    padding-left: 25px;
  }
  .layout-foda ul li{
    line-height: 30px;
  }
  .layout-foda .seccionTitulo{
    display: inline-block;
    line-height: 25px;
    padding: 10px;
  }
  .layout-foda .seccionTitulo .iconoTitulo{
    text-align: center;
  }
  .layout-foda .preguntaExtra{
    margin-bottom: 50px;
  }
}
