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

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

@font-face {
	  font-family:"brushscriptstd-webfont";
	  src:url("../fonts/brushscriptstd-webfont.eot?") format("eot"),
	  url("../fonts/brushscriptstd-webfont.woff") format("woff"),
	  url("../fonts/brushscriptstd-webfont.ttf") format("truetype"),
	  url("../fonts/brushscriptstd-webfont.svg#brushscriptstd-webfont") format("svg");
	  font-weight:normal;
	  font-style:normal;
}
	
	
#contenedor{
    width:100%;
    overflow:hidden;
    z-index:9999;
    position:relative;
    font-family:"Montserrat-Regular";
    background: url(../img/motivo.jpg);
}

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

.clear{
    clear:both;
}

header {
    background: #fff;
}

#logo {
	  padding-bottom: 14px;
}

#barra-menu{
    min-height: 54px;
    background-color: #3e2f91;
    border-bottom: 3px solid #fff;
}

#menu{
	  padding-bottom: none;
	  background: transparent;
	  width: 100%;
	  margin-bottom:0;
	  border: none;
	  font-family:"Montserrat-Bold";
    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;
}

#navbar a{
    color: #fff;font-size: 17px;
    float: left;
    position: relative;
    padding: 19px 13px;
    margin-left: 20px;
    margin-top: 0px;
    text-shadow: 0px 1px 1px #000;
}

#navbar a:hover{
    background-color: #d5c35b;
    color: #fff;
    text-decoration: none;
}

#navbar .selec{
    background-color: #d5c35b; 
    color: #fff;
    text-decoration: none;
}

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

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

.caption h1{
    font-size: 48px;
    color: #000;
    text-align: right;
    box-shadow: 0px 1px 18px #000;
    background-color: #ffffffe6;
    padding: 8px;
    font-family:"brushscriptstd-webfont";
}

#carousel-home .carousel-indicators{
    text-align: right;
    width: auto;
    background: #fff;
    float: right;
    padding: 6px;
    margin-left: 0px;
    left: auto;
    right: 13%;
    bottom: 0px;
}

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

#carousel-home .carousel-indicators .active{
    background: #d5c35b;
    border-color: #3e2f91;
}

#contenido{
    padding: 71px 0px;
}

#carousel-home2 {
    padding-bottom: 20px;
}

#carousel-home2 .carousel-indicators{
    bottom: -26px;
}

#carousel-home2 .carousel-indicators li{
    background: #000;
    width: 20px;
    height: 20px;
    border:none;
}

#carousel-home2 .carousel-indicators .active{
    background: #9D132C;
}

.btn-home{
    background: #FFF;
    padding: 10px;
    float: left;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 3px #6e6d6d;
    border: 1px solid #d5c35b;
}

.btn-home h2{
    font-family:"Montserrat-Bold";
    color: #3e2f91;
    font-size: 28px;
}

.btn-home p{
    font-size: 20px;
    margin-top: 17px;
}

.btn-home a{
    display: inline-block;
    margin-top: 20px;
    padding: 7px 20px;
    background: #d5c35b;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
}

.btn-home a:hover{
    background: #3e2f91;
    text-decoration: none;
    color: #fff;
}

.glyphicon {
    position: relative;
	  top: 1px;
	  display: inline-block;
	  font-family: 'Glyphicons Halflings';
	  font-style: normal;
	  font-weight: 400;
	  line-height: 1;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	  font-size: 29px;
	  background-color: #d5c35b;
	  color: #fff;
	  padding: 6px;
	  float: left;
	  right: 12px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#telefono-h {
    color: #FFF;
    font-size: 20px;
    text-align: right;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

html {
    -webkit-text-size-adjust: 100%;
     font-size: 10px;
}

telefonos p span {
    background: #000;
    margin-right: 5px;
    padding: 5px 10px;
    margin-top: -1px;
}

#telefonos p{
	  line-height: 23px;
	  margin-left: 14px;
	  margin-top: 37px;
	  position: absolute;
}

.photo {
	  background-attachment: fixed;
    padding-top: 158px;
    padding-bottom: 134px;
	  background-position: 20% 0;
	  position: relative;
    background-image: url(../img/img.jpg);
    background-size: cover;
}

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

.texto-photo h1{
    width: 100%;
    float: left;
    position: relative;
    font-family:"Montserrat-Bold";
    font-size: 36px;
    text-align: center;
}

.texto-photo p{
    width: 100%;
	  float: left;
	  position: relative;
	  font-size: 18px;
	  margin-top: 20px;
	  text-align: center !important;
	  text-transform: uppercase;
}

.texto-photo a{
    display: inline-block;
    margin-top: 40px;
    padding: 7px 20px;
    background: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.texto-photo a:hover{
    text-decoration: none;
    background: #D0262B;
    color:#fff;
}

#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:"Montserrat-Bold";
    font-size: 22px;
    color: #FFF;
}

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

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

.link:hover .texto-link{
    background: #9d132cb3;
}

