html {
  scroll-behavior: smooth;
}
.menu-icon {
  display: none;
}
body{
  background: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}
.contenedor{
  width: 100%;
/*  max-width: 1000px;*/
/*  padding-top: 5px;*/
  margin: auto;
  background: rgba(87, 88, 82,0.9);
}


.shadow{
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}


nav ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
  margin-top:56px;
}
nav ul li {
  margin-right: 40px;
  list-style: none;
  color: #fff;

}
nav ul li a {
  text-decoration: none;
  color: #fff;
}
.contenedor-titulo{
  display: flex;
  justify-content: center;
  margin: 15vh 0;
  padding-top: 200px;
}
.contenedor-titulo h1{
  font-size: 60px;
  color: #fff;
  margin-bottom: 0;
}
.contenedor-titulo h2{
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.contenedor-titulo a{
  text-decoration: none;
  width: 185px;
  display: inline-block;
  background: #337ab7;
  font-size: 14px;
  color: #fff;
  padding: 14px 24px;
  border-radius: 5px;
}
.contenedor-titulo .titulo{
  text-align: center;
}
#quien h3{
  text-align: center;
  font-size: 55px;
  font-weight: normal;
}
#quien img{
  height: 35%;
  width: 60%;
  padding-top: 10vh;
  padding-left: 30vh;
}
#quien .contenido{
  display: flex;
  justify-content: space-around;
}
#quien .about-text{
  width: 45%;
  text-align: justify;
  font-size: 18px;
}

#quien a{
  background: #5cb8ff;
  font-size: 14px;
  color: #fff;
}
#servicios h3{
  text-align: center;
  font-size: 55px;
  font-weight: normal;
}
.contenedor-servicios .violeta{
  background-image: linear-gradient(to top,#1E8BCE, #4662AE);
  box-shadow: 0 12px 30px 0 rgba(80, 85, 223, 0.37);
}
.contenedor-servicios .celeste{
  background-image: linear-gradient(to top,#4662AE, #1E8BCE);
  box-shadow: 0 12px 30px 0 rgba(80, 85, 223, 0.37);
}
.contenedor-servicios {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  color: #fff;
}
.contenedor-servicios .servicio{
  padding: 34px 30px 38px 30px;
  border-radius: 10px;
  width: 27%;
  margin-bottom: 40px;
  position: relative;
}
.contenedor-servicios h4{
  font-size: 30px;
  margin: 0;
}
.contenedor-servicios p{
  opacity: .8;
  margin-bottom: 20px;
  height: 210px;
}
.contenedor-servicios .icono{
  float: right;
}
.contenedor-servicios .imgicon{
  height: 48px;
  width: 48px;
}
.contenedor-servicios .waves{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#caracteriza h3 {
  font-size: 55px;
  font-weight: normal;
  text-align: center;
}
#caracteriza img{
  width: 42%;
  height: 20%;
  transform: scale(1);
  transition: .3s;
  text-align: center;
  padding-top: 2vh;
  padding-left: 9vh;
}
#caracteriza img:hover{
  transform: scale(1.3);
  transition: .4s;

}
#caracteriza p{
  text-align: center;
  font-size: 20px;
}
.owl-nav button{
  color: #5cb8ff !important;
  margin: 0 46px !important;
  font-size: 59px !important;
}
.owl-dots{
  display: none;
}
.owl-nav button:hover{
  background: none !important;
}
#callcenter h3{
  font-size: 48px;
  text-align: center;
  font-weight: normal;
}
#callcenter .contenedor-call{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#callcenter .item{
  width: 28%;
  text-align: center;
}
#callcenter .itemcall{
  width: 45%;
  height: 18%
}
#callcenter ul li{
list-style: none;
}
#callcenter ul li:nth-child(2){
  font-weight: 700;
  font-size: 22px;
  margin-top: 7px;
  margin-bottom: 20px;
}
#callcenter ul li:nth-child(3){
justify-content: space-around;
line-height: 28px;
}
#app h3 {
  font-size: 55px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  margin-top: 30px;
}
#app p{
text-align: center;
}
#app .contenedor-app {
  display: flex;
  align-items: center;
}
#app .app-texto{
  width: 54%;
  margin: auto;
}
#app .app-texto ul li{
  line-height: 28px;
}
#mas h3{
  text-align: center;
  font-size: 55px;
  font-weight: normal;
  margin-bottom: 10px;
}
#mas p{
  text-align: center;
  width:75%;
  margin:auto;
}
#mas .contenedor-info{
  display: flex;
  margin-top: 30px;
}
#mas .contenedor-info .info{
  width: 48%;
  margin:auto;
}
#mas .contenedor-info .grande{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}
#mas .contenedor-info ul li{
  list-style: none;
}
#mas .iconos{
  line-height: 50px;
}
#mas .check{
  vertical-align: middle;
  margin-right: 10px;
}
#cta {
  background: linear-gradient(rgba(84, 93, 220, 0.9),rgba(96, 171, 245, 0.9)), url('imagenes/Imagen1.png') left no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
  margin-top: 40px;
}
#cta h3{
  font-size: 26px;
  color: #fff;
}
#cta a{
  border-radius: 5px;
  background: #337ab7;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  width: 200px;
  margin-top: 12px;
  display: inline-block;
  padding: 10px 0;
  letter-spacing: .8px;
  transition: .4s;
}
#cta a:hover{
  background: #59a7ec;
  transition: .4s;
}
#contact h3{
  /* display: inline-block; */
  font-size: 55px;
  font-weight: normal;
  text-align: center;
}
#contact .form{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  width: 77%;
  margin: auto;
}

