#seccion1{
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  background: url(../img/texturaniños3.png) no-repeat !important;
  background-color: #ffb819 !important;
  -webkit-background-size: 100% auto !important;
  -moz-background-size:100% auto !important;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  background-position-y: -84px !important;
}

#seccion1 .titulo-principal {
  color: #ffffff;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-size: 3.5em;
  background-image: url(../img/titulocucuta.png);
  padding: 40px 46px;
  -webkit-background-size: 41% 96%;
  -moz-background-size:41% 96%;
  -o-background-size: 41% 96%;
  background-size: 41% 96%;
  background-position: center 7px;
  background-repeat: no-repeat;
  margin: 0px auto 55px;
}

#seccion1 .titulo-principal span{
  color: #fdb733;
}

#seccion1 .contenedor{
  z-index: 3;
}

#seccion1 .mapa img{
  position: relative;
  margin: auto;
  width: 100%;
}

#seccion1 iframe{
  border: solid 8px #009dd8 !important;
  border-radius: 40px;
  z-index: 3 !important;
}

#seccion1 .content-info1 {
  position: relative;
  color: #ffffff;
  font-size: 1.4em;
  background-image: url(../img/parrafo-preguntas.png);
  padding: 73px 75px;
  -webkit-background-size: 130% 250%;
  -moz-background-size: 130% 250%;
  -o-background-size: 130% 250%;
  background-size: 85% 78%;
  background-position: 54px 45px;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: -44px 0px 0px 0px;
  z-index: 3;
}

#seccion1 .content-info1 h1{
  font-size: 2em !important;
  color: #fd6900;
  margin: 0;
  text-shadow: 0.1em 0.1em 0.2em black;
}

#seccion1 .content-info1 p, #seccion1 .content-info1 p a{
  font-size: 1.1em !important;
  color: #fff;
  margin: 0;
  text-shadow: 0.1em 0.1em 0.2em black;
}

#seccion1 .content-info2 {
  position: relative;
  color: #ffffff;
  font-size: 1.4em;
  background-image: url(../img/parrafo-direccion.png);
  padding: 73px 75px;
  -webkit-background-size: 130% 250%;
  -moz-background-size: 130% 250%;
  -o-background-size: 130% 250%;
  background-size: 85% 78%;
  background-position: 54px 45px;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: -44px 0px 0px 0px;
}

#seccion1 .content-info2 h1{
  font-size: 2em !important;
  color: #ffb819;
  margin: 0;
  text-shadow: 0.1em 0.1em 0.2em black;
}

#seccion1 .content-info2 p, #seccion1 .content-info1 p a{
  font-size: 1.1em !important;
  color: #fff;
  margin: 0;
  text-shadow: 0.1em 0.1em 0.2em black;
}

@media only screen and (max-width: 900px){
  #seccion1 .titulo-principal {
    font-size: 3.5em;
    -webkit-background-size: 60% 96%;
    -moz-background-size: 60% 96%;
    -o-background-size: 60% 96%;
    background-size: 60% 96%;
    margin: 0px auto 18px;
  }

  #seccion1 iframe {
    height: 750px;
  }

  #seccion1 .content-info1 {
    font-size: 1.4em;
    padding: 73px 11px;
    -webkit-background-size:95% 77%;
    -moz-background-size: 95% 77%;
    -o-background-size: 95% 77%;
    background-size: 95% 77%;
    background-position: 17px 47px;
    margin: -44px 0px 0px 0px;
  }

  #seccion1 .content-info2 {
    font-size: 1.4em;
    padding: 73px 25px;
    -webkit-background-size: 130% 250%;
    -moz-background-size: 130% 250%;
    -o-background-size: 130% 250%;
    background-size: 97% 78%;
    background-position: 13px 45px;
    margin: -44px 0px 0px 0px;
  }
}

@media only screen and (max-width: 450px){
  #seccion1 .titulo-principal {
    font-size: 2.5em;
    padding: 40px 23px;
    -webkit-background-size: 60% 96%;
    -moz-background-size: 60% 96%;
    -o-background-size: 60% 96%;
    background-size: 101% 73%;
    background-position: center 20px;
    margin: -18px auto 4px;
  }

  #seccion1 iframe {
    height: 300px;
  }

  #seccion1 .content-info1 {
    font-size: 1.1em;
    padding: 72px 0px;
    -webkit-background-size: 98% 73%;
    -moz-background-size: 98% 73%;
    -o-background-size: 98% 73%;
    background-size: 98% 73%;
    background-position: 10px 47px;
    margin: -20px 0px 0px 0px;
  }

  #seccion1 .content-info2 {
    font-size: 1.1em;
    padding: 73px 25px;
    -webkit-background-size:98% 71%;
    -moz-background-size: 98% 71%;
    -o-background-size: 98% 71%;
    background-size: 98% 71%;
    background-position: 10px 52px;
    margin: -30px 0px 0px 0px;
  }
}
