@charset "UTF-8";
:root {
  --blanco: #fff;
  --negro: #000;
  --naranja: #3f5169;
  --backGrisC: #f0f1f3;
  --avenirR: 'Avenir-Roman';
  --avenirBo: 'Avenir-Book';
  --avenirMe: 'Avenir-Medium';
  --avenirBl: 'Avenir-Black';
  --avenirH: 'Avenir-Heavy';
}

body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;;
  letter-spacing: 0 !important;
  text-transform: none;
}
body{
  background: #dedede;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
}

@font-face {
  font-family: 'Avenir-Roman';
  src: url(fonts/AvenirLTProRoman.otf);
}

@font-face {
  font-family: 'Avenir-Book';
  src: url(fonts/AvenirLTProBook.otf);
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url(fonts/AvenirLTProMedium.otf);
}

@font-face {
  font-family: 'Avenir-Heavy';
  src: url(fonts/AvenirLTProHeavy.otf);
}

@font-face {
  font-family: 'Avenir-Black';
  src: url(fonts/AvenirLTProBlack.otf);
}
.section.section-with-shape-divider .shape-divider svg{
  top: 20px;
  background: #dedede;
}
.shape-divider{
  background: #dedede;
}
.z-index-999{
  z-index: 999;
}
/*Menu
**************************************/
html.sticky-header-active #header.header-effect-shrink .header-body {
  padding: 0px;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
  color: var(--naranja);
}

#header .header-nav.header-nav-line nav > ul li:hover > a {
  color: var(--naranja);
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
  background: var(--naranja);
}

#header .header-nav.header-nav-line nav > ul li:hover > a:before {
  background: var(--naranja);
}

#header .header-nav-main.header-nav-main-square nav > ul > li > a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: normal;
}

.header-logo a img{
  width: 270px;
}

.imgMpos1, .imgEsquema{
  width: 100%;
  max-width: 600px;
  z-index: 1;
}

.imgMpos1{
  float: right;
}

.imgMpos2{
  width: 100%;
  max-width: 570px;
  margin-left: -11%;
}

.prox, .titleEsquema{
  font-size: 50px;
  color: #046c92;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
}

.titleEsquema{
  margin-left: 30px;
  font-size: 40px;
}

.llegara{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

.text1{
  font-size: 20px;
  color: #002b49;
  margin-bottom: 60px;
}


.mejorOpcion{
  font-size: 54px;
  color: #fff;
}

.titleT{
  color: #002b49;
  font-weight: bold;
  font-size: 40px;
}

.logoSystienda{
  max-width: 260px;
}

.textSys1, .textSys2{
  font-size: 20px;
}

.textSys2{
  margin-bottom: 5px;
}

.fontMenu{
  color: #5e97d7;
}

.contpr, .contpr2{
  height: 100%;
  padding-bottom: 30px;
}

.infSec2{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
.contpr{
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
}*/

.contOverflow{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
.contOverflow nav ul li{
  width: 100%;
  font-size: 28px;
  color: white;
  list-style: none;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
  border: solid 1px red;
}*/

.contOverflow div{
  width: 100%;
  font-size: 26px;
  color: white;
  list-style: none;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
}


#btn-enviar{
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 60px;
  background: #002b49;
  color: #fff;
}

.contForm{
  background: #cfcfcf;
  padding: 20px;
  margin-bottom: 20px;
}

.rInfo{
  width: 490px;
  height: 330px;
  background: #026f98;
  margin-left: 30px;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
}

.boxEsquema{
  width: 490px;
  height: 300px;
  background: #fff;
  padding: 20px;
  text-align: center;
}

.boxEsquema h3, .boxEsquema p{
  color: #002b49;
}

.boxEsquema p{
  margin-top: 10px;
  margin-bottom: 40px;
}

.boxEsquema .btn-azul{
  color: #fff;
  background: #046c92;
  padding: 8px 50px;
  font-size: 20px;
}

.contEsquema{
  background-image: url("https://s3-us-west-2.amazonaws.com/multireduploads/230221215607_Esquema.png");
  width: 613px;
  height: 600px;
  background-size:cover;
}

#circle1, #circle2, #circle3, #circle4, #circle5, #circle6, #circle7{
  width: 120px;
  height: 120px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

#circle1{
  right: 40%;
}

#circle2{
right: 8%;
top: 12%;
}

#circle3{
  right: -4.5%;
  top: 43.5%;
}

#circle4{
  right: 16%;
  bottom: 8%;
}

