.tit-form{
  font-size:1.5rem;
}
.btn-dangertw {
z-index:1;
width:200px;
padding-top: 15px;
padding-bottom:15px;
}
.hire {
padding-top: 4rem;
padding-bottom: 5rem;
background-color: #f1f4fa;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}
.caption{
    font-size: 2rem  !important;
}
.bar{
  position: relative;
}

.home-carousel {
  height: 400px;
  display: flex;
  align-items: center; /* CENTRA verticalmente */
}

.product-tit{
    font-size: 32px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.05;
    font-size: clamp(2rem, 6vw, 5.5rem);
    max-width: 100%;
    text-align: center;
}
.side, .sticky-top{
top:140px !important;
}
@media (min-width: 1200px) {
    .containertw {
        max-width: 1320px !important;
    }
}
.tab-contentw{
padding: 0px 0px !important;
}
.descript-txt{
	text-align: center !important;
}
.section-title{
	margin:0px;
	padding:0px;
}
.sub-tit{
	font-size: 1.5rem;
	color:#182140 !important;
	font-style: italic;
}

.show-room{
	padding-top:20px;
	padding-bottom:50px;
}

.slide-subtitle {
    display: block;
    z-index: 1;
    position: relative;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: clamp(1rem, 2.5vw, 1.6rem);
  }

/* NEW SLIDER*/

 .sectiontw {
  width: 100%;
  height: 100vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.slide {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 100%;

  /* CLAVE */
  display: flex;
  flex-direction: column;
  align-items: center;
}


.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.50); /* Ajusta la oscuridad aquí */
  z-index: 1;
}

/* Asegura que la imagen quede abajo */
.slide-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Texto por encima del overlay */
.slide-title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  position: absolute;
  top: -200px;
  left: -200px;

  background-position: 50% 50%;
  background-size: cover;
}
.slide-title {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.05;

  /* RESPONSIVE */
  font-size: clamp(2rem, 6vw, 5.5rem);
  max-width: 90%;
  text-align: center;
}


.slide-title span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
}

.slideshow {
  position: relative;
}
.slideshow-pagination {
  position: absolute;
  bottom: 5rem;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: .3s opacity;
  z-index: 10;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}
.slideshow-pagination-item .pagination-number {
  opacity: 0.5;
}
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}
.slideshow-navigation-button {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5rem;
  z-index: 1000;
  transition: all .3s ease;
  color: #FFF;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow-navigation-button.prev {
  left: 0;
}
.slideshow-navigation-button.next {
  right: 0;
}

.pagination-number {
  font-size: 1.8rem;
  color: #FFF;
  font-family: 'Oswald', sans-serif;
  padding: 0 0.5rem;
}

.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all .3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
  }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform-origin: 0 0;
}
/* NEW SLIDER*/

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 

.list-inline-item a{
	color:#fff;
}
.contact a{
	text-decoration:none;
	font-size:1.2rem;
	color:#fff;
	margin-left:10px;
}
.main-form{
	z-index: 2;

	top:25px;
	background-color: #fff;
	width: 80%;
	background: rgba(0, 11, 34, 0.7);
		}
.form-group{
	padding-left:15px;
	padding-right: 15px;
	
		 }
.form-tittle{
	width:100%;
	text-align: center;
	font-weight:100;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight:200;
	font-size: 20px;
}

.main-btn{
	width:100%;
	background-color: #ff0f00;
	
	margin-bottom: 20px;
		 }

/*MOBILE FORM*/
.mobile .h1h1{
	font-size:1.2rem;
	text-align:center;
	color:white;
  }
  .mobile{
	padding-top:40px;
	padding-bottom:40px;
	background-color:#182140;
  }

/*MOBILE FORM*/

.text-left ul li{
	padding-bottom:-15px;
}

.h1h1{
		font-size: 1.8rem;
		font-weight: 600;
}

.h4h4{
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    display: block;
    font-size: 1.1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }
