@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@font-face {
  font-family: 'bebas_neueregular';
  src: url("../fonts/bebasneue-webfont.woff2") format('woff2'), url("../fonts/bebasneue-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'basic_title_fontregular';
  src: url("../fonts/basictitlefont_2-webfont.woff2") format('woff2'), url("../fonts/basictitlefont_2-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
input,
a,
button {
  outline: none !important;
}
*{
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}

/*body {
  font-size: 16px;
}*/

body{
  font-family: 'Roboto', sans-serif;
  margin: 0;
} 
img {
  max-width: 100%;
  
}

#logoConexion{
  width:205px;
  height: 119px;
}
.hamburguer {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999;
  width: 50px;
  background: none;
  border: none;
}
.hamburguer span {
  width: 100%;
  display: block;
  height: 6px;
  background: rgba(0,0,0,0.6);
}
.hamburguer span:nth-of-type(2) {
  margin: 6px 0;
}
nav {
  background: rgba(255,255,255,0.9) url("../images/backing.png") repeat left top;
  position: fixed;
  z-index: 999999;
  width: 100%;
  display: none;
  height: 100%;
}
nav a {
  display: block;
  width: 100%;
  padding: 0 0 10px;
  text-align: center;
  color: #656565;
  text-decoration: none !important;
  text-transform: uppercase;
}
nav a span {
  border-bottom: 1px solid rgba(101,101,101,0.4);
  display: inline-block;
  padding: 5px 10px;
}
nav a:hover {
  color: #fff;
}
nav a:hover span {
  background: #e45599;
  border-color: #e45599;
}
.border-bottom {
  border-bottom: 1px solid #e45599;
}
h2 {
  font-size: 48px;
  font-family: 'bebas_neueregular', sans-serif;
  display: block;
              text-align: center;
  color: #e45599;
  letter-spacing: 5px;
  line-height: 0.75;
}
@media (min-width: 768px) {
  h2 {
    font-size: 75px;
  }
}
h2 small {
  font-family: 'basic_title_fontregular', sans-serif;
  color: #656565;
  display: block;
  font-size: 32px;
}
@media (min-width: 768px) {
  h2 small {
    display: inline-block;
    font-size: 70px;
  }
}
p,
li {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-align: center;
  color: #656565;
  line-height: 1.25;
}
.header {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.header h1,
.header h2 {
  position: absolute;
}
.header h1 {
  top: 10px;
  left: 30px;
  margin: 0;
}
.header h2 {
  bottom: 30px;
  left: 0;
  font-size: 42px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'bebas_neueregular', sans-serif;
  width: 100%;
}
.header h2 hr,
.header h2 small,
.header h2 span {
  display: block;/*se cmbio 2007 block*/
  text-align: left;
  padding-bottom: 10vh;
}
.header h2 hr {
  margin: 0px 0;
  border-color: #e45599;
}
.header h2 small {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  /*font-weight: 100;*/
  letter-spacing: 2.0px;
  margin-top: 0;
  padding-bottom: 5vh;/*rvt*/
}
.header h2 small,
.header h2 span {
  padding-left: 10px;/*se cmbio 2007 30px*/
  color: #fff;
  /*color: red;*/
}
.header img {
  width: 100%;
  height: 80%;
  object-fit:cover;
}
.section1 {
  padding: 145px 0;
}
.section1 .corchet-parraf {
  width: 100%;
  margin: 45px 0 60px;
  position: relative;
}
.section1 .corchet-parraf span {
  display: inline-block;
  position: relative;
  padding: 0 35px;
}
.section1 .corchet-parraf span:after,
.section1 .corchet-parraf span:before {
  position: absolute;
  content: '';
  width: 25px;
  height: 115px;
  top: -10px;
}
@media (min-width: 768px) {
  .section1 .corchet-parraf span:after,
  .section1 .corchet-parraf span:before {
    top: -5px;
  }
}
.section1 .corchet-parraf span:after {
  background: url("../images/corchete2.png") no-repeat;
  right: 0;
}
@media (min-width: 768px) {
  .section1 .corchet-parraf span:after {
    background: url("../images/corchete2Mini.png") no-repeat;
  }
}
.section1 .corchet-parraf span:before {
  background: url("../images/corchete1.png") no-repeat;
  left: 0;
}
@media (min-width: 768px) {
  .section1 .corchet-parraf span:before {
    background: url("../images/corchete1Mini.png") no-repeat;
  }
}
@media (min-width: 768px) {
  .section1 .corchet-parraf span {
    width: 560px;
  }
  .section1 .corchet-parraf span br {
    display: none;
  }
}
@media (min-width: 768px) {
  .section1 .corchet-parraf {
    margin-top: 20px;
  }
}
.section1 .icons-conexion-block {
  margin: 40px auto;
  text-align: center;
}
.section1 .icons-conexion-block .arrow-conexion,
.section1 .icons-conexion-block .block-conexion {
  display: block;
}
@media (min-width: 768px) {
  .section1 .icons-conexion-block .arrow-conexion,
  .section1 .icons-conexion-block .block-conexion {
    display: inline-block;
  }
}
.section1 .icons-conexion-block .block-conexion img,
.section1 .icons-conexion-block .block-conexion hr,
.section1 .icons-conexion-block .block-conexion p {
  display: block;
  margin: 0 auto;
}
.section1 .icons-conexion-block .block-conexion hr {
  margin: 15px auto;
  width: 60px;
  border-color: #e45599;
}
.section1 .icons-conexion-block .block-conexion p {
  font-size: 18px;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .section1 .icons-conexion-block .block-conexion {
    margin: 0;
  }
}
.section1 .icons-conexion-block .arrow-conexion {
  margin: 20px auto;
  width: 11px;
}
.section1 .icons-conexion-block .arrow-conexion img:first-of-type {
  display: block;
}
.section1 .icons-conexion-block .arrow-conexion img:last-of-type {
  display: none;
}
@media (min-width: 768px) {
  .section1 .icons-conexion-block .arrow-conexion img:first-of-type {
    display: none;
  }
  .section1 .icons-conexion-block .arrow-conexion img:last-of-type {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .section1 .icons-conexion-block .arrow-conexion {
    width: auto;
    vertical-align: top;
    margin-top: 64px;
  }
  .section1 .icons-conexion-block .arrow-conexion.left-space {
    margin-left: 22px;
  }
  .section1 .icons-conexion-block .arrow-conexion.right-space {
    margin-right: 15px;
  }
}
.section2 h2 {
  display: block;
  text-align: left;
  line-height: 0.85;
  width: 260px;
  margin: 0 auto;
  font-size: 34px;
}
@media (min-width: 768px) {
  .section2 h2 {
    font-size: 48px;
    width: 768px;
  }
  .section2 h2 br {
    display: none;
  }
}
.section2 h2 small {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin-bottom: 6px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .section2 h2 small {
    display: block;
    font-size: 16px;
  }
}
.section2 .block-pentagram {
  text-align: center;
  padding: 40px 0;
}
.section2 .block-pentagram img {
  display: inline-block;
  max-width: 957px;
  width: 100%;
}
@media (max-height: 860px) and (min-width: 768px) {
  .section2 .block-pentagram img {
    height: 68vh;
    width: auto;
  }
}
@media (min-width: 768px) {
  .section2 .grey-block {
    display: block;
    padding-bottom: 20px;
    padding-top: 40px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section3 {
    text-align: center;
  }
}
.section3 h2 {
  display: block;
  text-align: left;
  line-height: 0.85;
  width: 245px;
  margin: 0 auto;
  font-size: 64px;
  letter-spacing: 7.5px;
}
@media (min-width: 768px) {
  .section3 h2 {
    font-size: 92px;
    width: 100%;
    padding-left: 30px;
    letter-spacing: normal;
    position: relative;
    margin-bottom: 100px;
  }
  .section3 h2:after {
    position: absolute;
    width: 100000%;
    height: 1px;
    border-top: 1px solid #656565;
    content: '';
    bottom: -12px;
    left: 0;
    opacity: 0.25;
    -moz-opacity: 0.25;
    -webkit-opacity: 0.25;
  }
}
.section3 h2 small {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #656565;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section3 h2 small {
    display: none;
  }
}
.section3 .content-pesos {
  width: 350px;
  text-align: left;
  display: block;
  margin: 40px auto 30px;
}
.section3 .content-pesos .title-show {
  display: none;
}
@media (min-width: 768px) {
  .section3 .content-pesos {
    display: inline-block;
    width: 500px;
    margin: 0 0 0 20px;
    padding-top: 100px;
  }
  .section3 .content-pesos .title-show {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 21px;
    color: #656565;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
.section3 .descript-red {
  color: #e45599;
  font-size: 18px;
  text-align: left;
  position: relative;
}
.section3 .icon-pesos {
  display: block;
  margin: 20px 0 0;
  position: relative;
}
.section3 .icon-pesos img {
  width: auto;
}
.section3 .icon-pesos:after {
  content: '';
  width: 1000%;
  height: 1px;
  background: #e45599;
  position: absolute;
  left: 81px;
  top: 40%;
  transform: translateY(-50%);
}
.section3 ul {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .section3 ul {
    margin-left: 110px;
    margin-top: 20px;
  }
}
.section3 ul li {
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}
.section3 ul li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: -10px;
}
@media (min-width: 768px) {
  .section3 .grey-block {
    background: none;
    position: relative;
  }
  .section3 .grey-block:before {
    content: '';
    height: 120vh;
    /*height: 150vh;*/
    width: 100%;
    background: rgba(236,236,236,0.6);
    position: absolute;
    z-index: 0;
    left: 0;
    top: -50vh;
  }
}
.grey-block {
  background: rgba(236,236,236,0.6);
  padding: 40px 0 20px;
}
.grey-block img {
  display: block;
  margin: 0 auto 40px;
}
.grey-block img:last-of-type {
  display: none;
}
@media (min-width: 768px) {
  .grey-block img:first-of-type {
    display: none;
  }
  .grey-block img:last-of-type {
    display: block;
    width: 100%;
    z-index: 2;
    position: relative;
  }
}
@media (min-width: 768px) {
  .grey-block {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    padding: 70px 0 160px;
  }
}

.section4 .block-pink-image img {
  display: none;
}
.section4 .pink-block {
  background: #e45599;
  padding: 10px 0 20px;
}
.section4 .pink-block h2,
.section4 .pink-block p {
  color: #fff;
}
.section4 .pink-block h2 {
  font-size: 72px;
}
.section4 .pink-block p {
  font-size: 18px;
  width: 230px;
  margin: 0 auto;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .section4 .pink-block {
    width: 100000%;
    text-align: left;
    margin-left: -15%;
    padding-left: 20px;
  }
  .section4 .pink-block h2,
  .section4 .pink-block p {
    display: inline-block;
    text-align: left;
  }
}
.section4 img {
  display: block;
  margin: 0 auto;
}
.section4 .mask-image {
  height: 170px;
  overflow: hidden;
  text-align: center;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webki-opacity: 0.3;
}
.section4 .mask-image img {
  display: inline-block;
  width: 100%;
}
.section4 .mask-image img.desk-img {
  display: none;
}
@media (min-width: 768px) {
  .section4 .mask-image {
    display: inline-block;
    width: 24.5%;
    height: auto;
    z-index: 1;
    position: relative;
  }
  .section4 .mask-image img.mov-img {
    display: none;
  }
  .section4 .mask-image img.desk-img {
    display: block;
  }
}
@media (min-width: 768px) {
  .section4 .header-pink {
    text-align: center;
  }
  .section4 .block-pink-image {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
  }
  .section4 .block-pink-image img {
    display: block;
    width: 90%;
    margin-top: 30px;
  }
  .section4 .ocult-img {
    display: none;
  }
}
@media (min-width: 768px) {
  #pag6 {
    height: 487px;
    padding-bottom: 0 !important;
  }
  #pag6 .header-pink {
    margin: 0 !important;
  }

  #pag-min {
    height: 100px;
    padding-bottom: 0 !important;
  }
  #pag-min  .header-pink {
    margin: 0 !important;
  }
}
.model {
  padding-top: 60px;
}
.model h2 {
  font-size: 38px;
  letter-spacing: 4px;
  margin: 0 auto 90px;
}
.model .block {
  width: 420px;
  position: relative;
  margin: 0 auto 15px;
}
.model .block span {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #e45599;
  font-size: 48px;
  font-family: 'bebas_neueregular', sans-serif;
  border: 4px solid #656565;
  display: block;
  margin: 0 auto -40px;
  position: relative;
  z-index: 5;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #fff;
  line-height: 62px;
}
.model .block p {
  background: #656565;
  padding: 48px 10px 15px;
  text-align: center;
  color: #fff;
  width: 180px;
  margin: 0 auto;
  z-index: 1;
  letter-spacing: 1px;
}
.model .block.pink-model:before,
.model .block.grey-model:before {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 10;
  background: #7b7979  url("../images/fase1-vertical.png") no-repeat center center;
}
.model .block.grey-model:before {
  background: #a8a8a8 url("../images/fase2.jpg") no-repeat bottom 15px center;
}
.model .block.grey-model p {
  background: #a8a8a8;
}
.model .block.grey-model .darkgray {
  background: #656565;
}
.model .block.grey-model span {
  border-color: #a8a8a8;
}
@media (min-width: 768px) {
  .model {
    text-align: center;
  }
  .model .block {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-bottom: 0;
  }
  .model .block.pink-model,
  .model .block.grey-model {
    padding-bottom: 60px;
  }
  .model .block.pink-model:before,
  .model .block.grey-model:before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #7b7979 url("../images/fase1-htal.png") no-repeat center center;
  }
  .model .block.grey-model:before {
    background: #a8a8a8 url("../images/fase2-htal.jpg") no-repeat 95% 5px;
  }
  .model .block p {
    height: 120px;
    width: 160px;
    font-size: 14px;
  }
}
.model .eject {
  width: 100%;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: #c6c6c6;
  margin: 30px auto 30px;
}
.model .eject span {
  color: #e45599;
  font-weight: 600;
}

