
@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.eot?") format("eot"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "libertyshandregular";
    src: url("../fonts/libertyshand_regular-webfont.eot?") format("eot"),
    url("../fonts/libertyshand_regular-webfont.woff") format("woff"),
    url("../fonts/libertyshand_regular-webfont.ttf") format("truetype"),
    url("../fonts/libertyshand_regular-webfont.svg#libertyshand_regular-webfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "gill_sans_mt_condensedregular";
    src: url("../fonts/gill_sans_mt_condensed_regular-webfont.eot");
    src: url("../fonts/gill_sans_mt_condensed_regular-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/gill_sans_mt_condensed_regular-webfont.woff") format('woff'),
         url("../fonts/gill_sans_mt_condensed_regular-webfont.ttf") format('truetype'),
         url("../fonts/gill_sans_mt_condensed_regular-webfont.svg#gill_sans_mt_condensedregular") format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gill_sanslight';
    src: url('../fonts/gill_sans_light-webfont.eot');
    src: url('../fonts/gill_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gill_sans_light-webfont.woff') format('woff'),
         url('../fonts/gill_sans_light-webfont.ttf') format('truetype'),
         url('../fonts/gill_sans_light-webfont.svg#gill_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}



#contenedor {
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    position: relative;
    background-color: #fff;
    
   /* background: url(../img/bg.jpg);*/
}

.pad {
    padding-left: 0px;
    padding-right: 0px;
}

.clear {
    clear: both;
}

header {
    padding: 0px 0px;
    background-color: #fff;
}

#barra-header {
    padding: 0px 0px;
    background-color: #9f9f9f;
}

#barra-menu {
    padding: 0px 0px;
    background: url(../img/hilo.png);
    background-repeat: repeat-x;
}

#menu {
    padding-bottom: none;
    background: transparent;
    width: 100%;
    margin-bottom: 0;
    border: none;
    font-family: "gill_sans_mt_condensedregular";
    min-height: 10px;
}

.menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.menu li {
    text-align: center;
}

nav .me {
    text-align: center;
    margin: auto;
    padding-bottom: 1px;
    display: block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 15px;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}

.icon-bar {
    height: 1px !important ;
    width: 30px !important;
}

#pague {
    background: url(../img/pague.png) no-repeat left top;
    width: 147px;
    height: 75px;
    display: inline-block;
    margin-top: 40px;
}

#descargar {
    background: url(../img/descargar.png) no-repeat left top;
    width: 147px;
    height: 75px;
    display: inline-block;
    margin-top: 40px;
}

#navbar a {
    color: #000;
    font-size: 26px;
    float: left;
    position: relative;
    text-decoration: none !important;
    font-family: "gill_sans_mt_condensedregular";
    border-top: solid 3px transparent;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#navbar a span {
    display: none;
    width: 100%;
    position: absolute;
    text-align: center;
    top: -10px;
    left: 0px;
}

#navbar a:hover {
    border-top: solid 3px #000;
}

#navbar .selec {
    border-top: solid 5px #e71f22;
    color: #e71f22;
}

#buscar {
    width: 342px;
    float: left;
    position: relative;
    background: #fff;
    margin-top: 1px;
    padding: 0px;
}

#buscar input {
    height: 25px;
    border: none;
    background: #fff;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-family: 'gill_sanslight';
}

#buscar button {
    border: none;
    color: #fff;
    background:#6b6b6b;
    font-size:11px;
    border-radius: 0px;
}

#btns-carrito a {
    float: right;
    padding: 0px 12px;
    display: inline-block;
    font-family: "gill_sans_mt_condensedregular";
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    line-height: 29px;
}

.borde {
    border-left: solid 1px #fff;
}

.caption {
    position: absolute;
    right: 13%;
    bottom: 70px;
}

.caption h1 {
    font-family: "libertyshandregular";
    font-size: 48px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #000;
}