#prev2{
    background: #FFF;
	  color: #9D132C;
	  opacity: 1;
	  padding: 15px;
	  width: 45px;
	  height: 45px;
	  position: relative;
	  right: 90px;
	  bottom: 3%;
	  top: auto;
	  left: auto;
	  float: right;
}

#prev2:hover{
    color: #000;
}

#next2{
    background: #FFF;
    color:#9D132C;
    opacity: 1;
    padding: 15px;
    width: 45px;
    height: 45px;
    position: relative;
    right: 0px;
    bottom: 3%;
    top: auto;
    float: right;
}

#next2:hover{
    color: #000;
}

footer{
    background:#fff;
    border: 1px solid #000;
}

footer a {
  color:#000;
  line-height: 25px;
}

footer a:hover{
  text-decoration: none;
  color: #0581C2;
}

.datos{
    padding: 20px 0px;
    color: #0B0B0B;
}

.datos h1{
    float: left;
    position: relative;
    padding-right: 12px;
    border-right: solid 1px #000;
    text-align: right;
    font-family:"Montserrat-Bold";
    line-height: 22px;
    color:#000;
}

.datos p{
    font-size:15px;
    float: left;
    margin-left: 12px;
    position: relative;
    line-height: 22px;
    color:#000;
}

#web{
    background: #3e2f91;
    padding: 11px 0px;
}

#web a{
    background: url(../img/web.png) no-repeat right;
    padding-right: 148px;
    color: #fff;
    text-decoration: none;
    float: right;
}

#web a:hover{
    background: url(../img/web-h.png) no-repeat right;
    color: #000;
}

#sedes{
    background: #fff;
    padding: 4px 0px;
}

#empresa {
    padding: 0px 0px;
}

#empresa h1{
	  padding-bottom: 17px;
	  font-size: 38px;
    color: #3e2f91;
    font-family:"brushscriptstd-webfont";
}

#empresa h2{
    padding-bottom: 10px;
    font-size: 32px;
    color: #3e2f91;
    font-family:"brushscriptstd-webfont";
    text-align: center;
    margin-top: 20px;
}

#empresa p{
	  font-size: 17px;
}	

#empresa ul{
    margin-top: 10px;
    line-height: 19px;
}

#empresa li{
    background: url(../img/li.png) no-repeat left top;
    padding-left: 25px;
    margin-top: 16px;
    font-size:16px;
}

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

#contenido h1{
    border-bottom: solid 1px #3e2f91;
    padding-bottom: 10px;
    font-size: 42px;
    color: #3e2f91;
    font-family:"brushscriptstd-webfont";
}

#contenido p {
    font-size: 17px;
    margin-top: 20px;
}

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

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

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

.productos p {
    margin-top: 30px;
    font-size:18px;
    text-align: justify;
    color: #000;
    line-height: 20px;
}

.titulo a {
    float: right;
    font-size: 20px;
    padding: 10px;
    margin-top: 20px;
    position: relative;
    background: #D0262B;
    color: #FFF;
}

.titulo a:hover {
    background: #000;
    color: #FFF;
}

.caption-ver {
    margin-top: -20px;
    float: left;
    height: 76px;
    background:url(../img/ver-b.png) no-repeat center;
    width: 100%;
    z-index: 5;
    position: relative;
}

.otros:hover .caption-ver{
    background:url(../img/ver-v.png) no-repeat center;
}

#servicios{
    padding: 30px 0px   95px;
}

#servicios h1{
    border-bottom: solid 1px #3e2f91;
    padding-bottom: 10px;
    font-size: 42px;
    color: #3e2f91;
    font-family: "brushscriptstd-webfont";
}

.servicio{
    margin-top: 40px;
    float: left;
    position: relative;
    width: 100%;
    border: 3px solid #fff;
}

.servicio h2{
    padding-bottom: 10px;
    font-size: 20px;
    color: #fff;
    font-family:"Montserrat-Bold";
}

.caption-ser{
    width: 100%;
    background: #0000004D;
    min-height: 100%;
    font-size: 22px;
    line-height: 25px;
    color: #FFF;
    text-align: left;
    padding: 25px 15px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.caption-ampliar{
    width: 99px;
    height: 61px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: url(../img/ampliar.png);
}

.caption-ampliar:hover{
    background: url(../img/ampliar-h.png);
}

#servicios h4 {
    position: relative;
    margin-top: 33px;
    text-align: justify;
    font-size: 19px;
 }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    z-index:9999;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
}

.fancybox-skin {
    position: relative;
    background: #FFF;
    color: #444;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 999999;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 9999;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 99999;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 999999;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 99999;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index:9999;
    background-image:url(../img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -25px;
    margin-left: -15px;
    z-index:99999;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: #000;
    color: #4286b0;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

#contacto p{
    text-align: justify;
    margin-top: 70px;
    font-size: 18px;
    padding-left: 30px;
    color: #000;
}

#formulario{
    margin-top: 30px;
}

#formulario h2{
	  color: #000 !important;
    text-transform: none;
	  font-size: 18px;
	  margin-top: 5px;
}

#formulario input{
	  width:100%;
	  background-color:#fff;
	  color:#000;
    border: 1px solid #d5c35b;
	  font-size:14px;
	  padding:11px 8px;
	  margin-top: 5px;
}

