@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

html, body {
    margin: 0;
    padding: 0 !important;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    color: #242424;
    font-size: 14px;
    width: 100%;
}

/* Header 1 */
.header1 {
    background: #e3eaf3;
    height: 45px;
    width: 100%;
}

.header1 .container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}

.header1 .container:after {
    clear: both;
}

.header1 .container .izquierda {
    float: left;
    height: 100%;
    width: 75%;
    box-sizing: border-box;
}

.header1 .container .datos {
    float: left;
    width: 33.3333%;
    height: 100%;
    box-sizing: border-box;
}

.header1 .container .datos a {
    color: #242424;
    text-decoration: none;
    font-size: 13px;
}

.header1 .container .datos a img{
    height: 15px;
    vertical-align: sub;
}

.header1 .container .datos a:hover {
    color: #ff4e00;
    text-decoration: none;
}

.header1 .container .derecha {
    float: left;
    height: 100%;
    width: 25%;
    text-align: right;
    box-sizing: border-box;
    font-size: 0;
}

.header1 .container .derecha .redes {
    width: 25px;
    height: 25px;
    background: #0f356c;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

.header1 .container .derecha .redes:hover {
    background: #ff4e00;
}

.header1 .container .derecha .redes img {
    width: 13px;
    vertical-align: middle;
}
/* Fin Header 1 */

/* Header 2 */
.header2 {
    background: #FFFFFF;
    height: 100px;
    width: 100%;
}

.header2 .container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}

.header2 .container:after {
    clear: both;
}

.header2 .container .izquierda {
    float: left;
    height: 100%;
    width: 25%;
    box-sizing: border-box;
}

.header2 .container .centro {
    float: left;
    height: 100%;
    width: 50%;
    box-sizing: border-box;
    text-align: right;
}

.header2 .container .centro ul.menu {
    display: inline-block;
    position: relative;
    font-size: 0;
}

.header2 .container .centro ul.menu li{
    display: inline-block;
    position: relative;
}

.header2 .container .centro ul.menu li a{
    color: #242424;
    text-decoration: none;
    padding: 5px 12px;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    display: block;
    text-align: left;
    font-weight: 600;
}

.header2 .container .centro ul.menu li a:hover{
    color: #ff4e00;;
}

.header2 .container .derecha {
    float: left;
    height: 100%;
    width: 25%;
    box-sizing: border-box;
    text-align: right;
}

