@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:700,400,300);
*{
        font-family: 'Raleway', sans-serif;
}

html {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

body {
  font: menu;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}
section {
  /*padding-top: 4rem;*/
  width: 90%;
  margin-left: 5%;
}
h1 {
  font-size: 2rem;
  font-weight: 500;
}

#holder {
  width: 1000px !important;
  height: 500px !important; 
  margin: auto !important;
}

@media all and (max-width:667px) {

    #holder {
      width: 100% !important;
      margin: auto !important;
    }

    svg {
        display: none !important;
    }
}

@media only screen and (min-width :299px) and (max-width :667px) {

    circle,
    path {
        display: none !important;
    }

    #holder div {
        float: left !important;
        display: block !important;
        margin: auto !important;
        text-align: left;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }

    #holder #textoCentro {
        display: none !important;
    }

    #holder div {
        background-color: #20a8d8 !important;
        padding: 5px 10px !important;
        border-radius: 10px !important;
        color: #FFF !important;
        font-size: 18px !important;
    }

    #holder div:empty {
        display: none !important;
    }

}

@media (max-width: 667px) {
   #holder div:nth-child(3) {
        margin-top: 30px !important;
    }

    #holder div:nth-child(4) {
        margin-top: 75px !important;
    }

    #holder div:nth-child(5) {
        margin-top: 115px !important;
    }

    #holder div:nth-child(6) {
        margin-top: 180px !important;
    }

    #holder div:nth-child(7) {
        margin-top: 248px !important;
    }
}

@media (max-width: 500px) {
   #holder div:nth-child(3) {
        margin-top: 30px !important;
    }

    #holder div:nth-child(4) {
        margin-top: 95px !important;
    }

    #holder div:nth-child(5) {
        margin-top: 160px !important;
    }

    #holder div:nth-child(6) {
        margin-top: 225px !important;
    }

    #holder div:nth-child(7) {
        margin-top: 317px !important;
    }
}

@media (max-width: 400px) {
   #holder div:nth-child(3) {
        margin-top: 30px !important;
    }

    #holder div:nth-child(4) {
        margin-top: 95px !important;
    }

    #holder div:nth-child(5) {
        margin-top: 160px !important;
    }

    #holder div:nth-child(6) {
        margin-top: 252px !important;
    }

    #holder div:nth-child(7) {
        margin-top: 345px !important;
    }
}

@media (max-width: 363px) {
   #holder div:nth-child(3) {
        margin-top: 40px !important;
    }

    #holder div:nth-child(4) {
        margin-top: 110px !important;
    }

    #holder div:nth-child(5) {
        margin-top: 175px !important;
    }

    #holder div:nth-child(6) {
        margin-top: 270px !important;
    }

    #holder div:nth-child(7) {
        margin-top: 360px !important;
    }
}

#holder {
    top: 0;

    margin: 0;

    position: relative;
}


#textoCentro {
    z-index: 5;
    width: 221px;
    height: 139px;
    text-align: center;
    color: #fff;
    font-family: Verdana;
    overflow: hidden;
    font-size: 19px;
}

.textoImagen {
    padding: 1px 0;
    display: none;
    position: absolute;
    margin-top: 117px;
    margin-left: 385px;
    padding-top: 90px;
    z-index: 5;
    border-radius: 50%;
    width: 228px;
    height: 138px;
    text-align: center;
    color: white;
    font-family: Soberana Titular;
    overflow: hidden;
    font-size: 1.5em;
}

#etapaActual{
    font-size: 2.15rem;
}

@-moz-document url-prefix() {
    .textoImagen {
        margin-top: 16px;
    }
}

@media all and (max-width:700px) {
    .textoImagen {
        display: none !important;
    }

    #holder {
        margin-top: 60px;
    }
}

.seccionTramiteSeleccionado {
    display: none;
}

@-moz-document url-prefix("") {
    .textoImagen {
        margin-top: 16px;
    }
}

@media all and (max-width:700px) {
    .textoImagen {
        display: none !important;
    }

    #holder {
        margin-top: 60px;
    }
}


.tabla-oculta {
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
}

.tabla_oculta {
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
}

.contenedor{
    padding-top: 50px;
}

/* -------------------------------- Acordeon ----------------------------- */
details[open] summary ~ * {
  animation: open 0.3s ease-in-out !important;
}

@keyframes open {
  0% {
    opacity: 0 !important;
  }
  100% {
    opacity: 1 !important;
  }
}
details summary::-webkit-details-marker {
  display: none !important;
}

details summary {
  width: 100% !important;
  padding: 1rem 10px !important;
  border-bottom: 1px dotted #999 !important;
  position: relative !important;
  cursor: pointer !important;
  font-size: 2.05rem !important;
  font-weight: 500 !important;
  list-style: none !important; 
  color: #000 !important; 
}

summary:hover{
   background-color: #e2edf9 !important;
}

details summary:after {
  content: "+" !important;
  color: #000 !important;
  position: absolute !important;
  font-size: 3.50rem !important;
  line-height: 0 !important;
  margin-top: 0.75rem !important;
  margin-right: 15px !important;
  right: 0 !important;
  font-weight: 200 !important;
  transform-origin: center !important;
  transition: 200ms linear !important;
}
details[open] summary:after {
  transform: rotate(45deg) !important;
  font-size: 3.50rem !important;
  color: #eb4d4b !important;
}
details summary {
  outline: 0 !important;
}
details p {
  font-size: 1.85rem !important;
  margin: 0 0 1rem !important;
  color: rgb(80, 79, 83) !important; 
  font-weight: normal !important;
  padding: 10px 20px !important;
  text-align: justify !important;
}

.iconosRedes{
    padding: 10px 20px;
}

span{
    font-size: 18px;
    font-style:normal;
    color: #707072;
}


/* -------------------------------- Botones ----------------------------- */
.btn {
    padding: 8px 15px !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}


/* -------------------------------- Contacto ----------------------------- */
.textoContacto {
  font-size: 1.85rem !important;
  margin: 0 0 1rem !important;
  color: rgb(103, 102, 106) !important; 
  font-weight: normal !important;
}