#formulario textarea{
	  width:100%;
	  background-color:#fff;
    color:#000;
    border: 1px solid #d5c35b;
	  font-size:14px;
	  padding:7px 8px;
	  margin-top: 5px;
}

#enviar{
	  width:90px !important;
    border: none!important;
	  cursor:pointer;
	  position:relative;
	  float:right;
	  font-size:18px !important;
	  color:#FFF !important;
	  text-align:center;
    margin-right: 15px;
	  margin-top:30px !important;
	  padding:9px 0px !important;
	  background: #d5c35b !important;
}

#enviar:hover{
	  background-color:#3e2f91!important;
	  color: #FFF !important;
}

#borrar{
	  width:90px !important;
    border: none!important;
	  cursor:pointer;
	  position:relative;
	  float:right;
	  font-size:18px !important;
	  color:#FFF !important;
	  text-align:center;
	  margin-top:30px!important;
	  padding:9px 0px !important;
	  background: #d5c35b !important;
}

#borrar:hover{
    background-color:#3e2f91!important;
	  color: #FFF !important;
}

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

#ampliar{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #3e2f91;
    color: #FFF;
    text-align: center;
    position: absolute;
    left:70%;
    top:30px;
    font-size: 16px;
    z-index: 1;
    padding-top: 20px;
    line-height: 19px;
    text-decoration: none!important;
}

#ampliar:hover{
    background-color:#d5c35b;
}

#back-top {
    background-image: url(../img/whatsapp.png);
    width: 62px;
    height: 63px;
    position: fixed;
    right: 22px;
    z-index: 900;
    bottom: 440px;
}




@media (max-width: 800px){


    header {
      height: auto;
    }

    .navbar-header {
      float: none;
    }

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

    .navbar-toggle {
      display: block;
		  background: #000  !important;
    }

    .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-top: 7.5px;
    }

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

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

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

    #navbar li {
      width: 100%;
    }

    #navbar a{
      width: 100%;
      text-align: left;
	    padding: 5px;
	    margin-top: 2px;
    }

    #menu {
      margin-top: 10px;
    }

    .menu{
      display: block;
    }

    #contenido p {
      font-size: 13px;
      margin-top: 11px;
    }

    .caption-ser {
      font-size: 14px;
      line-height: 20px;
    }

    .caption-home{
      font-size:21px;
    }
    
    #textura h1{
      font-size:27px;
    }

    .caption {
      bottom: 40px;
    }

    .caption h1 {
      font-size: 20px;
    }

    #logo{
      margin-top: 10px;
	    margin-bottom: 10px;
	    margin-left: -26px;
	    float: left;
	    position: relative;
    }

    #navbar a {
      margin-top: 10px;
      min-height: 30px;
    }

    .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;
      color: #FFF;
      font-size: 11px;
    }

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

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

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

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

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

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

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


@media (max-width:1000px) and (min-width:801px){
	
	
    #navbar a {
      font-size: 14px;
      padding: 16px 7px;
      margin-left: 0px;
      margin-top: 0px;
    }

    .caption h1 {
      font-size: 28px;
    }

    #contenido p {
      font-size: 13px;
      margin-top: 11px;
    }

    .btn-home h2{
		  font-size:17px;
	  }
	
	  .texto-link{
		  padding:13px 15px;
	  }
	
	  .texto-link p{
		   line-height:16px;
		   margin-top:7px;
	   }
	
	   #texto-emp{
		   margin-top:24px;
	   }
	
	   .productos p{
		   margin-top:0px;
	   }

     .caption-ser{
       line-height:13px;
       font-size:12px;
     }
  
     #carousel-menus2 h3{
       font-size:14px;
     }
  
     #textura h1{
       font-size:31px;
     }
  
     .caption-home{
       font-size:21px;
     }
  
     #home-text h1{
       font-size:46px;
     }
}


@media (max-width:1300px) and (min-width:1001px){
	
	   #navbar a {
       padding: 10px 9px;
       margin-left: 5px;
     }

  	 .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;
	   }

     #home-text h1{
       margin-top:6px;
     }
  
     .caption-home{
       font-size:22px;
     }
  
     .photo2 h1{
       font-size:28px;
     }
  
     .caption-ser{
       font-size:15px;
       line-height:18px;
     }
	
}


@media (max-width:1400px) and (min-width:1301px){
	
	
	.texto-link{
		padding:12px 15px;
	}
	
	.texto-link p{
		line-height:18px;
		margin-top:9px;
	}

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

  .datos h1{
		padding-right:4px;
	}
	
	.datos p{
		font-size:14px;
	}
	
	.productos p{
		margin-top:13px;
	}
	
}



@media (max-width:1800px) and (min-width:1401px){
  
  .caption-ser{
    font-size:16px;
  }
  
  #home-text p{
    font-size:17px;
  }

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


@media (max-width:1920px) and (min-width:1801px){
  
  .caption-ser{
    font-size:21px;
  }
  
  #home-text p{
    font-size:17px;
  }
}

