#banner-hero {
    position: relative;
    width: 100%;
    border-radius: 6px;
    margin-top:70px;
}

.contenido-hero > img {
    width: 100%;
    background-size: cover;
    background-position: bottom;
}

#banner-hero:before {
    content: '';
    background: rgba(77,77,92,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.contenido-hero {
    position: relative;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .contenido-hero h3 span {
        font-weight: 600;
        position: absolute;
        z-index: 2;
        top: 35%;
        text-transform: uppercase;
        font-size: 43px;
        padding: 10px;
        color: #fff;
    }

    .contenido-hero p {
        position: absolute;
        text-transform: uppercase;
        line-height: 1.8;
        color: #fff;
        font-size: 20px;
        text-align: justify;
        padding: 20px;
        margin-top: 15%;
        z-index: 1;
    }

@media only screen and (min-width:220px) and (max-width: 450px) {
    .contenido-hero h3 span {
        font-size: 14px;
    }

    .contenido-hero p {
        font-size: 10px;
        margin-bottom: -15px;
    }
}
@media only screen and (min-width:451px) and (max-width: 500px) {
    .contenido-hero h3 span {
        font-size: 18px;
    }

    .contenido-hero p {
        font-size: 13px;
    }
}
@media only screen and (min-width:501px) and (max-width: 680px) {
    .contenido-hero h3 span {
        font-size: 21px;
    }

    .contenido-hero p {
        font-size: 15px;
    }
}


@media only screen and (min-width:681px) and (max-width: 870px) {
    .contenido-hero h3 span {
        font-size: 30px;
    }

    .contenido-hero p {
        font-size: 18px;
    }
}

#mision{
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  padding-bottom: 70px;
  padding-top: 40px;
}

.container-mision{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.container-mision .seccion-izquierda{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-mision .seccion-izquierda h1{
  text-transform: uppercase;
  font-size: 28px;
  align-items: center;
  text-align:center;
  padding: 30px;
  color:#009adc;
  box-sizing: border-box;
}

.container-mision .seccion-izquierda p{
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.8;
  font-size: 18px;
  color: #828282;
  }


@media (max-width: 700px){
	.container-mision{
		display: flex;
		flex-direction: column;
	}
	.container-mision .seccion-izquierda {
		width: 90%;
  }
}

.contenedor-soci{
  display: flex;
  justify-content: center;
  align-content: center;
  box-sizing: border-box;

}
.contenedor-1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 120px;
  background: #e6e7e8;
  padding: 20px;
}
.contenedor-2{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 400px;
  height: 120px;
  padding: 20px;
  background: #f1f2f3;
}
.caja-logo img{
  width: 130px;
  box-sizing: border-box;
  transition: all 300ms;
}

.caja-logo img:hover{
  transform: scale(1.1);
  cursor: pointer;
  transition: all 300ms;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

#sect > a {
  text-decoration: none;
  margin: 1rem 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  transition: 0.5s;
}
.cta:hover{
  transform: scale(1.1);
  transition: 0.5s;
}

p {
  font-size: 0.9rem;
  margin: 1rem 0;
  line-height: 1.5;
  text-align: justify;
}

.fond{
    background: #f5f8fd;
}

#sect {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}

.section-lead {
  max-width: 600px;
  margin: 1rem auto 1.5rem;
}

.service a {
  color: #5b7abb;
  display: block;
}

.service h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #56ceba;
  font-size: 1.3rem;
  margin: 1rem 0 0.6rem;
}

.services-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.service {
  background: #fff;
  margin: 20px;
  padding: 20px;
  height: 300px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}

.service1 i,
.service1 h4,
.service1 .cta {
  color: #ff9100;
  text-transform: uppercase;

}

.service1:hover {
  border: 2px solid #ff9100;
}

.service2 i,
.service2 h4,
.service2 .cta {
  color: #009adc;
  text-transform: uppercase;

}

.service2:hover {
  border: 2px solid #009adc;
}

.service3 i,
.service3 h4,
.service3 .cta {
  color: #0057aa;
  text-transform: uppercase;
 
}

.service3:hover {
  border: 2px solid #0057aa;
}

.service .cta span {
  font-size: 0.6rem;
}

.service > * {
  flex: 1 1 100%;
}

.service .cta {
  align-self: flex-end;
  transition: 0.5s;
}

@media all and (max-width:900px) {
  .services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}


.container-card {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    justify-content: space-around;
    margin-top: 25px;
    margin-bottom: 60px;
}

.title-cards {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: black;
}

.card {
    max-width: 1200px;
    width: 350px;
    height: 490px;
    margin-right: 15px;
    margin: 20px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
    transition: all 400ms ease-out;
    cursor: default;
}

    .card h3 {
        text-transform: uppercase;
        font-size: 16px;
        color: #0057aa;
        padding: 0px 0px 10px;
    }

    .card:hover {
        box-shadow: 5px 5px 20px rgba(0,0,0,0.4);
        transform: translateY(-3%);
        transition: all 300ms;
    }

    .card img {
        width: 100%;
        height: 210px;
    }

    .card .contenido-card {
        padding: 15px;
        text-align: center;
    }

        .card .contenido-card p {
            text-transform: uppercase;
            line-height: 1.8;
            color: #6a6a6a;
            font-size: 14px;
            text-align: justify;
            margin-bottom: 5px;
        }

        .card .contenido-card a {
            text-decoration: none;
            color: #0057aa;
            cursor: pointer;
        }

            .card .contenido-card a:hover {
                transform: scale(1.1);
                transition: .3s;
            }

        .card .contenido-card .PBX {
            text-transform: uppercase;
            line-height: 1.8;
            color: #0057AA;
            font-size: 12px;
            margin-bottom: 5px;
        }


#datos-contador {
    display: flex;
    margin: auto;
    box-sizing: border-box;
    justify-content: space-around;
    align-items: center;
    background: ghostwhite;
}

