/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*END RESET*/

@font-face {
    font-family: 'robotolight';
    src: url('/fonts/roboto/roboto-light-webfont.eot');
    src: url('/fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/roboto/roboto-light-webfont.woff') format('woff'),
    url('/fonts/roboto/roboto-light-webfont.ttf') format('truetype'),
    url('/fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotobold';
    src: url('/fonts/roboto/roboto-bold-webfont.eot');
    src: url('/fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/roboto/roboto-bold-webfont.woff') format('woff'),
    url('/fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
    url('/fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoregular';
    src: url('/fonts/roboto/roboto-regular-webfont.eot');
    src: url('/fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/roboto/roboto-regular-webfont.woff') format('woff'),
    url('/fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
    url('/fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotomedium';
    src: url('/fonts/roboto/roboto-medium-webfont.eot');
    src: url('/fonts/roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/roboto/roboto-medium-webfont.woff') format('woff'),
    url('/fonts/roboto/roboto-medium-webfont.ttf') format('truetype'),
    url('/fonts/roboto/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotothin';
    src: url('/fonts/roboto/roboto-thin-webfont.eot');
    src: url('/fonts/roboto/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/roboto/roboto-thin-webfont.woff') format('woff'),
    url('/fonts/roboto/roboto-thin-webfont.ttf') format('truetype'),
    url('/fonts/roboto/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayregular';
    src: url('/fonts/raleway/raleway-regular-webfont.eot');
    src: url('/fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/raleway/raleway-regular-webfont.woff') format('woff'),
    url('/fonts/raleway/raleway-regular-webfont.ttf') format('truetype'),
    url('/fonts/raleway/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewaymedium';
    src: url('/fonts/raleway/raleway-medium-webfont.eot');
    src: url('/fonts/raleway/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/raleway/raleway-medium-webfont.woff') format('woff'),
    url('/fonts/raleway/raleway-medium-webfont.ttf') format('truetype'),
    url('/fonts/raleway/raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ralewaybold';
    src: url('/fonts/raleway/raleway-bold-webfont.eot');
    src: url('/fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/raleway/raleway-bold-webfont.woff') format('woff'),
    url('/fonts/raleway/raleway-bold-webfont.ttf') format('truetype'),
    url('/fonts/raleway/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    /*overflow: hidden;*/
    background-color: #f1f1f2;
}

#header{
    background-color: #fff;
}

.marker_m{
    width: 100%;
    height: 20px;
    background-color: #a10f45;
}

.logo-nav{
    margin-left: 30px;
}

.navbar-nav>li>a {
    padding-top: 60px;
    padding-bottom: 15px;
    font-family: 'ralewaymedium';
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding-top: 40px;
}

#home1{
    background-image: url(/img/home_01.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
}

#home2{
    background-image: url(/img/home_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#home3{
    background-image: url(/img/home_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#slider_cont{
    width: 100%;
    /*height: 900px;*/
    position: relative;
}

#slider_cont .container{
    position: relative;
}

.box_cont hr{
    width: 100%;
    height: 2px;
    background-color: #414246;
}

.slider{
    position: absolute;
    height: 100%;
}

.slider div {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.slider_box{
    margin-top: 80px;
    background-color: #f1f1f2;
}

.box_wrapper{
    background-color: #f1f1f2;
}

.box_cont{
    padding: 30px 30px;

}

.box_title{
    font-family: 'ralewaymedium';
    font-size: 17pt;
    color: #203885;
}

.box_title{
    text-transform: uppercase;
}

.slider_desc{
    font-family: 'ralewaymedium';
    font-size: 16pt;
    color: #000;
}

.box_desc{
    font-family: 'ralewaymedium';
    font-size: 16pt;
    color: #000;
    text-transform: none;
    text-align: justify;
}
.navbar-brand{
    height: auto;
    padding: 15px 0px;
}

.navbar{
    margin-bottom: 0px;
}

.navbar-toggle{
    margin-top: 35px;
}

.logo-nav{
    margin-left: 0px;
}

#footer hr{
    background-color: #5489c7;
    width: 100%;
    height: 1px;
}
#footer a{
    color: #000;
    font-family: 'ralewayregular';
    font-size: 12pt;
    margin-bottom: 10px;
}
.aviso{
    float: left;
}

.disclaimer{
    float: right;
}

.section_title{
    margin-top: 20px;
    margin-bottom: 80px;
    float: none;
}

.section_title span{
    color: #a10f45;
    margin-right: 20px;
}

.section_title h2{
    font-family: 'robotobold';
    color: #414246;
    font-size: 16pt;
}

.img_box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
}

#diferenciadores{
    background-image: url(/img/diferenciadores.jpg);
}

#conoce{
    background-image: url(/img/conoce.jpg);
}

.section_wrapper{
    border: 1px solid #808184;
    margin-top: 20px;
    background-color: white;
    padding: 0px 0px 0px;
}

.container{
    padding-left: 0px;
    padding-right: 0px;
}

.columnas-diferenciadores{
    margin: 0px 100px;
    text-align: center;
    font-family: 'ralewaybold';
    font-size: 16pt;
    text-transform: uppercase;
}



.diferenciadores-grey{
    background-color: #f4f4f4;
    position: relative;
    height: 83px;
}

.diferenciadores-grey p{
    padding-top: 35px;
}


.d-img{
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
}

.row{
    margin: 0px;
}
.active{
    padding-bottom: 5px;
    border-bottom: solid 5px #a10f45;
}

/*CONOCE TCG*/
.toggle-content-wrapper{
    margin-bottom: 30px;
}
.toggle-content-wrapper.open .arrow-down {
    opacity: 0;
}
.toggle-content-img{
    height: 60px;
    width: 60px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: -34px;
    margin-left: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.toggle-content-img-mision{
    background-image: url(/img/mision.jpg);
}
.toggle-content-img-vision{
    background-image: url(/img/vision.jpg);
}
.toggle-content-img-objetivos{
    background-image: url(/img/objetivos.jpg);  
    background-position-y: 50%;
    background-position-x: 0; 
}

.toggle-content-img-responsabilidad{
    background-image: url(/img/responsabilidad1.jpg);
}

.toggle-content-img-confianza{
    background-image: url(/img/confianza1.png);
}

.toggle-content-img-flexibilidad{
    background-image: url(/img/flexibilidad1.png);
}

.toggle-content-img-etica{
    background-image: url(/img/etica1.png);
}

.toggle-content-title{
    margin-bottom: 5px;
    font-family: "ralewaybold";
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}
.toggle-content-header{
    background-color: #F4F4F4;
    text-align: center;
    padding: 35px 10px 5px;
}
.toggle-content-header:hover .toggle-content-img-mision{
    background-image: url(/img/mision2.jpg);
}
.toggle-content-header:hover .toggle-content-img-vision{
    background-image: url(/img/vision2.jpg);
}
.toggle-content-header:hover .toggle-content-img-objetivos{
    background-image: url(/img/objetivos2.jpg);
}

.toggle-content-header:hover .toggle-content-img-responsabilidad{
    background-image: url(/img/responsabilidad2.jpg);
}

.toggle-content-header:hover .toggle-content-img-confianza{
    background-image: url(/img/confianza2.png);
}

.toggle-content-header:hover .toggle-content-img-flexibilidad{
    background-image: url(/img/flexibilidad2.png);
}

.toggle-content-header:hover .toggle-content-img-etica{
    background-image: url(/img/etica2.png);
}

.toggle-content-header:hover{
    color: #A10F45;
    cursor: pointer;
}

.toggle-content-data{
    color: #58595B;
    font-family: "robotoregular";
    font-size: 14px;
    padding: 15px;
    background-color: #E6E7E8;
    text-align: justify;
    display: none;
}

.toggle-content-data-sm{
    margin: 0px 100px;
}

.toggle-content-wrapper-b{
    margin-bottom: 100px;
}

.section-servicios-wrapper{
    height: 400px!important;
}


/*Servicios*/
.servicios-content-wrapper{
    margin: 0 50px;
    padding-bottom: 30px;
}
#servicios-list{
    background-color: #F9F9F9;
    border: 1px solid #808184;
    padding: 10px 40px;
    width: 100%;
}
.servicio-option{
    font-family: 'robotoregular';
    color: #808184;
    line-height: 45px;
}
.servicio-option:hover{
    color: #A10F45;
    cursor: pointer;
}
#servicios-info{
    border: 1px solid #808184;
    padding: 10px 20px;
    height: 562px;
}
#servicios-info h3{
    color: #414246;
    font-family: 'robotobold';
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #414246;
    display: inline-block;
    margin-bottom: 40px;
}
.servicio-option-info{
    padding-top: 30px;
    display: none;
}
.servicio-option-info li{
    color: #A10F45;
    list-style-type: disc;
    margin-left: 30px;
}
#servicios-info p{
    color: #58595B;
    font-family: 'robotoregular';
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}
.servicio-option-info li p{
    margin-bottom: 10px !important;
}
.nota{
    font-size: 14px !important;
    color: #aaa !important;
    margin-top: -12px;
}
.pleca{
    height: 20px;
    width: 100%;
    background-color: #A10F45;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*Contacto*/

#map-canvas{
    height: 400px;
}

.contacto{
    font-family: 'robotothin';
    font-size: 18px;
    padding: 0px 63px;
}

.contacto img{
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.contacto-datos{
    margin-top: 20px;
    padding-left: 36px;
    color: #000;
}

.contacto-datos a{
    text-decoration: none;
    color: #000;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.boton-enviar{
    background-color: #a10f45;
    color: #fff;
    font-family: 'robotomedium';
    width: 100px;
    height: 42px;
    float: right;
    border: none;
    margin-bottom: 30px;
}

/*Aviso de Privacidad*/
.aviso-info{
    padding-bottom: 30px;
}
.aviso-info p{
    font-family: 'robotothin';
    margin-bottom: 20px;
}
.aviso-info b{
    font-family: 'robotobold'
}
.aviso-info ol{
    list-style-type: decimal;
    padding-left: 40px;
    font-family: 'robotoregular';
    font-size: 14px;
    margin: 0 0 20px;
}
.aviso-info ul{
    list-style-type: disc;
    padding-left: 40px;
    font-family: 'robotothin';
    font-size: 14px;
    margin: 0 0 20px;
}




