
@import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');
@import '../css/bootstrap.min.css';
@import '../css/estilos.css';







/* --------------------------
::  Base CSS #b22630
-------------------------- */



:root {
    --primario:rgba(4, 86, 162, 1);
    --secundario:rgba(0, 168, 89, 1);
}

* {
    margin: 0;
    padding: 0;
}


body { 
    font-family: 'Roboto', sans-serif;
    color: #555;
    background-color: #eee;
    -webkit-font-smoothing: antialiased;
}




.roboto-salb {
    font-family: 'Roboto Slab', serif;
}







    /* --------------------------
:: BTN WHATSAPP
-------------------------- */


  .btn-whatsapp  {

  position: fixed;
  bottom: 30px;
  right: 30px;
  width:60px;
  height:60px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  z-index: 999;

}

.btn-whatsapp:hover {


    margin-right: 15px;    
    color: #fff;
    background: #69f0ae;
    text-decoration-line: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}


/* --------------------------
:: CUSTOM-TOOGLER 
-------------------------- */

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);

}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}





/* --------------------------
:: HEADER 
-------------------------- */

header {
  background-color: var(--primario);
  padding:  15px 0 15px 0;


}


header  .menu_area {
    position: relative;
    z-index: 2;


}

header .navbar {
  height: 70px;
  background-color: transparent !important;
}

header .navbar .navbar-nav {
    background-color: var(--primario);
    margin-top: 10px;
}


header .menu_area nav .nav-item .nav-link {
    color: #fff;
    display: block;
    font-size: 19px;
    float: right;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 15px 25px;  
    
}


header .menu_area nav  .nav-item .nav-link:hover {
    color: #fff;
    display: block;
    font-weight: 500;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    margin-top: -5px;

}

header .menu_area nav  .nav-item .nav-link:focus {
    color: rgba(100, 192, 139, 1);
    display: block;
    font-weight: 500;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    margin-top: -5px;

}





    #ca-navbar {

        text-align: left;
        margin-top: 15px;
        margin-bottom: 15px;
        
    }





@media screen and (max-width:  1200px) {

header .menu_area nav  .nav-item .nav-link {
    font-size: 13px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 10px;
    margin-right: 0px;
}
  
}


@media screen and (max-width:  1110px) {

header .menu_area nav  .nav-item .nav-link {
    font-size: 13px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 7px; 
    margin-right: 0px;
}
  
}







.content-header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;

}


  .main_h {
  position: fixed;
  top: 0px;
  max-height: 100px;
  z-index: 999;
  width: 100%;

  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: var(--primario);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.logo {
  width: 50px;
  height: 60px;
  float: left;
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (max-width: 866px) {
  .logo {
    float: none;
  }
}



.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}


.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}










:root {


    /* Full grid area variable */
    --fullGrid: 1 / 1 / -1 / -1;
}

#contenedor-video {
    /* Create grid spanning viewport width & height */
    display: grid;
    grid-template-rows: 100vh;
    overflow: hidden;
    box-shadow: 0 0.2em 0.5em rgba(255, 255, 255, 0.5);
}

.video-bg {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Re-size video to cover full screen while maintaining aspect ratio */
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    opacity: 0.7;

    /* Display video below overlay */
    z-index: -1;
}

.video-bg::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    /* Span the full grid */
    grid-area: var(--fullGrid);

    /* Center Content */
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;

    /* Semi-transparent background */
    background-color: rgba(255, 255, 255, 0.7);
}







.content2 {
  padding: 50px 2% 250px;
}

.hero {
  position: relative;
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-top: 110px;
  height: 100vh;
  min-height: 500px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}

.logo-portada {
margin-left: auto;
margin-right: auto;
margin-top: 45%;
}


@media only screen and (max-width: 576px) {
.logo-portada {
margin-left: auto;
margin-right: auto;
margin-top: 80%;
}
}






.head-nosotros h1 {
  font-size: 30px;
  font-weight: bold;
}
.hero h1 span {
  font-size: 25px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
}

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 1px solid var(--primario);
  position: absolute;
  bottom: 40px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: var(--primario);
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}



/* --------------------------
:: HOME
-------------------------- */

.head-nosotros {
    background: url(../img/imagen-1-lg.jpg);
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    padding-top: 80px;
    margin-bottom: 0px;
}



.head-nosotros p{
  font-size: 17px;
}




hr.linea-guarani {
  border: 2px solid var(--primario);
}

hr.linea-guarani-3 {
  border: 3px solid var(--primario);
}






.button {
  width: 100%;
  border: none;
  color: white;
  padding: 18px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  letter-spacing: 9px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}


.button5 {
  color: white;
  background-color: rgba(0,0,0,0.7);
}

.button5:hover {
  background-color: #000;
  color: white;
  text-decoration: none;
}




/* --------------------------
:: MARCAS
-------------------------- */

.marcas  h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--primario);
}

