@media (max-width:520px) {
  .botones{
    text-align: center;
    margin-top: 30px !important;
  }
  .botones a{
    margin: 10px auto !important;
  }
  .upper-nav{
    text-align: center !important;
  }
  #divphones{
    float: left !important;
  }
  #phones{
    padding-top: 15px !important;
  }
  #test_txt{
    display: none !important;
  }
  #myCarousel .carousel-inner{
    height: 250px !important;
  }
  #contacto .row{
    margin: 20px 0 !important;
  }
  #contactenos{
    padding: 0 !important;
  }
  body h01{
    text-align: center;
    width: 86%;
    margin: auto;
    padding-top: 15px;
  }
  body h1{
    text-align: center;
  }
  body h2{
    text-align: center;
    width: 86%;
    margin: auto;
    padding-top: 15px;
  }
}


@media (min-width:768px) and (max-width:992px) {
    .navbar-nav{
        float:right !important;
    }
    .first .row{
        margin-top:60px !important;
    }
    section .container{
      margin: 0 !important;
      width: 100% !important;
    }
    .logo{
      margin-left: -20px !important;
    }
    #porque{
      background: none !important;
    }
    #testimonios .titulo{
      width: 100% !important;
    }
    .itemtxt{
        padding: 10px !important;
        margin: 0 auto !important;
    }
    #myCarousel .carousel-inner{
      height: 450px !important;
    }
    #fuertetit{
      text-align: center !important;
      margin-bottom: 30px !important;
    }
    .fuerte1{
      margin-top: 0px !important;
    }
    .datos{
      font-size: 14px !important;
    }
}

  /* PARA LA VERSION TABLET-CELULAR */
  @media (max-width: 768px) {
    .logo{
      height: 130px;
      margin-left: -30px;
    }  
    #phones{
      text-align: right;
    }
    .first .row{
        margin-top:30px !important;
    }
    #porque{
      background: none !important;
    }
    #testimonios .titulo{
      width: 100% !important;
    }
    .itemtxt{
        padding: 10px !important;
        margin: 0 auto !important;
    }
    #myCarousel .carousel-inner{
      height: 500px;
    }
    #fuertetit{
      text-align: center !important;
      margin-bottom: 30px !important;
    }
    .fuerte1{
      margin-top: 0px !important;
    }
    .datos{
      text-align: center;
      font-size: 14px !important;
    }

  }
  /* PARA LA VERSION TABLET-CELULAR */

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    #phones{
      width: 370px;
    }
    .logo{
      height: 130px;
      margin-left: 20px;
    }  
}

body,html {
  height:100%;
}

body h01{
  font-family: 'Lato', sans-serif;
  font-weight: 300; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #fff;
  font-size: 18px;
}
body h1{
  font-family: 'Lato', sans-serif;
  font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #fff;
  font-size: 36px;
}
body h2{
  font-family: 'Lato', sans-serif;
  font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #fff;
  font-size: 24px;
}

