@charset "utf-8";
/* COLORES */
:root {
	--rojo_1: #931237;
    --rojo_2: #ba456e;
    --rojo_3: #d8949f;

    --cafe: #4e3611;

    --verde_1: #5b7c2a;
    --verde_2: #95b734;
	
    
    /* XTRAS */
    /* --gris_claro: #d2d2d2; */
    --gris_claro: #f7f7f8;
    --azul-obscuro: #272833;

	--blanco: #ffffff;

    /* BORDER RADIUS */
    --border_radius_Px: 30px;

    /* MARGINS / PADDINGS */
    --padding_box_lr: 30px;
    /* --margin_bottom_div_parent: 5vh; */
    /* --margin_bottom_div_parent: 10vw; */
    --margin_bottom_div_parent: 5vw;
    --margin_bottom_div_parent_mobile: 0;/* TABLET-CEL */

    /* TRANSITIONS */
	--scale_increment: 1.1;
	--scale_decrement: 0.97;
	--time_transition_duration_ini: 200ms;
	--time_transition_duration_end: 100ms;

}
/* NORMALIZE */
html {
    height: 100%;
    box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body
{
    margin: 0 !important;
    position: relative;
    min-height: 100%;
    background-color: var(--gris_claro);
}

a:link { 
    text-decoration: none !important;
} 
a:visited { 
    text-decoration: none !important;
} 
a:hover { 
    text-decoration: none !important;
} 
a:active { 
    text-decoration: none !important;
}
/* AJUSTE X BOOTSTRAP: */
h1{
    font-size: 25px !important;
}
h2{
    font-size: 20px !important;
    line-height: 30px;
}

/* TXTS: */
.txt_blanco{
    color: white;
}
.txt_gris_obs{
    color: rgb(41, 41, 41);
}
.txt_cafe{
    color: var(--cafe);
}
.txt_verde_claro{
    color: var(--verde_2);
}

.txt_rojo_2{
    color: var(--rojo_2);
}
.txt_sombra
{
    text-shadow: -1px 1px 12px rgba(0,0,0,0.80);
}
.txt_sombra_bca
{
    text-shadow: -1px 1px 12px rgba(255,255,255,0.80);
}

.titulo_seccion
{
    font-size: 30px !important;
    line-height: 30px;
}

/* BTNS */
.btn_rojo{
    background-color: var(--rojo_2) !important;
    color: white !important;
    border-radius: var(--border_radius_Px);
}
.div_btn_top
{
    display: flex;
    align-items: center;
    justify-items: center;
    flex-wrap: nowrap;
    /* font-size: 13px; */
}
.div_btn_top:hover
{
    scale: 1.1;
}
.div_btn_top img{
    padding-top: 15px !important;
    /* width: 20%; */
    /* height: 20%; */
    width: 100%;
    /* max-height: 90px; */
    /* opacity: 0.8; */
    /* margin-right: 5px; */
}
/* BGS */
.section_bg_cafe_1{
    background-color: var(--cafe) !important;
}
.section_bg_verde{
    background-color: var(--verde_2) !important;
}

/* BGS OVERRITE */
.section_bg_cafe{
    /* background-color: var(--cafe) !important; */
    background-color: var(--gris_claro) !important;
}

/* OVERRITE: */
#logo
{
    color: white !important;
    display: none;
}
.content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: normal;
    align-content: normal;

    height: 100vh;
    row-gap: 20px;
}
.flex_item
{
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}
.image2
{

    border-radius: 100%;
	display: inline-block;
	height: 18em;
	/* margin-left: 3em; */
	/* vertical-align: middle; */
	width: 18em;

    margin-left: auto;
    margin-right: auto;
    background: transparent !important;

}
#banner .content .image2 img {
    border-radius: 100%;
    display: block;
    width: 100%;
}

/*  */
#banner2 {
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("../images/textura_chocolate_semi_amargo.jpg");
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    min-height: 100vh;
    position: relative;
    text-align: center;
    z-index: 21;
}
.txt_titulo_nuestra_mision
{
    font-size: 60px !important;
    line-height: 60px;
    color: white !important;
}
.txt_nuestra_mision
{
    font-size: 40px !important;
    line-height: 50px;
    color: white !important;
}
.div_txt_nuestra_mision
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/*  */
#banner3 {
    background-attachment: fixed;
    background-color: rgba(255, 255, 255, 0.5);
    /* background-color: var(--verde_1); */
    /* FOTO FALTANTE!!! */
    /* FOTO: */
    background-image: url("../images/textura_pistache.jpg");
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    min-height: 100vh;
    position: relative;
    text-align: center;
    z-index: 21;
}

/* Video */
.content_video {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: normal;
    align-content: normal;

    /* height: 100vh; */
    /* height: 50vh; */
    height: auto;
    overflow: hidden;
    
}
#banner4 {
    background-attachment: fixed;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: var(--verde_1);
    /* FOTO FALTANTE!!! */
    /* background-image: url("../images/textura_chocolate_semi_amargo.jpg");
    background-position: center center;
    background-size: cover; */
    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
    /* min-height: 100vh; */
    position: relative;
    text-align: center;
    z-index: 21;
}

.padding_custom
{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 40px !important;
}





.image-cropper {
    width: 300px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.image-cropper img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

.div_clientes_logos
{
    width: 100%;
    max-width: 500px;
    padding: 10px;
    /* background-color: white; */
    /* background-color: var(--cafe); */
    background-color: rgba(255, 255, 255, 0.2);

    margin-left: auto;
    margin-right: auto;

    /* border-top: 5px solid var(--cafe); */
    border-top: 5px solid var(--verde_2);

    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;

    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

.div_clientes_logos_2
{
    width: 100%;
    max-width: 500px;
    padding: 10px;
    background-color: white;
    /* background-color: var(--cafe); */
    /* background-color: rgba(255, 255, 255, 0.2); */

    margin-left: auto;
    margin-right: auto;

    /* border-top: 5px solid var(--cafe); */
    border-top: 5px solid var(--verde_2);

    border-radius: 0px 0px 20px 20px;
    -moz-border-radius: 0px 0px 20px 20px;
    -webkit-border-radius: 0px 0px 20px 20px;

    box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
}

/*****************************
EXTERNAL FONTS
*****************************/
/* @font-face
{
	font-family: Montserrat-SemiBold ;
	
	src: url("assets/fonts/Montserrat-SemiBold.otf") ;
} */
/* MEDIAS QUERYS: */
@media screen and (max-width: 736px) {

    .txt_titulo_nuestra_mision
    {
        /* font-size: 60px !important;
        line-height: 60px; */
        font-size: 50px !important;
        line-height: 50px;
    }
    .txt_nuestra_mision
    {
        /* font-size: 40px !important;
        line-height: 50px; */
        font-size: 30px !important;
        line-height: 40px;
    }  

}



/*  */
.error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .error-message br + br {
    margin-top: 25px;
  }
  
  .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }


@-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