.confianza{
  padding: 50px 0;
}
.contactenos {
  padding: 50px 0;
}
.container_12{
  margin-left: 70px;
}
.contactenos h2 {
  display: block;
  text-align: left;
  line-height: 0.85;
  width: 260px;
  margin: 0 auto;
  font-size: 34px;
}
.contactenos h2 small {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin-top: 8px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .contactenos h2 {
    width: 640px;
  }
}
.contactenos form {
  margin: 35px auto;
  width: 300px;
}
.contactenos input,
.contactenos textarea {
  display: block;
  width: 280px;
  margin: 7px auto;
  border: 2px solid #c6c6c6;
  padding: 5px 10px;
  background: transparent;
  -webkit-appearance: none;
}
.contactenos textarea {
  height: 140px;
}
.contactenos input[type="submit"] {
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background: #e45599;
  border: none;
  position: relative;
}
.contactenos label {
  font-size: 11px;
  color: #656565;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.contactenos label:before {
  content: '(*)';
  color: #e45599;
  display: inline-block;
  margin-right: 2px;
}
.thanks {
  font-size: 22px;
  color: #e45599;
  font-weight: 600;
  display: block;
  margin-top: 60px;
}
footer {
  text-align: center;
  background: #e45599;
  padding: 40px 0 10px;
}
@media (min-width: 768px) {
  footer {
    padding-bottom: 40px;
  }
}
footer .info-footer {
  width: 300px;
  display: block;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  footer .info-footer {
    margin: 0 15px 20px;
    display: inline-block;
  }
  footer .info-footer:last-of-type {
    margin-bottom: 0;
  }
}
footer .info-footer.block-footer {
  margin-top: 50px;
}
footer .info-footer.block-footer .row {
  margin: 30px 0 10px;
  
}
footer .info-footer.block-footer .row a {
  margin: 0 15px;
}
@media (min-width: 768px) {
  footer .info-footer.block-footer {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    width: 40%;
  }
}
footer h3{
  text-align: left;
  color: #fff;
}

