﻿
/*************home style**********************/
/* CSS Document */
/* Reset */

body {
    -webkit-text-size-adjust: none;
    line-height: 1;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 110%;
    color: #6A6A6A;
}

/*************notify**************************/

.notifyjs-happyblue-base {
    white-space: nowrap;
    background-color: lightblue;
    padding: 5px;
}

.notifyjs-happyblue-superblue {
    color: white;
    background-color: blue;
}

/*************navbar**************************/

.navbar {
    padding: 1em 0;
    background-color: #00338d;
    z-index: 10;
}

    .navbar li a {
        color: #FFFFFF !important;
    }

        .navbar li a:hover {
            background-color: #0091da !important;
        }

    .navbar .dropdown-menu {
        background: #005eb8;
    }

    .navbar a:active {
        color: #eaaa00;
    }

.navbar-default .navbar-nav > .open > a {
    background-color: #0091da !important;
}

.navbar-default .navbar-nav > .active > a {
    background-color: #0091da !important;
}

/*************tabs and pages******************/

.nav-tabs a {
    color: #555555;
}


.nav-tabs li.active a {
    border-bottom-color: transparent;
    background-color: #F0F3F4;
}

.nav-tabs .nav-item .nav-link {
    background-color: #0080FF !important;
    color: #FFF;
}

    .nav-tabs .nav-item .nav-link.active {
        color: #0080FF;
    }

/*
	.nav-tabs li a {
		border-color: blue; 
        background-color: #B497FF;
		background-color: #ACEAFF;
	}
				

   	.nav-tabs-li-bg-blue {
		background-color: #ACEAFF;
	}

	.nav-tabs-li-bg-pink {
		background-color: #FFA3DA;
	}

	.nav-tabs-li-bg-purple {
		background-color: #B497FF;
	}

	.nav-tabs-li-bg-green {
		background-color: #63EBDA;
	}*/

.tab-content {
    border: 1px solid #dee2e6;
    border-top: transparent;
    padding: 0px;
}

    .tab-content .tab-pane {
        background-color: #F0F3F4;
        min-height: 600px;
        height: auto;
        padding: 15px;
    }

/*************history*************************/

.timeline-1 {
    border-left: 3px solid #b565a7;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(177, 99, 163, 0.09);
    margin: 0 auto;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

    .timeline-1 .event {
        border-bottom: 1px dashed #000;
        padding-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
    }

        .timeline-1 .event:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none;
        }

        .timeline-1 .event:before,
        .timeline-1 .event:after {
            position: absolute;
            display: block;
            top: 0;
        }

        .timeline-1 .event:before {
            left: -207px;
            content: attr(data-date);
            text-align: right;
            font-weight: 100;
            font-size: 0.9em;
            min-width: 120px;
        }


        .timeline-1 .event:after {
            -webkit-box-shadow: 0 0 0 3px #b565a7;
            box-shadow: 0 0 0 3px #b565a7;
            left: -55.8px;
            background: #fff;
            border-radius: 50%;
            height: 9px;
            width: 9px;
            content: "";
            top: 5px;
        }

/**********data tables small buttons *********/

.btn-sm-menu {
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 6px;
    /*border: 1px solid #474747;*/
}


/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

html {
    height: 100%;
}

body {
    background: #ffffff;
    height: 100%;
    min-width: 320px;
}

/* Type */

h1, h2, h3, h5 {
    font-family: 'KPMG Web';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 100%;
}

h1 {
    font-size: 6.5em;
    line-height: 100%;
    color: #FFFFFF;
}

.interior2 {
    color: #00338d;
    margin: 0 0 .3em .3em;
}

h2 {
    font-size: 3em;
    color: #470a68;
}

h3 {
    font-size: 2em;
    color: #FFFFFF;
}

h4 {
    font-family: 'Lobster', cursive;
    font-size: 1.5em;
    margin-bottom: 1em;
}

h5 {
    font-size: 2.2em;
    color: #00338d;
}

.contactos p {
    font-size: 1em;
    margin-bottom: 2em;
}

    .contactos p a {
        font-size: .9em;
    }

#myCarousel p {
    color: #ffffff;
}

label {
    font-size: .9em;
    color: #470a68;
    font-weight: bold;
}

button {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
}

.paragraph1 {
    font-size: 1.2em;
    color: #FFFFFF;
    line-height: 1.5em;
}

    .paragraph1 strong {
        color: #FFFFFF;
    }

.paragraph2 {
    color: rgba(83,83,83,1.00);
    font-size: 1em;
    margin-top: 2em;
    line-height: 130%;
}

.servicios {
    text-decoration: none !important;
    color: #00338d !important;
}

    .servicios:hover {
        color: #0091da !important;
    }

.bloque-servicios {
    margin: 1.5em 0 0 0;
}

