/*-- GENERALES --*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://miweb.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src:  local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://miweb.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://miweb.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://miweb.com/MaterialIcons-Regular.ttf) format('truetype');}
/*--    
@font-face{
    font-family:"Dekar";
    font-weight: 400;
    src:url(http://alonsocalza.com/definodes/DekarRegular400.otf);
}
--*/

html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;}

body{
    font-family: "Dekar", sans-serif;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    background: rgb(0,44,91);
    background: radial-gradient(circle, rgba(0,44,91,1) 0%, rgba(1,5,10,1) 100%);
    }

.container{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 40px;
    color: white;}

h1{
    text-align: center;
    padding-top: 20px;
    font-size: 40px;
    margin-bottom: 50px;
}

h2{
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.sub{
    font-size: 24px;
    margin-top: -8px;
    margin-bottom: 30px;
    font-weight: 100;
}

.texto_container{
    margin-bottom: 20px;
    font-size: 18px;
}


/*-- SECCIÓN FOOTER --*/

.container_4{
    max-width: 100%;
    height: 150px;
    margin-top: 50px;
    background-color: #00ffff;}

.footer{
    max-width: 100%;
    height: 150px;
    background-image: url(../img/definodes-high-resolution-logo-white-on-transparent-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;}

.copy{
    width: 200px;
    height: auto;
    text-align: left;
    position: relative;
    float: left;
    margin-left: 40px;
    margin-top: 125px;}

/*-- RESPONSIVE FOOTER --*/

@media screen and (min-width: 320px) and (max-width: 750px){
    .container_4{
        max-width: 100%;
        height: 125px;
        background-color: #00ffff;}

    .footer{
        max-width: 100%;
        height: 100px;
        background-image: url(../img/definodes-high-resolution-logo-white-on-transparent-background.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70%;}
    
    .copy{
        width: 150px;
        margin-top: 100px;
        font-size: 13px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 751px) and (max-width: 1400px){
    .container_4{
        max-width: 100%;
        height: 150px;
        background-color: #00ffff;}

    .footer{
        max-width: 100%;
        height: 130px;
        background-image: url(../img/definodes-high-resolution-logo-white-on-transparent-background.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 55%;}
    
    .copy{
        width: 200px;
        margin-top: 130px;
        font-size: 14px;
        margin-right: 0px;
    }
}




        