body{
    font-family: 'Raleway', sans-serif;
    color:#2625FF;
}
header{
    box-shadow: 0px 2px 8px #0e4458 ;
}
div.smal .top{
    margin-top:140px;
}

.top{
    text-align: center;
    margin:30px;
    margin-top:50px;
    color:#2625FF;
}

.font1{
    font-size:41px;    
    
}
.font2{
    font-size: 48px;
    
}
.font3{
    font-size: 79px;
    line-height: 100%;
}
.font4{
    font-size:85px;
}
.font5{
    font-size: 66px;
    line-height: 100%;
}
.font6{
    font-size: 62px;
    line-height: 100%;
}
.flecha img{
    height:3vw;
}
.flecha{
    text-align: center;
    margin-top:50px;
    margin-bottom: 10px;
}
.flecha .hr-left{
    color:#2625FF;
    background-color:#e6f0ff;
    height:2px;
    width:45%;
    float: left;
    margin-left:2%;
    margin-top:20px;
}
.flecha .hr-right{
    color:#2625FF;
    background-color:#e6f0ff;
    height:2px;
    width:45%;
    float:right;
    margin-right:2%;
    margin-top:20px;
    
}

.video iframe{
    width:70%;
    height:69vh;
}
.video{
    text-align: center;
}


.middle .desc,
.right{
    display: inline-block;
    width:40%;
    text-align: left;
    padding:2%;
}

.middle{
    text-align: center;
}

.bottom{
    text-align: center;
}
.equipo .caracteristica{
    display:inline-block;
}
.carac_pic{
    height:50px;
    border-radius: 50%;
    border:solid 1px #a6a6a6;
}

.plus-wrap{
    text-align: center;
    margin-top:50px;
}
.logos{
    width:70%;
}
.plus{
    display: block;
    margin:30px;
}
.plus img,
.plus p{
    display: inline-block;
}
.plus img{
    height:100px;
    vertical-align: middle;
    margin-right: 30px;
}
.plus p{
    width:35%;
    vertical-align: middle;
    text-align: left;
}
span.plus-bold{
    font-weight:bolder;
}
/* Our team section */
.our_team{
    border-top:solid 2px #13607C;
    width:80%;
    margin: 0 auto;
    margin-top:40px;
    margin-bottom:40px;
    display:block;
    text-align:center;
}
.our_team h2{
    margin-bottom:30px;
}
.foto_team1,
.foto_team2,
.foto_team3{
    display:inline-block;
    width:31%;
    margin-left:1%;
    margin-right:1%;
    vertical-align:top;
}
.foto_ander{
    width:100px;
    border-radius:50%;
    display:block;
    margin:0 auto;
}
.foto_dennis{
    width:100px;
    border-radius:50%;
    display:block;
    margin:0 auto;
}
.text_team{
    display:block;
}




@media (max-width: 500px) {
	.grande-font{
	    font-size: 48px;
	    line-height: 100%;
	}
	.grande2-font{
	    font-size: 60px;
	    line-height: 100%;
	}	
	.media-font{
		font-size:22px;
	}
	.chica-font{
		font-size:20px;
	}
	.media2-font{
		font-size:60px;
	}
	.video iframe{
		width:100%;
	}
	.plus{
		margin:0;
	}
	.plus p{
		width:50%;
	}
	.our_team{
	    width:100%;
	}
	.foto_team1,
	.foto_team2,
	.foto_team3{
	     display:block;
	     width:90%;
	     margin:0 auto;
	}
	
}