@media screen and (max-width: 600px) {

    header h1 {
        margin-top: 1em;
        font-size: 5em;
        line-height: 100%;
    }
}

@media screen and (max-width: 767px) {

    .logo {
        margin-left: 1em;
    }
}

/* Header */

#header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    height: 100px;
    line-height: 3em;
    padding-top: 2.2em;
    padding-left: 10em;
}

/* form */
form p {
    color: #585858;
    font-size: .9em;
    margin-top: 2em;
}

.panel {
    background: rgba(255,255,255,0.8);
    border: 0;
}

@media screen and (max-width: 736px) {

    #header {
        height: 2.5em;
        line-height: 2.5em;
    }

        #header h2 {
            text-align: center;
            position: relative;
            left: 0;
            top: 0;
            height: 2.5em;
            line-height: 2.5em;
        }

            #header h2 a {
                font-size: 1em;
            }

        #header nav {
            display: none;
        }
}

/* Main */

.main {
    display: flex;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}



    .main.fullscreen {
        min-height: 100%;
    }

    .main.style1 {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: left;
        text-align: left;
        padding: 15%;
    }

@media screen and (max-width: 736px) {


    .main.fullscreen {
        height: auto !important;
    }

    .main.style1 {
        padding: 4em 15px 4em 15px;
    }
}

/* Intro */

#intro {
    background: url(../images/bg-1.jpg);
    background-size: cover;
    background-attachment: fixed, fixed;
    background-position: bottom right, center center;
}

/* carousel */

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.carousel-caption h3 {
    color: #FFFFFF !important;
    font-family: 'KPMG Web';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 4em;
}

.carousel-baja {
    position: relative;
    top: 78px;
    /*margin-top:78px;*/
}

@media (max-width: 736px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }

    #myCarousel {
        display: none;
    }
}

.person {
    margin-top: 0;
    margin-bottom: 1.5em;
    width: 50%;
    height: 50%;
    opacity: 0.5;
    transition: opacity 1s ease-in-out;
}

    .person:hover {
        opacity: 1;
    }

.servicios p {
    color: #787878;
}

.servicios h3 {
    color: #00338d;
    font-family: 'KPMG Web';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 3.5em;
    line-height: 100%;
}

/* footer */

.inner {
    margin: 3% auto;
}

footer {
    background-color: #888888;
    padding: 1em 0;
}

    footer h3 {
        text-align: left;
        font-size: 3em;
        margin-bottom: .3em;
    }

    footer h4 a {
        font-size: .9em;
        margin: 0;
        color: #00338d;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    footer h4 {
        margin: .5em 0;
    }

        footer h4 a:hover {
            color: #FFFFFF;
            text-decoration: none;
        }

.info-text {
    color: #e4e5e2;
    font-size: 1em;
    text-align: left;
    margin: 0;
}

footer p {
    margin-top: 1em;
    margin-bottom: 0;
    color: #e4e5e2;
    font-size: .9em;
    text-align: left;
    line-height: 120%;
}

footer a {
    color: #00338d;
}

.legal a:hover {
    color: #eaaa00;
}

/*========== Social Icons ==========*/

.icon {
    width: 100%;
    padding: 0 !important;
    margin: 0;
}

    .icon li {
        display: inline-block;
        list-style: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        opacity: 0.7;
        margin: 3px;
    }

        .icon li:hover {
            opacity: 1;
        }

        /* ul footer */
        .icon li a.twitter {
            height: 62px;
            width: 62px;
            display: block;
            background-image: url(../images/social-icons.png);
            background-repeat: no-repeat;
            background-position: -1px;
        }

        .icon li a.linkedin {
            height: 62px;
            width: 62px;
            display: block;
            background-image: url(../images/social-icons.png);
            background-repeat: no-repeat;
            background-position: -68px;
        }

        .icon li a.youtube {
            height: 62px;
            width: 62px;
            display: block;
            background-image: url(../images/social-icons.png);
            background-repeat: no-repeat;
            background-position: -135px;
        }

ul.icon li a.facebook {
    height: 62px;
    width: 62px;
    display: block;
    background-image: url(../images/social-icons.png);
    background-repeat: no-repeat;
    background-position: -202px;
}

/* boton UP */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #00338d;
    color: white;
    cursor: pointer;
    padding: 17px 19px;
    border-radius: 50%;
    font-size: 1.5em;
}

.sup {
    vertical-align: super;
    font-size: small;
}

#myBtn:hover {
    background-color: #00a3a1;
}

.clear {
    margin-top: 30px;
    margin-bottom: 90px;
    background: none;
}

.cleartop {
    margin-top: 100px;
}

.violet {
    color: #470a68;
    font-size: 1em;
}

.table-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #470a68;
}

/* Canvas */

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.privacy {
    font-size: initial;
    font-family: 'Roboto',sans-serif;
    font-size: 1.2em;
    color: #6a6a6a;
}