#circle5{
  left: 28%;
  bottom: 5%;
}

#circle6{
  bottom: 29%;
}

#circle7{
  left: 9%;
  top: 17%;
}

.iconEsquema{
  width: 180px;
}

@media (max-width: 1209px){
  .llegara{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
  }
}

@media (max-width: 1009px){
  .rInfo{
    width: 350px;
    height: 310px;
    background: #026f98;
    text-align: center;
  }
  
  .boxEsquema{
    width: 350px;
    height: 280px;
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  .titleEsquema{
    font-size: 40px;
  }
}



@media (max-width: 699px){
  .prox, .titleEsquema{
    font-size: 30px;
    margin: 0;
  }
  
  .llegara{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
  }
  
  .mejorOpcion{
    font-size: 36px;
    color: #fff;
  }

  .imgMpos1{
    margin-top: 30px;
    max-width: 340px;
  }

  .titleT{
    font-size: 30px;
  }
  
  .logoSystienda{
    width: 140px;
  }
  
  .textSys1, .textSys2{
    font-size: 16px;
  }

  .contOverflow{
    margin-top: 20px;
  }

  .contOverflow div{
    font-size: 18px;
    color: white;
    list-style: none;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .imgMpos2{
    width: 100%;
    max-width: 400px;
    margin-left: 0;
  }

  .rInfo{
    width: 330px;
    height: 330px;
    background: #026f98;
    text-align: center;
    margin:0px auto;
  }
  
  .boxEsquema{
    width: 330px;
    height: 300px;
    background: #fff;
    padding: 20px;
    text-align: center;
  }
  
  .contpr{
    text-align: center;
  }

  .contpr2{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .boxEsquema .btn-azul{
    color: #fff;
    background: #046c92;
    padding: 4px 35px;
    font-size: 16px;
    position: absolute;
    bottom: 100px;
    right: 90px;
  }

  .header-logo a img{
    width: 190px;
  }

  .contEsquema{
    width: 324px;
    height: 317px;
    background-size:cover;
  }

  #circle1, #circle2, #circle3, #circle4, #circle5, #circle6, #circle7{
    width: 85px;
    height: 85px;
  }
  
  #circle1{
    top: -3%;
    right: 41.5%;
  }
  
  #circle2{
  right: 13%;
  top: 9%;
  }
  
  #circle3{
    right: 3%;
    top: 38.5%;
  }
  
  #circle4{
    right: 20%;
    bottom: 9%;
  }
  
  #circle5{
    left: 24.5%;
    bottom: 5.5%;
  }
  
  #circle6{
    bottom: 29%;
    left: 2.5%;
  }
  
  #circle7{
    left: 8%;
    top: 14%;
  }
  

}

/*
@media screen and (max-width: 599px) {
  .header-logo {
    width: 170px;
  }
}
.header-logo{
    min-width: 180px!important;
}*/

/*Buttons
**************************************/
.contText{
  margin-left: 35px;
}