.caption h2 {
    font-size: 24px;
    color: #fff;
    text-align: right;
    text-shadow: 3px 3px 3px #000;
}

#carousel-home .carousel-indicators {
    text-align: center;
    width: auto;
    background:#d6d6d6;
    padding: 5px;
    margin-left: 0px;
    left:0%;
    right: 0%;
    bottom: -43px;
}

#carousel-home .carousel-indicators li {
    width: 16px;
    height: 16px;
    background: #FFF;
    border-color: #FFF;
    border:none;
}

#carousel-home .carousel-indicators .active {
    background: #4a4a4a;
    border-color: #4a4a4a;
}

#carousel-home2 .carousel-indicators {
    text-align: center;
    width: auto;
    background:#d6d6d6;
    padding: 2px;
    margin-left: 0px;
    left:0%;
    right: 0%;
    bottom: -43px;
}

#carousel-home2 .carousel-indicators li {
    width: 16px;
    height: 16px;
    background: #FFF;
    border-color: #FFF;
    border:none;
}

#carousel-home2 .carousel-indicators .active {
    background: #4A4A4A;
    border-color: #4A4A4A;
}


.btn-home {
    background: #fff;
    padding: 10px;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 5px 5px 3px #9e9e9e;
}

.btn-home h2 {
    color: #000;
    font-size: 24px;
}

.btn-home p {
    font-size: 15px;
    margin-top: 10px;
}

.btn-home a {
    display: inline-block;
    margin-top: 146px;
    padding: 7px 20px;
    background: #ee232e;
    font-size: 14px;
    color: #FFF;
}

.btn-home a:hover {
    background: #242F8B;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebc469', endColorstr='#ebc469', GradientType=0);
    text-decoration: none;
}

.photo {
    background: url(../img/img.jpg);
    background-size: cover;
    padding: 290px 15px;
}

.texto-photo {
    display: inline-block;
    padding: 60px 30px;
    color: #FFF;

}
/*
.foto {
    background-attachment: fixed;
    padding: 280px 0px;
    background-position: 20% 0;
    position: relative;
    background-image: url(../img/img2.jpg);
    margin-top: 0px;
    border-bottom:41px solid #d6d6d6;
    border-top: 32px solid #d6d6d6;
}*/

.foto {
    padding: 302px 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url(../img/img2.jpg);
    margin-top: 0px;
    border-bottom: 30px solid #d6d6d6;
    border-top: 32px solid #d6d6d6;
    background-size: cover;
    background-position: center bottom;
}


.foto p {
    font-family: "gill_sans_mt_condensedregular";
    padding-bottom: 61px;
    color: #000;
    font-size: 38px;
    text-align: center;
    line-height: 46px !important;
}

.texto-photo h1 {
    width: 100%;
    float: left;
    position: relative;
    font-size: 36px;
}

.texto-photo p {
    font-family: "Roboto Regular";
    width: 100%;
    float: left;
    position: relative;
    font-size: 18px;
    margin-top: 20px;
    line-height: 23px;
}

.texto-photo a {
    display: inline-block;
    margin-top: 40px;
    padding: 7px 20px;
    background: rgba(178, 31, 23);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebc469', endColorstr='#ebc469', GradientType=0);
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
}

.texto-photo a:hover {
    text-decoration: none;
    background: #000;
}

#links {
    padding: 30px 0px;
}

.link {
    width: 100%;
    float: left;
    position: relative;
}

.texto-link {
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    padding: 45px 15px;
}

.texto-link h1 {
    text-transform: uppercase;
    font-family: "Roboto Bold";
    font-size: 22px;
    color: #FFF;
}

.texto-link p {
    font-family: "Roboto Regular";
    margin-top: 20px;
    font-size: 15px;
    color: #FFF;
    line-height: 19px;
}

.link-p {
    text-transform: uppercase;
    text-decoration: underline;
}

.link:hover .texto-link {
    background: #b21f17CC;
}