.header2 .container .derecha .boton {
    font-weight: 700;
    color: #fff;
    background-color: #0f356c;
    padding: 10px 12px;
    min-width: 190px;
    text-align: center;
    line-height: 22px;
    border-radius: 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

.header2 .container .derecha .boton:hover {
    background: #ff4e00;
}
/* Fin Header 2 */

/* Bloques */
.bloque {
    position: relative;
}

.bloque:before {
    display: block;
    content: '';
}

.bloque_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.bloque .container {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}

.bloque .container:after {
    clear: both;
}
/* Fin Bloques */

/* Primer Bloque */
.bloque.bloque1:before {
	padding-top: 43.125%;
}

.bloque.bloque1 .bloque_inner {
	background-image: url('../images/bloque1/fondo.jpg');
}

.bloque.bloque1 .bloque_inner .bloque1_contenido {
	position: absolute;
	right: 13%;
	width: 33%;
	top: 0;
}
/* Fin Primer Bloque */

/* Segundo Bloque */
.bloque.bloque2:before {
	padding-top: 33.656%;
}

.bloque.bloque2 .bloque_inner {
	background-image: url('../images/bloque2/fondo.jpg');
}

.bloque.bloque2 .bloque_inner .bloque2_contenido {
	position: absolute;
    left: 10%;
    width: 25%;
    top: 20%;
}
/* Fin Segundo Bloque */

/* Tercer Bloque */
.bloque.bloque3:before {
	padding-top: 38.156%;
}

.bloque.bloque3 .bloque_inner {
	background-image: url('../images/bloque3/fondo.jpg');
}

.bloque.bloque3 .bloque_inner .bloque3_contenido {
	position: absolute;
    left: 5%;
    width: 40%;
    top: 4%;
}
/* Fin Tercer Bloque */

/* Cuarto Bloque */
.bloque.bloque4:before {
	padding-top:  36.25%;
}

.bloque.bloque4 .bloque_inner {
	background-image: url('../images/bloque4/fondo.jpg');
}
/* Fin Cuarto Bloque */

/* Quinto Bloque */
.bloque.bloque5:before {
	padding-top: 47.967%;
}

.bloque.bloque5 .bloque_inner {
	background-image: url('../images/bloque5/fondo.jpg');
}
/* Fin Quinto Bloque */

/* Sexto Bloque */
.bloque.bloque6:before {
	padding-top: 12.562%;
}

.bloque.bloque6 .bloque_inner {
	background-image: url('../images/bloque6/fondo.jpg');
}

.bloque.bloque6 .bloque_inner .bloque6_contenido {
	position: absolute;
	display: block;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
}
/* Fin Sexto Bloque */

/* Septimo Bloque */
.bloque.bloque7:before {
	padding-top: 48%;
}

.bloque.bloque7 .bloque_inner {
	background-image: url('../images/bloque7/fondo.jpg');
}

.bloque.bloque7 .bloque_inner .bloque7_contenido1 {
	position: absolute;
    left: 5%;
    width: 40%;
    top: 12%;
}

.bloque.bloque7 .bloque_inner .bloque7_contenido2 {
    position: absolute;
    right: 2%;
    width: 50%;
    top: 28%;
}
/* Fin Septimo Bloque */

/* Octavo Bloque */
.bloque.bloque8:before {
    padding-top:  46.437%;
}

.bloque.bloque8 .bloque_inner {
    background-image: url('../images/bloque8/fondo.jpg');
}
/* Fin Octavo Bloque */

/* Noveno Bloque */
.bloque.bloque9 .bx-wrapper {
    padding: 0 100px;
}

.bloque.bloque9 .bx-wrapper .bx-pager {
    left: 0;
    bottom: -50px;
    z-index: 999;
}

.bloque.bloque9 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d1dceb;
}

.bloque.bloque9 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bloque.bloque9 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff4e00;;
}
/* Fin Noveno Bloque */

/* Decimo Bloque */
.bloque.bloque10:before {
    padding-top:  46.437%;
}

.bloque.bloque10 .bloque_inner .bx-wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.bloque.bloque10 .bloque_inner .bx-wrapper .bx-viewport{
    margin: 0;
    width: 100%;
    height: 100%;
}

.bloque.bloque10 .bloque_inner .bx-wrapper .bx-viewport .bxslider2 {
    width: 100%;
    height: 100%;
    margin: 0;
}

.bloque.bloque10 .bloque_inner .bx-wrapper .bx-viewport .bxslider2 li {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bloque.bloque10 .bloque_inner .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 30px;
    z-index: 999;
}

.bloque.bloque10 .bloque_inner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d1dceb;
}

.bloque.bloque10 .bloque_inner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bloque.bloque10 .bloque_inner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff4e00;;
}
/* Fin Decimo Bloque */

/* Doceavo Bloque */
.bloque.bloque12:before {
    padding-top: 23.5%;
}

.bloque.bloque12 .bloque_inner {
    background-image: url('../images/bloque12/fondo.jpg');
}
/* Fin Doceavo Bloque */

/* Treceavo Bloque */
.bloque.bloque13 {
    background: black;
    color: white;
    line-height: 1.4;
}

.bloque.bloque13 .datos:after {
    clear: both;
}

.bloque.bloque13 .columna {
    float: left;
    width: 30%;
}

.bloque.bloque13 .columna:first-child {
    margin-left: 5%;
}

.bloque.bloque13 .columna a {
    color: white;
    text-decoration: none;
}

.bloque.bloque13 .columna a img {
    vertical-align: middle;
}
/* Fin Treceavo Bloque */

/* Catorceavo Bloque */
.bloque.bloque14 {
    background: #303030;
    color: white;
}
/* Fin Catorceavo Bloque */

@media (max-width: 991px) {

}