* {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

html {
    scroll-behavior: smooth !important;
}

body {
	font-family:spartan,sans-serif;
	position: relative;
	font-weight:400;
	background: #e9e5e5;
	color:#43484E
}

body  section{
	padding: 100px 20px;
}

.indeximg{
	padding: 0px;
}

.indeximg img{
    margin: -120px 0 0;
}

a:hover,
a:focus {
	outline:none;
	outline-offset: 0;
	text-decoration:none;
	color:#232323;
}

a {color:#d91f1f;}

h1, h2, h3, h4, h5, h6 {
	font-family:spartan,sans-serif;
}

img {width:100%;}
.center {text-align: center;}
.justify {text-align: justify;}
.justifyc {text-align: justify;text-align-last: center;}

.imgc {
display: block;
margin-right: auto;
margin-left: auto;
text-align: center;
}

.upp_ {
    text-transform: uppercase;
}

.navbar-scrolled {
  background-color: #ffffff !important;
  transition: background-color 200ms linear;
}

.no_marg {margin-left: 0; margin-right: 0;}
.no_padd {padding-left: 0; padding-right: 0;}

.slider-btn {
	background-color:#fc7700;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #fc7700;
	box-shadow: inset 0 0 0 2px #fc7700;
	text-transform: uppercase;
	width: 190px;
	text-align: center;
	height: 55px;
	line-height:55px;
	padding: 0;
	font-size: 18px;
	font-weight:800;
	border: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-btn:hover {
	background-color:#43484E;
	-webkit-box-shadow: inset 0 0 0 2px #43484E;
	box-shadow: inset 0 0 0 2px #43484E;
	color:#fff
}


.parallax-section{
	min-height: 300px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.logo {
    width: 250px;
    padding: 10px 5px;
}

.logo.scrolled {
	width: 150px;
    padding: 15px 0px; 
}

.navscrolled {
    margin-top: 14px !important;
	margin-bottom: 12px;
}

.vertical-middle{
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle div{
	display: table-cell;
	vertical-align: middle;
}

.dly1{ animation-delay: 0.2s;}
.dly2{ animation-delay: 0.4s;}
.dly3{ animation-delay: 0.6s;}
.dly4{ animation-delay: 0.8s;}
.dly5{ animation-delay: 1.0s;}
.dly6{ animation-delay: 1.2s;}
.dly7{ animation-delay: 1.4s;}
.dly8{ animation-delay: 1.6s;}
.dly9{ animation-delay: 1.8s;}
.dly10{ animation-delay: 2.0s;}
.dly11{ animation-delay: 2.2s;}
.dly12{ animation-delay: 2.4s;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}
a.active.focus, a.active:focus, a.focus, a:active.focus, a:active:focus, a:focus {
    outline: 0px auto transparent;
    outline-offset: -2px;
}

hr {margin: 20px auto;border-top: 5px solid #ddd;width: 200px; }

.btn { line-height: 1; }

/*====================
======Header CSS=====
======================*/

#navigation .navbar {
  background: #ffffff94;
  border-radius: 0;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
  /* padding-bottom: 8px; */
}

#navigation .navbar-toggle{
  margin-top: 20px;
  background-color: #333;
}

#navigation .navbar-brand h1{
  padding: 0;
  margin: 0;
}

#navigation .navbar-nav.navbar-right li {
	padding: 0 1px;
}

#navigation .navbar-nav.navbar-right {
	margin-top:18px;
}

#navigation .navbar-nav.navbar-right li a {
    color: #000000;
    color: #000000;
    font-weight: 400;
    font-family: spartan,sans-serif;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 10px 10px 8px 10px;
    margin: 0px;
}

#navigation .navbar-inverse .navbar-nav  .active  a,  
#navigation .navbar-inverse .navbar-nav  .active  a:focus, 
#navigation .navbar-nav.navbar-right li a:hover {
	color: #fff;
	background-color: #023d75;
}
 
/* #navigation .navbar-nav.navbar-right li a:hover { */
    /* color: #003d76; */
    /* border-bottom: 1px solid #003d76; */
	/* background-color: transparent; */
/* } */


.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/*======================
====Main Slider CSS=====
=======================*/
.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../img/home-pattern.png);
	background-repeat:repeat;
	opacity:0.2;
}

#home{
  padding: 0;
  overflow: hidden;
  position:relative
}

#main-carousel .carousel-inner .item {
	background-size:cover;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:15px
}