.contText .btn-azul{
  color: #fff;
  background: #046c92;
  padding: 8px 50px;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn-azul:hover {
  color: #5e98d6;
  border: solid 1px #5e97d7;
}

.btn-blanco{
  color: #5e98d6;
  background: #fff;
  border-radius: 40px;
  padding: 8px 50px;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn-white {
  color: var(--naranja);
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 8px 30px;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn-white:hover {
  background: var(--naranja);
  color: #fff;
}


@media screen and (max-width: 599px) {
  .contText{
    margin: 0;
    text-align: center;
  }
  .contText .btn-azul {
    color: #fff;
    background: #046c92;
    padding: 8px 30px;
    font-size: 16px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .text1{
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    color: #002b49;
    margin-bottom: 40px;
  }
}


/*Socials Float desktop
**************************************/
.socialFloat {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*
@media screen and (max-width: 599px) {
  .socialFloat {
    display: none;
  }
}

.socialFloat a {
  margin: 8px 0;
  display: block;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.socialFloat a:hover {
  opacity: .8;
}

.socialFloat a.whats {
  background: #1ad741;
  border: 1px solid #1ad741;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.socialFloat a.insta {
  background: #c319b6;
  border: 1px solid #c319b6;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.socialFloat a.face {
  background: #3a5898;
  border: 1px solid #3a5898;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.socialFloat a.youtube {
  background: #c4302b;
  border: 1px solid #c4302b;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
*/
/*Heading
**************************************/
.heading, .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (min-width: 1919px) {
  .heading .title{
      font-size: 50px;
      line-height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .heading .title{
      font-size: 35px;
      line-height: 45px;
  }
}
.heading .description {
  font-size: 30px;
  line-height: normal;
}
@media screen and (min-width: 1919px) {
  .heading .description{
      font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .heading .description{
      font-size: 20px;
  }
}
.heading .smallTitle {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
}

/*Slide
**************************************/
#home {
  background-image: url("https://s3-us-west-2.amazonaws.com/multireduploads/220713144740_fondo.png");
}

/*#home .gifBanner {*/
/*  position: absolute;*/
/*    width: 350px;*/
/*    height: 350px;*/
/*    top: 50%;*/
/*    right: 30px;*/
/*    -webkit-transform: translate(0%, -40%);*/
/*        transform: translate(0%, -40%);*/
/*}*/

/*@media screen and (max-width: 599px) {*/
/*  #home .gifBanner {*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    right: 15px;*/
/*  }*/
/*}*/

/*@media screen and (min-width: 900px) and (max-width: 1199px) {*/
/*  #home .gifBanner {*/
/*    width: 200px;*/
/*    height: 200px;*/
/*  }*/
/*}*/

/*@media screen and (min-width: 1400px) and (max-width: 1799px) {*/
/*  #home .gifBanner {*/
/*    right: 10%;*/
/*  }*/
/*}*/

/*@media screen and (min-width: 1800px) {*/
/*  #home .gifBanner {*/
/*    right: 15%;*/
/*  }*/
/*}*/
.slideHome .custom-section-svg{
    padding-top: 6rem!important;
}
.slideHome .title {
  font-size: 50px;
  line-height: normal;
  color: #000;
  font-family: var(--avenirH);
  margin-bottom: 15px;
  white-space: pre-line;
}

@media screen and (max-width: 599px) {
  .slideHome .title {
    font-size: 30px;
    line-height: 30px;
    max-width: 50%;
  }
}

.slideHome .title span {
  font-weight: 400;
  font-size: 45px;
}

@media screen and (max-width: 599px) {
  .slideHome .title span {
    font-size: 30px;
  }
}

.slideHome .subtitle {
  font-size: 30px;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
  font-family: var(--avenirMe);
}

@media screen and (max-width: 599px) {
  .slideHome .custom-section-svg > svg {
    left: 320px;
  }
  .custom-section-svg > .container{
    top: 50%;
  }
}

html path.custom-svg-fill-color-secondary, html circle.custom-svg-fill-color-secondary {
  fill: #ff9e19 !important;
}

html path.custom-svg-fill-color-primary, html circle.custom-svg-fill-color-primary {
  fill: var(--naranja) !important;
}

/*Lograr
*************************************/
#lograr {
  padding: 70px 0 60px;
}

#lograr .heading .title {
  text-align: center;
}

#lograr .heading .description {
  color: #000;
  text-align: center;
  white-space: normal;
}

#lograr .rowIcons .colIcons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
  text-align: center;
}

@media screen and (max-width: 599px) {
  #lograr .rowIcons .colIcons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  #lograr .rowIcons .colIcons .box-content {
    padding-left: 0;
    padding-right: 0;
  }
}

#lograr .rowIcons .colIcons .imgIcon {
  width: 130px;
  height: auto;
  margin: 0 auto 10px;
}

#lograr .rowIcons .colIcons h4 {
  font-size: 25px;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  #lograr .rowIcons .colIcons h4 {
    font-size: 18px;
  }
}

/*Servicios
**************************************/
#section1, #section3 {
  background: #dedede;
  padding-top: 15px;
}

#services1{
  background: #026f98;
}

#servicesInfo{
  background: #dedede;
  position: relative;
  padding: 15px;
}

.h1Services{
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.complementServices{
  font-size: 34px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.iconServices{
  width: 100%;
  max-width: 80px;
  float: left;
}

.titleService{
  color: #246781;
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
  float: left;
}

.textInfoService{
  width: 340px;
  height: 340px;
  background: #cfcfcf;
  padding-top: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textInfoService p{
  color: white;
  text-align: center;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 18px;
}

#contactanos{
  background-image: url("https://s3-us-west-2.amazonaws.com/multireduploads/230221103953_pleca-quiero-ser-aliado.png");
  background-size:cover;
}

.textContact{
  color: #fff;
  font-size: 60px;
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

#btnForm{
  color: #fff;
  background: #046c92;
  padding: 8px 50px;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-top: 15px;
  margin-bottom: 25px;
}

#carouselExampleIndicators, .contCarousel, .contentTextServices{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Que incluye
**************************************/
#que-incluye {
  padding: 70px 0;
}

#que-incluye .heading .title {
  color: var(--naranja);
  white-space: pre-line;
}

