@import url("fonts.css");

* {
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
img {
    width: 100%;
}
input:focus, input:active, button:focus, a:focus {
    outline: none;
}
.wrapper {
    min-height: calc(100vh - 150px);
}
.control {
    width: 100%;
    margin: 0.2rem;
}
input{
    width: 100%;
    border: 1px solid #ffffff;
    padding: 0.3rem;
}
::placeholder {
    color: rgba(68, 142, 224, 1);
    opacity: 1; /* Firefox */
    font-style: italic;
}

:-ms-input-placeholder {
    color: rgba(68, 142, 224, 1);
    font-style: italic;
}

::-ms-input-placeholder {
    color: rgba(68, 142, 224, 1);
    font-style: italic;
}

button.form {
    width: 100%;
    margin: 0.2rem;
    padding: 0.3rem 2rem 0.3rem 0.3rem;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    cursor: pointer;
    border-radius: 15px;
    font-weight: bold;
    color: rgba(68, 142, 224, 1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz4KCTxnIGlkPSJwbGF5LWFycm93Ij4KCQk8cG9seWdvbiBwb2ludHM9IjM4LjI1LDAgMzguMjUsMzU3IDMxOC43NSwxNzguNSAgICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojNDQ4RUUwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wb2x5Z29uPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
    background-position: center right 1rem;
    background-size: 1rem;
    background-repeat: no-repeat;
}

/* HEADER */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

/* MENU */
nav {
    text-align: center;
    background-color: rgba(250,250,250, 1);
    box-shadow: 0px 5px 15px 1px rgba(0,0,0,0.3);
}
nav .logo {
    padding: 0;
    display: inline-block;
}
nav .logo img{
    max-width: 200px;
}
nav ul.menu {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul.menu li{
    display: inline-block;
}
nav ul.menu li a { 
    display: inline-block;
    width: 36px;
    margin: 1rem;
    cursor: pointer;
}

nav ul.menu li ul.drpMenu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 220px;
    margin-top: 1rem;
    padding: 0;
    background-color: rgba(250,250,250,0.9);
}
nav ul.menu li ul.drpMenu.active {
    visibility: visible;
    opacity: 1;
}
nav ul.menu li ul.drpMenu li {
    display: block;
}
nav ul.menu li ul.drpMenu li a {
    display: block;
    width: 100%;
    padding: 1rem;
    margin: 0;
    text-align: left;
    text-decoration: none;
    color: rgba(150,150,150,1);
    font-weight: bold;
    text-transform: uppercase;
}
nav ul.menu li ul.drpMenu li a.active, nav ul.menu li ul.drpMenu li a:hover {
    background-color: rgba(0,0,0,0.04);
    color: rgba(0,0,0,1);
}

main{
    margin-top: 60px;
}

/* FOOTER */
footer {
    min-height: 150px;
    padding: 1rem;
    background-color: rgba(242, 242, 242, 1);
}
footer .logo {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .logo a{
    margin: 1rem 2rem;
    display: inline-flex;
}
footer .logo a img{
    max-width: 200px;
}
footer form.contact {
    padding: 1rem;
    color: rgba(68, 142, 224, 1);
}
footer form.contact .title {
    font-size: 16px;
    font-weight: bold;
    margin: 1rem 0.2rem;
}

/* HOME */
.home #buttons-section {
    margin: 1rem 0 auto;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
}
.home #buttons-section button, .home #buttons-section a {
    background-color: transparent;
    cursor: pointer;
    border: none;
    padding: 0.5rem 2rem 0.5rem 1rem;;
    color: rgba(0,0,96,1);
    font-family: 'Bebas Kai', sans-serif;
    font-weight: bold;
    font-size: 31px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;

    background-position: right 35px;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM4Ni4yNTcgMzg2LjI1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg2LjI1NyAzODYuMjU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxnPjxwb2x5Z29uIHBvaW50cz0iMCw5Ni44NzkgMTkzLjEyOSwyODkuMzc5IDM4Ni4yNTcsOTYuODc5ICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojNDQ4RUUwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wb2x5Z29uPjwvZz4gPC9zdmc+);
}
.home #buttons-section button img, .home #buttons-section a img{
    width: 45px;
    height: 45px;
    vertical-align: unset;
}