.diseno-texto h1 {
    float: left;
    position: relative;
    font-size: 30px;
    margin-top: 1px;
    color: #b21f17;
}

.diseno-img img {
    margin-top: 39px;
}

.diseno-texto p {
    margin-top: 9px;
    padding: 0px 0px;
    font-size: 17px;
    line-height: 21px;
    float: left;
    text-align: justify;
    color: #000000;
}

#prev2 {
    opacity: 1;
    padding: 10px;
    width: 35px;
    height: 55px;
    position: relative;
    right: 75px;
    bottom: 3%;
    top: auto;
    left: auto;
    float: right;
    background: url(../img/flechas.png);
    margin-bottom: 17px;
}

#prev2:hover {
    color: #b21f17;
}

#next2 {
    opacity: 1;
    padding: 10px;
    width: 35px;
    height: 55px;
    position: relative;
    right: 0px;
    bottom: 3%;
    top: auto;
    float: right;
    background: url(../img/flechas.png);
    background-position: right;
    margin-bottom: 17px;
}

#next2:hover {
    color: #b21f17;
}

#clientes {
    background: #fff;
    padding: 50px 0px;
}

.bg-empresa {
    background: url(../img/empresa/fondo.png);
}

.servicios {
    margin-top: 20px;
    padding-bottom: 40px;
}

#servicios h1 {
    font-size: 60px;
    border-bottom: solid 3px #fff;
    padding-bottom: 0px;
    color: #fff;
    text-align: left;
    font-family: "libertyshandregular";
    margin-top: 30px;
}

.ser-texto {
    float: left;
    padding: 10px 0px;
    font-size: 19px;
    font-family: "libertyshandregular";
    color: #fff;
    position: relative;
    text-align: center;
    border-radius: 13px;
    width: 63%;
    left: 22%;
    background-color: #1D9B05;
    text-shadow: 1px 1px 1px #000;
}

.diseno-texto {
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    margin-top: 40px;
    padding: 50px 0px;
    font-size: 19px;
    color: #fff !important;
}

.diseno-texto h1 {
    float: left;
    position: relative;
    font-size: 50px;
    font-family: "libertyshandregular";
    color: #fff;
    padding-bottom: 30px;
}

.diseno-texto p {
    float: left;
    font-family: "Roboto Regular";
    color: #fff;
    font-size: 20px;
    text-align: right;
    line-height: 27px;
}

#title-proyectos {
    background: url(../img/tittle.png) no-repeat center;
    background-size: cover;
    margin-top: 0px;
    padding: 15px 0px;
    z-index: 100;
    height: 139px;
}

#title-proyectos img {
    float: left;
    position: relative;
    margin-left: 10%;
    text-align: center;
}

#title-proyectos a {
    position: absolute;
    right: 0px;
    top: 124px;
    background: #9f0b0b;
    font-size: 17px;
    padding: 5px 10px;
    font-family: "Roboto Regular";
    color: #FFF;
}

#title-proyectos a:hover {
    background: #242F8B;
}


#footer {
    border-top: 4px solid #d7d7d7;
    background-image: url(../img/footer.png);
    padding-bottom: 14px;
    padding-top: 17px;
    background-repeat: repeat-x;
    background-position: bottom;
}

#web {
    float: left;
    position: relative;
    background: url(../img/web.png) no-repeat right;
    padding-right: 142px;
    color:#00000021;
    font-family: 'gill_sanslight';
    margin-top: 7px;
    text-decoration: none;
}

#redes {
    float: right;
    position: relative;
}

#redes p {
    font-family: "gill_sans_mt_condensedregular";
    float: left;
    padding-right: 10px;
    font-size: 23px;
}

#fb {
    float: left;
    position: relative;
    background: url(../img/fb.png) no-repeat left;
    width: 35px;
    height: 35px;
}

#fb:hover {

}

#tw {
    float: left;
    position: relative;
    background: url(../img/tw.png) no-repeat right;
    width: 35px;
    height: 35px;
}

#tw:hover {

}

