*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body {
    font-family: 'open sans';
}

.contenedor{
    padding: 60px 0;
    width: 80%;
    max-width: auto;
    margin: auto;
    overflow: hidden;
}

.titulo{
    color: #642a73;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

/*header*/

header {
    width: 100%;
    height: 700px;
    background-image: linear-gradient(to top, rgba(207, 217, 223, 0) 0%, rgba(226, 235, 240, 0) 100%),url("../../imagenes/PORTADAINGE.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.navegacion{
    max-width: 1100px;
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.973);
    /*alinear los items a que lado*/
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 9pt;
}

.navegacion ul{
    list-style: none;
    font-weight: bold;
}

.nav_guia{
    list-style: none;
    font-weight: bold;
    display: inline-block;
    padding: 5px 0;
    width: 180px;
    border: 5px solid #fff;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
    font-size: 15pt;
    box-shadow: #000000;
}

.nav_guia >li > a{
    display: block;
    color: #000000;
    text-decoration: none;
}

.nav_guia a:hover{
    color: #9d48ad;
    box-shadow: #9d48ad;
   /* color: #9d48ad;*/
    transition: all .3s;
}

.menu > li{
    position: relative;
    display: inline-block;
}

.menu >li > a{
    display: block;
    padding: 10px 15px;
    color: #000000;
    font-family: 'open sans';
    text-decoration: none;
}

.menu >li > a .icon-circle-down{
    margin: 3px;
    color: #9d48ad;
    size: 50px;
}

.menu >li > a .icon-world{
    margin: 3px;
    color: #9d48ad;
}

.menu li a:hover{
    color: #9d48ad;
    border-radius: 8px;
    box-shadow: 0 0 8px #9d48ad;
   /* color: #9d48ad;*/
    transition: all .3s;
}

/*submenu*/

.sub-menu{
    position: absolute;
    background: rgb(0, 0, 0);
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.5s;
    font-size: 8pt;
    z-index: 1000;
}

.sub-menu li a{
    display: block;
    padding: 15px;
    color: #fff;
    font-family: 'open sans';
    text-decoration: none;
}

.menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
}


header .textos-header{
    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.textos-header h1{
    font-size: 50px;
    color: #fff;
}

.textos-header h2{
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

.wave{
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*aboutus*/

.contenedor-sobre-nosotros{
    display: flex;
    justify-content: space-evenly;
}
.imagen-about-us{
    width: 48%;
}

.sobre-nosotros .contenido-textos{
    width: 48%;
}

.contenido-textos h3{
    margin-bottom: 20px;
}

.contenido-textos h3 span{
    background: #4d0686;
    color: #fff;
    border-radius: 30%;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 4px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .5);
    margin-right: 5px;
}

.contenido-textos p{
    padding: 0px 0px 30px 15px;
    font-weight: 300;
    text-align: justify;
}

/*clientes*/
.cards{
    display: flex;
    justify-content: space-evenly;
}
.cards .card{
    background-image: radial-gradient(circle at 39.89% 87.73%, #a2d0dd 0, #a4cfe0 10%, #a6cfe2 20%, #a9cee4 30%, #accde5 40%, #afcce6 50%, #b3cbe7 60%, #b7cae7 70%, #bbc9e7 80%, #bfc8e7 90%, #c3c7e6 100%);
    display: flex;
    width: 30%;
    height: 200px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .6);
}

.cards .card1{
    background-image: radial-gradient(circle at 47.16% 82.47%, #63777d 0, #64777e 10%, #65767f 20%, #667680 30%, #677581 40%, #697581 50%, #6b7581 60%, #6d7481 70%, #6f7381 80%, #717381 90%, #737280 100%);
    display: flex;
    width: 30%;
    height: 200px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .6);
}

.cards .card1 img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.cards .card img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 3px solid #fff;
    border-radius: 50%;
    display: block;
}

.cards .card > .contenido-texto-card {
    width: 60%;
    color: rgb(0, 0, 0);
}


.cards .card1 > .contenido-texto-card{
    width: 60%;
    color: #fff;
}

.cards .cards > .contenido-texto-card p{
    font-weight: 300;
    padding-top: 5px;
}

/*our team*/
.about-services{
    background: #f2f2f2 ;
    padding-bottom: 30px;
}

.servicio-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.servicio-ind{
    width: 20%;
    text-align: center;
}

.servicio-ind img{
    width: 90%;
}

.servicio-ind h3{
    margin: 10px 0;
}

.servicio-ind p{
    font-weight: 300;
    text-align: justify;
}

/*footer*/

footer{
    background: #292929;
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
}

.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.content-foo{
    text-align: center;
}

.content-foo h4{
    color: #fff;
    border-bottom: 3px solid #af20d3;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.content-foo p{
    color: #ccc;
}

.t-final h2{
    text-align: center;
    font-size: 15px;
    margin: 20px 0 0 0;
    color: #9e9797; 
}
/*MAPS*/
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:90%;
    width:90%;
    position:absolute;
}

 #mapid {
    height: 480px;
    /*background-color: grey;*/
}

/*

input[type=number] {
  width: 13%;
  text-align: center;
  padding: 5px 5px;
  margin: 8px 2px;
  box-sizing: border-box;
  border: 1px solid red;
  border-radius: 4px;
}

input[type=text] {
  width: 13%;
  text-align: center;
  padding: 5px 5px;
  margin: 8px 2px;
  box-sizing: border-box;
  border: 1px solid red;
  border-radius: 4px;
}

input[type=file] {
  width: 22%;
  margin: 5px 0;
}

textarea {
  width: 17%;
  height: 20px;
  padding: 8px 18px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
*/
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #4D8E77;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  width: 13%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 15px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}