.navbar-toggle .icon-bar{
  background-color: white;
}
.navbar-toggle {
  border: 2px solid white !important;  
}
.navbar.navbar-custom {
  background: transparent;
}
.navbar-custom .upper-nav {
  font-size: 20px;
  height: 90px;
  color: white;
  background-color: transparent;
}
#phones{
  font-family: 'Lato', sans-serif;
  font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #fff;
  font-size: 18px;
  padding-top: 40px;
}
#phones img{
  margin-right: 7px;
  margin-top: -3px;
}
#phones a{
  color: white;
  text-decoration: none;
}
.navbar-nav a{
  font-family: 'Lato', sans-serif;
  font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.navbar-nav a:hover{
  font-weight: 900; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: none !important;
}


.first {
  /* height:100vh; */
  min-height:680px;
  background-size:cover;
  background-image:url('../images/bg-fortinet.png');
}
.first .row{
  margin-top:70px; margin-bottom:70px; */
}

.button {
    margin: 10px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight:700; /*400=MEDIUM 700=BOLD 900=HEAVY */
    font-size: 20px;
    color: white;
    display: inline-block;
}
.bt-rojo{
    background-color: #ED1C2E;
}
.bt-gris{
    background-color: #807062;
    color: #ffffff;
}
.bt-gris:hover{
  color: #ffffff;
  text-decoration: none;
}
.bt-cta{
  background-color: #1d5674;
  color: #ffffff;
}
.bt-cta:hover{
color: #ffffff;
text-decoration: none;
}
.button span {
    display: block;
    padding: 0.5em 1.5em;    
    background-size: 3px 3px;
    width: 200px;
    text-align: center;           
}
.button:active {
    position: relative;
    top: 1px;
}
.botones a{
    text-decoration: none;
    color: white;
    margin: 40px 20px 40px 0px;
}

#titulos{
    font-family: 'Lato', sans-serif;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}
#titulos p{
    margin: 0px;
}
.tit{
    font-size: 36px;
}
.sub{
    font-size: 18px;
}
.marron{
  color: #807062;
}


#productos .row{
  margin-top:30px;
}
#row_servicios{
  margin-bottom: 40px;
}
#productos{
    margin-bottom: 10px;
}
#productos p{
    font-family: 'Lato', sans-serif;
    color: #807062;
}
#productos p.tit{
    font-size: 24px;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}
#productos span{
    font-weight: 300; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}
#productos p.desc{
    font-size: 14px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    line-height: 1.1;
    padding: 0px 40px;
    margin-top: -10px;
}
#productos{
  text-align: center;
  background-color: #ffffff;
}
#productos img{
  margin-bottom: 10px;
}
#row_servicios a:hover{
  text-decoration: none;
  color: white !important;
}




#porque{
  background: url("../images/xque.jpg") no-repeat bottom left;
  background-size: 40%;
  margin-top: 30px;
}
#porque .row{
  margin-top:30px; margin-bottom:40px;
}
#porque .row p{
    font-family: 'Lato', sans-serif;
    color: #807062;
}
#porque .row p.tit{
    font-size: 36px;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}
#porque .row p.desc{
    font-size: 18px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    line-height: 1.1;
    /*padding: 0px 40px;
    margin-top: -10px;*/
}



#partners{
  background-color: #807062;
  /* margin-top:30px; margin-bottom:40px;*/
}
#partners .row{
  margin-top:30px; margin-bottom:40px;
}
#partners .row p{
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 36px;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    margin-bottom: 10px;
    margin-left: 50px;
}
#partners img{
  border:solid 2px white; padding: 5px;
}

    /* CARROUSEL para PARTENERS */
    .col-centered {
        float: none;
        margin: 0 auto;
    }

    .carousel-control { 
        width: 8%;
        width: 0px;
    }
    .carousel-control.left,
    .carousel-control.right { 
        margin-right: 40px;
        margin-left: 32px; 
        background-image: none;
        opacity: 1;
    }
    .carousel-control > a > span {
        color: white;
        font-size: 29px !important;
    }

    .carousel-col { 
        position: relative; 
        min-height: 1px; 
        padding: 5px; 
        float: left;
     }

     .active > div { display:none; }
     .active > div:first-child { display:block; }

    /*xs*/
    @media (max-width: 767px) {
      .carousel-inner .active.left { left: -50%; }
      .carousel-inner .active.right { left: 50%; }
      .carousel-inner .next        { left:  50%; }
      .carousel-inner .prev        { left: -50%; }
      .carousel-col                { width: 50%; }
      .active > div:first-child + div { display:block; }
    }

    /*sm*/
    @media (min-width: 768px) and (max-width: 991px) {
      .carousel-inner .active.left { left: -50%; }
      .carousel-inner .active.right { left: 50%; }
      .carousel-inner .next        { left:  50%; }
      .carousel-inner .prev        { left: -50%; }
      .carousel-col                { width: 50%; }
      .active > div:first-child + div { display:block; }
    }

    /*md*/
    @media (min-width: 992px) and (max-width: 1199px) {
      .carousel-inner .active.left { left: -33%; }
      .carousel-inner .active.right { left: 33%; }
      .carousel-inner .next        { left:  33%; }
      .carousel-inner .prev        { left: -33%; }
      .carousel-col                { width: 33%; }
      .active > div:first-child + div { display:block; }
      .active > div:first-child + div + div { display:block; }
    }

    /*lg*/
    @media (min-width: 1200px) {
      .carousel-inner .active.left { left: -25%; }
      .carousel-inner .active.right{ left:  25%; }
      .carousel-inner .next        { left:  25%; }
      .carousel-inner .prev        { left: -25%; }
      .carousel-col                { width: 25%; }
      .active > div:first-child + div { display:block; }
      .active > div:first-child + div + div { display:block; }
      .active > div:first-child + div + div + div { display:block; }
    }

    .block {
      width: 306px;
      height: 230px;
    }

    .red {background: red;}
    .blue {background: blue;}
    .green {background: green;}
    .yellow {background: yellow;}
    /* CARROUSEL para PARTENERS */