.marcas  hr {

  border: 2px solid var(--secundario);
  width: 30%;
  float: left;

}


/* --------------------------
:: PRODUCTOS
-------------------------- */

/* -------- SLIDER ----------- */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 60px;
  width: 60px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 2px solid var(--primario);
  background-image: none;

}

.carousel-control-next-icon:after
{
  font-family: 'Oswald', sans-serif;
  content: '>';
  font-size: 35px;
  color: var(--primario);

}

.carousel-control-prev-icon:after {
  font-family: 'Oswald', sans-serif;
  content: '<';
  font-size: 35px;
  color: var(--primario);


}


.productos  h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--primario);
}

.productos  hr {

  border: 2px solid var(--secundario);
  width: 30%;
  float: left;

}


/* --------------------------
::  LOCALES
-------------------------- */

.locales  hr {

  border: 2px solid var(--secundario);
  width: 30%;
  float: left;

}


.locales  h1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--primario);
}


.lts-1px {
   letter-spacing: 1px;
}
.lts-2px {
  letter-spacing: 2px;
}


.img-thumb {
  width: 100%;
  display: block;
}



.d-block {
  display: block;
}


.bg-white {
  background-color: #fff;
}


.locales-titulo {
  font-size: 21px;
  font-weight: bold;
}




.card-heading {
  
  text-align: center;
}

.shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.blue-hover {
  transition: all 0.25s ease-in;
  border-bottom: 5px solid transparent;
  background-color: white;

}
.blue-hover:hover {
  transform: translateY(-15px);
  border: none;
  border-bottom: 8px solid var(--secundario);
  box-shadow: 0 2px 55px 0 rgba(0,0,0,0.18);
}


/* --------------------------
:: TRABAJA CON NOSOTROS
-------------------------- */
.trabaja-con-nosotros {
    background: url(../img/imagen-5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    padding-top: 80px;
    font-size: 21px;
}



@media screen and (max-width:  992px) {

.trabaja-con-nosotros {
    background: url(../img/imagen-5-sm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 0px;
    font-size: 17px;
}
  
}




.trabaja-con-nosotros  h1 {
  font-size: 37px;
  font-weight: bold;
  color: var(--primario);
}

.trabaja-con-nosotros  hr {

  border: 2px solid var(--secundario);
  width: 40%;
  margin: left;


}




/* --------------------------
:: CONTACTOS
-------------------------- */

.contactos  h1 {
  font-size: 37px;
  font-weight: bold;
  color: var(--primario);
}

.contactos  hr {

  border: 2px solid var(--secundario);
  width: 40%;
  margin: left;


}



.form-rounded {
border-radius: 1rem;
}

.form-group label {
font-size: 17px;
}

.form-group span {
font-size: 17px;
}


.input-css {
  background-color: #fff;
  border-radius:25px;
  border: 1px solid var(--primario);
  color: gray;
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 1.6em;
  padding-left: 0.8rem;
}
.input-css:hover {
  border-color: #9e9e9e;
}

.input-css:before {
  display: block;
  border-top: 6px solid gray;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: center;
  content: '';
  pointer-events: none;
}


.input-css input {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: gray;
  display: block;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  padding: .8em;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
    outline: 0 none;
}


/* ------------------------ */


.select-css {
  background-color: #fff;
  border-radius:20px;
  border: 1px solid #bdbdbd;
  color: gray;
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 1.6em;

}
.select-css:hover {
  border-color: #f7df00;
}
.select-css:before {
  display: block;
  border-top: 6px solid gray;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: center;
  content: '';
  pointer-events: none;
}
.select-css select {
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  color: gray;
  display: block;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  padding: .8em;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-css select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select-css option {
  background-color: red;
/*   padding: 100px 0; */
}

select:focus {
    outline: 0 none;
}

/* ------------------------ */


.textarea-css textarea {

  float: left;
  width: 100%;
  font-weight: 300;
  outline: none;
  background: #fff;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 25px;
  padding: .8em;
  border: 1px solid var(--primario);
}


.textarea-css textarea:focus{
  color: #000;
}


/* ------------------------ */



.enviar {
  background-color : #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  border-color: #46b8da;
  min-width: 100px;
  cursor: pointer;
  transition: 0.5s;
}

.enviar:hover {
  background-color : #00e5ff;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  border-color: #46b8da;
  min-width: 100px;
  cursor: pointer;

}





.btn.enviar {
background: transparent;
border: 1px solid #fff;
letter-spacing: 0px;
color: #fff;
font-size: 19px;
border-radius: 0px;
}

.btn.enviar:hover {
border: 1px solid var(--primario);

  border-radius: 0px;
background: var(--secundario);
color: #fff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}



/* --------------------------
:: FOOTER
-------------------------- */


footer {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #29559f;
  color: white;

}


.bot-bar {   
  padding: 12px 0 20px;
  background: var(--primario);
  color: #fff;


}




