/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28-mar-2017, 18:53:50
    Author     : PaulinoJesus
*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?b9u1ih');
  src:  url('fonts/icomoon.eot?b9u1ih#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?b9u1ih') format('truetype'),
    url('fonts/icomoon.woff?b9u1ih') format('woff'),
    url('fonts/icomoon.svg?b9u1ih#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}

body{
    font-family: 'Open Sans', sans-serif; 
}

h1{
    font-size: 22px;
    color: #e30613;
    margin: 3px;
}

.imagen-home{
    display: flex;
    width: 100%;
    overflow: hidden;
}

.imagen-home img{
    object-fit: cover;
    width: 100%;
}

.imagen-home h2{
    font-family: 'Pacifico', sans-serif;
    position: absolute;
    z-index: 2;
    font-size: 48px;
    top: 0;
    margin: 0;
    left: 10px;
    letter-spacing: 2px;
}

.wrapper-container{
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: flex-end; /* Safari */
  align-items:         flex-end;
  padding: 0 16px
}

.wrapper-nursery, .wrapper-internacional{
    width: 50%;
    max-height: 200px;
    overflow: hidden;
    padding: 28px 12px;
    text-align: center;
}

.wrapper-nursery img, .wrapper-internacional img{
    width: 250px;
    display: inline-block;
    vertical-align: middle;
}

.text{
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 16px;
    width: 48%;
    text-align: center;
    line-height: 1.4;
}

.text p.first{
    font-size: 14px;
    margin-top: 0;
}

.text p.last{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.btn{
    display: inline-block;
    border: 2px solid #00452e;
    vertical-align: middle;
    border-radius: 7px;
}

.btn a{
    color: #00452e;
    text-decoration: none;
    font-weight: bold;
    padding: 16px;
    display: block;
}

.btn:hover{
    border: 2px solid #e30613;
}

.btn:hover a{
    color: #e30613;
}

.socials{
    float: right;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

.socials li{
    float: left;
    width: inherit;
    height: inherit;
    list-style: none;
}

.socials li:first-child a{
    width: 130px;
    line-height: 47px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.socials span{
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.socials li a{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 10px 5px;
}

.face{
    background: url('../img/png/facebook.png') center no-repeat;
    background-size: cover;
}

.twitter{
    background: url('../img/png/twitter.png') center no-repeat;
    background-size: cover;
}

.insta{
    background: url('../img/png/instagram.png') center no-repeat;
    background-size: cover;
}

.footer-container{
    background: #1f1f1f;
    color: #fff;
    padding: 16px;
    padding: 1px 10px;
    font-size: 14px;
}

footer p{
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    
    .wrapper-container{
        display: block;
        width: inherit;
    }
    
    .wrapper-nursery, .wrapper-internacional{
        width: inherit;
        padding: 16px 0;
        margin-bottom: 16px;
        max-height: inherit;
    }
    
    .wrapper-nursery img, .wrapper-internacional img{
        display: block;
        margin: 0 auto;
    }
    
    .text{
        width: inherit;
    }
    .btn{
       text-align: center;
       margin: 0 auto;
       display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .wrapper-nursery, .wrapper-internacional{
      padding: 20px;  
      max-height: inherit;
    }                                         
    
    .text{
        width: 40%;
    }
    
    .btn{
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}