/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'montserrat-black';
  src: url(../font/MONTSERRAT-BLACK.TTF);
}

@font-face {
  font-family: 'montserrat-blackitalic';
  src: url(../font/MONTSERRAT-BLACKITALIC.TTF);
}

@font-face {
  font-family: 'montserrat-bold';
  src: url(../font/MONTSERRAT-BOLD.TTF);
}

@font-face {
  font-family: 'montserrat-bolditalic';
  src: url(../font/MONTSERRAT-BOLDITALIC.TTF);
}

@font-face {
  font-family: 'montserrat-extrabold';
  src: url(../font/MONTSERRAT-EXTRABOLD.TTF);
}

@font-face {
  font-family: 'montserrat-extrabolditalic';
  src: url(../font/MONTSERRAT-EXTRABOLDITALIC.TTF);
}

@font-face {
  font-family: 'montserrat-extralight';
  src: url(../font/MONTSERRAT-EXTRALIGHT.TTF);
}

@font-face {
  font-family: 'montserrat-extralightitalic';
  src: url(../font/MONTSERRAT-EXTRALIGHTITALIC.TTF);
}

@font-face {
  font-family: 'montserrat-italic';
  src: url(../font/MONTSERRAT-ITALIC.TTF);
}

@font-face {
  font-family: 'montserrat-light';
  src: url(../font/MONTSERRAT-LIGHT.TTF);
}

@font-face {
  font-family: 'montserrat-lightitalic';
  src: url(../font/MONTSERRAT-LIGHTITALIC.TTF);
}

@font-face {
  font-family: 'montserrat-medium';
  src: url(../font/MONTSERRAT-MEDIUM.TTF);
}

@font-face {
  font-family: 'montserrat-mediumitalic';
  src: url(../font/MONTSERRAT-MEDIUMITALIC.TTF);
}

@font-face {
  font-family: 'montserrat-regular';
  src: url(../font/MONTSERRAT-REGULAR.TTF);
}

@font-face {
  font-family: 'montserrat-semibold';
  src: url(../font/MONTSERRAT-SEMIBOLD.TTF);
}

@font-face {
  font-family: 'montserrat-semibolditalic';
  src: url(../font/MONTSERRAT-SEMIBOLDITALIC.TTF);
}

@font-face {
  font-family: 'montserrat-thin';
  src: url(../font/MONTSERRAT-THIN.TTF);
}

@font-face {
  font-family: 'montserrat-thinitalic';
  src: url(../font/MONTSERRAT-THINITALIC.TTF);
}

@font-face {
  font-family: 'roboto-black';
  src: url(../font/Roboto-Black.ttf);
}

@font-face {
  font-family: 'roboto-blackitalic';
  src: url(../font/Roboto-BlackItalic.ttf);
}

