html {
  scroll-behavior: smooth;
}
.menu-icon {
  display: none;
}
body{
  background: #fff;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}
.contenedor{
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

header{
  height: 100vh;
  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;
  margin-top: -145px;
}
.menu{
  position: fixed;
  width: 100%;
  transition: .3s;
  z-index: 999;
}
.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);
}
#contenedor-menu{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;

}
#logo2{
  height: 20%;
  width: 30%;
  margin-top:20px;
}

header .logo{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
}

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: 18vh;
}
#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;
}

@media screen and (max-width:800px) {
  header {
    margin-top: -185px;
    height: 61vh;
  }
  .titulo h1{
    font-size: 21px;
  }
  .titulo h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .contenedor-servicios .servicio {
    width: 50%;
    margin: auto;
    margin-bottom: 60px;
  }
#quien .contenido{
  flex-direction: column;
}
#quien h3{
  font-size: 32px;
}
#quien img{
  width: 40%;
  height: 12%;
}
#quien .about-text{
  width: 100%;
}
#servicios h3{
  font-size: 32px;
}
.contenedor-servicios {
  flex-direction: column;

}
.contenedor-servicios .servicio{
  width: 82%;
  padding: 34px 30px 46px 30px;
}
.contenedor-servicios .servicio .icono img{
  margin-top: 52px;
}
#caracteriza h3{
  font-size: 32px;
}
#callcenter h3{
  font-size: 32px;
}
#callcenter .contenedor-call{
  flex-direction: column;
}
#callcenter .item ul{
  padding: 0;
}
#callcenter .item{
  width: 100%;
}
#app h3{
  font-size: 32px;
}
#app .contenedor-app{
  flex-direction: column;
}
#app .contenedor-app .app-img img{
  height: 30%;
  width: 100%;
}
#app .contenedor-app .app-texto{
  width: 100%;
}
#mas h3{
  font-size: 32px;
}
#mas p{
  width: 100%;
}
#mas .contenedor-info{
  flex-direction: column;
}
#mas .contenedor-info .info{
  width: 100%;
}
#contact h3{
  font-size: 32px;
}
#contact .form{
  flex-direction: column;
  width: 100%;
}
input[type="text"],input[type="email"]{
  width: 100%;
}
#contact .contacto-info{
  flex-direction: column;
  text-align: center;
}
.mail{
  margin-bottom: 20px;
}
#contenedor-menu{
  padding-top: 72px;
}
#logo2{
  display: none;
}
.menu-icon{
  display: block;
  float: right;
  padding-top: 2px;
  margin-top: 17px;
}

header nav{
  position: absolute;
  top: 145px;
  left: 0;
  height: 295px;
  width: 100%;
  background: #5cb8ff;
}
header nav ul{
  flex-direction: column;
}
header nav ul li{
  margin-bottom: 15px;
}
.success{
  right: 17%;
}

}
@media screen and (min-width:500px)and (max-width:800px){
  header{
    margin-top: -185px;
    height: 61vh;
  }
  header nav{
    position: absolute;
    top: 185px;
    left: 0;
    height: 325px;
    width: 100%;
    background: #5cb8ff;
  }
  header nav ul{
    flex-direction: column;
  }
  header nav ul li{
    margin-bottom: 15px;
  }

  .contenedor-servicios .servicio{
    width: 50%;
    margin: auto;
    margin-bottom: 60px;
  }
  #callcenter .itemcall{
    width: 20%;
    height: 12%;
  }
}