footer p,
footer a {
  text-align: left;
color: #fff;
}

footer h3,
footer a {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 300;
}
footer h3 {
  font-size: 18px;
}
footer h3:first-of-type {
  margin-top: 0;
}
footer p {
  margin-bottom: 0;
  letter-spacing: 1px;
  font-size: 12px;
}
footer p a {
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: 100;
  display: block;
}
footer a {
  font-size: 12px;
}
footer a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .block-footer-aside {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
    border-right: 1px solid rgba(255,255,255,0.4);
    width: 40%;
  }
}
.credits {
  text-align: center;
  padding: 10px 0;
  color: #e45599;
  text-transform: uppercase;
  font-size: 10px;
}
.wrap {
  overflow-x: hidden;
  background: #fff url("../images/backing.png") repeat top center;
}
.close-nav {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 100;
  border: 0;
  width: auto;
  font-size: 12px;
}
.close-nav:hover {
  color: #e45599;
}
.inni {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .pag {
    height: 100vh !important;
    overflow: hidden;
    
  }
  .pag-contacto
  {
    overflow: hidden;
  }
  .pag-min {
    height: auto !important;
    overflow: hidden;
  }
}
#pag9.pag {
  height: auto !important;
}
#pag5,
#pag6 {
  /* height: 100vh !important; */
  overflow: hidden;
}
#pag3 {
  height: 100vh !important;
  overflow: hidden;
}
#pag3 #pag3Box {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: calc(100% - 164px);
}
#pag3 #pag3Box .center-table {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #pag7,
  #pag4,
  #pag3Box,
  #pag2,
  #pag5,
  #pag6,
  #pag8,
  #pag10,
  #pag11 {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #pag3Box {
    height: calc(100% - 164px);
  }
}
.table-box {
  height: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table-box .center-table {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .center-table {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
}
@media (max-height: 568px) and (max-width: 320px) {
  #pag5,
  #pag6 {
    margin-top: 0 !important;
    height: auto !important;
  }
}
@media (max-height: 568px) and (max-width: 320px) {
  #pag5 {
    padding-bottom: 60px !important;
  }
}