@font-face {
  font-family: 'roboto-bold';
  src: url(../font/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'roboto-bolditalic';
  src: url(../font/Roboto-BoldItalic.ttf);
}

@font-face {
  font-family: 'roboto-italic';
  src: url(../font/Roboto-Italic.ttf);
}

@font-face {
  font-family: 'roboto-light';
  src: url(../font/Roboto-Light.ttf);
}

@font-face {
  font-family: 'roboto-lightitalic';
  src: url(../font/Roboto-LightItalic.ttf);
}

@font-face {
  font-family: 'roboto-medium';
  src: url(../font/Roboto-Medium.ttf);
}

@font-face {
  font-family: 'roboto-mediumitalic';
  src: url(../font/Roboto-MediumItalic.ttf);
}

@font-face {
  font-family: 'roboto-regular';
  src: url(../font/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'roboto-thin';
  src: url(../font/Roboto-Thin.ttf);
}

@font-face {
  font-family: 'roboto-thinitalic';
  src: url(../font/Roboto-ThinItalic.ttf);
}

h1{
  font-family: 'montserrat-black';
  font-size: 30pt;
  margin: 0 0;
}

h2{
  font-family: 'montserrat-light';
  font-size: 40px;
  color: #283F8B;
}

h3{
  font-family: 'montserrat-bold';
  font-size: 17px;
  margin: 0;
}

h4{
  font-family: 'roboto-light';
  font-size: 15px;
}

h5{
  font-family: 'roboto-bold';
  font-size: 11px;
}

h6{
  font-family: 'roboto-light';
  font-size: 14px;
  color: #939EC4;
}

p{
  font-family: 'roboto-regular';
  font-size: 17px;
}

span{
  font-family: 'montserrat-black';
}

.bg-azul{
  background-color: #283F8B !important;
}

.bg-plomo{
  background-color: #939393 !important;
}

.c-plomo-c{
  color: #C6C6C6;
}

.c-plomoc{
  color: #939EC4;
}

.c-poscuro{
  color: #606060;
}

.c-white{
  color: #fff;
}

.mostrar {
  max-height:500px !important;
}

.menu{
  background-color: #fff;
}

.menu-main{
  width: 75%;
  z-index: 9999;
}

.menu-main nav{
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  transition: 1s all;
}

.menu-main a{
  color: #939393 !important;
  font-family: 'roboto-regular';
  font-size: 14px;
}

.menu-main a.nav-link.active,
.menu-main a.nav-link{
  border-radius: 22px;
  padding: 3.5px 12px !important;
  -webkit-transition: background-color 300ms ease-out !important;
  -moz-transition: background-color 300ms ease-out !important;
  -o-transition: background-color 300ms ease-out !important;
  transition: background-color 300ms ease-out !important;

}

.nav-item{
  padding: 0 2px;
}

.menu-main a.nav-link.active:hover,
.menu-main a.nav-link:hover{
  font-family: 'roboto-regular';
  background-color: #A77F12;
  border-radius: 22px;
  padding: 3.5px 15px;
  text-align: center;
  color: #fff !important;

 -webkit-box-shadow: 5px 4px 8px 0px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 5px 4px 8px 0px rgba(0,0,0,0.2) !important;
  box-shadow: 5px 4px 8px 0px rgba(0,0,0,0.2) !important;
}

.nav-link{
  cursor: pointer;
}

.text-slide{
  padding: 4% 0;
}

.slide2 div.text-slide{
  width: 640px;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  transition: opacity .5s ease !important;
  background-color: #fff;
}
 
.c-services{
  width: 1064px;
}

.c-services-d{
  margin: 7.1px auto;
}

.servicios{
  width: 1067px;
}

.serv p{
  margin: 0;
  padding: 25px 0;
  line-height: 18px;
}

.nosotros{
  padding:76px 0;
  background-image: url(../img/img-nosotros.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.nosotros div.container{
  width: 1065px;
  padding-right: 308px;
}

.nosotros .btn{
  font-family: 'montserrat-bold';
  background-color: #A77F12 !important;
  border: 1px solid #A77F12 !important;
  color: #D3BF89 !important;
  width: 200px !important;
}

.nosotros .btn:hover{
  background-color: #283F8B !important;
  border: 1px solid #283F8B !important;
  color: #fff !important;
}

.nosotros .rounded {
  border-radius: 7.25rem!important;
}


.fortalezas{
  padding: 70px 0;
  width: 1065px;
}

.fortalezas div.row p{
  width: 84%;
}

.fortalezas thead td{
  width: 25%;
  height: 90px;
  padding: 18px 35px;
  border: 2px solid #fff;
}

.fortalezas .nav-item{
  border: 2px solid #fff;
  width: 22%;
  display: table;
}
.fortalezas .nav-link{
  -webkit-transition: background-color 300ms ease-out !important;
  -moz-transition: background-color 300ms ease-out !important;
  -o-transition: background-color 300ms ease-out !important;
  transition: background-color 300ms ease-out !important;
}

.fortalezas .nav-link:hover{
  color: #fff;
  background-color: #283F8B !important;
}

.fortalezas .nav-pills .nav-link.active{
  color: #fff;
  background-color: #283F8B !important;
}

.fortalezas .nav-item:hover{
  color: #fff !important;
}

.fortalezas .nav-fill .nav-item .nav-link{
  height: 90px;
  padding: 24px 31px;
  border-radius: 0px;
  display: table-cell;
  vertical-align: middle;
}

.oportunidades{
  width: 1096px;
}

.oportunidades h2{
  font-size: 34px;
  color: #283F8B !important;
  padding: 0 97px;
}

.oportunidades h3{
  font-family: 'roboto-bold';
  font-size: 20px;
}

.oportunidades h5{
  font-size: 16px !important;
}

.oportunidades .container-o{
  background-color: #ECECEC;
  border-radius: 11px;
}

.oportunidades img{
  width: 532px;
}

.oportunidades .btn{
  border-color: #293F8D;
  background-color: #293F8D;
  border-radius: 21px;
  padding: 10px 27px;
}

.oportunidades .btn:hover{
  border: #606060;
  background-color: #606060;
  color: #fff !important;
  padding: 10px 27px;
}

.shadow{
  -webkit-box-shadow: 5px 4px 8px 0px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 5px 4px 8px 0px rgba(0,0,0,0.2) !important;
  box-shadow: 5px 4px 8px 0px rgba(0,0,0,0.2) !important;
}

.linea-separadora-b{
  border-top: 1.5px solid #808080;
  height: 2px;
  padding: 0;
  margin: 20px auto 10px auto;
}

.linea-separadora-o{
  border-top: 2px solid #D1D1D1;
  height: 2px;
  padding: 0;
  margin: 20px auto 10px auto;
}

footer{
  background-color: #293F8A;
  color: #fff;
  height: 240px;
}

footer div.container{
  height: 240px;
  padding: 60px 0;
}

.modal-content {
  border-radius: 8.5px !important;
}

.form-control {
  font-family: 'roboto-regular';
  font-size: 14px;
  color: #606060 !important;
  border: 1px solid #E0E0E0;
  border-radius: 6.5px;
}

.modal-footer {
  border-top: 0px solid #dee2e6 !important;
}

.modal-body {
  padding: 55px 45px !important;
}

.modal-body .btn{
  background-color: #293F8A;
  border-radius: 6.5px !important;
}

.g-recaptcha{
  transform: scale(0.84);
  transform-origin: 0 0;
}

.btn-whatsapp {
  display: block;
  width: 63px;
  height: 63px;
  position: fixed;
  right: 38px;
  bottom: 32px;
  border-radius: 50%;
  z-index: 999;
  -webkit-box-shadow: 10px 10px 25px -9px rgba(0,0,0,0.54);
  -moz-box-shadow: 10px 10px 25px -9px rgba(0,0,0,0.54);
  box-shadow: 10px 10px 25px -9px rgba(0,0,0,0.54);
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1423px) {
  h1 {
    font-size: 24pt;
  }
  
  .oportunidades h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .c-services img{
    width: 225px;
  }

  .oportunidades img {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .text-slide {
    padding: 2% 0;
    height: 137px;
  }

  .slide3 .text-slide{
    width: 43% !important;
  }

  .serv p {
    margin: 0;
    padding: 27px 9px;
  }

}

@media only screen and (max-width: 1150px){
  .carousel-inner .d-block.h-100{
    height: 199px !important;
  }
}

@media only screen and (max-width: 1024px){
  h2{
    font-size: 35px;
  }

  .oportunidades h2 {
    font-size: 30px;
  }
  
  h3{
    font-size: 14px;
  }

  .oportunidades h3 {
    font-size: 18px;
  }

  .oportunidades h5 {
    font-size: 13px !important;
  }

  p {
    font-size: 15px;
  }
  
}

@media only screen and (max-width: 992px) {
  h3 {
    font-size: 13px;
  }

  h4 {
    font-size: 11px;
  }

  .oportunidades h5 {
    font-size: 10px !important;
  }
 
  p{
    font-size: 13px;
  }

  .menu-main nav {
    padding-top: 9px !important;
  }

  .menu-main .justify-content-end {
    justify-content: center!important;
    text-align: center;
    padding-top: 4px;
  }

  .menu-main .navbar-nav {
    width: 100%;
  }

  .nav-item {
    padding: 3px 0px;
  }

  .nosotros .btn {
    font-size: 15px;
  }

  .text-slide {
    height: 124px;
  }
  
  header a.logo{
    width: 16% !important;
  }

  .serv p {
    padding: 14px 0px;
  }

  .serv .col-md-5 img{
    width: 132% !important;
  }

  .fortalezas .nav-fill .nav-item .nav-link {
    padding: 20px 27px;
  }

  .oportunidades h2 {
    padding: 0 50px;
  }

  .redessociales img{
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 847px){
  .c-services {
    width: 100%;
  }

  .servicios {
    width: 100%;
  }

  h1 {
    font-size: 20pt;
  }

  .carousel-inner .d-block.h-100 {
    height: 187px !important;
  }

  .fortalezas .nav-fill .nav-item .nav-link {
    padding: 20px 19px;
  }

  .oportunidades .btn {
    padding: 9px 24px;
  }
}

@media only screen and (max-width: 816px){
  .slide2 div.text-slide {
    width: 530px;
  }

  .c-services img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  h3 {
    font-size: 9.5px;
  }

  p {
    font-size: 10.5px;
  }

  .serv p {
    padding: 12px 3px;
    line-height: 12px;
  }
 
  .serv .col-md-5 img {
    width: 163% !important;
  }
  
  .fortalezas .nav-fill .nav-item .nav-link {
    padding: 22px 13px;
    height: 70%;
  }

  .fortalezas div.row p {
    width: 100%;
    text-align: justify;
  }

  .oportunidades h2 {
    font-size: 25px;
    padding: 0px 0px;
  }

  .oportunidades h3 {
    font-size: 13px;
  }

  .oportunidades h5 {
    font-size: 5px !important;
  }

  .oportunidades div.row.m-0.px-4.py-3{
    padding: 12px 7px 12px 0px !important;
  }

  footer div.container {
    height: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 715px){
  h4 {
    font-size: 9px;
  }

  h5 {
    font-size: 9px;
  }

  h6 {
    font-size: 11px;
  }

  .redessociales img {
    width: 20px;
    height: 20px;
  }

  .redessociales{
    width: 64%!important;
  }
}

@media only screen and (max-width: 660px){
  .carousel-inner .d-block.h-100 {
    height: 170px !important;
  }

  .menu-main {
    width: 96%;
    z-index: 9999;
  }

  header a.logo {
    width: 29% !important;
  }
}

@media only screen and (max-width: 575px){
  h2 {
    font-size: 32px;
  }

  .nosotros div.container {
    padding: 0 21px;
  }
 
  .fortalezas {
    padding: 40px 14px;
    width: 100%;
  }

  .oportunidades {
    width: 100%;
  }

  .oportunidades h5 {
    font-size: 10px !important;
  }
  
  .oportunidades div.row.m-0.px-4.py-3 {
    padding: 12px 21px 12px 3px !important;
  }

  .oportunidades .btn {
    padding: 10px 32px;
  }

  footer div.container{
    width: 100%!important;
    padding: 62px 0;
  }
  
  footer div img{
    width: 100%;
  }

  footer .c-plomoc{
    padding: 0;
  }

  .redessociales .col-4{
    width: 100%;
  }

}

@media only screen and (max-width: 540px){
  h1 {
    font-size: 17pt;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 9px;
  }

  p {
    font-size: 8.5px;
  }

  .text-slide {
    height: 104px;
  }

  .slide2 div.text-slide {
    width: 395px;
  }

  .slide3 .text-slide {
    width: 62% !important;
  }

  .carousel-inner .d-block.h-100 {
    height: 150px !important;
  }

  .text-slide {
    height: 93px;
  }

  .c-services-d {
    margin: 0.1px auto;
    padding: 4px;
  }
  
  .c-services .mb-5{
    margin: 0!important;
    padding: 42px 0 !important;
  }

  .c-services {
    width: 96%;
  }

  .servicios {
    width: 100%;
    margin: 0 !important;
    padding: 0 24px !important;
  }

  .servicios .col-md-12{
    margin: 0 !important;
    padding: 0 24px !important;
  }  

  .serv {
    padding: 0px 0 !important;
  }
  
  .nosotros{
    padding: 49px 0;
    margin: 39px 0 !important;
  }
  
  .nosotros div.container {
    width: 100%;
    padding: 0 24px;
  }

  .nosotros .btn {
    font-size: 12px;
    width: 139px !important;
    margin: 0px !important;
  }

  .linea-separadora-b {
    margin: 8px auto 11px auto;
  }

  .fortalezas {
    padding: 10px 14px;
  }
 
  .fortalezas .nav-fill .nav-item .nav-link {
    padding: 22px 11px;
  }
}

@media only screen and (max-width: 497px){
  footer .pt-3{
    padding: 2px 0 !important;
  }
  
  footer {
    height: 100%;
  }

  footer .col-6{
    width: 100% !important;
  }
}

@media only screen and (max-width: 420px){
  h1 {
    font-size: 15.5pt;
  }

  h2 {
    font-size: 20px;
  }

  .carousel-inner .d-block.h-100 {
    height: 147px !important;
  }
  
  .text-slide {
    height: 101px;
  }

  .slide2 .text-slide{
    width: 319px !important;
  }

  .slide3 .text-slide {
    width: 62% !important;
  }

  .serv p {
    padding: 10px 2px;
    line-height: 12px;
  }

  .serv .col-3{
    width: 32%;
  }

  .nosotros .btn {
    font-size: 10px;
    width: 117px !important;
  }

  .nosotros {
    padding: 35px 0;
    margin: 27px 0 !important;
  }

  .fortalezas .nav-fill .nav-item .nav-link {
    padding: 15px 9px;
  }

  .oportunidades h2 {
    font-size: 20px;
  }

  .oportunidades .text-center{
    margin: 0 0 !important;
  }
}

@media only screen and (max-width: 403px){
  .fortalezas .nav-item {
    border: 0px solid #fff;
    width: 21%;
    display: table;
  }
}

@media only screen and (max-width: 400px){
  .oportunidades h2 {
    font-size: 18px;
  }

  .fortalezas .tab-content .row{
    padding: 0 2px;
  }

  .linea-separadora-o {
    margin: -4px auto 10px auto;
  }
}

@media only screen and (max-width: 380px){
  .carousel-inner .d-block.h-100 {
    height: 120px !important;
  }
  
  h1 {
    font-size: 11.5pt;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 7.5px;
  }

  p {
    font-size: 7px;
  }

  .text-slide {
    height: 69px;
  }

  .slide2 .text-slide {
    width: 278px !important;
  }

  .serv .col-md-5 img {
    width: 246% !important;
  }

  .serv p {
    padding: 14px 17px;
    line-height: 7px;
  }
  
  .nosotros .btn {
    font-size: 9px;
    width: 107px !important;
    margin: 0px !important;
  }

  .fortalezas .nav-fill .nav-item .nav-link {
    padding: 11px 8px;
  }

  .oportunidades h2 {
    font-size: 14.5px;
  }
  
  .oportunidades {
    width: 93%;
  }

  .oportunidades .btn {
    padding: 8px 24px;
  }
}

@media only screen and (max-width: 360px){
  .slide2 .text-slide {
    width: 263px !important;
  }

  .nosotros .btn {
    width: 104px !important;
    height: 30px;
  }

  footer .col-3{
    width: 100%;
    text-align: center !important;
  }

  footer div.container {
    width: 53%!important;
    padding: 23px 0;
  }

  .redessociales {
    width: 100% !important;
    padding: 0 36px;
    margin: 0
  }

  .redessociales .col-4 {
    width: 30%;
  }
}

@media only screen and (max-width: 331px){
  .fortalezas .nav-item {
    border: 1px solid #fff;
    width: 50% !important;    
    height: 47px;
  }

  .linea-separadora-o {
    margin: 0px auto 10px auto;
  }

  .oportunidades .btn {
    padding: 7px 20px;
  }
  
  .oportunidades h5 {
    font-size: 8px !important;
  }
  .serv p {
    padding: 12px 9px;
    line-height: 7px;
  }
}

@media only screen and (max-width: 305px){
  h1 {
    font-size: 10pt;
  }

  p {
    font-size: 11px;
  }

  .serv .col-3{
    width: 50% !important;
  }
  
  .serv .col-md-5 img {
    width: 152% !important;
  }

  .serv p {
    padding: 17px 8px;
    line-height: 11px;
  }

  .fortalezas .col-md-6{
    width: 100% !important;
  }

  .slide2 .text-slide {
    width: 216px !important;
  }

  .text-slide {
    height: 63px;
  }
}

@media only screen and (max-width: 280px){
  h1 {
    font-size: 9pt;
  }
  
  .slide2 .text-slide {
    width: 190px !important;
  }

  .text-slide {
    height: 59px;
  }

  .c-services-d {
    margin: -0.9px 0px;
    padding: 3px;
    width: 33%;
  }

  .serv p {
    padding: 10px 4px;
    line-height: 11px;
  }

  .serv .col-3 {
    padding: 0;
  }
  .c-services-d {
    margin: -0.9px 0px;
    padding: 3px;
    width: 33%;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