#ins {
    float: left;
    position: relative;
    background: url(../img/ins.png) no-repeat left;
    width: 35px;
    height: 35px;
}


#goo {
    float: left;
    position: relative;
    background: url(../img/goo.png) no-repeat right;
    width: 35px;
    height: 35px;
}


footer {
    line-height: 30px;
    color: #FFF;
    font-family: "gill_sans_mt_condensedregular";
    background-color: #9f9f9f;
    padding-top: 17px;
    font-size: 24px;
    padding-bottom: 17px;
}

footer a{
    color: #fff;
}

footer a:hover{
    color: #fff;
}

.datos {
    padding: 20px 0px;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}

.datos h1 {
    float: left;
    position: relative;
    padding-right: 12px;
    border-right: solid 1px #fff;
    text-align: right;
    text-transform: uppercase;
    line-height: 22px;
}

.datos p {
    font-family: "Roboto Regular";
    font-size: 15px;
    float: left;
    margin-left: 12px;
    position: relative;
    line-height: 22px;
}

#carousel-emp {
    margin-top: 30px;
}

#texto-emp {
    margin-top: 60px;
    font-family: "Roboto Regular";
    font-size: 18px;
    text-align: justify;
    color: #000;
    line-height: 20px;
}

#texto-is {
    background: RGBA(0, 0, 0, 0.66);
    color: #FFF;
    text-align: center;
    padding: 15px 7px;
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-family: "gill_sans_mt_condensedregular";
}

#inicio {
    color: #FFF;
    margin-top: 30px;
    border-bottom:solid #9F9F9F 15px;
    float: left;
    position: relative;
    background-color: #aeaeae33;
}

#inicio p{ 
    color: #000;
    font-size: 19px;
    line-height: 24px;
    font-family: 'gill_sanslight';
}

#texto-reg p{  
    font-family: 'gill_sanslight';
    font-size:20px;
    color: #000;
    line-height: 24px;
}

#texto-in {
    padding: 20px;
    text-align: justify;
}

#texto-in input{
    border-radius: 0px;
    padding:19px 8px;
}

#form-reg h3 {
    margin-top: 16px;
    font-family: "gill_sans_mt_condensedregular";
    font-size: 23px;
    text-align: justify;
    color: #000;
    line-height: 12px;
}

#form-reg input {
    background: #bebebe4f;
    padding: 8px;
    color: #000;
    margin-top: 5px;
    border: none;
    border-radius: 0px !important;
}

.productos {
    margin-top: 20px;
    float: left;
    position: relative;
    width: 100%;
}

.productos h1 {
    font-size: 33px;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    font-family: "gill_sans_mt_condensedregular";
}

.productos h4 {
    margin-top: 30px;
    font-size: 27px;
    text-align: justify;
    color: #000;
    line-height: 20px;
    padding-left: 6px;
    font-family: "gill_sans_mt_condensedregular";
}

#mapa {
    height: 400px;
    width: 100%;
    float: left;
    position: relative;
    margin-top: 70px;
}


#borrar {
    width: 90px !important;
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 24px !important;
    color: #000 !important;
    text-align: center;
    margin-top: 30px !important;
    padding: 4px 0px !important;
    border: none;
    margin-right: 8px;
    background: #fff !important;
    font-family: "gill_sans_mt_condensedregular" !important;
}

#borrar:hover{
    background-color: #000 !important;
    color: #fff !important;
}

#enviar {
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 24px !important;
    color: #000 !important;
    text-align: center;
    margin-right: 15px;
    margin-top: 30px !important;
    padding: 4px 11px !important;
    background: #fff !important;
    border: none;
    font-family: "gill_sans_mt_condensedregular" !important;
}

#enviar:hover{
    background-color: #000 !important;
    color: #fff !important;
}

#enviar-r {
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 24px !important;
    color: #fff !important;
    text-align: center;
    margin-top: 30px !important;
    padding: 4px 11px !important;
    background: #9f9f9f !important;
    border: none;
    font-family: "gill_sans_mt_condensedregular" !important;
}