#uno{
  width: 30%;
}

#tam{
  width: 70px;
  height: 70px;

}
#imag{

  width: auto;
  height: 45%;
  background: url(../images/confianza.jpg) no-repeat center;
}

#menuhz {

  color:#9999cc;
  vertical-align:text-bottom;
  bottom: 0px;
}

#imag2{
  width: 100%;
  height: 700px;
  background: url(../images/pasos.jpg) no-repeat center;
  background-size: cover;
}

#menu-principal #parrafo{
  position: relative;
  display: block;
  margin-left: 50px;
  color: #000000;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.25;

}

#menu-principal{
  position: relative;
  display: block;
  padding-top: 35px;
}

.linea-derecha{
border-right: 1px solid #fff;
}
.border-and-space{
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.img-pasos{
  width: 80px; 
  display: inline-block
}
.p-pasos{
  display: inline-block;
  font-size: 19px;
  color: black;
  margin-left: 30px;
}
.pasos-bg{
  background: url(../images/pasos.jpg);

  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  
}
.img-conexion-bg{
  background: url(../images/confianza.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  margin-bottom: 60px;

}
.img-conexion-alianzas-bg{
  background: url(../images/imageMen.png);
  background-repeat: no-repeat;
   background-size: contain;
  /* min-height: 600px;  */
  /* margin-bottom: 40px; */
  /* background-position: left bottom; */
}
.image-conexion{
  display: block;
  margin: 0 auto;
  width: 150px;
  margin-bottom: 20px;
}

@media (max-width: 600px){
  .p-pasos{
    display: block;
    text-align: center;
  }
  .pasos-bg{
    background-image: none;
  }
  .img-pasos{
    display: block;
    margin: 0 auto;
  }
  
}

@media (max-width: 769px){
  .center-texto{
    text-align: center !important;
    color: #e45599
  }
  
}
@media (max-width: 796px){

  .col-sm-10{
    width: 100%;
  }
  
}
@media (min-width: 768px){

  .col-sm-10{
    padding-left: 30px;
  }
  
}

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      .pink-block h2{
        text-align: center;
      }
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      .pink-block h2{
        text-align: center;
      }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
 
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }

    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
      .pink-block h2{
        text-align: center;
      }
      .pink-block{
        padding: 10px 0 20px;
      }
    }
  

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
      .pink-block h2{
        text-align: center;
      }
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      .pink-block h2{
        text-align: center;
      }
      
    }