.home .title{
    text-align: center;
    font-family: 'Bebas Kai', sans-serif;
    font-size: 48px;
}
.home .title p {
    margin-bottom: 1rem;
}
.home .title img {
    max-width: 60px;
}
.home .know-more {
    text-align: center;
    margin: 3rem auto;
}
.home .know-more a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    padding: 0.5rem 3rem 0.5rem 2rem;
    border: 1px solid #000000;
    border-radius: 2rem;
    background-position: center right 1rem;
    background-size: 1rem;
    background-repeat: no-repeat;
}
.home #about-us {
    min-height: 700px;
    max-height: 800px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/about_us.png');
    background-size: 100% 100%;
}
.home #about-us .title{
    margin-top: 6rem;
    margin-bottom: 28%;
    color: rgba(39, 173, 63, 1);
}
.home #about-us .text{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 22px;
    text-align: center;
}
.home #about-us .know-more a {
    color: rgba(32, 145, 43, 1);
    border-color: rgba(39, 173, 63);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz4KCTxnIGlkPSJwbGF5LWFycm93Ij4KCQk8cG9seWdvbiBwb2ludHM9IjM4LjI1LDAgMzguMjUsMzU3IDMxOC43NSwxNzguNSAgICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMjA5MTJCIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wb2x5Z29uPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
}

/* HOME - WE DO */
.home #we-do {
    min-height: 400px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/we_do.png');
    background-size: 100% 100%;
}
.home #we-do .title{
    margin-top: 10%;
    margin-bottom: 10%;
    color: rgba(68, 142, 224, 1);
}
.home #we-do .text {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 22px;
    text-align: center;
}
.home #we-do .know-more a {
    color: rgba(68, 142, 224, 1);
    border-color: rgba(68, 142, 224, 1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48Zz4KCTxnIGlkPSJwbGF5LWFycm93Ij4KCQk8cG9seWdvbiBwb2ludHM9IjM4LjI1LDAgMzguMjUsMzU3IDMxOC43NSwxNzguNSAgICIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojNDQ4RUUwIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wb2x5Z29uPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
}
/* HOME - CLIENTS */
.home #clients {
    min-height: 400px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/clients.png');
    background-size: 100% 100%;
}
.home #clients .title{
    margin-top: 10%;
    color: rgba(239, 185, 32, 1);
}
.home #clients .clients-list {
    width: 70%;
    margin: auto;
    text-align: center;
    margin-top: 1rem;
}
.home #clients .clients-list .item {
    width: 33%;
    height: 150px;
    padding: 0.2rem 3rem;
    background-color: rgba(255,255,255, 0.9);
    float: left;
    display: flex;
    align-items: center;
}
.home #clients .clients-list .item a {
    padding: 1rem;
    width: 100%;
    display: block;
}
.home #clients .clients-list .item a img {
    max-width: 130px;
    max-height: 130px;
}
.home #clients .clients-list ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: rgba(255,255,255, 0.9);
}
.home #clients .clients-list ul li {
    float: left;
    width: 33%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    margin: 0.5rem auto;
}
.home #clients .clients-list ul li a {
    display: block;
    cursor: pointer;
}

.home #clients .clients-list ul li img{
    max-height: 130px;
    max-width: 130px;
}

/* HOME - CONTACT */
.home #contact {
    min-height: 400px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/contact.png');
    background-size: 100% 100%;
}
.home #contact .title{
    margin-top: 10%;
    color: rgba(68, 142, 224, 1);
}
.home #contact .text {
    font-size: 22px;
    text-align: center;
}
.home #contact .box {
    min-height: 500px;
    color: rgba(255,255,255, 1);
}
.home #contact .box-datos {
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/contacto_box_1.png');
    background-size: 100% 100%;
}
.home #contact .box-formulario {
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/contacto_box_2.png');
    background-size: 100% 100%;
}
.home #contact .contact-info {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    margin: 2% auto;
}
.home #contact .contact-info p {
    width: 60%;
    padding: 0.51rem;
}
.home #contact .contact-med {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}
.home #contact .contact-med p {
    width: 260px;
    margin-right: 20%;
}
.home #contact .contact-med p a {
    text-decoration: none;
    color: rgba(255,255,255, 1);
    display: flex;
    align-items: center;
    width: 100%;
}
.home #contact .contact-med p a img {
    margin: 0 1rem;
    width: 24px;
}
.home #contact form.contact-home{
    padding: 2rem;
    max-width: 70%;
}
.home #contact form.contact-home input {
    font-size: 18px;
}
.home #contact form.contact-home button{
    max-width: 60%;
    padding: 0.5rem 2rem 0.5rem 0.3rem;
    margin: 1.5rem;
}

