* {
    text-indent: 0;
    margin : 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

/* ---------------------------------------------------
    TITULO CABECERA 
----------------------------------------------------- */
header h1 {
   font-family: serif;
    text-align: center;
    font-size: 1.6em;
    margin-top: 10px;
    margin-bottom: 10px;
}
header mark {
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(100%, rgba(28,28,28,1)));
    background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#1c1c1c', GradientType=1 );
    border-radius: 10px; 
    color: #fafafa;
    padding: 5px;
    text-shadow: 1px 1px 1px rgb(29, 24, 24);
}
header img {
    margin-top: 3px;
}
.htitulo {
    margin-bottom: 10px;
}
.container-fluid a:hover mark {
    color: rgb(168, 209, 219);
}
/** PARALLAX **/
section#parallax {
	height:500px;
	background-image: url(../image/09.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
    margin-bottom: 10px;
}
section#parallax p {
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgb(29, 24, 24);
}
section#parallax a {
    margin-right: 30px;
}
section#parallax a:hover {
    color: white;
}
section#parallax mark {
    background-color: rgba(0,0,0,.5);
    padding: 0 0;
    color: #fafafa;
    box-shadow: 2px 2px 5px black;
} 
/* ---------------------------------------------------
   ELEMENTOS GLOBALES
----------------------------------------------------- */
p {
    font-family: sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.7em;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
address p {
    color: black;
}
h3 img {
    margin-bottom: 10px;
}
/* ---------------------------------------------------
    MENU NAVEGACIÓN
----------------------------------------------------- */
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.navbar ul {
    margin-right: 10px;
}
.navbar img {
    width: 50%;
    height: auto;
}
.line {
    width: 95%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 20px;
}
i,
span {
    display: inline-block;
}
.nav > li > a:hover { 
    background-color: #d0d3d4; 
    color: black !important;
    border-radius: 5px ;
}  
nav .dropdown-menu {
    margin-top: 5px;
}
nav .dropdown-menu a:hover {
    color: #3f2e66;
}
nav .dropdown-menu a:nth-last-child(n+5) {
    color: rgba(76,76,76,1);
}
nav .dropdown-menu a:hover:nth-last-child(n+5) {
    color: black;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}
#sidebar img {
    width: 100%;
    height: auto;
}
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}
#sidebar ul li a {
    text-align: left;
}
#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}
#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
#sidebar.active ul ul a {
    padding: 10px !important;
}
#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}
#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
a[data-toggle="collapse"] {
    position: relative;
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}
ul.CTAs {
    padding: 20px;
    padding-bottom: 0;
}
ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
ul.CTAs img {
    margin-bottom: 48px;
}
a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
/* ---------------------------------------------------
    ESTILOS PORTADA
----------------------------------------------------- */
.btn-outline-secondary {
    cursor: auto !important;
}
a.razon {
	text-align: left;
    font-size: 0.7em;
}
.fondo {
    background: repeating-radial-gradient(
        circle at 0 0, 
        #eee,
        #ccc 50px
      );
}
.naves {
	margin-top: 30px;
    text-align: center;
}
.naves ul {
	margin-top: 10px;
    margin-left: 100px;
    margin-right: 40px;
    text-align: left;
}
.naves h3 {
	margin-top: 20px;
    font-weight: bold;
    font-size: 1.0em; 
}
.naves h2 {
        font-family: Arial Black;
        font-size: 1.5em;
        color: #fff; 
        Background-color: transparent;
        padding: 0.3em;
        border: 1px solid gainsboro;
        border-radius: 20px;
        box-shadow: 2px 2px 5px black;
        text-align: center;
        display: inline-block;
        margin-bottom: 30px;
        font-weight: bold;
        text-shadow: 0 1px 0 #ddd, 0 2px 0 #ccc, 0 3px 0 #bbb, 0 4px 0 #aaa, 0 5px 0 #acacac, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3), 0 3px 5px rgba(0,0,0,0.2), 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.2), 0 20px 20px rgba(0,0,0,0.15);
} 
.naves h4 {
	margin-top: 10px;
    font-size: 1.2em;
    color: rgb(40, 86, 92);
    text-align: left;
}   
.ptexto {
	margin-top: 30px;
}
.ptexto p {
	text-align: left;
}
.ptexto h3 {
	font-family: serif;
    font-size: 1.5em;
    color: rgb(73, 17, 17);
    background-color: whitesmoke;
    padding: 0.3em;
    border: 1px solid gainsboro;
    box-shadow: 2px 2px 5px black;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
}
.ptexto h4 {
	font-size: 1.3em;
	color: rgb(60, 84, 90);
	margin-bottom: 20px;
}
.card-text {
	font-size: 0.8em;
}
.card-title {
	font-size: 1.0em;
}
.image {
    width: 100%;
	height: auto;
}
.empresas {
	margin: 10px 0 20px 0;
    display: inline;
    cursor: auto !important;
}
.cursor {
    cursor: auto !important;
}
.snip1573 {
    background-color: #000;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 0 7px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.snip1573 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1573:before,
.snip1573:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #000000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    opacity: 0.9;
    z-index: 1;
}
.snip1573:before {
    -webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%);
}
.snip1573:after {
    -webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%);
}
.snip1573 img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
    margin-top: 5px;
}
.snip1573 figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}
.snip1573 h3 {
    background-color: #000000;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}
.snip1573 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.snip1573:hover > img,
.snip1573.hover > img {
    opacity: 0.5;
}
.snip1573:hover:before,
.snip1573.hover:before {
    -webkit-transform: skew(45deg) translateX(-55%);
    transform: skew(45deg) translateX(-55%);
}
.snip1573:hover:after,
.snip1573.hover:after {
    -webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%);
}
.snip1573:hover figcaption,
.snip1573.hover figcaption {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
/* ---------------------------------------------------
    ESTILOS GLOBALES PAGINAS
----------------------------------------------------- */
/* clase global paginas carpas, hangares, gradas y escenarios*/
.btn-secondary:hover {
	background: rgba(0,0,0,0);
	color: #3a7999;
	box-shadow: inset 0 0 0 3px #3a7999;
}
.col-center{
    float: none;
    margin: 0 auto;
}
.articulos h2 {
    margin-top: 20px;
    font-size: 1.6em;
    color: rgb(76, 138, 209);
    text-align: center;
    text-shadow: /*relieve*/
    0 1px 0 rgb(200, 200, 200), 
    0 2px 0 rgb(190, 190, 190), 
    0 3px 0 rgb(180, 180, 180),
    0 4px 0 rgb(175, 175, 175),
    0 5px 0 rgb(180, 180, 180),
    0 6px 0 rgb(190, 190, 190),
    /*sombra*/
    5px  7px  5px rgba(0, 0, 0, .40),
    5px 12px 10px rgba(0, 0, 0, .30),
    5px 17px 20px rgba(0, 0, 0, .20),
    5px 22px 30px rgba(0, 0, 0, .10);
}
.articulos h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 1.4em;
    color: #14745c;
    text-shadow: 1px 1px 1px rgb(29, 24, 24);
}
.articulos h4 {
    margin-bottom: 20px;
    font-size: 1.2em;
    color: rgb(50, 111, 121);
    text-shadow: 1px 1px 1px black;
}
.articulos mark {
    background: #d0d3d4;
    border-radius: 5px;
}
img.img-paginas-uno {
    width: 80%;
    height: auto;
    margin-bottom: 5px;
}      
.img-paginas {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
} 
.titulo-pagina h2 {
    font-family: serif;
    font-size: 1.4em;
    color: rgb(73, 17, 17);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.titulo-pagina mark {
    background-color: whitesmoke;
    padding: 0.3em;
    border: 1px solid gainsboro;
    box-shadow: 2px 2px 5px black;
}
  /* FINAL clase global paginas carpas, hangares, gradas y escenarios*/
  /* clase ANEXO*/
.anexo {
    margin-top: 0px;
}
.anexo img {
    width: 75%;
    height: auto;
}
.anexo h2 {
    font-family: serif;
    color: rgb(73, 17, 17);
    text-align: center;
    margin-bottom: 30px;
}
.anexo p {
    margin: 0 100px;
    margin-bottom: 20px;
}
.anexob h2 {
    font-family: serif;
    color: rgb(73, 17, 17);
    text-align: center;
    margin-bottom: 30px;
}
.texto-triana {
    position: absolute;
    top: 74%;
    left: 17%;
    font-size: 2.0em;
    color: rgb(60, 84, 90);
    
    text-shadow: /*relieve*/
    0 1px 0 rgb(200, 200, 200), 
    0 2px 0 rgb(190, 190, 190), 
    0 3px 0 rgb(180, 180, 180),
    0 4px 0 rgb(175, 175, 175),
    0 5px 0 rgb(180, 180, 180),
    0 6px 0 rgb(190, 190, 190),
    /*sombra*/
    5px  7px  5px rgba(0, 0, 0, .40),
    5px 12px 10px rgba(0, 0, 0, .30),
    5px 17px 20px rgba(0, 0, 0, .20),
    5px 22px 30px rgba(0, 0, 0, .10);
}
.icono-triana {
    position: absolute;
    top: 10%;
    left: 40%;
    width: 7%;
    height: auto;
}
/* ---------------------------------------------------
    PIE DE PAGINA
----------------------------------------------------- */
footer {
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(100%, rgba(28,28,28,1)));
    background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(28,28,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#1c1c1c', GradientType=1 );
    padding: 2em;
} 
footer p{
    font-family: sans-serif;
    font-size: 0.8em;
    color: darkgreen;
    text-align: center;
}
.pie {
    text-align: center;
    color: white;
    font-size: 1.1em;
} 
.quienes {
    color: #7386D5;
}
/* ---------------------------------------------------
    CAROUSEL
----------------------------------------------------- */
.contenedor-interno{
    margin: 0 auto;
}
a.link{
	display: block;
    margin-bottom: 2em;
}
/*Owl Carousel*/
.owl-carousel{
	margin-top: 2em;
	margin-bottom: 2em;
}
.owl-carousel .item{
	background: linear-gradient(#69C86B,#82D584,#A0D5A1);
	min-height: 20vh;
}
.owl-carousel .item h4{
	background: rgba(255,255,255,.5);
	margin: 0;
	padding: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 840px) {

    .nav > li > a:hover { 
        background-color: #fff; 
        color: black !important;
        border-radius: 0;
    } 
    .naves h2 {
        font-size: 1.1em;
    } 
    .naves h4 {
        font-size: 1.0em;
        margin-top: 20px;
    }
    .naves ul {
        
        margin-left: 10px;
    }
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    h2 {
        font-size: 1.0em;
        margin: 0 10px !important;
        padding: 0.2em !important;
    }
    p {
        margin: 10px !important; 
        font-size: 0.8em;
    }
    header h1 {
        font-size: 1.1em;
    }
    .line {
        margin: 20px 10px; 
    }
    .capaportafolio {
        display: none;
    }
      /*PORTADA*/
    .snip1573 h3 {
        font-size: 0.8em;
    } 
    .ptexto h3 {
		font-size: 1.2em;
	}
	.ptexto h4 {
		font-size: 1.0em;
    }
    


    /*clase global paginas carpas, hangares, gradas y escenarios*/
    .articulos h2 { 
        font-size: 1.3em;
    }
    .articulos h3 { 
        font-size: 1.1em;
        margin-left: 10px;
    }
    .articulos h4 { 
        font-size: 1.0em;
        margin-left: 10px;
    }
    .anexo h2 {
        font-size: 1.3em;
    } 
    .anexob h2 {
        font-size: 1.3em;
    } 
   .form-inline .form-control {
        width: 150px;
        margin-right: 10px;
    }
   .titulo-pagina h2 {
        font-size: 1.0em;
    }
    .titulo-pagina {
        margin-bottom: 10px;
    }
    .articulos {
        margin-top: 10px;
    }
    .img-paginas {
        margin-top: 10px;
    } 
   .navbar ul {
        margin-top: 5px;
    }
   .nav > li > a:hover { 
        padding-left: 5px;
    }  
    .navbar .btn {
        margin-top: 10px;
    }
    nav .dropdown {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    address span {
        font-size: 0.9em;
    }
    section#parallax h2 {
        font-weight: bold;
    }
}
@media (max-width: 400px) {
    .ptexto {
        height: 470px;
    }
}
@media (min-width: 768px) {
    .navbar img {
        display: none;
    }
     /*PORTADA*/
    .plist {
        font-size: 0.9em;
    }
}

 