#main-carousel .carousel-indicators li{
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -9999px;
	display: inline-block;
}

.carousel-indicators .active{
	background-color: #fff !important;
	
}

.slider-content {
	height: 100%;
}

#main-carousel .carousel-caption {
	display: table;
	height: 100%;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
}

#main-carousel .carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
}

#main-carousel .carousel-inner h2 {
	color: #f6f6f6;
	display: inline-block;
	font-family:spartan,sans-serif;
	font-size: 55px;
	font-weight: 800;
	margin-bottom: 40px;
	text-shadow: none;
	text-transform: uppercase;
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family:spartan,sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 59px;
	margin-top: 0;
	text-shadow:none;
}

#main-carousel .carousel-left{
	left:-50px;
}

#main-carousel .carousel-right{
	right:-50px;
}

#main-carousel:hover .carousel-left{
	left:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel:hover .carousel-right{
	right:0px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

#main-carousel .carousel-left,
#main-carousel .carousel-right{
	padding: 15px;
	z-index: 12;
	font-size: 60px;
	color: rgba(255, 255, 255, 0.52);
	top: 50%;
	position: absolute;
	margin-top: -60px;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.carousel-right {
  right:65px
}

.carousel-left {
  left:65px
}

#main-carousel .carousel-left:hover,
#main-carousel .carousel-right:hover{
	color: #F6F6F6;
}

svg {
    width: 800px;
    margin-top: -230px;
}

.titulos {
    text-align: center;
    color: #d91f1f;
    padding: 200px 200px 0px 200px;
}

.titulos h1 {
    font-size: 60px;
}

.titulos h2 {
    font-size: 30px;
    color: #000;
}
 

/* HEADER */
.btn-cotiza {
    font-size: 12px;
    margin-top: 5px;
    margin-left: 20px;
}

.btn-cotiza:hover {
    background-color: #fb1f1f;
}


/* HOME */
.parallax 
{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0)   0%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/imgslide-1.jpg);
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: 'Permanent Marker';
    letter-spacing: 0.3em;
    font-size: 1.5em;
    text-align: center;
}
 
/* QUIENES SOMOS */  
#quienes-somos{
	background-color: #ffffff;	 
    background-image: url(../img/qn-bg.png);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
}
      
.line { 
    height: 2px; 
    width: 100px;
    background-color: #fb1f1f;
    margin-bottom: 14px;
}

#quienes-somos p {
    margin-top: 35px;
}

.mvv {
    padding-top: 90px;
}

.mvic {
    margin-top: 50px;
}
.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 0px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #003d76;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 4 */
.hovicon.effect-4 {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 2px rgb(0 61 118);
}

.hovicon.effect-4.small {
    width:45px;
    height:45px;
}
.hovicon.effect-4.mini {
    width:30px;
    height:30px;
}
.hovicon.effect-4.sub-a {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4:before {
    line-height: 92px;
}
.hovicon.effect-4:after {
    top: -2px;
    left: -2px;
    padding: 0;
    z-index: 10;
    border: 2px dashed #003d76;
}
.hovicon.effect-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #003d76;
}
.hovicon.effect-4:hover i {
    color: #003d76;
}
/* Effect 4b */
 .hovicon.effect-4.sub-b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.hovicon.effect-4.sub-b:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.hovicon img {
    width: 50px;
    padding-top: 15px;
}





/* SERVICIOS */
#servicios {
	background-color: #003d76;	
	color: #ffffff;
}
    
.line2 { 
    height: 2px; 
    width: 100px;
    background-color: #ffffff;
    margin-bottom: 14px;
}

.containerimg p {
    margin-top: 10px;
    font-size: 16px;
    /* border-top: 1px solid red; */
    padding-top: 25px;
    text-align: center;
}
.containerimg img {
    width: 150px;
}
.mvic2 {
    margin-top: 100px;
}
.containerimg {
    border: 2px solid #fb1f1f;
    padding: 35px;
    background-color: #144b7e;
    box-shadow: 3px 3px 3px 1px #00000057;
	min-height: 360px;
    margin-bottom: 20px;
}
.containerimg:hover {
    background-color: #d9534f;
    box-shadow: 3px 3px 3px 1px #0000008f;
}









