body{
    font-family: Nunito;
}
.container{
    padding-bottom: 2em;
}
h2{
    font-weight: 300;
    font-size: 48px;
}
h3{
    font-family: SohoStd-Light;
    color: #4285F4;
    font-size: 32px;
}
h3.medium{
    font-family: SohoStd-Medium;
    color: #1BBB9B;
}
h4{
    color: #4285F4;
    font-size: 26px;
}
h5{
    font-size: 17px;
    color: #1BBB9B;
    font-family: OpenSans-Semibold;
}
p{
    font-family: OpenSans-Regular;
    font-size: 17px;
    margin-bottom: 1.3em;
    color: #4D4D4D;
}
p.bold{
    font-size: 21px;
    color: black;
}
ul li, ol li{
      margin-bottom: 0.6em;
      font-family: OpenSans-Regular;
      font-size: 17px;
      color: #4D4D4D;
}
ul.bold li, ol.bold li{
    color: black;
}
ol li{
    font-family: OpenSans-Regular;
}
.modulo{
    font-size: 19px;
}
.iconRight{
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0px 25px;
    width: 6em;
}
.bs-docs-nav .navbar-toggle .icon-bar {
    background-color: #4285F4;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: white;
}
.image-responsive{
    width: 100%;
    height: auto;
}
#menu-render {
    font-size: 1em;
    font-family: OpenSans-Regular;
    color: #4D4D4D;
}

#menu-render > li > a{
    color: #4D4D4D;
}

.navbar-nav{
    font-family: OpenSans-Regular;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
        margin-bottom: 1.3em;
}

.margin-top-bottom-35{
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.margin-top-35{
    margin-top: 35px !important;
}

.margin-bottom-35{
    margin-bottom: 35px !important;
}

.center_image{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.clear {
    clear:both;
}

@media (max-width: 450px) {
    .navbar-header .navbar-brand{
        margin-top: 4%;
    }
    h2{
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #4285F4;
        padding-left: 15px;
    }
    .navbar-nav{
        border-bottom: 1px solid #4285F4;
    }
    #menu-render li{
        font-size: 13px;
    }
}
@media (min-width: 768px) { 
    #menu-render {
        font-family: DINRoundPro;
        color: #4D4D4D;
    }
    #menu-render li{
        font-size: 10px;
    }
    .navbar-nav>li>a {
        padding: 0.5em 0.3em;
    }
    .iconRight{
        width: 6em;
    }
}
@media (min-width: 992px ) { 
    #menu-render {
        font-family: DINRoundPro;
        color: #4D4D4D;
    }
    #menu-render li{
        font-size: 12px;
    }
    .navbar-nav>li>a {
        padding: 0.5em 0.5em;
    }
    .iconRight{
        width: 7em;
    }
}
@media (min-width: 1200px ) { 
    #menu-render {
        font-family: DINRoundPro;
        color: #4D4D4D;
    }
    #menu-render li{
        font-size: 13px;
    }
    .navbar-nav>li>a {
        font-size: 0.9em;
        padding: 0.5em 0.5em;
    }
    .iconRight{
        width: 7em;
    }
}


/**/
.wrapper-content ol{
    margin-bottom: 30px;
}

.bigone{font-size: 50px;}





.contentBox p {
    color:white;
}
.box-orange .contentBox p {
    color:white;
}
.entrevista h3{
font-size: 25px;
    margin-top: 40px;
    font-weight: 100;
}
.blacky{
    color: #4D4D4D !important;
    font-weight: 100 !important;
}

.wrapper-content  .image-responsive{
width: auto;
display: block;
margin: 0px auto;
max-width: 100%;
}