.home-blog-post a{
	font-size:1rem;
}
.text p{
	font-weight: 400;
	color: #000 !important;
    font-size: 0.9rem !important;
    padding-left: 5px;
    padding-right: 5px;
}
.text h4 a{
	color:#000;
}
.author-category a{
	color:#182140;
}
.recientes{
	margin-bottom:40px;
}
.heading h1{
	font-size:1.3rem;
	line-height: 28px;
}
.heading h2{
	font-size:1.6rem;
	padding-top: 30px;
	padding-bottom: 20px;
}
.somos{
	margin-top:40px;
}
.dist{
	padding-bottom:30px;
}
.dist p{
	text-align: justify;
	
}
.dist img{
	text-align:center;
}
.get-it ul li{
	display: inline-block;
}
.text-left ul li{
				
	font-family: 'Prompt', sans-serif;
	font-weight: 300;
}
.text-left a{
	color:#fff;
	text-decoration: none;
}
.text-left a:hover{
				
	color:#ff0f00;
}
.text-left i{
	font-size: 10px;
}
.slide-btn{
	margin-bottom:15px;
	margin-left:15px;
	background-color:#ff0f00;
}
.fa-chevron-right{
	color: #fff;
}

.map-text p{
    text-align:center;
    font-size:1.5rem;
    color:#001F5B;
    font-family: 'Quicksand', sans-serif;
  }
.map-text img{
	width: 100%;
}
.gpo .labl{
    font-size:1.5rem;
    font-weight:600;
}
.gpo .labl2{
	text-align: left;
    font-size:1.1rem;
    font-weight:600;
}
.gpo p{
	  text-align: justify;
}
.h6{
	font-size:1rem;
}
.zz-x a{
	font-size:1.3rem;
	margin-bottom:10px;
	text-decoration:none;
   }
.first p{
	text-align: justify;
	font-weight: 400;
	font-family: 'Roboto', sans-serif
}
.first img{
	width: 100%;
	display:block;
    margin:auto;
}
  .first-1 h2{
	font-size:3rem;
	text-align: left;
	color:#001F5B;
	
}
.first-1 h3{
	font-style: italic;
  	font-size:1.5rem;	
	text-align: left;
	color:#001F5B;

}
.first-1 h4{
  font-size:1.8rem;
	line-height: 40px;
	text-align: center;
	color:#001F5B;
	padding-top:20px;
	padding-bottom:20px;
}
.first-1 h6{
  font-size:1.8rem;
	line-height: 40px;
	text-align: center;
	color:#001F5B;
	padding-top:20px;
	padding-bottom:20px;
}
.xx-y{
    font-size:1.8rem;
	line-height: 40px;
	text-align: center;
	color:#001F5B;
	padding-top:20px;
	padding-bottom:20px;
  }
.cotiza{
	background-color:#ff0f00;
	margin-top: 10px;
	border-color: transparent;
}
nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    background:#182140;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 12px 25px;
    color:#fff;
    background:#182140;
    border-radius:0;
}


.tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #ff0f00;
    border-bottom:5px solid #ff0f00;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
   border: none;
   background: transparent !important;
   color:#fff;
   border-radius:0;
   transition:background 0.20s linear;
}

.top-hdr span{
	font-size:1.5rem;
	padding-left: 30px;
	color:#AEBED4;
}
.tit-bar{
	color:#AEBED4;
}

.top-hdr h1{
font-size: 1.5rem;
padding-left: 30px;
color: #AEBED4;
}
/* DOWN-FORM */
.chev{
	font-size:10px;
}

.voinych{
	padding-bottom: 40px;
}

.main-voin{
	 background-color: #F2F2F2;
}

.main-voin h2{
	font-family: 'Play', sans-serif;
	padding-top:50px;
}

#chartdiv {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.img-frst img{
	width:100%;
  }


  .servicios{
	
	padding-top:30px;
	padding-bottom: 60px;
}

