body{
    font-family: 'Raleway', sans-serif;
    color:#13607C;
}

header{
    box-shadow: 0px 2px 8px #0e4458 ;
}
div.smal .top{
    margin-top:140px;
}

.top{
   
    width: 40%;
    margin:0 auto;
    margin-top:50px;
    color:#13607C;
}
.top ul,
.top h1{
    text-align: left;
}
.chica-font{
    font-size: 20px;
    
}
.media-font{
    font-size: 25px;
    
}
.media2-font{
    font-size: 44px;
    line-height: 100%;
}
.media3-font{
    font-size:37px;
}
.grande-font{
    font-size: 96px;
    line-height: 100%;
}
.grande2-font{
    font-size: 120px;
    line-height: 100%;
}
.flecha img{
    height:3vw;
}
.flecha{
    text-align: center;
    margin-top:50px;
    margin-bottom: 10px;
}
.flecha .hr-left{
    color:#13607C;
    background-color:#13607C;
    height:2px;
    width:45%;
    float: left;
    margin-left:2%;
    margin-top:20px;
}
.flecha .hr-right{
    color:#13607C;
    background-color:#13607C;
    height:2px;
    width:45%;
    float:right;
    margin-right:2%;
    margin-top:20px;
    
}
.video iframe{
    width:70%;
    height:69vh;
}
.video{
    text-align: center;
}
.plus-wrap{
    text-align: center;
    margin-top:50px;
}
@media (max-width: 736px) {
    .top{
        width: 80%;
    }
    .video iframe{
        width:100%;
        height:auto;
    }
}
