.busqueda-header {
	width: 240px;
	background: #f2f2f2;
	-webkit-border-radius: 16px;
    border-radius: 16px;

    display: flex; justify-content: flex-end; align-items: center;

    padding-left: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}

.busqueda-header i {
	margin-top: 5px;
	cursor: pointer;
}

.buscar-header{
    width: 100%;

    border: none;
    outline: none;

    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;

    padding: 8px 10px 8px 10px !important;
    box-sizing: border-box;
              
    background: #f2f2f2;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.buscar-header::placeholder {
  text-align: right;
  color: dimgray;
}

.footer1 h3 {
	color: #ffffff;
	padding: 5px;
	font-family: Roboto-Regular, sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.footer1 h4 {
	color: #ffffff;
	padding: 5px;
	font-family: Roboto-Regular, sans-serif;
	cursor: pointer;
}

.footer1 a {
    display: block;
    color: #ffffff;
    padding: 5px;
    font-family: Roboto-Regular, sans-serif;
    font-size: 14px;
    cursor: pointer;

    font-weight: bolder;
    text-decoration: none;
}

.footer1 img {
	cursor: pointer;
}

.footer4 {
    margin-top: 20px;
    color: #ffffff;
    font-size: 13px;
}

.cont-footer1 {
	width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;
}

.busqueda {
	margin-top: 50px;
	width: 70%;
	background: #ffffff;
	-webkit-border-radius: 16px;
    border-radius: 16px;

    display: flex; justify-content: flex-end; align-items: center;

    padding-left: 5px;
    padding-right: 10px;
    box-sizing: border-box;
}

.busqueda i {
	margin-top: 5px;
	cursor: pointer;
}




.div-corp {
    width: 150px; 
    height: 150px;
    background: #f7f7f7;  

    margin: auto; 
    border-radius: 150px;

    display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.div-corp i {
    color: #2F5597;
    font-size: 35px;
}

.div-corp ion-icon {
    color: #2F5597;
    font-size: 45px;   
}




.buscar{
    width: 100%;

    border: none;
    outline: none;

    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;

    padding: 8px 10px 8px 10px !important;
    box-sizing: border-box;
              
    background: #ffffff;

    font-size: 15px !important;
    color: #393a3a;
    font-family:  Roboto-Regular, sans-serif;

    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-transition: border .3s, -webkit-box-shadow .3s;
            transition: border .3s, -webkit-box-shadow .3s;
            transition: box-shadow .3s, border .3s;
            transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

.buscar::placeholder {
  text-align: right;
  color: dimgray;
}

.info {
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	box-sizing: border-box;
}




ion-icon {
    font-size: 22px;
}




.div-platform {
    width: 120px; 
    height: 120px;
    background: transparent;
    margin: auto;

    display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;

    -webkit-transition: 1s linear;
    transition: 1s linear;
}

.div-platform:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.div-platform span {
    color: #2E63A2;
    font-size: 50px;
}





.box-services-out {
    width: 210px; margin: 10px; margin-top: 55px;
}


.box-services {
    width: 190px; margin: auto; height: 160px; border: solid 1px #fff; border-radius: 30px;
    display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center;
}

.box-services:hover {
    border: solid 1px #fff; border-radius: 40px;

    -webkit-transition: all 0.3s ease !important;
    -moz-transition: all 0.3s ease !important;
    -ms-transition: all 0.3s ease !important;
    -o-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.box-services span {
    color: #fff;
    font-size: 50px;
}





.planes {
    width: 100%; max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: top;
}

.col-planes {
    width: 100%;
    max-width: 350px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-in {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;

    -webkit-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
       -moz-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
            box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.2);
}

.col-items {
    border-top: solid 1px #dddddd; 
    display: flex; justify-content: space-between; align-items: center;
}

.col-items p {
    padding: 10px;
    color: gray;
}

.col-items i {
    color: gray;
    cursor: pointer;
}