body {
	margin: 0;
	padding: 0;
}


@font-face {
    font-family: "AvenirNextLTPro-Bold";
    src: url(../fonts/AvenirNextLTPro-Bold.otf) format("truetype");
}

@font-face {
    font-family: "AvenirNextLTPro-Regular";
    src: url(../fonts/AvenirNextLTPro-Regular.otf) format("truetype");
}


#video-background {
	height: 80%;
	position: static;
	width: 100%;
}

.barras{
	padding-top: 5%;
}

.textgran {
    font-family: "AvenirNextLTPro-Bold";
    font-size: 3em;
}

.textp {
    font-family: "AvenirNextLTPro-Regular";
    font-size: 1.5em;
    text-align: justify;
}

.arriba{
	padding-top:10%;
    padding-bottom: 10%;
}

.margbotton{
    padding-top:10%;
}




section.section-default-scale-8 {
    background-color: #00727c; 
    color: #fff;
    padding-top:5%;
    padding-bottom: 5%;
}



/***

====================================================================
    Call Back Section
====================================================================

***/

.call-back-section{
    position:relative;
    background-attachment:fixed;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    padding:10% 0% 10% 0%;
    color: #fff;
     font-size: 1.5em;
}





/***

====================================================================
    footer
====================================================================

***/


#footer {
    background: #0e0e0e;s
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 0px;
     padding:7% 0% 0% 0%;
    position: relative;
    clear: both;
    color: #fff;
}