#testimonios {
  background-size:cover;
  background-image:url('../images/slide0.jpg');
  background-color: rgba(0,0,0,0.1);
}
#testimonios .row{
  margin-top:30px; margin-bottom:-10px;
}
#testimonios .row p{
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 36px;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    width: 80%;
}
@media (max-width: 480px) {
  #testimonios img {padding: 15px}
  }

#myCarousel .carousel-inner{
  min-height: 500px;
} 

.itemtxt{
    font-family: 'Lato', sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    line-height: 1.2 !important;
    background-color: white;
    width: 80%;
    color: black !important;
    padding: 40px 10px;
    margin-bottom: 30px !important;
}



.fuerte .row{
  margin-top:50px; margin-bottom:40px;
}
.fuertetxt{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    color: #807062;
    padding: 5px 0;
}
#fuertetit p{
    font-family: 'Lato', sans-serif;
    color: #807062;
}
.fuerte1{
    font-size: 18px;
    font-weight: 300; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    /* margin-bottom: 5px; */
    margin-top: 35%;
}
.fuerte2{
    font-size: 24px;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
    line-height: 1.2 !important;
    /* margin:0; */
}
.fuerte3{
    font-size: 18px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}


#contacto {
  background-color: #807062;
}
#contacto .row{
  margin: 30px;
}
#contacto .row p{
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 36px;
    font-weight: 700; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}
#contactenos {
  padding: 25px;
}

.datos{
  height: 50px;
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 400; /*300=LIGHT 400=REGULAR 700/900=BOLD/BLACK */
}
.datos a {color: #fff}
.datos a:hover{color: #fff; text-decoration: none}
.datos img{
  margin-right: 10px;
}

#map{
  margin-top: 10px;
  height: 210px;
}
#frmContacto input{
  /* -moz-border-radius: 2em;
  border-radius: 2em; */
  margin-bottom: 20px;  
}
#frmContacto select{
  /* -moz-border-radius: 2em;
  border-radius: 2em; */
}
#frmContacto textarea {
    /* -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em; */
  margin-bottom: 20px;  
}

#enviar{
    margin-bottom: 0 !important;
    padding: 0 20px;
    font-family: 'Lato', sans-serif;
    font-weight:normal; /*400=MEDIUM 700=BOLD 900=HEAVY */
    font-size: 24px;
    color: white;
}


#respuesta{
    text-align: center;
}
#respuesta p{
    font-family: 'Lato', sans-serif;
    font-weight: 400; /*400=MEDIUM 700=BOLD 900=HEAVY */
    font-size: 24px;
    color: white !important;
}