@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,);

/* CELESTE : 78B7DD */

/* GENERAL  */
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;   
}

h2 {
	text-align: center;
	font-size: 40px;
	/*margin-bottom: 45px;*/
	color: #1d3d86;
	font-weight: bold;
}

h4 {
    text-align: center;
    font-size: 20px;
    color: #1967A3;
    font-weight: 700;
}

p {
    line-height: 1.5;
    font-size: 17px;
}
section {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.center {
    text-align: center;
}
.img-responsive {
	min-width: 100%;
	max-width: 100%;
}

.space {
	height: 60px;
}
.divisor {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
	height: 50px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #65b335;
}



/* NAV */
.navbar-presta {
    background: #fff;
    border:0px;
    border-radius: none;
   	margin-bottom: 0px;
}
.navbar-presta .navbar-nav li a{
    font-size: 16px;
    padding-top: 30px;
	padding-bottom: 27px;
	height: 95px;
}
.navbar-presta .navbar-nav li a img {
	margin-top: -8px;
	}

.navbar-presta .navbar-nav li:hover a{
    border-bottom: 6px #358DB0 solid;
    padding-bottom: 20px
}

    #slider{
       margin-top: 65px;
       padding: 40px 0 0;
       background-size: cover;
       min-height: 200px !important;
    }


@media only screen and (max-width: 768px) {
    #slider{
       margin-top: 85px;
       width: 100%;
    min-height: 100px !important;
    }

    .navbar-header {
      height: 100px;
    }
    .navbar-toggle {
        margin-top: 33px;
    }

    .navbar-presta .navbar-nav li a{
        font-size: 16px;
        padding-top: 30px;
        font-weight: bold;

    }

    .navbar-presta .navbar-nav li:hover a{
        border-top: none;
        padding-top: 30px;
    }

    

}

.barra-superior {
        position: fixed;
        top:0px;
        display: block;
        background: #fff;
        width: 100%;
        z-index: 9999;
        -webkit-box-shadow: 0px 1px 13px 0px rgba(199,199,199,1);
        -moz-box-shadow: 0px 1px 13px 0px rgba(199,199,199,1);
        box-shadow: 0px 1px 13px 0px rgba(199,199,199,1);
    }
/* FIN NAV */


/* SLIDER */
#main-carousel .carousel-inner .item {
	background-size:;
	height: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
}

#main-carousel .carousel-indicators { 
	bottom:490px
}

#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: roboto;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 120px;
	text-shadow: none;
	text-transform: uppercase;
	text-shadow: 5px 5px 5px rgba(54, 55, 59, 0.62);
}

#main-carousel .carousel-inner h2 span{
  color:#7ab700;
}

#main-carousel .carousel-inner p {
	color: #f6f6f6;
	font-family: roboto;
	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: 35%;
	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;
}


/* FIN SLIDER */


/* FINANCIA */
.financia {
	padding-bottom: 30px;
}
.financia img {
	margin-top: 23px;
}
.financia p {
	padding-right: 20px;
}

.financia h3 {
	color:#1967A3;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
}
.naranja {
	text-align: center;
	margin-bottom: 0px;
	color: #1d3d86;
	font-size: 30px;
}
/* FIN FINANCIA*/


/* CONTACTO */
.social {
	text-align: center;
	color: #000;
}
.social img {
	display: block;
	margin: 20px auto 5px;
}

/* FIN CONTACTO */

/* FOOTER */
footer {
	text-align: right;
	padding: 0 50px;
	min-height: 127px;
	margin: 0px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #65b335;
	background-image: url(../images/logo-footer.png);
	background-repeat: no-repeat;
	background-position: 100px center;
	background-color: #1d3d86;
	background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
	footer {
	background-color: #1d3d86;
	}
}

footer ul {
	padding-top: 0px;
}
footer ul li{
	display: inline-block;
	margin: 20px;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
	text-decoration: none;

}

/*====================
======Clients CSS=====
======================*/

#clients{
	background: #e4e4e4;
	padding-bottom: 50px;
	
}

#clients h2 {
	margin-bottom:30px;
	
}

#clients p {
	color:#fff
}

#clients-carousel  {	
	margin-top:45px;
	text-align:center;
}

#clients-carousel 
.carousel-inner {
	display:inline-block;
	width:60%
}