.servicios p{
	text-align:center;

}
.servicios i{
	color: #ff0f00;
	font-size:30px;
}
.servicios h6{
	font-size:15px;
}
.distribuidores{
	padding-top:30px;
	padding-bottom: 50px;
}
.recientes{
	padding-top:30px;
	
}

.text img{
	width:100%;
}

.ships img{
	width:100%;
}

.carousel-control-prev{
	top:-200px;
}
.carousel-control-next{
	top:-200px;
}

.grupo span{
	margin-bottom: 20px;
}
.grupo p{
	color:#fff;
	font-size:1rem;
	text-align:justify;
}
.main-footer i{
 font-size: 10px;
}
.main-footer li{
	padding-bottom:10px;
  }
.main-footer a:hover {
  color: #ff0f00;
list-style: none;
text-decoration: none;
}
.whats{
	text-align:right;
	
}
.widgt{
	position: fixed;
	z-index: 2;
	top:90vh;
}

.adress p{
font-size:2rem;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}
.green{
  background-color:#182140;
}
.thumb{
  margin-bottom: 30px;
}       
img.zoom {
   width: 100%;
   height: 200px;
   border-radius:5px;
   object-fit:cover;
   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   -ms-transition: all .3s ease-in-out;
}
.fancybox-skin {
background-color: transparent;

}      
.dsgn p{
    line-height:20px;
    font-weight:600;
    margin-top:15px;
  }
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
.modal-title {
     color:#000;
}
.modal-footer{
     display:none;  
 }
.grupo p{
	text-align:justify;
}

.foot-cl{
    background-color:#000B22;
   }
