/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

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

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

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

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

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

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

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar-default {
    background-color: transparent;
    border: none;
	
}

.navbar-default .navbar-brand  {
    font-size: 30px;
    line-height:25x;
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus  {
    color:#fff;
	background-color: #006699;
	
	
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus  {
    color:#fff;
    background-color: transparent;
}

.navbar {
    min-height:25px;

}

.navbar-nav > li > a {
    line-height: 15px;
    padding-top: 5px;
}

/*** DESTACADA **/

section.destacada {
    position:relative;
}

section.destacada .contenido {
    top:10%;
    left:0;
	width:90%;
    
	margin-left:auto;
	margin-right:auto;
    position:absolute;
    z-index: 20;
}

section.destacada .contenido h1 {
    padding:20px 50px;
    
    color:#fff;
    text-transform: uppercase;
    margin: 0 auto;
    width:90%;
	text-align:center;
	background-color:rgba(0,0,10,0);
}

section.destacada .contenido h2 {
    padding:20px 50px;
    color:#fff;
    margin: 0 auto;
    width:90%;
	text-align:center;
	background-color:rgba(0,0,10,0.2);
	font-size:18px;
}

div.pattern {
    background-image:url(../img/pattern.png);
    position:absolute;
    opacity: .9;
    left:0;
    top:0;
    right:0;
    bottom:0;
    width:70%;
    height:100%;
    z-index: 10;
}


/****AGENCIA **/


h2 {
	font-family: 'Courgette', cursive;
    color:#787878;
   
}

h2.blanco {
    color:#fff;
}

.borde {
    padding: 50px 0;
}


section.agencia {
    background-color: #ebeeed;
    padding: 10px;
    border-bottom:1px solid #c3c3c3;
}

section.agencia .borde {
    border:1px solid #aeb4b7;
}

section.agencia p {
    font-size: 1.8em;
}


/*** Aplicaciones ***/
section.aplicaciones {
    padding:3px 3px 0 0 ;
	background:rgba(0,102,153,1);
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

section.aplicaciones p {
    font-size: 1.2em;
    color:#4e4e4e;
}

/** servicios */

.servicios {
   /* background-color: rgba(43,67,139,0.2);*/
    border-top:1px solid #c2c2c2;
	z-index: -10;
	width:90%;
	margin-left:auto;
	margin-right:auto;
-webkit-box-shadow: 10px 10px 47px 3px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 47px 3px rgba(0,0,0,0.75);
box-shadow: 10px 10px 47px 3px rgba(0,0,0,0.75);
	
}



section.contacto {
    background-color: #4f5962;
    color:#fff;
    padding:10px;
}

section.contacto .borde {
    border:1px solid #697279;
}

section.contacto p {
    margin-bottom: 25px;
}

section.contacto .btn-default {
    background-color: #67727c;
    border: 2px solid #fff;
    color:#fff;
}
section.contacto .btn-lg {
    padding: 10px 46px;
}

footer {
    background-color:#006699;
	padding-top:10px;
	color:white;
    
}

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

footer a, 
footer a:hover {
    color:#fff;
}
footer p {
    color:white;

	
}

footer .nav > li > a:hover, 
footer .nav > li > a:focus {
    background-color: transparent;
}

/** NOSOTROS **/

.informacion {
    padding:30px 0;
}
.panel-heading,
.panel-group .panel   {
    border-radius: 0;
}
.panel-default > .panel-heading {
        background-color: #FFF;
}
.panel-title > a  {
    color:#fff;
    text-decoration: none;

    font-size: 20px;
}

.panelgroup .panel + .panel {
    margin-top: 0;
}
.panel-body {
    color:#4e4e4e;
}

.activo, .activo a {
    color:#787878!important;
    background-color: #ebeeed!Important;
}

/*** SERVICIOS **/

.modal-body p {
    line-height: 40px;
    font-size: 14px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

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

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



.sombra {  
   -moz-box-shadow: 0 0 10px #000000;  
   -webkit-box-shadow: 0 0 10px #000000;  
    box-shadow: 0 0 10px #000000;  
   } 
   
   
   /* SOMBRA */
 .sombra:hover {  
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

   } 
   
   
   .sombra2 {
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	}
	

/*FONDO PARA BOTONES */	
.buscar {
	height:25px;
	color: #036;
	
	}
	
.buscar:focus {
	border:# 00F;
	background-color:rgba(150,255,153,0.5);  
	  		
}


.fondo1 {
	
	background: rgba(226,231,235,1);
background: -moz-linear-gradient(-45deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(21%, rgba(226,231,235,1)), color-stop(68%, rgba(73,155,234,1)), color-stop(84%, rgba(53,140,232,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(-45deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(-45deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
background: linear-gradient(135deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7eb', endColorstr='#207ce5', GradientType=1 );



border-radius: 0px 42px 0px 0px;
-moz-border-radius: 0px 42px 0px 0px;
-webkit-border-radius: 0px 42px 0px 0px;
border: 0px solid #000000;

-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

text-align:left;
height:280px;
padding:10px;



}


.fondo2 {
	
	background: rgba(226,231,235,1);
background: -moz-linear-gradient(-45deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(21%, rgba(226,231,235,1)), color-stop(68%, rgba(73,155,234,1)), color-stop(84%, rgba(53,140,232,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(-45deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(-45deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
background: linear-gradient(135deg, rgba(226,231,235,1) 21%, rgba(73,155,234,1) 68%, rgba(53,140,232,1) 84%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e7eb', endColorstr='#207ce5', GradientType=1 );



border-radius: 0px 42px 0px 0px;
-moz-border-radius: 0px 42px 0px 0px;
-webkit-border-radius: 0px 42px 0px 0px;
border: 0px solid #000000;

-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

text-align:left;
height:370px;
padding:10px;



}




/*TRANSPARENCIA DE IMAGENES*/
.post img {
filter:alpha(opacity=50); /* IE */
-moz-opacity:0.5; /* Firefox, Opera, ... */
opacity: 0.5; /* CSS 3*/
}


/*TRANSPARENCIA DE FONDO */
.trans {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter:alpha(opacity=60);
	width: 170px;
	margin-left:140px;
	border: solid 2px #FFFFFF;
}


.boton1:hover {
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border-color:#03C; 
border: 5px outset #cfc7cf;
	
}

.brillo:hover{
	background-color: #FF0;
}

.brillo2:hover{
	background-color: #CFC;
}






.sombraALL{
-webkit-box-shadow: 0px 0px 65px 11px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 65px 11px rgba(0,0,0,0.75);
box-shadow: 0px 0px 65px 11px rgba(0,0,0,0.75);
}




.fijo {
	position:fixed !important; 
	left:0px; 
	top:0px; 
	z-index:10 !important
} 



h1{
	font-family: 'Courgette', cursive;
	color: #0d6ab7;
}


h2{
	font-family: 'Courgette', cursive;
	font-size:21px;
	color:#09F;
	font: bold;
}
h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#09F;
	font: bold;
}
.textoAzulclaro {
	color: #CFF;
	font: Verdana bold;
}

.cv {
	font-family: 'Courgette', cursive;
	font-size:18px;
	color:#3b7ac0;
	font: bold;
}

.subtitulo {
	font-size:17px;
	color: #06C;
	
}

.subtituloW {
	font-size:17px;
	color:white;
	
}