#enviar-r:hover{
    background-color: #000 !important;
    color: #fff !important;
}

#borrar-r {
    width: 90px !important;
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 24px !important;
    color: #fff !important;
    text-align: center;
    margin-top: 30px !important;
    padding: 4px 0px !important;
    border: none;
    margin-right: 8px;
    font-family: "gill_sans_mt_condensedregular";
    background: #9f9f9f !important;
}

#borrar-r:hover{
    background-color: #000 !important;
    color: #fff !important;
}

#formulario {
    margin-top: 30px;
}

#formulario h2 {
    color: #000 !important;
    font-family: "libertyshandregular";
    font-weight: bold;
    text-transform: none;
    font-size: 25px;
}

#formulario input {
    width: 100%;
    background-color: #1a238833;
    color: #000;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 11px 8px;
}

#formulario textarea {
    width: 100%;
    background-color: #1a238833;
    color: #000;
    border: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 7px 8px;
    margin-top: 5px;
}


#enviar3 {
    width: 90px !important;
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 10px 0px !important;
    background: #2D3790 !important;
    font-weight: bold;
    font-family: "Roboto Regular";
    margin-right: 15px;
}

#enviar3:hover {
    background:#ee232e !important;
    color: #FFF !important;
}

#borrar3 {
    width: 90px !important;
    cursor: pointer;
    position: relative;
    float: right;
    font-size: 16px !important;
    color: #FFF !important;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding: 10px 0px !important;
    font-weight: bold;
    font-family: "Roboto Regular";
    background: #2D3790 !important;
}

#borrar3:hover {
    background: #ee232e !important;
    color: #FFF !important;
}

#map {
    height: 400px;
}

#ampliar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #000 !important;
    color: #FFF;
    text-align: center;
    padding-top: 23px;
    position: absolute;
    font-family: "gill_sans_mt_condensedregular";
    right: 20%;
    top: -40px;
    font-size: 26px;
    line-height: 18px;
}

#ampliar:hover {
    background-color: #9f9f9f !important;
}


#contacto p {
    text-align: justify;
    font-family: 'gill_sanslight';
    margin-top: 70px;
    font-size: 21px;
    padding-left: 30px;
    color: #000;
    line-height: 26px;
}

.modal-content{
    background-color:transparent;
    box-shadow:none;
    border:none;
}

.close {
  float: right;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  color:#fff !important;
  text-shadow: 0 1px 0 #000;
  opacity: 3.2;
}

.modal-open .modal{
    background:rgba(0, 0, 0, 0.73);
}

#logo{
  padding: 7px 0px;
  text-align: center;
}

.logo{
  display: inline-block;
  width: 207px;
  height: 207px;

}

.ico_point2 {
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 33px;
    height: 30px;
    float: left;
    position: relative;
}