.main-footer{	
  background:url('../img/footer-pt-bg.png') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main-footer i{
	font-size: 10px;
}
.main-footer a:hover {
  	color: #ff0f00;
	list-style: none;
	text-decoration: none;
}
.whats{
	text-align:right;	
}
.widgt{
	position: fixed;
	z-index: 2;
	top:90vh;
}
.adress p{
	font-size:2rem;
}


/* SLIDER CLIENTS */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* SLIDERCLIENTS */

/* SOCIAL BUTTONS */

.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons.icon-circle .fab{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fab{
	border-radius:5px;
}
.social-icons.icon-flat .fab{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fab:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}



.social-icons .fab:hover, .social-icons .fab:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fab:hover, .social-icons.icon-zoom .fab:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fab:hover, .social-icons.icon-rotate .fab:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#50B7F5;} 
.social-icons .fa-instagram,.social-icons .fa-instagram-square{background-color:#D90BA2;} 
.social-icons .fa-linkedin,.social-icons .fa-linkedin{background-color:#0442BF;} 
.social-icons .fa-tiktok,.social-icons .fa-tiktok{background-color:#000; font-size:1.6rem;} 

/* SOCIAL BUTTONS */

/*PROJECT SECTION CSS*/

.project-more li{
	color:#666;
	font-size: 0.9rem;
	text-decoration: none;
	margin-bottom:5px;
}
.project-more ul{
    padding: 0;
    list-style-type: none;
}
.portfolio-project i{
	color:#03A60E;
	font-size:1rem;
}
.portfolio-project h4{
	font-size:1rem;
	margin-bottom:12px;
}
.portfolio-project p{
	text-align: justify;
	font-size:1rem;
}
.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom:20px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.portfolio-project p{
	text-align: justify;
	font-size:1rem;
}
.cat{
	margin-bottom: 15px;
}
.catz{
	text-align: center;
	margin-bottom: 20px;
}
.catz a{
	font-size: 1rem;
}
.progress{
	margin-bottom: 10px;
}

.externo{
	z-index: 9999 !important;
	heigh:80vh!important;
	position: fixed;
	bottom: 0px !important;
	
}
.interno {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    margin: auto;
}

.floor p{
	font-size: 1.2rem;
}

.floor a{
	font-size:1rem;
}

.floor img{
	width:50%;
	margin-bottom:25px;
}
.phone-tab{
	text-align: right;
	width: 100%;
}
.btn-twitter{
	padding-right: 20px;
}
.btn-whats{
	padding-left: 10px;
}
.phone-tab a img{
	position: static !important;
}
/* DOWN-FORM */

nav > div a.nav-item.nav-link.active
{
  border: none;
  color:#fff;
  background:#ff0f00;

}

.responsive-image {  width: 100%;  height: auto; }
.responsive-image_50 {  width: 50%;  height: auto; }
.responsive-image_80 {  width: 80%;  height: auto; }

.grupo p{
	text-align:justify;
	font-size: 1.2rem;
}
.main-footer i{
 font-size: 10px;
}
.main-footer a:hover {
  color: #ff0f00;
list-style: none;
text-decoration: none;
}
.whats{
	text-align:right;
	
}
.widgt{
	position: fixed;
	z-index: 2;
	top:90vh;
}

.adress p{
font-size:2rem;
}

.servicios{
	padding-top:30px;
	padding-bottom: 60px;
}

.servicios p{
	color:#555;
}
.servicios i{
	color: #ff0f00;
	font-size:30px;
}
.servicios h6{
	font-size:2rem;
}
.distribuidores{
	padding-top:30px;
	padding-bottom: 50px;
}
.recientes{
	padding-top:30px;
	
}

.carousel-control-prev{
	top:-200px;
}
.carousel-control-next{
	top:-200px;
}

/* DESCRIPTION MAIN PAGES*/

.descript a{
	font-size:0.9rem;
}
.descript h2{
font-size:1.5rem;
}
.tit-str a{
    font-size:1.4rem;
}
.descript h3{
font-size:1rem;
line-height:20px;
}
.descript p{

color:#323232;
font-size:1.1rem;
}
.txt-se{
padding-top:40px;
}
.txt-se h1{
color:#001F5B;
}
.txt-se p{
font-size:1.rem;
text-align:justify;
}
.descript p{
	color:#323232;
	font-size:1rem;
}
.struct h1{
	font-size:1.8rem;
	line-height: 25px;
}
/* DESCRIPTION MAIN PAGES */

@media (min-width: 1281px) {

.mobile {
	display:none;
}

.form-content{
	display: visible;
}
	.externo{
		display:none;
	}
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

.mobile {
		display:none;
	}
  
.externo{
		display:none;
	}
	
.form-content{
	display: visible;
	}
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

.mobile {
		display:visible;
	}
  
 .externo{
		display:none;
	}
	
.form-content{
	display: none;
	}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

.mobile {
		display:none;
	}
  
.externo{
		display:none;
	}
	
 .form-content{
	display: none;
	}
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

	.mobile {
		display:visible;
	}
  
 	.externo{
		display:visible;
	}
 	.form-content{
	display: none;
	}
	.struct ul li{
		text-align: left;
	}
    .heading h2{
		font-size:520px;
		padding-top:20px;
		padding-bottom: 40px;
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

	.mobile {
		display:visible;
	}
 
	.externo{
		display:visible;
	}
	.form-content{
	display: none;
	}
	.struct ul li{
		text-align: left;
		font-size: 0.9rem;
	}
	.struct h1{
		font-size: 1rem;
	}
	.h1h1{	
		font-size: 1.5rem;
		margin-bottom: 40px;
	}
	.logo{
		width: 200px;
	}
	.heading h2{
		font-size:1.2rem;
		padding-top:20px;
	}
	.cotizacion-form{
		margin-top: 20px;
	}
  
}

.color-port{
	color: #001F5B !important;
	text-decoration: none !important;
}

.btn-template-outlined-red{
	background: #ff0f00;
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: 0 !important;
    text-decoration: none !important;
}

.btn-template-outlined-red{
	width:100% !important;
	background:#ff0f00;
	color:#fff;
  }
  .buttons a:hover{
	color:#fff;
	background:#36669c;
  }
  .struct h1{
  font-size:1.3rem;
  }
  .struct ul li{
	font-size:1rem;
  }
  .name a{
	font-size:1.2rem;
	text-decoration:none;
}