body, html {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Quicksand', sans-serif;
    color: #606060;
	background-color: #640023;
}

*, *:before, *:after {
    box-sizing: border-box;
  }

header {
    background-color: #640023;
}

nav {
    height: 100px;
    width: 100%;
    background-color: #640023;

}

nav .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
	background-color: #640023;
}

h1 {
    font-weight: 300;
    color: #fff;
    margin-left: 15px;
    line-height: 2rem;
    margin-top: 40px;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0px 25px;
}

.container .logo {
    align-self: center;
}

.block-partner {
    background-color: #fff;
    border-top: 10px solid #000;
    padding: 40px 60px 40px 40px;
    box-sizing: border-box;
    color: #640023;

}

.block-partner h3 {
    font-weight: 700;
    margin: 25px 0px 0px 0px;
}

.block-partner h2 {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 10px 0px 0px 0px;
}

.block-partner p {
    border-top: 1px solid #000;
    padding: 15px 0px 0px 0px;
}

.grafico {
    max-width: 100%;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
}



.contain-header{
    display: flex;
    flex-direction: row;
}

.row {
    padding: 15px;
}

.icon {
    background-color: #640023;
    width: 80px;
    height: 80px;
    padding: 10px;
    margin-right: 30px;
}

.title {
    display: flex;
    flex-direction: row;
}

.title h2 {
    color: #640023;
    font-weight: 300;
    line-height: 1.5rem;
}

section p {
    margin: 30px 0px;
}

.cr-what, .cr , .our-services {
    margin: 50px 0px;
}

.cr-what ul, .cr ul, .our-services ul {
   line-height: 1.4rem;
}


.box {
    font-size: 3rem;
    color: #35CDB9;
    border: 2px solid #35CDB9;
    padding: 30px;
    font-weight: 300;
    line-height: 3rem;
}

.contact {
    background-color: #35CDB9;
    border: none;
    color: #fff;
    font-weight: 300;
    padding: 15px 30px;
    text-decoration: none;
    transition: background-color 0.5s ease;
    text-align: center;
}

.contact:hover {
   background-color: #640023;
}

.contact span {
    font-weight: 700;
}

footer {
    background-color: #640023;
    padding: 50px 0px;
    color: #fff;
}

footer .container {
    display: flex;
    flex-direction: row;
}

footer .mail, footer .ubicacion {
    display: flex;
    align-items: flex-start;
}

footer .mail a {
    margin-top: 10px;
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.logo-blanco, .ubicacion, .mail {
    width: 30%;

}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 0px 10px;
}

section {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {

    .contain-header {
        display: block;
    }

    .block-partner {
        padding: 30px;
    }

    .logo-blanco, .ubicacion, .mail {
        width: 100%;
    
    }

    footer .container {
        display: block;
    }

    .logo-blanco {
        margin-bottom: 20px;
    }

    .flex2 br {
        display: none;
    }

    /*.flex1 { flex: 1 1 4em; }*/
    .flex2 {
        flex: 2 2 20em;
        margin-top: 0px;
    
    }
    

}

@media screen and (max-width: 480px) {
    .icon {
        margin-right: 15px;
        width: 60px;
        height: 60px;
    }

    .title h2 {
        line-height: 1.2rem;
        font-size: 1.2rem;
    }

    .box {
        font-size: 2rem;
        line-height: 2rem;
    }

    .contact {
        display: block;
    }

    .flex1 { flex: 1 1 4em; }
.flex2 {
    flex: 2 2 20em;
    margin-top: 0px;

}

}