@media (max-width: 800px) {

    #barra-menu {
        background: #FCFCFE;
        box-shadow: inset -8px 8px 10px RGBA(0, 0, 0, 0.31);
    }

    header {
        height: auto;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-default .navbar-toggle {
      border-color:transparent;
    }

    .navbar-toggle {
        padding: 0px;
        border-radius: 0;
        display: block;
        margin-top: 0px;
        margin-bottom: 2px;
        background: transparent !important;
    }

    #menu{
      background-color: #9f9f9f;
      padding: 1px 0px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }


    .navbar-nav {
        float: none !important;
        margin: 0 !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    #navbar li {
        width: 100%;
    }

    .menu {
        display: block;
    }

    .caption {
        bottom: 40px;
    }

    .caption h1 {
        font-size: 18px;
        line-height: 1px;
    }

    .caption h2 {
        font-family: "Roboto Regular";
        font-size: 14px;
        color: #fff;
        text-align: right;
        text-shadow: 3px 3px 3px #000;
    }

    .productos h1{
        font-size: 26px;
    }

    .texto-producto h2{
        font-size: 17px;
    }

    .detalle-texto p{
        line-height: 19px !important;
        font-size: 15px !important;
    }

    #buscar{
      width: 100%;
    }

    #logo{
      padding: 5px 0px;
    }

    .logo {
      display: inline-block;
      width: 137px;
      height: 137px;
    }

    .productos_agregados h2{
        text-align: left !important;
    }
     #navbar a {
        width: 100%;
        color: #fff;
        font-size: 21px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .link {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .texto-link {
        padding: 10px 15px;
        width: 60%;
    }

    .texto-link h1 {
        font-size: 14px;
    }

    .texto-link p {
        margin-top: 5px;
        font-size: 12px;
        color: #FFF;
        line-height: 12px;
    }

    .datos {
        padding: 10px 0px;
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-size: 11px;
    }

    .datos h1 {
        min-width: 75px;
        padding-right: 7px;
    }

    .datos p {
        font-size: 14px;
        margin-left: 6px;
    }

    .redes {
        background-size: contain;
    }

    #texto-emp {
        margin-top: 20px;
    }

    .texto-photo h1 {
        font-size: 30px;
    }

    .btn-home h2 {
        font-size: 30px;
    }

    .btn-home a {
        margin-top: 16px;

    }

    .texto-photo p {
        font-size: 16px;
        line-height: 20px;
    }

    .foto p {
        font-size: 20px;
        line-height: 28px !important;
        padding-bottom: 0px;
    }

    #contacto p {
        padding-left: 0px;
        color: #000;
        margin-top: 30px;
    }

    #contenido h1{
        font-size: 25px !important;
    }

    #redes{
        margin-top: 25px;
    }

    .producto{
        min-height: 505px !important
    }
}




 @media (max-width:400px) and (min-width: 300px) {

    #web{
        font-size: 10px;
    }

    #inicio p{
        font-size: 17px;
        line-height: 19px;
    }

    #texto-reg p{
        font-size: 17px;
        line-height: 19px;
    }

    #empresa p{
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .foto{
            padding: 85px 0px !important;
        }

        #mision{
            padding: 91px 15px !important;
        }


 }


