#seccion1{
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #ff8d00 !important;
  background-image: url(../img/textura/textura2.png);
  background-attachment: inherit;
  background-repeat: repeat;
  -webkit-background-size: 900px auto;
  -moz-background-size:900px auto;
  -o-background-size: 900px auto;
  background-size: 900px auto;
  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/titulocontacto.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 30px;
}

#seccion1 .subtitulo-principal{
  position: relative  !important;
  margin: auto  !important;
  width: 80%  !important;
  color: #fff  !important;
  font-size: 1.7em  !important;
  text-shadow: 0.1em 0.1em 0.2em black  !important;
}

#seccion1 .subtitulo-principal span{
  background: #fff;
  text-shadow: none;
  font-family: GROBOLD;
  color: #ea4100;
}

#seccion1 .img-contacto{
  position: relative;
  margin: auto;
  width: 70%;
  top: 10px;
}

#seccion1 .content-form{
  margin-top: 60px;
  margin-bottom: 70px;
}

#seccion1 .content-form .card-panel{
  box-shadow: 0.0em 0.1em 2.2em black
}

#seccion1 .content-info1 {
  position: relative;
  color: #ffffff;
  background-image: url(../img/img-info1.png);
  padding: 72px 42px;
  -webkit-background-size: 90% 80%;
  -moz-background-size: 90% 80%;
  -o-background-size: 90% 80%;
  background-size: 90% 80%;
  background-position: center 39px;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: -44px 0px 0px 0px;
  z-index: 3;
}

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

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

#seccion1 .content-info2 {
  position: relative;
  color: #ffffff;
  background-image: url(../img/img-info2.png);
  padding: 73px 56px;
  -webkit-background-size: 90% 80%;
  -moz-background-size: 90% 80%;
  -o-background-size: 90% 80%;
  background-size: 90% 80%;
  background-position: center 38px;
  background-repeat: no-repeat;
  max-width: 100%;
  margin: -44px 0px 0px 0px;
}

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

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

#seccion1 .content-redes {
  width: 400px;
  font-size: 2.5em;
  background-image: url(../img/titulocontacto.png);
  padding: 65px 90px;
  -webkit-background-size: 95% 87%;
  -moz-background-size: 95% 87%;
  -o-background-size: 95% 87%;
  background-size: 95% 87%;
  background-position: center 10px;
  background-repeat: no-repeat;
  margin: -30px auto 0px;
}

#seccion1 .content-redes .social {
  position: relative;
  height: 30px;
  margin-top: -29px;
}

#seccion1 .content-redes  li, #seccion1 .content-redes a {
  color: #fff;
  line-height: initial;
}

#seccion1 .content-redes .social svg:hover {
    color: #ea4100;
    line-height: initial;
}

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

  #seccion1 .subtitulo-principal {
    font-size: 1.5em !important;
  }

  #seccion1 .img-contacto {
    width: 80%;
    top: 40px;
  }

  #seccion1 .content-info1 {
    padding: 72px 0px;
    -webkit-background-size: 100% 80%;
    -moz-background-size: 100% 80%;
    -o-background-size: 100% 80%;
    background-size: 100% 80%;
    background-position: center 39px;
    margin: -44px 0px 0px 0px;
  }

  #seccion1 .content-info1 h1 {
    font-size: 2em !important;
  }

  #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 {
    padding: 40px 15px;
    -webkit-background-size: 100% 92%;
    -moz-background-size: 100% 92%;
    -o-background-size: 100% 92%;
    background-size: 100% 92%;
    background-position: center 16px;
    max-width: 100%;
    margin: -44px 0px 0px 0px;
  }

  #seccion1 .content-info2 h1 {
    font-size: 2em !important;
  }
}

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

  #seccion1 .content-form {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  #seccion1 .img-contacto {
    width: 80%;
    top: 0px;
  }

  #seccion1 .content-info2 {
    margin: -32px 0px 0px 0px;
  }

  #seccion1 .content-redes {
    width: 100%;
    font-size: 2.1em;
    padding: 50px 57px;
    -webkit-background-size: 100% 79%;
    -moz-background-size: 100% 79%;
    -o-background-size: 100% 79%;
    background-size: 100% 79%;
    background-position: center 4px;
    margin: -20px auto 0px;
  }
}
/*
NEW STYLE
*/
.content-button{
    background-color: #ee3c35 !important;
    padding: 20px 50px 70px 50px !important;
    font-size: 2.7em !important;
    margin-bottom: 60px !important;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.titulo-principal-dos{
    color: #ffffff;
    text-shadow: 0.1em 0.1em 0.2em black;
    font-size: 2.5em;
    background-image: url(../img/titulocontacto.png);
    padding: 40px 46px;
    -webkit-background-size: 90% 96%;
    -moz-background-size: 90% 96%;
    -o-background-size: 90% 96%;
    background-size: 90% 96%;
    background-position: center 7px;
    background-repeat: no-repeat;
    margin: 0px auto 30px;
}