.carousel-inner blockquote {
  border-left: 0 none;
  margin:15px;
  padding:0;
  text-align: left;
}

.carousel-inner blockquote p {
	font-size:17px;
	
}

#clients-carousel 
.carousel-inner img {
	border-right:5px solid#eee;
	padding-right:10px
}

#clients-carousel 
.carousel-indicators {
	top: 100%;
	left: 50%;
	margin: 0 0 0 -50px;
	position: absolute;
	width: 100px;
}

#clients-carousel .item {
	background:#43484E
}

#clients-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;
}

#clients-carousel 
.carousel-indicators {
  margin-top: 20px;
}

.clients{
  text-align: center;
}

.clients h2 {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	margin-top: 0;
}

.clients p {
	color: #FFFFFF;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.clients p span{
	color:#fc7700;
}




/*============================
======Carousel Effect CSS=====
==============================*/


.carousel.scale .carousel-inner > .item.left > div:nth-child(1),
.carousel.scale .carousel-inner > .item.right > div:nth-child(1) {
  -webkit-animation: fadeOutDown 300ms linear 0ms both;
  animation: fadeOutDown 300ms linear 0ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(1),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(1) {
  -webkit-animation: fadeInDown 300ms linear 75ms both;
  animation: fadeInDown 300ms linear 75ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(2),
.carousel.scale .carousel-inner > .item.right > div:nth-child(2) {
  -webkit-animation: fadeOutDown 300ms linear 75ms both;
  animation: fadeOutDown 300ms linear 75ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(2),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(2) {
  -webkit-animation: fadeInDown 300ms linear 150ms both;
  animation: fadeInDown 300ms linear 150ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(3),
.carousel.scale .carousel-inner > .item.right > div:nth-child(3) {
  -webkit-animation: fadeOutDown 300ms linear 150ms both;
  animation: fadeOutDown 300ms linear 150ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(3),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(3) {
  -webkit-animation: fadeInDown 300ms linear 225ms both;
  animation: fadeInDown 300ms linear 225ms both;
}

.carousel.scale .carousel-inner > .item.left > div:nth-child(4),
.carousel.scale .carousel-inner > .item.right > div:nth-child(4) {
  -webkit-animation: fadeOutDown 300ms linear 225ms both;
  animation: fadeOutDown 300ms linear 225ms both;
}
.carousel.scale .carousel-inner > .item.next > div:nth-child(4),
.carousel.scale .carousel-inner > .item.prev > div:nth-child(4) {
  -webkit-animation: fadeInDown 300ms linear 300ms both;
  animation: fadeInDown 300ms linear 300ms both;
}


/* FORMULARIO SOLICITAR */
#solicitar {
	background: #F4F4F4;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#solicitar input, #solicitar select {
	border-radius: 5px;
	border-color: #E8E8E8;
	padding: 10px 15px;
	height: auto;
} 
#solicitar .bg-red {
	background: #EE3938 !important;
	color: #fff;

}
#solicitar .area {
	border-left: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
#solicitar label {
	margin: 16px 0 10px;
	font-weight: 400;
	font-size: 18px;
}
#solicitar .btn {
	margin-top: 25px;
	height: auto;
	background: #1d3d86 !important;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #65b335;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
/* FIN FORUMARIO SOLICITAR */


/* FORMULARIO CONTACTO */
#contacto label {
	margin: 16px 0 10px;
	font-weight: 400;
	font-size: 18px;
}
#contacto .btn {
	margin-top: 25px;
	height: auto;
	padding: 15px 0 10px;
	background: #1d3d86 !important;
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #65b335;
}
#contacto input, #contacto select {
	border-radius: 5px;
	border-color: #E8E8E8;
	padding: 10px 15px;
	height: auto;
} 
#contacto a.adjuntar {
	display: block;
	margin-top: 10px;
}
#contacto a.adjuntar img {
	margin-top: -5px;
	margin-right: 10px;
}
.contacto #upload{
    display:none
}

/* FIN FORMULARIO DE CONTACTO */

/* MAPS */
#maps {
	margin-top: 80px;
	padding: 0px;
	border: none;
}
/* FIN DE MAPS */

/* MODALES */
.modal-dialog {
    width: 80% !important;
    margin: 100px auto;
    font-size: 12px !important;
}
.modal-dialog p {
	margin:10px 40px;
	font-size: 12px !important;
}