/* SOCIOS */
.parallax2 {
    background-image: url(../img/index-imgp2.jpg);  
    min-height: 10vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-family: 'Permanent Marker';
    letter-spacing: 0.3em;
    font-size: 1.5em;
    text-align: center;
	position: relative;
}
.parallax2 > .bg_overlay {
    background: #000;
    opacity: 0.65;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.container, .row {position: relative;}

.socios_ * {-webkit-transition: all 600ms ease;transition: all 600ms ease;}
.socios_ { width: 175px; display: inline-block; padding: 20px; position: relative;}
.socios_ img{transform: scale(1);-webkit-transform: scale(1);}
.socios_:hover img{transform: scale(1.4);-webkit-transform: scale(1.4);opacity: 0}
.socios_ .btn-danger {
    position: absolute;
    right: 0;
    left: 0;
    width: fit-content;
    margin: 0 auto;
    top: 75px;
	opacity: 0;
	-webkit-transition: 900ms;
	transition: 900ms;
	background: #d9534f;
	border: #d9534f;
	font-family:spartan,sans-serif;
}
.socios_ .btn-danger:focus, .socios_ .btn-danger:hover{
	background: #003d76;
	border: #003d76;
}
.socios_:hover button {opacity: 1;}


#socios{
	background-color: #ffffff;	 
    background-image: url(../img/qn-bg.png);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
}

.logsoc00 {
    width: 100px;
    padding: 10px;
}

#socios p {
    text-align: center;
    margin: 50px 0px;
    font-weight: 500;
    text-transform: inherit;
    font-size: 17px;
}

.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    padding: 20px;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
    color: #fb1f1f;
}

.owl-nav .owl-prev {
  left: -50px;
}

.owl-nav .owl-next {
  right: -50px;
}


/* CONTACTO */
#contacto{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0)   0%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/contact-img.jpg);
    min-height: 120vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contform {
    background-color: #003d76b0;
    color: #ffffff;
    padding: 60px 40px 50px 40px;
    width: 100%;
    height: 100%;
    min-height: 120vh;
}

section#contacto {
    margin: 0px;
    padding: 0px;
}

#contacto .nopadding {
    padding: 0px;
    margin: 0px;
}
.formext {
    margin-bottom: 60px;
    margin-top: 50px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 8px 0px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #003d76;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.btn-contacto:hover {
    background-color: #fb1f1f;
}

/* COTIZA */
@media screen and (min-width: 768px){
	.modal-dialog {
		width: 45%;
		margin: 30px auto;
	}
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    min-height: 450px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
}
.modal-body { 
    position: relative;
    padding: 25px;
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    color: #ffffff;
    background-color: #003d76;
    border-bottom: 1px solid #003d76;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
    text-align: center;
    font-size: 22px;
}
.close {
    float: right;
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}



/* FOOTER */
footer {
    background-color: #003d76;
    padding-bottom: 10px;
    padding-top: 20px;
    color: #ffffff;
}
footer a, .com a {
    color: #f18d8a;
}
footer a:hover, 
footer a:focus, 
.com a:hover, 
.com a:focus {
    color: #d9534f;
    text-decoration: none;
}

.com a {
    line-height: 30px;    
	margin-left: 8px;
}

.com {
    margin-bottom: 42px;
}
#map iframe {
    width: 100%;
}

#to_top {
	display: inline-block;
	background-color: transparent;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	box-shadow: 0 0 5px transparent;
}
#to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 32px;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
#to_top:hover {
  cursor: pointer;
  background-color: #fb1f1f;
}
#to_top:active {
  background-color: #fb1f1f;
}
#to_top.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 479px){
	#contacto {
		min-height: 136vh;
	}
}

/* @media screen and (min-width: 480px) and (max-width: 991px){
	#contacto {
		min-height: 150vh;
	}
} */





#sended {
    background-color: #fff;
    background-image: url(../img/qn-bg.png);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 92vh;
}

#sended .container {
    padding-top: 90px;
}

#sended h2 {
    color: #0057d1;
}

#sended h3 {
    color: #fb1f1f;
}

#sended button {
    font-size: 80px;
    color: #003d76;
    background: transparent;
    border: none;
}

#sended button:hover,
#sended button:focus {
    color: #0057d1;
    text-shadow: 0 0px 6px #003d76;
}


::selection { background: #d9534f; color: #fff;}

.btn_wa {
    color: #fff;
    background-color: #25d366;
    border-color: #25d366;
    position: fixed;
    z-index: 1030;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    font-size: 35px;
    border-radius: 50%;
}
.btn_wa:focus,
.btn_wa:hover {
    color: #fff;
    background-color: #128c7e;
    border-color: #128c7e;
}