.container-todo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-bottom: 40px;
}

.container-num {
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.7s;
    justify-content: center;
    width: 350px;
    height: 300px;
}


.txt-col > i {
    color: white;
}

.uno {
    background: rgb(251, 167, 66);
}

.dos {
    background: rgb(249, 160, 56);
}

.tres {
    background: rgb(249, 156, 36);
}

.cuatro {
    background: rgb(247, 144, 30);
}


.txt-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contador i {
    font-size: 60px;
    padding: 10px;
    box-sizing: border-box;
}

.tex {
    font-size: 20px;
    padding: 20px;
    color: #0057AA;
    font-weight: 900;
}

.contador_cantidad > span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.contador p {
    text-align: justify;
    line-height: 1.8;
    font-size: 14px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 20px;
    color: white;
}


@media (max-width: 720px) {
    #datos-contador {
        display: flex;
    }

    .contador-col {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
}

.title-cards {
    text-align: center;
    font-size: 24px;
    color: #009ADC;
    padding: 30px;
    text-transform: uppercase;
}

@media (max-width: 400px) {
    #datos-i {
        display: flex;
        flex-direction: column;
    }

    .container-num {
        display: block;
        box-sizing: border-box;
        text-align: center;
        transition: .7s;
        padding: 20px;
    }

    .title-cards {
        font-size: 20px;
    }
}


.text {
    font-size: 32px;
    font-weight: 800;
    color: #009adc;
    z-index: 1;
    padding-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.5s;
}

#banner-servicios{
  position: relative;
  width: 100%;
  height: 700px;
  border-radius: 6px;
  margin-bottom: 60px;
}
.contenido-servicios > img{
  width: 100%;
  height: 700px;
  background-size: cover;
  background-position: bottom;
  object-fit: cover;
} 

.contenido-servicios{
  position: relative;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container-nosotros{
  top: 630px;
  z-index: 1;
  padding-left: 30px;
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: center;
}
.container-txt{
  background: #fff;
  color: #000000;
  padding: 15px;
  border-radius: 10px 10px 0px 0px;
}
.container-txt > h3{
  font-size: 40px;
}
.container-nosotros{
  padding-left: 30px;
  position: absolute;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (max-width: 900px){
 #testo, #parra{
  margin-left: 20px;
 }
 
}
@media (max-width: 380px){
 #testo, #parra{
  margin-left: 20px;
 }
}
#banner-mision{
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 6px;
  margin-bottom: 60px;
}
.contenido-mision > img{
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: bottom;
  object-fit: cover;
} 
#banner-mision:before{
  content: '';
  background: rgba(77,77,92,0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
.contenido-mision{
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contenido-mision span{
  font-weight: 600;
  position: absolute;
  z-index: 2;
  top: 90px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400px;
  padding: 10px;
}

.contenido-mision p{
  position: absolute;
  text-transform: uppercase;
  line-height: 1.8;
  color: #fff;
  font-size: 12px;
  text-align: justify;
  padding: 20px;
  z-index: 1;
}

.btn{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff !important;
    background-color: #0057aa !important;
    border-radius: 6px;
    width: auto;
    margin: auto;
    text-align: center;
    transition: .3s;
    border: none;
    cursor: pointer;
    box-shadow:0 0 10px -1px rgba(0,0,0,.3);
    z-index: 2;
  }

  .btn:hover{
    transition: .3s;
    transform: scale(1.05);
    color: #fff;
    background-color: #009adc;
}

.contenedor-paso{
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 400px;
  background-size: cover;
  object-fit: cover;
  background-image: url(../IMG/cajas.jpg);
}
.contenedor-paso .pasos-img{
  width: 100%;
  
}
.contenedor-paso > h1{
  z-index: 2;
  margin: auto;
  padding: 20px;
  text-transform: uppercase;
  color: #FFF;
}
.contenedor-paso:before{
    content: '';
    background: rgba(77,77,92,0.7);
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    z-index: 1;
}
@media(max-width: 1000px){
  .logo-group{
  	display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  align-items: center;
  padding: 20px 18px;
  box-sizing: border-box;
  }
}
  @media(max-width: 720px){
  .logo-group{
  	display:grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  align-items: center;
  padding: 20px 18px;
  box-sizing: border-box;
  }
}
   @media(max-width: 540px){
  .logo-group{
  	display:grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  align-items: center;
  padding: 20px 18px;
  box-sizing: border-box;
  }
}