@media screen and (max-width: 599px) {
  #que-incluye .heading .title {
    margin-top: 30px;
    white-space: normal;
  }
}

#que-incluye .contentBx .imgPaquete {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

#que-incluye .contentBx .list {
  list-style: none;
  padding-left: 15px;
  margin-top: 50px;
}

@media screen and (max-width: 599px) {
  #que-incluye .contentBx .list {
    margin-top: 30px;
  }
}

#que-incluye .contentBx .list li {
  color: var(--negro);
  margin-bottom: 5px;
  font-size: 25px;
  line-height: normal;
}

@media screen and (max-width: 599px) {
  #que-incluye .contentBx .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#que-incluye .contentBx .list li span {
  color: var(--naranja);
  font-weight: 800;
  margin-right: 5px;
}

@media screen and (max-width: 599px) {
  #que-incluye .contentBx .list li span {
    margin-right: 15px;
  }
}

#que-incluye .contentBx .list li:last-child {
  margin-bottom: 0;
}

/*Clientes Home
**************************************/
#clientesHome {
  padding: 70px 0;
}

#clientesHome .heading .title {
  text-align: center;
  color: var(--naranja);
  white-space: pre-line;
}

@media screen and (max-width: 599px) {
  #clientesHome .heading .title {
    white-space: normal;
  }
}

#clientesHome .heading .description {
  text-align: center;
  color: var(--negro);
  font-size: 30px;
  margin: 30px 0 60px;
}

#clientesHome .owl-clients img {
  max-width: 150px;
  margin: 0 auto;
}

#clientesHome .owl-clients .owl-nav button {
  background: transparent;
  color: var(--naranja) !important;
  font-size: 50px;
}

#clientesHome .owl-clients .owl-nav button.owl-prev {
  left: -35px;
}

#clientesHome .owl-clients .owl-nav button.owl-prev::before {
  content: "\f060";
}

#clientesHome .owl-clients .owl-nav button.owl-next {
  right: -10px;
}

#clientesHome .owl-clients .owl-nav button.owl-next::before {
  content: "\f061";
}

#clientesHome .owl-clients .owl-nav button.owl-next:before, #clientesHome .owl-clients .owl-nav button.owl-prev:before {
  font-size: 35px;
}

/*Separador Título
**************************************/
.bandTitle {
  padding: 40px 0;
  background: var(--naranja);
}

.bandTitle .heading .title {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

/*Servicios exclusivos
**************************************/
#servicios-exclusivos .contentBx .title {
  white-space: pre-line;
  font-size: 40px;
  color: var(--negro);
  line-height: normal;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  #servicios-exclusivos .contentBx .title{
    white-space: normal;
  } 
}
#servicios-exclusivos .col-half-section{
    max-width: 590px;
}
#servicios-exclusivos .contentBx .title.left {
  text-align: left;
}

@media screen and (max-width: 599px) {
  #servicios-exclusivos .contentBx .title.left {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

#servicios-exclusivos .contentBx .title.right {
  text-align: right;
}

@media screen and (max-width: 599px) {
  #servicios-exclusivos .contentBx .title.right {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

#servicios-exclusivos .contentBx .title span {
  font-weight: 600;
}

#servicios-exclusivos .contentImgRight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

#servicios-exclusivos .contentImgRight .imgFirst {
  margin: 0 50px;
  -webkit-transform: rotate(-20deg) translateY(-30px);
          transform: rotate(-20deg) translateY(-30px);
}

@media screen and (max-width: 599px) {
  #servicios-exclusivos .contentImgRight .imgFirst {
    margin: 0 10px;
  }
}

#servicios-exclusivos .contentImgRight .imgSecond {
  margin: 0 50px;
  -webkit-transform: rotate(20deg) translateY(30px);
          transform: rotate(20deg) translateY(30px);
}

@media screen and (max-width: 599px) {
  #servicios-exclusivos .contentImgRight .imgSecond {
    margin: 0 10px;
  }
}

#servicios-exclusivos .contentImgLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

@media screen and (max-width: 599px) {
  #servicios-exclusivos .contentImgLeft {
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  #servicios-exclusivos .contentImgLeft {
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
  }
}

