

@import url('https://fonts.googleapis.com/css?family=Roboto:400');



html, body {
  width: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

body{
  background:#FFFFFF;
}

.text-gris {
  color: #212121;
}
/*---------------------------------------
   2.2 PRE LOADER              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/descargando.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}
/*#preloader {  
    position:relative;
    top: 100px;
    margin:auto;
    width:100px;
    height:100px;
    border: 16px solid #F33;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-top:16px solid #FFF;
    animation: preload 1s infinite linear;
    }
    
    @keyframes preload {
      from {
        -moz-transform: rotate(0deg);
        }
      to {
        -moz-transform: rotate(360deg);
        }
      }*/

body a {
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
p {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
/*.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
  font-size: 1rem;
  color:#FA8072;
}*/

.bgwhite {
  background-color: white;
}

.dropdown-menu {
  margin: 0;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.navbar-toggler-right {
  right: 0;
}
.perfil {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color:gray;
}
/*ESTILOS PARA INICIO*/

.bodycover {
  color: #fff;
  text-align: center;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
}
.bodycover a,
a:focus,
a:hover {
  color: #fff;
}

.kym-cover {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  background: url(../images/big/casa-chef-f.jpg) center center no-repeat rgba(0,0,0,0.5);
  background-size: cover;
}
.kym-cover-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 2rem;
}


/*
 * Header
 */

.kymhead {
  margin-bottom: 2rem;
}

.kymhead-brand {
  margin-bottom: 0;
}

.nav-kymhead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255,255,255,.5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-kymhead .nav-link:hover,
.nav-kymhead .nav-link:focus {
  border-bottom-color: rgba(255,255,255,.25);
}

.nav-kymhead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-kymhead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .kymhead-brand {
    float: left;
    top: 0;
  }
  .nav-kymhead {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */

.footcover {
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 40em) {
  /* Pull out the header and footer */
  .kymhead {
    position: fixed;
    top: 0;
  }
  .footcover {
    position: fixed;
    bottom: 0;
  }

  /* Start the vertical centering */
  .kym-cover-inner {
    vertical-align: middle;
  }

  /* Handle the widths */
  .kymhead,
  .footcover,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 62em) {
  .kymhead,
  .footcover,
  .cover-container {
    width: 42rem;
  }
}

@media (max-width: 900px) {

.kym-cover {
  background-image: url(../images/big/casa-768x1024.jpg);
}

}
@media (max-width: 767px) {
h3.espacio {
  letter-spacing: 0;
}
}
@media (min-width: 767px) {
h3.espacio {
  letter-spacing: 0.7em;
}
}
/*FIN PARA INICIO*/

/*ESTILOS PARA MENU*/
.nav-link {
  font-family: 'Roboto', sans-serif;
  font-size: 0.90em;
  letter-spacing: 1px;
  font-weight: bold;
}

.dropdown-item {
  font-family: 'Roboto', sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 1px;
   transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
}
/* FIN ESTILOS PARA MENU*/
/*-- NOSOTROS--*/

.fondonosotros{
  width: 100%;
  height: 644px;
  background-image: url(../images/bg-nosotros.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
/*-- PROGRAMATICO--*/
.fondotemp{
  width: 100%;
  height: 500px;
  background-image: url(../images/big/casa-cristal-f.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #424242;
}
.tablecontainer {
  display: table;
  padding-top: 80px;
  width: 100%;
}
.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.content>h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.7);
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 15%;
}
.sub-title {
  margin: 1rem auto;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
}
.card-header a{
  color: #424242;
}
.sinpadding {
  padding-left: 0;
  padding-right: 0;
}
#campo .item{
        margin: 3px;
    }
    #campo .item img{
        display: block;
        width: 100%;
        height: auto;
    }

#ciudad .item{
        margin: 3px;
    }
    #ciudad .item img{
        display: block;
        width: 100%;
        height: auto;
    }
/*-- FIN PROGRAMATICO--*/
/*ESTILOS PARA EL FORMULARIO*/

.fondocontactar{
  width: 100%;
  max-height: 400;
  background-image: url(../images/bg-contactanos.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #424242;
}

.efect-img{
  width: 100%;
  border-radius: 3px;
  border: 5px solid #ECEEEF;
  }

  .efect-img:hover {
  cursor: pointer;
  opacity: 0.8;
  border: 0;
}
/*FIN ESTILOS PARA EL FORMULARIO*/
/*INICIO SLIDERFULLKYM*/
#layerslider {
      position: absolute;
      z-index: 1;
    }

    #example-wrapper {
      z-index: 2;
      position: relative;
      top: 50%;
      font-family: 'Roboto', sans-serif;
      text-shadow: 0 .05rem .1rem rgba(0,0,0,.7);
      text-align: center;
    }

     #cover-slider {
      z-index: 2;
      position: relative;
      top: 50%;
      font-family: 'Roboto', sans-serif;
      text-shadow: 0 .05rem .1rem rgba(0,0,0,.7);
      text-align: center;
    }

   @media (max-width: 767px) {
    #cover-slider {
      z-index: 2;
      position: relative;
      top: 5%;
      font-family: 'Roboto', sans-serif;
      text-shadow: 0 .05rem .1rem rgba(0,0,0,.7);
      text-align: center;
    }
    }

/*foooter*/
.footer-bottom { padding: 0 0 60px 0; background-color: black; color: white;}
.footer-social a { margin: 0 10px; color: #fff; border: 0; }
.footer-social a:hover, .footer-social a:focus { color: #856dc0; border: 0; }
.footer-social i { font-size: 24px; vertical-align: middle; color: white;}