textarea{
  padding: 18px 0;
  border: 0;
  border-bottom: 2px solid #5cb8ff;
  font-size: 17px;
  color: #212121;
  width: 100%;
  margin-bottom: 40px;
}
input[type="text"],input[type="email"]{
  width: 49%;
  margin-bottom: 15px;
  padding: 18px 0;
  border: 0;
  border-bottom: 2px solid #5cb8ff;
  font-size: 17px;
  color: #212121;
}
input[type="text"]:focus,input[type="email"]:focus,textarea:focus{
  outline: 0;
  border-bottom: 2px solid #0387d1;
}
input[type="submit"]{
  width: 165px;
  border-radius: 5px;
  background: #337ab7;
  padding: 15px 0;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 12 12 0 rgba(41, 45,172, 0.18);
  border: 0;
  cursor: pointer;
  transition: .4s;
  margin: auto;
}
input[type="submit"]:hover{
  background: #59a7ec;
  transition: .4s;
}
.success{
  color: #fff;
  background: #44be75;
  padding: 15px 50px;
  margin-bottom: 20px;
  position: fixed;
  top: 85%;
  right: 100px;
  display: none;
}
.contacto-info{
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 60px;
}
.contacto-info img{
  width: 48px;
  vertical-align: middle;
  margin-right: 10px;
}
footer{

  background: #2f2f2f;
  color: #fff;
}
footer .contenedor{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer p{
  text-align: center;
}
.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 4px;
}
@media screen and (max-width:800px) 
{
table {
  250px;
}
div{
  font-size: 11px;
  text-align: center;
}
#logo2 {
  all: unset;
padding-left: 15px;
  width: 120px;
}

#logo3 {
  padding-top: 40px;
  padding-left: 15px;
  width: 120px;
}
#logo4 {
  all: unset;
padding-left: 15px;
  width: 120px;
}

    .titulo h1{
      font-size: 21px;
    }
    .titulo h2 {
      margin-bottom: 40px;
      font-size: 22px;
    }
    
  /*#quien .contenido{
    flex-direction: column;
  }*/
  #quien h3{
    font-size: 32px;
  }
  #quien img{
    width: 90%;
    height: 17%;
    text-align: left:;
    padding-left: 15px;
    padding-top: 25px;
  }

}

@media screen and (min-width:500px)and (max-width:800px){
  .logo2 {
     padding-left: 0px;padding-bottom: 0px;
  }

}

