@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

:root{
    --color-principal: #429343;
    --color-secundario: #99cc00;
    --color-madrid: #f2ba09;
    --color-la-cima: #620510;
}

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


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    box-sizing: border-box;
}

head{
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, span, strong::selection, img::selection, div::selection {
    background: var(--color-secundario);
    color: white;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


img {
    border-style: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    /*font-family: 'Lato', sans-serif !important;*/
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
    line-height: 26px;
    font-weight: 400;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}


img {
    height: auto;
    max-width: 100%;
}


.pantalla {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: white;
    z-index: 20;
    transition: all 0.5s;
    opacity: 1;
    display: flex;
    z-index: 9999;
}

.pantalla img {
    width: auto;
    height: 80px;
    margin: auto
}

.flex {
    display: flex;
}

.container-buttons{
    display: flex;
    flex-direction: row!important;
    justify-content: center;
}


.inner-button{
    padding: 7px;
    background: rgba(255,255,255,0.15);
    border-radius: 7px;
    overflow: hidden;
    justify-content: center;
    margin: 10px auto;
    width: 250px;
}

.inner-button span{
    padding: 0 10px;
    background: white;
    color: #444444;
    margin: auto;
}

.container-buttons a{
    position: relative;
    overflow: hidden;
    background: white;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #363636;
    font-weight: 700;
    line-height: 45px;
    border-radius: 7px;
    text-transform: uppercase;
    display: flex;
}

.icon{
    background: var(--color-principal);
    width: 45px;
    display: flex;
    height: 45px;
}


.icon-madrid{
    background: #f2ba09;
}


.icon-perlanegra{
    background: #F2CC21;
}

.icon-cima{
    background: #620510;
}

.icon img{
    margin: auto;
    height: 25px
}

.c-pointer{
    cursor: pointer;
}

.img-conocenos>img:hover{
    transition: 0.5s all;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

@media(max-width:999px) {
    .container {
        width: 90%;
    }
}

.header {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    justify-content: space-between;
}

.header .logo {
    height: 98px;
    width: auto;
}


.main-flex{
    display: flex;
    flex-direction: row;
}

.coomingsoon-baner {
    background-image: url(assets/img/Imagen-Central-Alimentos-FBF.jpg);
    background-position: center;
    padding: 180px 0;
    background-size: cover;
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.logo-cafe{
    height: 105px;
    width: 200px;
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    margin: auto;
}

.cb1{
    background-image: url(assets/img/bg-cafe-madrid--alimentos-fbf-website.jpg);
    background-size: cover;
    background-position: center;
}

.cb2{
    background-image: url(assets/img/bg-cafe-lacima-alimentos-fbf-website.jpg);
    background-size: cover;
    background-position: center;
}


.cb3{
    background-image: url(assets/img/bg-cafe-perlanegra-alimentos-fbf-website.jpg);
    background-size: cover;
    background-position: center;
}




.main-content h1 {
    font-size: 42px;
    font-weight: 800;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

.main-content p {
    color: white;
    max-width: 760px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 30px;
    letter-spacing: 1px;
}

.main-content {
    padding: 40px 0;
    background: var(--color-principal);
}

.info h4 {
    color: white;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    margin: auto;
}

.info img {
    height: 40px;
    margin: auto;
    margin-right: 20px
}

.info p {
    margin: 0;
    text-align: left;
    letter-spacing: 1px;
}

.phone {
    font-size: 16px !important;
    font-weight: 800;
    margin: 0px 0 !important;
}

.email {
    font-size: 16px !important;
    font-weight: 800;
    margin: 0px 0 !important;
}

.line {
    background: white;
    width: 3px;
    height: auto;
    margin: 0 90px;
}

.info-content {
    width: 50%;
    height: fit-content;
    margin: auto;
    max-width: 490px;
}

.info-container {
    margin: auto
}

footer {
    padding: 20px 0;
    background: #4ba74c;
}
.copy{
    text-align: center;
    color: white;
}

@media(max-width:1230px) {
    .line {
        margin: 0 35px;
    }
}

@media(max-width:999px) {
    .forma {
        height: 470px;
    }
}

@media(max-width:860px) {
    .info-container {
        flex-direction: column;
    }

    .info-content {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    .info-content p{
        text-align: center;
    }
    
    .info-content .phone{
        margin: 10px 0 !important;
    }
    
    .direccion{
        margin-top: 8px !important;
    }

    .info img {
        margin-left: 0;
    }

    .line {
        margin: 35px auto;
        width: 80%;
        height: 2px;
    }
}

@media(max-width:680px) {
    .header {
        padding: 20px;
    }

    .header .logo {
        height: 50px;
    }

    .forma {
        height: 270px;
    }

    .cooming-soon {
        width: 300px;
        height: 73px;
    }

    .coomingsoon-baner {
        padding: 65px 0;
    }

    .main-content h1 {
        font-size: 25px;
    }

    .main-content p {
        line-height: 20px;
        font-size: 12px;
    }
    
    .main-flex{
        flex-direction: column;
    }
    
    .coomingsoon-baner{
        width: 100%;
    }
    
    .logo-cafe{
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }   
}

/****************************************
****************************************/
/* Nuevos Estilos */

.fs-xl{
    font-size: 1.5rem;
}

.w-100{
    width: 100%!important;
}

.w-60{
    width: 60%!important;
}

.forma-top-left {
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
}

.forma-top-right {
    height: 130px;
    position: absolute;
    top:0 ;
    right: 0;
    transform: scaleX(-1);
}


.m-auto{
    margin: auto!important;
}


.color-principal{
    color: var(--color-principal)!important;
}

.bg-principal{
    background-color: var(--color-principal)!important;
}

.bg-secundario{
    background-color: var(--color-secundario)!important;
}

.bg-madrid{
    background-color: var(--color-madrid)!important;
}

.bg-la-cima{
    background-color: var(--color-la-cima)!important;
}

.bg-opacity{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}


.conocenos-text{
    font-size: 18px;
    width: 50%;
    text-align: center;
    margin: 2rem auto;
    color: var(--color-principal);
}

.fondo-la-cima{
    width: 100%;
    height: 600px;
}

.circle-icon{
    border-radius: 50%;
    padding: 8px;
    width: 40px;
}
.circle-icon i{
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
}

.btn-social {
    display: flex;
    border-radius: 20px;
}

.a-social{
text-decoration: none!important;
}


.section-conocenos{
    background: white;
    padding:40px;
}

.section-exportaciones{
    background: white;
    padding:40px;
}

.section-productos-la-cima{
    height: 700px;
    background-image: url("../../assets/img/bg-cafe-lacima-alimentos-fbf-website.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.section-productos-perla-negra{
    position: relative;
    height: 700px;
    background-image: url("../../assets/img/bg-cafe-perlanegra-alimentos-fbf-website.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-productos-madrid{
    height: 700px;
    background-image: url("../../assets/img/bg-cafe-madrid--alimentos-fbf-website.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.section-exportaciones{
    height: 600px;
    background-image: url("../../assets/img/fondo-exportaciones.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.section-exportaciones::before{
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}

.section-exportaciones .elementos-exportaciones{
position: relative;
}


.text-info-content{
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: 50%;
    font-weight: bold;
    margin-left: 5rem;
}

.text-info-content-exportaciones{
    font-size: 18px;
    text-align: center;
    color: #fff;
    width: 80%;
    font-weight: bold;
    margin-left: 5rem;
}


.elementos{
   padding-top:8rem;
}

.elementos-exportaciones{
    padding-top:1rem;
 }

.logo-cafe-circle{
    border-radius: 50%;
}

a:hover{
    text-decoration: none;
    color: var(--color-secundario)!important;
}

.video-exportaciones{
    width: 100%;
    height: 200px;
}

.btn-social:hover{
    box-shadow: 0 0 100px rgba(33,33,33,.2); 
}

/** Nav Estilos **/

nav {
    position: relative;
    top: 1rem;
    background: var(--color-principal);
  }
  ul {
    list-style-type: none;
  }
  a {
    color: white!important;
    cursor: pointer;
    text-decoration: none;
  }

  .logo a:hover {
    text-decoration: none;
  }
  .menu li {
    font-size: 16px;
    white-space: nowrap;
  }
  .logo a,
  .toggle a {
    font-size: 20px;
  }
  .button.secondary {
    border-bottom: 1px #444 solid;
  }

  #button-up{
    width: 60px;
    height: 60px;
    background: var(--color-principal);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 300ms ease;
    transform: scale(0);
}

#button-up:hover{
    transform: scale(1.1);
    border-color: rgba(0,0,0,0.1);
}

  /* Mobile menu */
  .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .toggle {
    order: 1;
  }
  .item.button {
    order: 2;
  }
  .item {
    width: 100%;
    text-align: center;
    order: 3;
    display: none;
  }
  .item.active {
    display: block;
  }
  /* Tablet menu */
  @media all and (min-width: 600px) {
    .menu {
      justify-content: center;
    }
    .logo {
      flex: 1;
    }
    .toggle {
      flex: 1;
      text-align: right;
    }
    .item.button {
      width: auto;
      order: 1;
      display: block;
    }
    .toggle {
      order: 2;
    }
    .button.secondary {
      border: 0;
    }
    .button a {
      padding: 7.5px 15px;
      background: teal;
      border: 1px #006d6d solid;
    }
    .button.secondary a {
      background: transparent;
    }
    .button a:hover {
      text-decoration: none;
    }
    .button:not(.secondary) a:hover {
      background: #006d6d;
      border-color: #005959;
    }
    .button.secondary a:hover {
      color: #ddd;
    }
  }
  /* Desktop menu */
  @media all and (min-width: 900px) {
    .item {
      display: block;
      width: auto;
    }
    .toggle {
      display: none;
    }
    .logo {
      order: 0;
    }
    .item {
      order: 1;
    }
    .button {
      order: 2;
    }
    .menu li {
      padding: 5px 40px;
    }
    .menu li.button {
      padding-right: 0;
    }

  }

  @media all and (max-width: 768px) {
    .forma-top-left {
        width: 160px;
    }
    .forma-top-right {
        width: 160px;
    }
    .menu li {
        margin: auto!important;
      }
      .elementos{
        padding-top:1rem;
     }
     .conocenos-text{
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin: auto;
        margin-bottom: 1rem;
        color: var(--color-principal);
    }
    .col-md-2.img-conocenos{
        width: 50%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
  }

  

  @media all and (max-width: 400px){
    .forma-top-left{
        width: 100px;
        height: 70px;
    }
    .forma-top-right{
        width: 100px;
        height: 70px;
    }
  }

  @media all and (max-width: 990px){
    .logo{
        position: relative;
        top: 10px;
    }
    .header{
        padding: 0;
    }
    .container-buttons{
       flex-direction: column!important;
    }
    .inner-button{
        width: 300px!important;
    }
  }

  @media all and (max-width: 1140px) {
    .inner-button{
        width: 200px;
    }
    .text-info-content{
        width: 100%!important;
        font-weight: bold;
        font-size: 14px;
        padding: 1rem;
        margin-left: 0;
    }
    .text-info-content-exportaciones{
        width: 100%!important;
        font-weight: bold;
        font-size: 14px;
        margin-left: 0;
    }
  .section-productos-la-cima, .section-productos-perla-negra, .section-productos-perla-nera{
    background-position: right;
    height: auto;
    }
    .section-exportaciones{
    height: auto; 
    }
  }

  @media all and (max-width:1152px) {
    .inner-button span{
        font-size: 12px;
        width: 235px;
    }
}