/* ABOUT US */
.about-us .title{
    text-align: center;
    font-family: 'Bebas Kai', sans-serif;
    font-size: 48px;
}
.about-us .title p {
    margin-bottom: 1rem;
}
.about-us .title img {
    max-width: 60px;
}
.about-us #presentation{
    min-height: 550px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/about-us/home.png');
    background-size: 100% 100%;
}
.about-us #presentation .title {
    margin-top: 10%;
    margin-bottom: 20%;
    color: rgba(66, 198, 78, 1);
}
.about-us #presentation .text {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 22px;
    text-align: center;
    line-height: 2;
    color: rgba(23,0,59,1);
}
.about-us #our-proposal{
    min-height: 550px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/about-us/our_proposal.png');
    background-size: 100% 100%;
}
.about-us #our-proposal .title{
    color: rgba(32, 145, 43, 1);
    margin-top: 10%;
}
.about-us #our-proposal .proposal-list{
    max-width: 60%;
    margin: 2rem auto;
}
.about-us #our-proposal .proposal-list ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}
.about-us #our-proposal .proposal-list ul li{
    float: left;
    width: 30%;
    height: 150px;
    margin: 0.5rem;
    text-align: center;
    color: rgba(66,198,78, 1);

}
.about-us #our-proposal .proposal-list ul li img{
    max-height: 70px;
    max-width: 70px;
    display: block;
    margin: 1rem auto;
}
.about-us #our-proposal .proposal-list .item{
    max-width: 200px;
    margin: 0.5rem auto;
    text-align: center;
}
.about-us #our-proposal .proposal-list .item img{
    max-width: 70px;
    max-height: 70px;
}
.about-us #our-proposal .proposal-list .item p{
    color: rgba(66,198,78, 1);
}
.about-us #our-proposal .text{
    max-width: 55%;
    margin: 0.2rem auto 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: justify;
    line-height: 2;
    color: rgba(23,0,59,1);
}
.about-us #our-work{
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/about-us/our_work.png');
    background-size: 100% 100%;
}
.about-us #our-work .title {
    color: rgba(39, 173, 63, 1);
}
.about-us #our-work .text {
    max-width: 45%;
    margin: 0.5rem auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    color: rgba(23,0,59,1);
}
.about-us #our-work .work {
    padding: 1rem;
    margin: auto;
    max-width: 65%;
    background-color: rgba(255,255,255,0.9);
}
.about-us #how-we-do{
    min-height: 550px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/about-us/how_we_do.png');
    background-size: 100% 100%;
}
.about-us #how-we-do .title {
    color: rgba(39, 173, 63, 1);
    margin-top: 25%;
}
.about-us #how-we-do .text {
    max-width: 40%;
    margin: 0.5rem auto;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    color: rgba(23,0,59,1);
}
.about-us #how-we-do .octagon {
    padding: 1rem;
    text-align: center;
    height: auto;
    margin-bottom: 25%
}
.about-us #how-we-do .octagon img {
    max-width: 400px;
}

/* WE DO */
.we-do .title{
    text-align: center;
    font-family: 'Bebas Kai', sans-serif;
    font-size: 48px;
}
.we-do .title p {
    margin-bottom: 1rem;
}
.we-do .title img {
    max-width: 60px;
}
.we-do #presentation{
    min-height: 550px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/we-do/home-1.png');
    background-size: 100% 100%;
}
.we-do #presentation .title {
    margin-top: 10%;
    margin-bottom: 25%;
    color: rgba(0, 59, 191, 1);
}
.we-do #presentation .text {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    color: rgba(23,0,59,1);
}
.we-do #services{
    min-height: 1200px;
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/we-do/services-1.png');
    background-size: 100% 100%;
    padding: 4rem;
}
.we-do #services .title {
    color: rgba(68,142,224,1);
    font-size: 30px;
    width: 100%;
    display: block;
}
.we-do #services .title img {
    max-width: 34px;
}
.we-do #services .solutions, .we-do #services .techniques{
    padding: 2rem;
    max-width: 50%;
}
.we-do #services .solutions {
    margin: 5rem 2rem 0;
}
.we-do #services .techniques {
    margin: 1rem 2rem 0 auto;
}
.we-do #services .solutions .title p {
    text-align: left;
}
.we-do #services .techniques .title p {
    text-align: right;
}
.we-do #services ul{
    width: 100%;
    list-style: none;
    padding: 0;
}
.we-do #services ul li{
    width: 100%;
    margin: 0.5rem;
    padding: 0.4rem;
    font-size: 18px;
    font-weight: bold;
    color: rgba(23,0,59,1);
    background-color: rgba(255,255,255,1);
    border-radius: 2rem;
    
    background-repeat: no-repeat;
    padding-left: 2.5rem;
    background-size: 1rem;
    background-position: 1rem center;
}
.we-do #services ul li img{
    max-width: 16px;
    float: left;
    margin: 0 0.5rem;
}
.we-do #services .solutions ul li {
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/icons/bullets-soluciones-prisma.png');
}
.we-do #services .techniques ul li {
    background-image: url('http://www.prisma-research.cl/wp-content/uploads/icons/bullets-tecnicas-prisma.png');
}