@media (max-width:500px) and (min-width: 401px) {

    #web{
        font-size: 10px;
    }

    #inicio p{
        font-size: 17px;
        line-height: 19px;
    }

    #texto-reg p{
        font-size: 17px;
        line-height: 19px;
    }

    #empresa p{
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .foto{
            padding:107px 0px !important;
        }

        #mision{
            padding: 119px 15px !important;
        }

 }



 @media (max-width:600px) and (min-width: 501px) {

    #web{
        font-size: 10px;
    }

    #inicio p{
        font-size: 17px;
        line-height: 19px;
    }

    #texto-reg p{
        font-size: 17px;
        line-height: 19px;
    }

    #empresa p{
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .foto{
            padding: 85px 0px !important;
        }

        #mision{
            padding: 137px 15px !important;
        }

 }


  @media (max-width:700px) and (min-width: 601px) {

    #web{
        font-size: 10px;
    }

    #inicio p{
        font-size: 17px;
        line-height: 19px;
    }

    #texto-reg p{
        font-size: 17px;
        line-height: 19px;
    }

    #empresa p{
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .foto{
            padding: 130px 0px !important;
        }

        #mision{
            padding: 163px 15px !important;
        }

 }









 @media (max-width: 991px) and (min-width: 800px) {


        .btn-home h2 {
            font-size: 17px;
        }

        .texto-link {
            padding: 13px 15px;
        }

        .texto-link p {
            line-height: 16px;
            margin-top: 7px;
        }

        .datos h1 {
            font-size: 8px;
            padding-right: 4px;
        }

        .datos p {
            font-size: 12px;
            margin-left: 7px;
        }

        #texto-emp {
            margin-top: 24px;
        }

        .productos p {
            margin-top: 0px;
        }

        .producto{
            min-height: 565px !important;
        }

        #mision{
            padding: 159px 15px !important;
        }

         .foto{
            padding:184px 0px !important;
        }

    }


    @media (max-width: 1100px) and (min-width: 992px) {

        .btn-home h2 {
            font-size: 22px;
        }

        .texto-link p {
            line-height: 17px;
        }

        .texto-link {
            padding: 32px 15px;
        }

        .datos h1 {
            font-size: 15px;
            padding-right: 2px;
        }

        .datos p {
            margin-left: 4px;
            font-size: 14px;
        }

        #texto-emp {
            margin-top: 40px;
        }

        .productos p {
            margin-top: 5px;
        }

        .producto{
            min-height: 400px !important;
        }


    }



    @media (max-width: 1199px) and (min-width: 1100px) {

        .texto-link {
            padding: 12px 15px;
        }

        .texto-link p {
            line-height: 18px;
            margin-top: 9px;
        }

        .datos h1 {
            padding-right: 4px;
        }

        .datos p {
            font-size: 14px;
        }

        .productos p {
            margin-top: 13px;
        }

        .modal-dialog{
            width: 707px;
        }

        

        

    }



    @media (max-width: 1300px) and (min-width: 1200px) {


        .nivel1{
            font-size: 14px !important;
        }

        .nivel1 span{
            margin-top: 3px !important;
        }

        .detalle-texto p{
            line-height: 17px !important;
            font-size: 14px !important;
        }

        #texto-reg p{
            font-size: 16px;
        }

        #inicio p{
            font-size: 16px;
        }

        .producto{
            min-height:440px !important;
        }

        .texto-producto h2{
            font-size: 20px !important;
        }
        
    }


    @media (max-width: 1400px) and (min-width: 1301px) {



        .nivel1{
            font-size: 14px !important;
        }

        .nivel1 span{
            margin-top: 3px !important;
        }

        .detalle-texto p{
            line-height: 17px !important;
            font-size: 14px !important;
        }

        #texto-reg p{
            font-size: 16px;
        }

        #inicio p{
            font-size: 16px;
        }

        .producto{
            min-height:480px !important;
        }

        .texto-producto h2{
            font-size: 23px !important;
        }
        
    }



    @media (max-width: 1500px) and (min-width: 1401px) {


        .nivel1{
            font-size: 14px !important;
        }

        .nivel1 span{
            margin-top: 3px !important;
        }

        .detalle-texto p{
            line-height: 17px !important;
            font-size: 14px !important;
        }

        #texto-reg p{
            font-size: 16px;
        }

        #inicio p{
            font-size: 16px;
        }

        .producto{
            min-height:492px !important;
        }

        .texto-producto h2{
            font-size: 22px !important;
        }
        
    }


    @media (max-width: 1600px) and (min-width: 1501px) {

        .nivel1{
            font-size: 14px !important;
        }

        .nivel1 span{
            margin-top: 3px !important;
        }

        .detalle-texto p{
            line-height: 17px !important;
            font-size: 14px !important;
        }

        #texto-reg p{
            font-size: 16px;
        }

        #inicio p{
            font-size: 16px;
        }

        .producto{
            min-height:496px !important;
        }

        .texto-producto h2{
            font-size: 21px !important;
        }
        
    }


    @media (max-width: 1700px) and (min-width: 1601px) {



        .nivel1{
            font-size: 14px !important;
        }

        .nivel1 span{
            margin-top: 3px !important;
        }

        .detalle-texto p{
            line-height: 17px !important;
            font-size: 14px !important;
        }

        #texto-reg p{
            font-size: 16px;
        }

        #inicio p{
            font-size: 16px;
        }
        
    }



    @media (max-width: 1900px) and (min-width: 1701px) {


        .detalle-texto p{
            line-height: 17px !important;
            font-size: 14px !important;
        }

        #texto-reg p{
            font-size: 16px;
        }

        
    }