#servicios-exclusivos .contentImgLeft img {
  margin: 0 20px;
}

#servicios-exclusivos .parallax:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 158, 25, 0.6);
  z-index: 1;
}

/*Como pagar
*************************************/
#section2 {
  padding: 30px 0 30px;
  background: #002a3a;
}

/*Sobre nosotros
*************************************/
#sobre-nosotros {
  padding: 70px 0;
  background: #fff;
}

#sobre-nosotros .heading .title {
  color: var(--naranja);
  text-align: right;
}

@media screen and (max-width: 599px) {
  #sobre-nosotros .heading .title {
    text-align: center;
  }
}

#sobre-nosotros .contentBx .text {
  text-align: right;
  color: #000;
  font-size: 25px;
}

@media screen and (max-width: 599px) {
  #sobre-nosotros .contentBx .text {
    text-align: center;
  }
}

#sobre-nosotros .content-grid-item {
  padding: 10px 25px;
}

#sobre-nosotros .box1 {
  background: var(--naranja);
}

@media screen and (max-width: 599px) {
  #sobre-nosotros .box2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#sobre-nosotros .counter .number {
  color: var(--naranja);
}

#sobre-nosotros .counter .number.white {
  color: #fff;
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
  #sobre-nosotros .counter .number {
    font-size: 35px;
    line-height: 40px;
  }
}

#sobre-nosotros .counter label {
  color: var(--naranja);
  font-size: 25px;
  line-height: normal;
}

#sobre-nosotros .counter label.white {
  color: #fff;
}

/*Contacto y Footer
*************************************/

#contacto, #footer{
  background: #dedede;
}

#footer .title {
  color: var(--naranja);
}

#footer .subtitle {
  color: #000;
  font-size: 30px;
  line-height: normal;
}

#footer .colInfo .textInfo {
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

#footer .colInfo a.textInfo:hover {
  color: var(--naranja) !important;
}

#footer form .alert{
    font-size: 20px;
}

@media screen and (max-width: 599px) {
  #footer .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#footer .footer-copyright {
  background: #306d93;
  padding: 15px 0;
}

#footer .footer-copyright .contentCopyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .footer-copyright .contentCopyright p, #footer .footer-copyright .contentCopyright a, #footer .footer-copyright .contentCopyright span {
  color: #fff;
  margin-right: 0;
  font-size: 15px;
}

#footer .footer-copyright .contentCopyright span {
  margin: 0 30px;
}

.titleForm{
  font-family: 'Courier Prime', monospace;
  font-family: 'Poppins', sans-serif;
  font-size: 54px;
  color: #046c92;
  font-weight:900;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*Banner Secciones
*************************************/
#headerSection {
  margin-bottom: 0;
}

#headerSection .heading .titleSection {
  color: var(--naranja);
  font-size: 65px;
  list-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  #headerSection .heading .titleSection {
    margin-bottom: 25px;
    font-size: 40px;
  }
}

#headerSection .heading .titleSection.white {
  color: #dedede;
}

#headerSection .heading .subtitleSection {
  color: #dedede;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
}


@media screen and (max-width: 599px) {
  #headerSection.paquetes {
    background-position-x: 30%;
  }
}

@media screen and (max-width: 599px) {
  #headerSection.descargables {
    background-position-x: 30%;
  }
}

/*Phrase band
*************************************/
#phraseBand {
  padding: 40px 0;
}

#phraseBand .heading {
  text-align: center;
}

#phraseBand .heading .title {
  color: var(--naranja);
  font-size: 33px;
  line-height: 38px;
}

#phraseBand .heading .description {
  color: #000;
  font-size: 30px;
  white-space: pre-line;
  margin-bottom: 0;
}


@media screen and (max-width: 599px) {
  .h1Services{
    font-size: 34px;
  }

  .complementServices{
    font-size: 13px;
  }

  .iconServices{
    width: 100%;
    max-width: 50px;
  }

  .titleService{
    font-size: 22px;
    margin-top: 8px;
    margin-left: 10px;
  }

  .textInfoService{
    width: 260px;
    height: 300px;
    padding-top: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .textInfoService p{
    font-size: 14px;
  }

  .textContact{
    font-size: 32px;
  }

  .titleForm{
    font-size: 34px;
    color: #046c92;
    font-weight:900;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #section1 {
    padding: 0;
  }
  .contentBx{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #section3{
    text-align: center;
  }
}