/* SLIDER CENTRAL */
.slider-central{
    margin-bottom: 1rem;
}

/* SLIDER */
.slider .slick-slide {
    min-height: 400px;
    position: relative;
}
.slider img {
    max-height: 500px;
}
.slick-dots {
    margin: 0;
    margin-top: 1rem;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before{
    content: '\00a0';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(0,0,127,1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
    background-color: rgba(68, 142, 224, 1);
    border: 1px solid rgba(68, 142, 224, 1);
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slider .slick-prev{
    left: 5%;
}
.slider .slick-next{
    right: 5%;
}
.slider .slick-prev, .slider .slick-next{
    background-color: rgba(255,255,255,0.7);
    font-size: 0;
    line-height: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
}
.slider .slick-prev:before{
    content: '\003C';
}
.slider .slick-next:before{
    content: '\003E';
}
.slider .slick-prev:before, .slider .slick-next:before{
    font-size: 32px;
    font-weight: bold;
    line-height: 10px;
    color: rgba(50,50,50,0.8);
}
.slider .slick-prev:hover:before, .slider .slick-next:hover:before{
    color: rgba(0,0,0,1);
}
.slider .text {
    bottom: 0;
    left: 20%;
    font-size: 22px;
    text-align: center;
    word-break: break-word;
    position: absolute;
    width: 60%;
    height: 100%;
    max-height: 560px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* COMMON */
.align-center {
    text-align: center;
}

/* XS */
@media only screen and (max-width: 575px) {
    main {
        margin-top: 116px;
    }
    .slider .slick-slide {
        min-height: 250px;
    }
    .slider .text {
        font-size: 14px;
        background-color: none;
    }
    .home .title {
        font-size: 40px;
    }
    .home .title img {
        max-width: 40px;
    }
    .home #about-us, .home #we-do, .home #clients, .home #contact {
        padding: 0 2rem;
    }
    .home #buttons-section button, .home #buttons-section a {
        font-size: 24px;
    }
    .home #buttons-section {
        background-color: rgba(255,255,255,1);
    }
    .home #about-us{
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/02-base-home.png');
        background-position: center bottom;
        max-height: 1200px;
    }
    .home #about-us .title {
        margin-top: 3rem;
        margin-bottom: 60%;
    }
    .home #about-us .text {
        font-size: 18px;
    }
    .home #we-do {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/03-base-home.png');
        background-position: center center;
        min-height: 550px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .home #we-do .title {
    	margin-bottom: 50%;
        margin-top: 15%;
    }
    .home #we-do .text {
        font-size: 18px;
    }
    .home #clients {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/04-base-home.png');
    }
    .home #clients .title {
    }
    .home #clients .clients-list {
        width: 100%;
    }
    .home #clients .clients-list .item {
        width: 50%;
        height: 90px;
        padding: 0;
    }
    .home #clients .clients-list .item a img{
        max-height: 80px;
        max-width: 80px;
    }
    .home #clients .clients-list ul li {
        width: 50%;
        height: 90px;
        padding: 0;
    }
    .home #clients .clients-list ul li img {
        max-height: 80px;
        max-width: 80px;
    }
    .home #contact {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/home/05-base-home.png');
        background-position: center bottom;
        background-size: contain;
        background-repeat: no-repeat;
        padding-bottom: 10rem;
    }
    .home #contact .title {
        margin-top: 4rem;
    }
    .home #contact .text {
        font-size: 18px;
    }
    .home #contact .box-datos, .home #contact .box-formulario {
        background-image: none;
    }
    .home #contact form.contact-home {
    	min-width: 100%;
    }
    .home #contact .box-datos {
        background-size: cover;
        font-size: 13px;
        line-height: 1.2;
        min-height: 340px;
    }
    .home #contact .box-formulario {
    	margin-top: 30%;
        padding-top: 1rem;
        padding-bottom: 75%;
        min-height: auto;
    }
    .home #contact .contact-info {
    	margin-top: 6rem;
    	margin-bottom: 2rem;
    }
    .home #contact .contact-info p, .home #contact .contact-med p {
        width: 90%;
        margin: 0 auto;
    }

    
    .about-us .title {
        font-size: 40px;
    }
    .about-us .title img {
        max-width: 40px;
    }
    .about-us #presentation {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/about-us/01-quienes-somos.png');
    }
    .about-us #presentation .title {
        margin-top: 3rem;
        margin-bottom: 60%;
    }
    .about-us #presentation .text{
        font-size: 18px;
        line-height: 1.5;    
    }
    .about-us #our-proposal {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/about-us/02-quienes-somos.png');
        padding: 0 1rem;
    }
    .about-us #our-proposal .title {
        margin-top: 4rem;
    }
    .about-us #our-proposal .text {
        margin-bottom: 2rem;
        font-size: 14px;
        max-width: 100%;
    }
    .about-us #our-proposal .proposal-list {
    	max-width: 100%;
    }
    .about-us #our-proposal .proposal-list ul li {
        width: 45%;
    }

    .about-us #our-work {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/about-us/03-quienes-somos.png');
        min-height: 700px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding: 0 1rem;
    }
    .about-us #our-work .work {
        display: none;
    }
    .about-us #how-we-do {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/about-us/04-quienes-somos.png');
    }
    .about-us #how-we-do .title {
        margin-top: 7rem;
    }
    .about-us #how-we-do .text {
        padding: 0 3rem;
        font-size: 14px;
        max-width: 100%;
    }
    .about-us #how-we-do .octagon {
        height: 900px;
    }

    .about-us #our-work .text {
    	max-width: 100%;
    }

    .we-do .title{
        font-size: 40px;
    }
    .we-do .title img {
        width: 40px;
    }
    .we-do #presentation {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/we-do/01-base-que-hacemos.png');
        min-height: 200px;
    }
    .we-do #presentation .title {
        margin-top: 3rem;
        margin-bottom: 60%;
    }
    .we-do #presentation .text {
        min-height: 200px;
        line-height: 1.5;
    }
    .we-do #services {
        background-image: url('http://www.prisma-research.cl/wp-content/uploads/backgrounds/we-do/02-base-que-hacemos.png');
        padding: 1rem;
    }
    .we-do #services .solutions, .we-do #services .techniques {
        max-width: 100%;
        padding: 0;
        margin-bottom: 100%;
    }
    .we-do #services .techniques .title p{
        text-align: left;
    }
    .we-do #services ul li {
        font-size: 12px;
    }
}

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    main {
        margin-top: 60px;
    }
    .home #about-us, .home #we-do, .home #clients, .home #contact, .home #contact .box-formulario {
        background-size: cover;
    }
    .home #about-us .title {
        margin-top: 3rem;
    }
    .home #about-us .text {
    }
    .home #we-do .title {
    }
    .home #clients .title {
    }
    .home #clients .clients-list {
        width: 100%;
    }
    .home #clients .clients-list .item {
        height: 110px;
        padding: 0;
    }
    .home #clients .clients-list .item a img{
        max-height: 100px;
        max-width: 100px;
    }
    .home #contact form.contact-home {
    	min-width: 100%;
    }
    .home #contact .box-datos {
        background-size: cover;
        font-size: 13px;
        line-height: 1.2;
    }
    .home #contact .contact-info p, .home #contact .contact-med p {
        margin-right: 0;
        width: 50%;
    }
    .about-us #presentation, .about-us #our-proposal, .about-us #our-work, .about-us #how-we-do {
        background-size: cover;
    }
    .about-us #presentation .title {
        margin-top: 3rem;
    }
    .about-us #presentation .text{
    }

    .we-do #presentation {
        background-size: cover;
        min-height: 200px;
    }
    .we-do #presentation .title {
        margin-top: 3rem;
    }
    .we-do #presentation .text {
        min-height: 200px;
    }
    .we-do #services {
        background-size: cover;
        padding: 1rem;
    }
    .we-do #services .solutions, .we-do #services .techniques {
        max-width: 100%;
        padding: 0;
        margin: 1rem;
    }
}

/* LG */
@media only screen and (min-width: 992px){
    /* FOOTER */
    footer .logo {
        justify-content: flex-end;
    }
}