/* =================================== */
/*	BASIC STYLE
/* =================================== */

body {
    background-color: #fff;
    font-family: "Myriad Pro Regular", Times, serif;
    line-height: 20px;
    font-size: 15px;
    color: #000;
    overflow-x: hidden;
    /* width:100vw; */
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}


    body > section, .footer {
        padding: 1.5em 0;
        width: 100%;
    }

.container {
    padding-top: 3em;
    padding-bottom: 1.5em;
}

.container-1 {
    width: 98%;
    padding-top: 2em;
    padding-bottom: 1.5em;
}

.row {
    max-width: 100%;
    width: auto;
    margin-left: 0;
}

article {
    width: 100%;
}

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url("../fonts/MYRIADPRO-REGULAR.woff") format("opentype");
}

/* @font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('../fonts/trajan pro bold.woff') format('woff');
} */

#logo {
    padding-top: 0.7em;
}

form {
    font-family: 'Open Sans', sans-serif;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure, p {
    margin: 0;
}

a {
    color: #2A2828;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

    a:focus, a:hover {
        color: #4682b4;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

span.color {
    color: #4EC0B6;
}

.sec-title h2 {
    color: #00468b;
    font-size: 2.6em;
    font-weight: 800;
    text-transform: uppercase;
}

.sec-sub-title {
    margin: 35px 0 45px;
}

    .sec-sub-title p {
        font-weight: 600;
        line-height: 24px;
        font-size: 18px;
        color: #5b646e;
    }

.devider {
    margin-top: 0.8em;
}

    .devider i {
        color: gray;
    }

    .devider:before,
    .devider:after {
        content: "_______";
        color: #ccc;
        position: relative;
        bottom: 6px;
    }

    .devider:before {
        right: 10px;
    }

    .devider:after {
        left: 10px;
    }

.mb50 {
    margin-bottom: 2em;
}

hr {
    background-color: #efb13a;
    height: 0.1em;
    width: 40%;
}

.naranjapcsistel {
    color: #e79121;
}

.naranja {
    color: #dd8a16;
}

.azulpcsistel {
    color: #35549d;
}

.azulclaro {
    /*color: #5b8aef;*/
    color: #286090;
}

.white {
    color: white;
}

/* ==========================================================================
 VENTANA CHAT
========================================================================== */
#labelchat {
    color: #FFF;
    background: #D63040;
    position: fixed; /*El div será ubicado con relación a la pantalla*/ /*A la derecha deje un espacio de 0px*/
    right: 0; /*A la izquierda deje un espacio de 0px*/
    bottom: 0px; /*Abajo deje un espacio de 0px*/
    height: 2em; /*alto del div*/
    z-index: 10000;
    width: 6em;
    padding: 0.3em;
}

    #labelchat:hover {
        background: #00acc1;
        cursor: pointer;
    }


#botonchat {
    background: #D63040;
    position: absolute;
    right: 1%;
    bottom: 5%;
    z-index: 99;
    padding: 0.3em;
    width: 3em;
    height: 3em;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

    #botonchat:hover {
        background: #00acc1;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        -webkit-animation: shake .5s; /* Safari 4.0 - 8.0 */
        animation: shake .5s;
        -moz-animation: shake .5s;
    }

#removeClass:hover {
    color: red;
}

.popup-box {
    background-color: #fff;
    border: 1px solid #b0b0b0;
    bottom: 0;
    display: none;
    height: 415px;
    position: fixed;
    right: 70px;
    width: 300px;
    font-family: 'Open Sans', sans-serif;
}

.round.hollow {
    margin: 40px 0 0;
}

    .round.hollow a {
        border: 2px solid #ff6701;
        border-radius: 35px;
        color: red;
        color: #ff6701;
        font-size: 23px;
        padding: 10px 21px;
        text-decoration: none;
        font-family: 'Open Sans', sans-serif;
    }

        .round.hollow a:hover {
            border: 2px solid #000;
            border-radius: 35px;
            color: red;
            color: #000;
            font-size: 23px;
            padding: 10px 21px;
            text-decoration: none;
        }

.popup-box-on {
    display: block !important;
    z-index: 100;
}

.popup-box .popup-head {
    background-color: #fff;
    clear: both;
    color: #7b7b7b;
    display: inline-table;
    font-size: 21px;
    padding: 7px 10px;
    width: 100%;
    font-family: Oswald;
}

.bg_none i {
    border: 1px solid #ff6701;
    border-radius: 25px;
    color: #ff6701;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}

.bg_none:hover i {
    border: 1px solid #000;
    border-radius: 25px;
    color: #000;
    font-size: 17px;
    height: 33px;
    line-height: 30px;
    width: 33px;
}

.bg_none {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.popup-box .popup-head .popup-head-right {
    margin: 11px 7px 0;
}

.popup-box .popup-messages {
}

.popup-head-left img {
    border: 1px solid #7b7b7b;
    border-radius: 50%;
    width: 44px;
}

.popup-messages-footer > textarea {
    border-bottom: 1px solid #b2b2b2 !important;
    height: 34px !important;
    margin: 7px;
    padding: 5px !important;
    border: medium none;
    width: 95% !important;
}

.popup-messages-footer {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

    .popup-messages-footer .btn-footer {
        overflow: hidden;
        padding: 2px 5px 10px 6px;
        width: 100%;
    }

.simple_round {
    background: #d1d1d1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #4b4b4b !important;
    height: 21px;
    padding: 0 0 0 1px;
    width: 21px;
}

.popup-box .popup-messages {
    background: #3f9684 none repeat scroll 0 0;
    height: 275px;
    overflow: auto;
}

.direct-chat-messages {
    overflow: auto;
    padding: 10px;
    transform: translate(0px, 0px);
}

.popup-messages .chat-box-single-line {
    border-bottom: 1px solid #a4c6b5;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}

.popup-messages abbr.timestamp {
    background: #3f9684 none repeat scroll 0 0;
    color: #fff;
    padding: 0 11px;
}

.popup-head-right .btn-group {
    display: inline-flex;
    margin: 0 8px 0 0;
    vertical-align: top !important;
}

.chat-header-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #636364;
    border-radius: 50%;
    font-size: 14px;
    height: 30px;
    width: 30px;
}

.popup-head-right .btn-group .dropdown-menu {
    border: medium none;
    min-width: 122px;
    padding: 0;
}

    .popup-head-right .btn-group .dropdown-menu li a {
        font-size: 12px;
        padding: 3px 10px;
        color: #303030;
    }

.popup-messages abbr.timestamp {
    background: #3f9684 none repeat scroll 0 0;
    color: #fff;
    padding: 0 11px;
}

.popup-messages .chat-box-single-line {
    border-bottom: 1px solid #a4c6b5;
    height: 12px;
    margin: 7px 0 20px;
    position: relative;
    text-align: center;
}

.popup-messages .direct-chat-messages {
    height: auto;
}

.popup-messages .direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
}

.popup-messages .direct-chat-timestamp {
    color: #fff;
    opacity: 0.6;
}

.popup-messages .direct-chat-name {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 49px !important;
    color: #fff;
    opacity: 0.9;
}

.popup-messages .direct-chat-info {
    display: block;
    font-size: 12px;
    margin-bottom: 0;
}

.popup-messages .big-round {
    margin: -9px 0 0 !important;
}

.popup-messages .direct-chat-img {
    border: 1px solid #fff;
    background: #3f9684 none repeat scroll 0 0;
    border-radius: 50%;
    float: left;
    height: 40px;
    margin: -21px 0 0;
    width: 40px;
}

.direct-chat-reply-name {
    color: #fff;
    font-size: 15px;
    margin: 0 0 0 10px;
    opacity: 0.9;
}

.direct-chat-img-reply-small {
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    height: 20px;
    margin: 0 8px;
    width: 20px;
    background: #3f9684;
}

.popup-messages .direct-chat-msg {
    margin-bottom: 10px;
    position: relative;
}

.popup-messages .doted-border::after {
    background: transparent none repeat scroll 0 0 !important;
    border-right: 2px dotted #fff !important;
    bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
    display: inline;
    z-index: -2;
}

.popup-messages .direct-chat-msg::after {
    background: #fff none repeat scroll 0 0;
    border-right: medium none;
    bottom: 0;
    content: "";
    left: 17px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 2px;
    display: inline;
    z-index: -2;
}

.direct-chat-text::after, .direct-chat-text::before {
    border-color: transparent #dfece7 transparent transparent;
}

.direct-chat-text::after, .direct-chat-text::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #d2d6de transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: medium;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
}

.direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
}

.popup-messages .direct-chat-text {
    background: #dfece7 none repeat scroll 0 0;
    border: 1px solid #dfece7;
    border-radius: 2px;
    color: #1f2121;
}

.direct-chat-text {
    background: #d2d6de none repeat scroll 0 0;
    border: 1px solid #d2d6de;
    border-radius: 5px;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}


/* ==========================================================================
 COLOUR VARIATIONS
========================================================================== */
#colour-variations {
    padding: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 140px;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 999999;
    background: #add8e6;
    /*border-radius: 4px;*/
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}

    #colour-variations.sleep {
        margin-left: -140px;
    }

    #colour-variations h3 {
        text-align: center;
        ;
        font-size: 11px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #777;
        margin: 0 0 10px 0;
        padding: 0;
        ;
    }

    #colour-variations ul,
    #colour-variations ul li {
        padding: 0;
        margin: 0;
    }

    #colour-variations li {
        list-style: none;
        display: inline;
    }

        #colour-variations li a {
            width: 20px;
            height: 20px;
            position: relative;
            float: left;
            margin: 5px;
        }

            #colour-variations li a[data-theme="main"] {
                background: white;
            }

            #colour-variations li a[data-theme="brightred"] {
                background: #f64662;
            }

            #colour-variations li a[data-theme="blue"] {
                background: #2185d5;
            }

            #colour-variations li a[data-theme="turquoise"] {
                background: #00b8a9;
            }

            #colour-variations li a[data-theme="orange"] {
                background: #ff6600;
            }

            #colour-variations li a[data-theme="lightblue"] {
                background: #5585b5;
            }

            #colour-variations li a[data-theme="brown"] {
                background: #a03232;
            }

            #colour-variations li a[data-theme="green"] {
                background: #65d269;
            }

.option-toggle {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    margin-right: -30px;
    width: 30px;
    height: 30px;
    background: #f64662;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

.option-toggle i:hover {
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.option-toggle i {
    top: 4px;
    position: relative;
}

.option-toggle:hover, .option-toggle:focus, .option-toggle:active {
    color: #f64662;
    background-color: #fff;
    text-decoration: none;
    outline: none;
}

/* ==========================================================================
 END COLOUR VARIATION
========================================================================== */

/* ==========================================================================
 NAVIGATION
========================================================================== */

/* .navbar-nav>li:nth-child(3) {
    margin-right: 12em;
} */
.navbar-toggle {
    background-color: black;
    /* margin-right: 35px;  */
}

#navigation {
    background: white;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 1;
    font-size: 1.1em;
    color: black;
    width: 100%; /* important */
    max-width: 100%; /* important */
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}

.navbar-brand h2 {
    margin-top: 0;
    font-weight: bold;
    color: black;
}

.navbar-brand {
    padding-top: 0.5em;
    padding-bottom: 0;
}


/* .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
	margin-top: 0;
    margin-bottom: 0;
} */

.navbar-inverse .navbar-nav > li > a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #262626;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em; /*prop. exclusiva si hay imagen en navbar*/
    padding: 16px 18px;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:active {
        /*background:#3eb0d6#ed0121;*/
        color: #32B0EE;
        text-shadow: none;
        border-top: 4px solid #32B0EE;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active {
    color: #32B0EE;
    /*background:#3eb0d6#ed0121;*/
    border-top: 4px solid #32B0EE;
}

.navbar-nav li a.current {
    /*background-color: #0099cc;#006080 */
    color: #32B0EE;
    border-top: 4px solid #32B0EE;
}

.dropdown-menu {
    background-color: #006080; /*#006080 */
    margin-right: -15px;
}


    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #0099cc;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
        }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #006080;
}

.navbar-nav > .open {
    background-color: #003a4d;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 1.1em;
}


/*=========================================
	VIDEO BACKGROUND
==========================================*/
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    pointer-events: none;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-controls,
.html5-video-controls {
    display: none;
    font-size: 18px;
    position: absolute;
    bottom: 9%;
    left: 5%;
    z-index: 99;
    opacity: 0.6;
}

    .html5-video-controls button {
        border: 0;
        background: transparent;
    }

.video-controls-visible {
    display: inline;
}

.video-controls .fa, .html5-video-controls .fa {
    color: #e79225;
    padding: 5px;
    width: /*  25px */ 30px;
}

/*=========================================
	SLIDER
==========================================*/
#slider {
    padding: 0;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
    /* 	z-index:1;  */ /* se cambió a 1 para activar los social links */
}

.slider-container {
    /* background: url('../img/slider4.jpg') center center / cover no-repeat;*/
    background-color: #fff;
    padding: 0;
    background-size: cover;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
}


#slider .carousel-inner .item {
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
}

.carousel-example-generic {
    padding: 0;
    margin: 0 auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

.carousel-caption {
    color: black;
    margin: 0 auto;
    text-shadow: none;
}

    .carousel-caption h2 {
        font-size: 58px;
        font-weight: 600;
        color: #0b2d61; /* #062033 */
    }

        .carousel-caption h2 span {
            font-weight: 400;
        }

    .carousel-caption h3 {
        font-size: 48px;
        font-weight: 300;
        margin: 6px 0 20px;
        color: #e79121;
    }

        .carousel-caption h3.up {
            margin: 6px 0 70px;
        }

    .carousel-caption p {
        color: #000;
        font-size: 1.5em;
        font-weight: 300;
    }

        .carousel-caption p:before,
        .carousel-caption p:after {
            color: #0e773a;
            content: "___";
            position: relative;
            top: -8px;
        }

        .carousel-caption p:before {
            right: 20px;
        }

        .carousel-caption p:after {
            left: 20px;
        }

.social-links {
    margin-top: 1%;
    margin-bottom: 4%;
}

    .social-links button {
        font-size: 1.3em;
    }

    .social-links li {
        display: inline-block;
    }

        .social-links li a {
            color: #61af61;
            display: block;
            margin: 0 6px;
        }

            .social-links li a:hover {
                color: #062033;
            }

.social-links-icon {
    border: 1px solid #f1b941;
    background-color: #f1b941;
    border-radius: 50%;
    float: left;
    padding: 10px 13px;
    width: 3.5em;
}

/* para ubicarlos al lado derecho */
.carousel-indicators {
    bottom: 0.7em;
    left: inherit;
    margin: 0;
    right: 2.7em;
    top: 49%;
    width: 0;
    opacity: 0.7;
}

    .carousel-indicators li {
        border: 1px solid #646464;
        background-color: #646464;
        height: 1.2em;
        width: 1.2em;
        opacity: 0.75;
    }

    .carousel-indicators .active {
        height: 1.4em;
        width: 1.4em;
        opacity: 0.7;
        border: 1px solid #e79121;
        background-color: #e79121;
    }

/* word rotator */
/* .rw-wrapper{
	width: 100%;
	position: relative;
	margin:  110px auto  0 auto;
	font-family: 'Bree Serif';
	 padding: 10px; 
}
.rw-sentence{
	margin: 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
	color: #444;
	font-size: 200%;
	font-weight: normal;
} */

.rw-words {
    display: inline;
    /* text-indent: 10px; */
}

.rw-words-1 span {
    position: absolute;
    left: 0; /* centrar texto */
    right: 0; /* centrar texto */
    opacity: 0;
    overflow: hidden;
    color: #e79121; /*#6b969d; */
    font-size: 0.9em;
    -webkit-animation: rotateWord 12s linear infinite 0s;
    -ms-animation: rotateWord 12s linear infinite 0s;
    animation: rotateWord 12s linear infinite 0s;
}

    .rw-words-1 span:nth-child(2) {
        -webkit-animation-delay: 3s;
        -ms-animation-delay: 3s;
        animation-delay: 3s;
        color: #6b889d;
    }

    .rw-words-1 span:nth-child(3) {
        -webkit-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
        color: #6b9d99;
    }

    .rw-words-1 span:nth-child(4) {
        -webkit-animation-delay: 9s;
        -ms-animation-delay: 9s;
        animation-delay: 9s;
        color: #7a94a7;
    }

/* .rw-words-1 span:nth-child(5) { 
    -webkit-animation-delay: 12s; 
	-ms-animation-delay: 12s; 
	animation-delay: 12s; 
	color: #8d6b9d;
}
.rw-words-1 span:nth-child(6) { 
    -webkit-animation-delay: 15s; 
	-ms-animation-delay: 15s; 
	animation-delay: 15s; 
	color: #9b6b9d;
} */

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* coloured letters */
.sp {
    position: relative;
    display: inline-block;
    -webkit-perspective: 500px;
    perspective: 500px;
}

    .sp:nth-child(odd):before {
        -webkit-animation-name: flip-top;
        animation-name: flip-top;
    }

    .sp:nth-child(odd):after {
        -webkit-animation-name: flip-bottom;
        animation-name: flip-bottom;
    }

    .sp:nth-child(even):before {
        -webkit-animation-name: flip-bottom;
        animation-name: flip-bottom;
    }

    .sp:nth-child(even):after {
        -webkit-animation-name: flip-top;
        animation-name: flip-top;
    }

    .sp:nth-child(1n + 0):before {
        color: /* #34459d; */ #e79121;
    }

    .sp:nth-child(1n + 0):after {
        color: /*#273477; */ #c07615;
    }

    .sp:nth-child(2n + 1):before {
        color: #34459d;
    }

    .sp:nth-child(2n + 1):after {
        color: #273477;
    }

    /* solo dos colores */
    /* .sp:nth-child(2n + 1):before { */
    /* color: #e79121; */
    /* } */

    /* .sp:nth-child(2n + 1):after { */
    /* color: #34459d; */
    /* } */

    .sp:nth-child(3n + 2):before {
        color: #34459d;
    }

    .sp:nth-child(3n + 2):after {
        color: #273477;
    }

    .sp:nth-child(4n + 3):before {
        color: #34459d;
    }

    .sp:nth-child(4n + 3):after {
        color: #273477;
    }

    /* .sp:nth-child(5n + 4):before {
    color: #E23942;
}

.sp:nth-child(5n + 4):after {
    color: #e26839;
}
 */
    .sp:nth-child(1):before {
        -webkit-animation-delay: 0.88706s;
        animation-delay: 0.88706s;
    }

    .sp:nth-child(1):after {
        -webkit-animation-delay: 1.32717s;
        animation-delay: 1.32717s;
    }

    .sp:nth-child(2):before {
        -webkit-animation-delay: 1.76318s;
        animation-delay: 1.76318s;
    }

    .sp:nth-child(2):after {
        -webkit-animation-delay: 2.19375s;
        animation-delay: 2.19375s;
    }

    .sp:nth-child(3):before {
        -webkit-animation-delay: 2.61756s;
        animation-delay: 2.61756s;
    }

    .sp:nth-child(3):after {
        -webkit-animation-delay: 3.03328s;
        animation-delay: 3.03328s;
    }

    .sp:nth-child(4):before {
        -webkit-animation-delay: 3.43965s;
        animation-delay: 3.43965s;
    }

    .sp:nth-child(4):after {
        -webkit-animation-delay: 3.8854s;
        animation-delay: 3.8854s;
    }

    .sp:nth-child(5):before {
        -webkit-animation-delay: 4.21932s;
        animation-delay: 4.21932s;
    }

    .sp:nth-child(5):after {
        -webkit-animation-delay: 4.59022s;
        animation-delay: 4.59022s;
    }

    .sp:nth-child(6):before {
        -webkit-animation-delay: 4.94696s;
        animation-delay: 4.94696s;
    }

    .sp:nth-child(6):after {
        -webkit-animation-delay: 5.28843s;
        animation-delay: 5.28843s;
    }

    .sp:nth-child(7):before {
        -webkit-animation-delay: 5.61358s;
        animation-delay: 5.61358s;
    }

    .sp:nth-child(7):after {
        -webkit-animation-delay: 5.92141s;
        animation-delay: 5.92141s;
    }

    .sp:nth-child(8):before {
        -webkit-animation-delay: 6.21098s;
        animation-delay: 6.21098s;
    }

    .sp:nth-child(8):after {
        -webkit-animation-delay: 6.48137s;
        animation-delay: 6.48137s;
    }

    .sp:nth-child(9):before {
        -webkit-animation-delay: 6.73177s;
        animation-delay: 6.73177s;
    }

    .sp:nth-child(9):after {
        -webkit-animation-delay: 6.96139s;
        animation-delay: 6.96139s;
    }

    .sp:nth-child(10):before {
        -webkit-animation-delay: 7.21139s;
        animation-delay: 7.21139s;
    }

    .sp:nth-child(10):after {
        -webkit-animation-delay: 7.60139s;
        animation-delay: 7.60139s;
    }

    .sp:nth-child(11):before {
        -webkit-animation-delay: 7.85139s;
        animation-delay: 7.85139s;
    }

    .sp:nth-child(11):after {
        -webkit-animation-delay: 8.20139s;
        animation-delay: 8.20139s;
    }

    .sp:nth-child(12):before {
        -webkit-animation-delay: 8.45106s;
        animation-delay: 8.45106s;
    }

    .sp:nth-child(12):after {
        -webkit-animation-delay: 8.70917s;
        animation-delay: 8.70917s;
    }

    .sp:nth-child(13):before {
        -webkit-animation-delay: 9.10318s;
        animation-delay: 9.10318s;
    }

    .sp:nth-child(13):after {
        -webkit-animation-delay: 9.35375s;
        animation-delay: 9.35375s;
    }

    .sp:nth-child(14):before {
        -webkit-animation-delay: 9.75756s;
        animation-delay: 9.751756s;
    }

    .sp:nth-child(14):after {
        -webkit-animation-delay: 10.0328s;
        animation-delay: 10.0328s;
    }

    .sp:before, .sp:after {
        display: block;
        content: attr(data-text);
        -webkit-animation: 0.88889s ease-out both;
        animation: 0.88889s ease-out both;
        -webkit-animation-name: inherit;
        animation-name: inherit;
        text-shadow: 0 0 1em;
    }

    .sp:before {
        -webkit-clip-path: polygon(0 0 100% 0, 100% 100%);
        clip-path: polygon(0 0 100% 0, 100% 100%);
        position: absolute;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        color: #4EC0B6;
    }

    .sp:after {
        -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 100%, 0 100%);
        color: #3967CB;
    }

@import url(http://fonts.googleapis.com/css?family=Raleway:100,900);

@-webkit-keyframes flip-top {
    from {
        -webkit-transform: rotate(50deg) translateY(80vh);
        transform: rotate(50deg) translateY(80vh);
    }
}

@keyframes flip-top {
    from {
        -webkit-transform: rotate(50deg) translateY(80vh);
        transform: rotate(50deg) translateY(80vh);
    }
}

@-webkit-keyframes flip-bottom {
    from {
        -webkit-transform: rotate(-50deg) translateY(80vh);
        transform: rotate(-50deg) translateY(80vh);
    }
}

@keyframes flip-bottom {
    from {
        -webkit-transform: rotate(-50deg) translateY(80vh);
        transform: rotate(-50deg) translateY(80vh);
    }
}


#boton {
    color: #000;
    padding: 6px 10px;
    border: 1px solid #ef9121;
    /* -webkit-border-radius: 5px 5px;  */
    /* -moz-border-radius: 5px 5px;   */
}

    #boton:hover {
        color: #fff;
        border-color: #a96812;
        background-color: #e79121;
        /* box-shadow: inset 0 0 0 1px #fff; */
    }

    #boton:active {
        background-color: #a96812;
        border-color: #e79121;
    }


/*=========================================
	CONÓCENOS
==========================================*/
.content-section {
    padding-top: 0.5em;
}

.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #fff #004242 #004242; /* Primary color, can be changed via colors.css */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}

.services-item {
    background: #f1f1f1;
    padding: 30px 20px 20px;
    margin: 15px 0;
    position: relative;
    color: #fff;
    font-size: 1.6em;
    overflow: hidden;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

    .services-item h4 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 1.1em;
        font-weight: 600;
        color: #36454f;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .services-item p {
        padding: 0;
        margin: 0;
        color: #536872;
        font-size: 0.8em;
        line-height: 1.1em;
        font-weight: 400;
        text-shadow: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .services-item i {
        color: #004242; /* Primary color, can be changed via colors.css */
        padding: 0;
        margin: 0 0 10px 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .services-item:hover {
        background: /* rgba(254,82,76, 1) */ #0094a2; /* Primary color, can be changed via colors.css */
        -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

        .services-item:hover h4 {
            color: #fff;
            transform: translate(0,-5px);
            -webkit-transform: translate(0,-5px);
            -o-transform: translate(0,-5px);
            -moz-transform: translate(0,-5px);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .services-item:hover p {
            color: #fff;
            transform: translate(0,-10px);
            -webkit-transform: translate(0,-10px);
            -o-transform: translate(0,-10px);
            -moz-transform: translate(0,-10px);
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }

        .services-item:hover i {
            color: #fff;
            transform: translate(0,-5px) scale(1.1) rotate(360deg);
            -webkit-transform: translate(0,-5px) scale(1.1) rotate(360deg);
            -o-transform: translate(0,-5px) scale(1.1) rotate(360deg);
            -moz-transform: translate(0,-5px) scale(1.1) rotate(360deg);
            -ms-transform: translate(0,-5px) scale(1.2) rotate(360deg);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

        .services-item:hover:before {
            border-color: #fff #fff #007575 #007575;
            -webkit-transition: border-color .2s ease-in-out;
            -moz-transition: border-color .2s ease-in-out;
            transition: border-color .2s ease-in-out;
        }





/*=========================================
	NUESTROS CLIENTES
==========================================*/
#clientes {
    padding-top: 4em;
}

.item > img {
    /* Firefox 3.5+,IE10 */ filter: gray;
    /* IE6-9 */ -webkit-filter: grayscale(100%);
    /* Chrome 19+& Safari 6+*/ -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */ -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    /*     -webkit-transform: scale(0.9);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(0.9);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms; */
}

    .item > img:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
        /*     -webkit-transform: scale(1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 700ms;
    -moz-transform: scale(1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 700ms;
    overflow: hidden;
	cursor:pointer; */
    }

/*=========================================
	FIN NUESTROS CLIENTES
==========================================*/


/*=========================================
CONTACTO
==========================================*/
#contacto {
    padding: 0;
}

.contact {
    padding-bottom: 0;
}

.contact-address h3 {
    color: #062033;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-address p {
    line-height: 24px;
}


.contact-form h3 {
    color: #062033;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-form .input-group {
    width: 100%;
}

.contact-form .form-control {
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    margin-bottom: 10px;
}

.contact-form .input-field {
    width: 48%;
    float: left;
    margin-right: 4%;
}

    .contact-form .input-field:last-child {
        margin-right: 0;
    }

.contact-form .form-control.error {
    border-bottom-color: #c0392b;
}

label.error {
    color: #c0392b;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-form #form-submit {
    background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
    border: 0 none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    text-align: right;
    width: 150px;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

    .submit-icon .fa-paper-plane {
        position: relative;
        top: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.3s ease 0.2s;
        -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
        -o-transition: all 0.3s ease 0.2s;
        transition: all 0.3s ease 0.2s;
    }

    .submit-icon:hover .fa-paper-plane {
        position: relative;
        top: -37px;
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
    }


/*=========================================
	FOOTER
==========================================*/
.footer {
    background-color: #105A9B;
    border-top: 5px solid #062033;
    color: #fff;
    padding: 0.5em;
    -webkit-transition: all .8s ease-out 0s;
    -moz-transition: all .8s ease-out 0s;
    -ms-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
}

    .footer:hover {
        background-color: #064e74;
        -webkit-transition: all .8s ease-in 0s;
        -moz-transition: all .8s ease-in 0s;
        -ms-transition: all .8s ease-in 0s;
        -o-transition: all .8s ease-in 0s;
        transition: all .8s ease-in 0s;
    }

    .footer a:hover {
        color: #062033;
    }

    .footer h6 {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 30px;
    }


.footer-social {
    margin-top: 17px;
}

    .footer-social li a {
        color: #062033;
        display: block;
        margin-bottom: 10px;
    }


        .footer-social li a:hover {
            color: #4682b4;
        }

.copyright a {
    color: #8dc63f;
}


    .copyright a:hover {
        color: #062033;
    }

.copyright {
    padding: 1em;
}

.invisible-1 {
    visibility: hidden;
}
/*=========================================
	END FOOTER
==========================================*/

/*=========================================
	LOGIN PAGE
==========================================*/

.log {
    overflow-y: auto;
    background: url('../Images/img05.jpg') center center / cover no-repeat;
    /* background-image:url(../images/fondo1.jpg); 
	background-repeat:no-repeat; 
	background-size:cover; */
    background-color: #7f7f7f;
    background-attachment: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    min-height: 100vh;
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 10000;
    opacity: 1;
    font-size: 1.2em;
    text-align: center;
    color: #000;
    padding: 3em 0 0 0;
}

.loginform h2 {
    padding-bottom: 0.8em;
    color: white;
    font-size: 1.2em;
}

.loginform input[type="button"], .loginform input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.loginform {
    width: 30%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    margin-top: 1em;
}

    .loginform input[type="text"], .loginform input[type="password"], .loginform input[type="textbox"] {
        width: 84%;
        padding: 15px 10px 15px;
        font-size: 14px;
        background: transparent;
        border: 2px solid #eca84f;
        outline: none;
        margin-bottom: 0.5em;
        margin-top: 2em;
        color: #fff;
        /*font-family: 'Quicksand', sans-serif;*/
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .loginform input[type="text"] {
        /*background: url("css/images/user.png") no-repeat 382px 11px;*/
        background-size: 25px;
    }

    .loginform input[type="textbox"] {
        /*background: url("css/images/e-mail.png") no-repeat 382px 11px;*/
        background-size: 25px;
    }

    .loginform input[type="password"] {
        /*background: url("css/images/password.png") no-repeat 382px 11px;*/
        background-size: 25px;
    }

        .loginform input[type="text"]:focus, .loginform input[type="password"]:focus, .loginform input[type="textbox"]:focus {
            border: 3px solid #e79121;
        }

.field-validation-error {
    display: block;
    padding-bottom: 0.5em;
}

.validaciondatos {
    display: block;
    padding-bottom: 0.5em;
    color: #aa1717;
}

ul.recordar {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
    padding-left: 10px;
}

    ul.recordar li {
        /* display: none; */
        padding: 0.8em;
    }

        ul.recordar li input[type="checkbox"] + label {
            position: relative;
            padding-left: 0.3em;
            border: #F0F8FF;
            display: inline-block;
            font-size: 15px;
            color: #fff;
        }

    ul.recordar a {
        float: right;
        margin-right: 1.6em;
        color: #fff;
        font-size: 15px;
    }

        ul.recordar a:hover {
            color: #e79121;
        }

    ul.recordar li input[type="checkbox"] + label span:first-child {
        width: 15px;
        height: 15px;
        display: inline-block;
        border: 2px solid #e79121;
        position: absolute;
        top: -1px;
        left: 1em;
        bottom: 4px;
    }

    ul.recordar li .loginform input[type="checkbox"]:checked + label span:first-child:before {
        content: "";
        background: url(css/images/tick.png)no-repeat;
        position: absolute;
        left: 3px;
        top: 3px;
        font-size: 10px;
        width: 10px;
        height: 10px;
    }

.loginform input[type="submit"] {
    font-size: 16px;
    padding: 10px 65px;
    background-color: #e79121;
    color: #FFF;
    border: none;
    border-radius: 0px;
    outline: none;
    float: none;
    cursor: pointer;
}

    .loginform input[type="submit"]:hover {
        background-color: #fff;
        color: #e79121;
    }

/*boton idiomas*/
.idiomas {
    /*position: absolute;
    right: 1%;
    top: 2%;
    line-height: 200%;*/
    display:none;
}

#toggles {
    width: 3em;
    position: absolute;
    display: inline-block;
    top: 7%;
    right: 10%;
}

.ios-toggle, .ios-toggle:active {
    position: absolute;
    top: -5000px;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 16px;
    width: 100%;
    height: 1.2em;
    /*border-radius*/
    -webkit-border-radius: 1.2em;
    -moz-border-radius: 1.2em;
    border-radius: 1.2em;
    background: #db781c;
    cursor: pointer;
}

    .checkbox-label:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        line-height: 34px;
        text-indent: 40px;
        height: 1.2em;
        width: 1.2em;
        /*border-radius*/
        -webkit-border-radius: 1.2em;
        -moz-border-radius: 1.2em;
        border-radius: 1.2em;
        top: 0px;
        left: 0px;
        right: auto;
        background: white;
        /*box-shadow*/
        -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
        -moz-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
        box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
        white-space: nowrap;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        /*transition*/
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        outline: none;
    }

    .checkbox-label:after {
        content: attr(data-off);
        display: block;
        position: absolute;
        z-index: 0;
        top: 0;
        left: -300px;
        padding: 10px;
        height: 100%;
        width: 300px;
        text-align: right;
        color: #ff9800;
        white-space: nowrap;
        box-sizing: border-box;
        /*transition*/
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        outline: none;
    }

.ios-toggle:checked + .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    -moz-box-shadow: inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
    box-shadow: inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}

    .ios-toggle:checked + .checkbox-label:before {
        left: calc(100% - 1em);
        /*box-shadow*/
        -webkit-box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
        -moz-box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
        box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    }

    /*caja texto derecha*/
    .ios-toggle:checked + .checkbox-label:after {
        content: attr(data-on);
        left: 3.5em;
        width: 36px;
    }

/* RED CHECKBOX */

/*color borde barra*/
#checkbox2 + .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
    -moz-box-shadow: inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
    box-shadow: inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
}

/*color fondo barra*/
#checkbox2:checked + .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 20px #f35f42,0 0 0 2px #ddd;
    -moz-box-shadow: inset 0 0 0 20px #f35f42,0 0 0 2px #ddd;
    box-shadow: inset 0 0 0 20px #f35f42,0 0 0 2px #ddd; /*cambia color borde al pasar derecha*/
}

    /*original
#checkbox2:checked + .checkbox-label{
-webkit-box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
   -moz-box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
        box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
}*/



    /*color fuente texto derecha*/
    #checkbox2:checked + .checkbox-label:after {
        color: #f35f42;
    }
/*end boton idiomas*/



.secenviar p {
    text-align: center;
    margin-top: 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

    .secenviar p a {
        color: #fff;
        font-weight: 600;
        padding: 8px 20px;
        border: 1px solid #fff;
    }

        .secenviar p a span {
            font-size: 18px;
        }

        .secenviar p a:hover {
            color: #e79121;
            border: 1px solid #e79121;
        }

::-webkit-input-placeholder {
    color: #FFF;
}

::-moz-placeholder {
    color: #FFF;
}

::-moz-placeholder {
    color: #FFF;
}

::-ms-input-placeholder {
    color: #FFF;
}

.w3footeragile {
    margin: 100px 0px 20px;
}

    .w3footeragile p a {
        color: #000;
        font-weight: 700;
    }

    .w3footeragile p {
        letter-spacing: 2px;
        color: #fff;
    }

        .w3footeragile p a:hover {
            color: #fff;
        }

/*-- Index-Page-Styling --*/

/* pop-up-box-styling */

.contact-form1 {
    padding: 60px 40px;
    background: #e79121;
}

#small-dialog, #small-dialog1, #small-dialog2 {
    max-width: 555px;
}

label.checkbox {
    display: block;
    margin: 5px 0px 0px 23px;
    text-align: left;
}

label {
    color: #000;
    font-size: 15px;
}

.loginform input[type="checkbox"] {
    margin: 3px 13px 3px 4px;
}

.submit-w3l {
    margin-top: 30px;
}

.contact-w3-agileits h3 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 4px;
}

.form-sub-w3ls input[type="text"], .form-sub-w3ls input[type="password"], .form-sub-w3ls input[type="textbox"] {
    border: 2px solid #fff;
}

.submit-w3l input[type="submit"] {
    background: #fff;
    color: #e79121;
}

    .submit-w3l input[type="submit"]:hover {
        background: #fff;
        color: #000;
    }


/*=========================================
	End Login Page
==========================================*/



/*============================================================
==============================================================*/
/*============================================================
MEDIA QUERIES
==============================================================*/
/*============================================================
==============================================================*/

/*============================================================
MIN 1100px and MAX 1280px
==============================================================*/

@media screen (min-width: 1100px) and (max-width: 1280px) {
    #servicios .post-text {
        padding: 3em 1.5em;
    }

        #servicios .post-text h2 {
            font-size: 1.8em;
        }

        #servicios .post-text p {
            font-size: 1.4em;
            padding-bottom: 0.6em;
            line-height: 1.1em;
        }

    li.lista-horizontal {
        font-size: 1.2em;
    }

    .ul-list-hor {
        line-height: 1.4em;
    }
}

/*============================================================
MAX 1099px
==============================================================*/
@media only screen and (max-width: 1099px) {
    .sec-title h2 {
        font-size: 2.4em;
    }

    #servicios .post-text {
        padding: 1em 1.5em;
    }

        #servicios .post-text h2 {
            font-size: 1.5em;
        }

        #servicios .post-text p {
            font-size: 1.1em;
            padding-bottom: 0.6em;
            line-height: 1.1em;
        }

    li.lista-horizontal {
        font-size: 1em;
    }

    .ul-list-hor {
        line-height: 1.4em;
    }
}

/*============================================================
MIN 980px and MAX 1150px
==============================================================*/
@media (min-width: 980px) and (max-width: 1150px) {
    /* slider */
    .carousel-caption h3 {
        font-size: 42px;
    }
}

/*============================================================
MAX 1099px
==============================================================*/
@media screen and (min-width: 890px) and (max-width: 1098px) {
    #servicios .post-text h2 {
        font-size: 1.6em;
    }

    #servicios .post-text p {
        font-size: 1.3em;
        padding-bottom: 0.6em;
        line-height: 1.1em;
    }

    li.lista-horizontal {
        font-size: 1.3em;
    }
}


/*============================================================
MIN 768px and MAX 979px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
    /* slider */
    .carousel-caption h2 {
        font-size: 55px;
    }

    .carousel-caption h3 {
        font-size: 36px;
    }

    /* contact */
    .contact-form .name-email input {
        margin-right: 0;
        width: 100%;
    }

    .footer-social {
        margin-top: 45px;
    }

    /* footer */
    .footer-single {
        margin-bottom: 30px;
    }
}

/*============================================================
MAX 767px
==============================================================*/
@media only screen and (max-width: 767px) {
    .mb50 {
        margin-bottom: 1em;
    }

    .sec-sub-title p {
        font-size: 14px;
    }

    /* slider */
    .carousel-caption h2 {
        font-size: 32px;
    }

    .carousel-caption h3 {
        font-size: 22px;
    }

    .carousel-caption p {
        font-size: 1em;
    }

    .social-links {
        margin-top: 6%;
        margin-bottom: 6%;
    }

    /* contact */
    .contact-address {
        margin-bottom: 30px;
    }

    .footer-social {
        margin-top: 20px;
        text-align: center;
    }

        .footer-social li {
            display: inline-block;
        }

            .footer-social li a {
                margin: 0 10px;
            }

    /* footer */

    .footer-single {
        margin-bottom: 30px;
    }
}


@media screen and (min-width: 768px) {
    #agegate {
        margin: 2% 16% 2% 16%;
    }
}

/*============================================================
MIN 540px and MAX 767px
==============================================================*/

@media only screen and (min-width: 540px) and (max-width: 767px) {
}

/*=========================================
	HEADER
==========================================*/
@media (min-width:1025px) {
    .navbar-nav {
        float: none !important;
        width: 100%;
        text-align: center;
        /*  margin-left:9px; */
    }

        .navbar-nav > li {
            display: inline-block;
            float: none;
        }

    /*     #logo-center {
        position:absolute;
        display:block !important;
        width:auto;
        left:50%;
		margin-left:-9.9em;
		padding: 0 0.8em 0.8em 0.8em;
       margin-left:-3.5em;
         background:#efb13a;
        -webkit-border-radius:0 0 100% 100%;
        -moz-border-radius:0 0 100% 100%;
        border-radius:0 0 100% 100%; 
        padding: 0.8em;
    } */

    .navbar-brand {
        display: none;
    }
}

/*============================================================
	Home video background
==============================================================*/
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

/*============================================================
MAX 1024px
==============================================================*/
@media screen and (max-width: /* 767 */ 1024px) {
    .fullscreen-bg {
        /*background: url('../img/slider4.jpg') center center / cover no-repeat !important;*/
        background-color: white;
        pointer-events: none;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
    }

    .fullscreen-bg__video {
        display: none;
    }

    .navbar-nav > li:nth-child(3) {
        margin-right: 0;
    }

    #navbar {
        overflow-y: auto;
        text-align: center;
    }

    .noshow {
        visibility: hidden;
    }

    .invisible {
        display: none !important;
    }

    .invisible-1 {
        visibility: visible;
    }

    .hidden-logo {
        display: none;
    }

    .services-item {
        margin: 15px 0 15px 10px;
    }

    #boton {
        margin: 0 auto;
        width: 8em;
    }
    /* 	.navbar-collapse, .collapse, .collapse .in, .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
	max-height:10%;
	height:8em;
	} */
}


@media screen and (min-width: /* 767 */ 1025px) {
    .carousel-inner .item {
        background-image: none !important;
        max-width: 100%;
    }

    /* .carousel-indicators {
display:none;
} */

    /* .carousel-caption p {
  display:none;
} */

    .noshow {
        display: none !important;
    }

    .video-controls,
    .html5-video-controls {
        display: block;
    }
}
/* @media (max-width: 1000px) and (orientation: portrait) { 
#slider{
background: url('../img/slider4.jpg') center center / cover no-repeat;
}
.carousel-inner .item >img{
display:none;
display:block;
visibility:hidden; 
}
}

@media (max-width: 645px) and (max-height:644px) { 
#slider{
background: url('../img/slider4.jpg') center center / cover no-repeat;
}
.carousel-inner .item >img{
display:none;
display:block;
visibility:hidden; 
}
} */

/*============================================================
MIN 348px and MAX 539px
==============================================================*/
@media screen and (min-width: 348px) and (max-width: 539px) {
}

/*============================================================
MAX 479px
==============================================================*/
@media screen and (max-width: 479px) {
    .container {
        padding-bottom: 0.8em;
    }

    .container-1 {
        width: 98%;
        padding-top: 0.8em;
        padding-bottom: 1.5em;
    }

    .sec-title h2 {
        font-size: 2em;
    }

    .carousel-caption h3 {
        font-size: 1.5em;
    }

    .carousel-caption p {
        font-size: 1.2em;
    }

    .services-item p {
        font-size: 0.8em;
    }

    #servicios .post-text h2 {
        font-size: 1.8em;
    }

    #servicios .post-text p {
        font-size: 1.4em;
        line-height: 1.2em;
    }

    li.lista-horizontal {
        font-size: 1.3em;
        line-height: 1.3em;
    }

    .ul-list-hor {
        line-height: 1.1em;
    }

    .l-5 {
        width: 41.6666%;
    }

    .l-6 {
        width: 50%;
    }

    .l-9 {
        width: 75%;
    }

    .l-11 {
        width: 91.6666%;
    }

    .m-7 {
        width: 58.3333%;
    }

    .s-12 {
        width: 100%;
    }
}

/*============================================================
MIN 540px and MAX 640px
==============================================================*/
@media screen and (min-width: 540px) and (max-width: 640px) {
    #agemodal {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 347px) {
    #agemodal {
        font-size: 1em;
    }
}

/*============================================================
MAX 347px
==============================================================*/
@media screen and (max-width: 347px) {
    .title-agegate h2 {
        font-size: 0.5em;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    #agegate {
        margin: 2% 25% 2% 25%;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1680px) {
    .log {
        padding-top: 5em;
    }
}


@media screen and (min-width: 1681px) {
    .log {
        padding-top: 12em;
    }
}

/*============================================================
MIN 480px
==============================================================*/
@media screen and (min-width: 480px) {
    .carousel-caption {
        position: absolute;
        bottom: 0.5em;
    }
}

/*============================================================
MAX 768px
==============================================================*/
@media screen and (max-width:768px) {
    .services-item {
        margin: 15px 0 15px 8px;
    }

    .right-align .post-text {
        text-align: left;
    }

    .l-5 {
        width: 41.6666%;
    }

    .l-6 {
        width: 50%;
    }

    .l-9 {
        width: 75%;
    }

    .l-11 {
        width: 91.6666%;
    }

    .s-12 {
        width: 100%;
    }

    .m-7 {
        width: /* 58.3333% */ 100%; /* cambio ancho total img */
    }
}

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

    /* slider */
    .carousel-caption h3 {
        font-size: 45px;
    }
    /* .item{
    background: url('../img/patron.jpg') center center / cover no-repeat;
	pointer-events: none;
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
} */
    /* works */


    /* team */

    .member-thumb {
        width: auto;
    }
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {


    /* slider */

    .carousel-caption h2 {
        font-size: 55px;
    }

    .carousel-caption h3 {
        font-size: 36px;
    }

    /* .item{
    background: url('../img/patron.jpg') center center / cover no-repeat;
	pointer-events: none;
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
} */


    /* noticias */

    .noticias-item {
        margin: 0 auto 30px;
        text-align: center;
        width: 325px;
    }

    .noticias-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        width: 50px;
    }

    .noticias-desc {
        margin-left: 0;
        position: relative;
        top: 0;
    }


    /* works */

    .work-item {
        width: 33.333% /* 32.2% */;
    }

    .work-item-center {
        width: 32.2%;
    }

    .work-item .overlay a {
        margin-top: 15%;
    }

    .work-item .center .overlay a {
        margin-top: 13%;
    }



    /* team */
    .member-thumb .overlay h5 {
        margin: 25px 0;
    }

    .member-thumb {
        margin: 0 auto;
    }



    /* agenda */

    #agenda {
        background-position: center top !important;
    }

    .counters-item {
        margin-bottom: 30px;
    }

        .counters-item i {
            margin: 0 0 15px;
        }

        .counters-item strong {
            font-size: 45px;
        }

    /* contact */

    .contact-form .name-email input {
        margin-right: 0;
        width: 100%;
    }

    .footer-social {
        margin-top: 45px;
    }

    /* footer */

    .footer-single {
        margin-bottom: 30px;
    }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
    body {
        width: 100%;
        height: 100vh;
    }

    .sec-sub-title p {
        font-size: 14px;
    }

    #disc {
        border-spacing: 0.8em;
    }

    /* slider */
    .carousel-caption h2 {
        font-size: 32px;
    }

    .carousel-caption h3 {
        font-size: 22px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    /* .item{
    background: url('../img/patron.jpg') center center / cover no-repeat;
	pointer-events: none;
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
} */

    .social-links {
        margin-top: 6%;
        margin-bottom: 4%;
    }

    /* noticias */

    .noticias-item {
        margin: 0 auto 30px;
        text-align: center;
        width: 280px;
    }

    .noticias-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        width: 50px;
    }

    .noticias-desc {
        margin-left: 0;
        position: relative;
        top: 0;
    }

    /* works */

    .work-item {
        width: /* 90% */ 100%;
    }

    .work-item-center {
        width: 98%;
    }

    /* team */

    .team-member {
        margin-bottom: 30px;
    }

        .team-member:last-child {
            margin-bottom: 0;
        }

    .member-thumb {
        margin: 0 auto;
    }

    /* agenda */

    #agenda {
        background-position: center top !important;
    }

    .counters-item {
        margin-bottom: 30px;
    }

    /* contact */
    .contact-address {
        margin-bottom: 30px;
    }

    .footer-social {
        margin-top: 20px;
        text-align: center;
    }

        .footer-social li {
            display: inline-block;
        }

            .footer-social li a {
                margin: 0 10px;
            }

    /* footer */

    .footer-single {
        margin-bottom: 30px;
    }
}


/*============================================================
	Mobile (Landscape) Design for a width of 540px
==============================================================*/

@media only screen and (min-width: 540px) and (max-width: 767px) {


    /* .item{
    background: url('../img/patron.jpg') center center / cover no-repeat;
	pointer-events: none;
	min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
	
} */

    /* noticias */

    .noticias-item {
        margin: 0 auto 30px;
        text-align: center;
        width: 325px;
    }

    .noticias-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        width: 50px;
    }

    .noticias-desc {
        margin-left: 0;
        position: relative;
        top: 0;
    }

    /* works */

    .work-item {
        left: inherit !important;
        width: 50% /* 48% */;
    }

    .work-item-center {
        left: inherit !important;
        width: 48%;
    }
}

/*============================================================
	Youtube video background
==============================================================*/


@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media screen and (max-width: /* 767 */ 999px) {
    .fullscreen-bg {
        background: url('../img/slider4.jpg') center center / cover no-repeat !important;
        pointer-events: none;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
    }

    .fullscreen-bg__video {
        display: none;
    }
}


@media screen and (max-width: 479px) {
    body {
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
    }

    #agegate .form-control {
        font-size: 0.77em;
        font-weight: 400;
    }
}

/* @media (max-width: 1000px) and (orientation: portrait) { 
#slider{
background: url('../img/slider4.jpg') center center / cover no-repeat;
}
.carousel-inner .item >img{
display:none;
display:block;
visibility:hidden; 
}
}

@media (max-width: 645px) and (max-height:644px) { 
#slider{
background: url('../img/slider4.jpg') center center / cover no-repeat;
}
.carousel-inner .item >img{
display:none;
display:block;
visibility:hidden; 
}
} */
/*============================================================
	LOGIN RESPONSIVE
==============================================================*/


@media screen and (max-width: 1440px) {
    .loginform {
        width: 33%;
    }
}

@media screen and (max-width: 1366px) {
    .loginform {
        width: 35%;
    }

    .w3footeragile {
        margin: 100px 10px 20px;
    }
}

@media screen and (max-width: 1280px) {
    .loginform {
        width: 37%;
    }
}

@media screen and (max-width: 1080px) {
    .loginform {
        width: 45%;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 45px;
        margin: 50px auto;
    }

    .loginform {
        width: 47%;
    }

    .w3footeragile {
        margin: 50px 10px 20px;
    }
}

@media screen and (max-width: 991px) {
    .loginform {
        width: 48%;
    }
}

@media screen and (max-width: 900px) {
    .loginform {
        width: 53%;
    }
}

@media screen and (max-width: 853px) {
    .loginform {
        width: 58%;
    }
}

@media screen and (max-width: 800px) {
    .loginform {
        width: 59%;
    }
}

@media screen and (max-width: 768px) {
    .loginform {
        width: 61%;
    }
}

@media screen and (max-width: 736px) {
    h1 {
        font-size: 40px;
        margin: 40px auto;
    }

    .loginform {
        width: 65%;
    }

    h2 {
        font-size: 35px;
    }

    .secenviar p {
        font-size: 14px;
    }
}

@media screen and (max-width: 667px) {
    .loginform {
        width: 70%;
    }

        .loginform input[type="text"], .loginform input[type="password"], .loginform input[type="textbox"] {
            width: 87%;
        }

    .w3footeragile p {
        letter-spacing: 1px;
        line-height: 24px;
    }
}

@media screen and (max-width: 640px) {
    h1 {
        margin: 35px auto;
    }

    .loginform {
        width: 74%;
    }
}

@media screen and (max-width: 603px) {
    .loginform {
        width: 78%;
    }
}

@media screen and (max-width: 600px) {
    .loginform {
        width: 78%;
        margin-bottom: 2em;
    }

        .loginform input[type="text"], .loginform input[type="password"], .loginform input[type="textbox"] {
            width: 87%;
        }

    .w3footeragile p {
        line-height: 24px;
    }
}

@media screen and (max-width: 568px) {
    h1 {
        font-size: 35px;
        margin: 25px auto;
    }

    h2 {
        font-size: 30px;
    }

    .loginform input[type="text"], .loginform input[type="password"], .loginform input[type="textbox"] {
        width: 92%;
    }

    ul.tick {
        margin-bottom: 20px;
    }

        ul.tick li input[type="checkbox"] + label {
            font-size: 15px;
        }

            ul.tick li input[type="checkbox"] + label span:first-child {
                width: 15px;
                height: 15px;
                top: 0;
                border: 1px solid #EEE;
            }

    .loginform input[type="submit"] {
        font-size: 15px;
        padding: 10px 40px;
    }

    .w3footeragile p {
        font-size: 14px;
    }

    .contact-form1 {
        padding: 60px 33px;
    }

    ul.recordar li input[type="checkbox"] + label {
        padding-left: 1em;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 35px;
        margin: 25px auto;
        letter-spacing: 4px;
    }

    .loginform {
        width: 70%;
    }

    .secenviar {
        text-align: center;
    }

    ul.recordar {
        padding-left: 0;
    }

    .secenviar p {
        float: left;
    }

    .loginform input[type="text"], .loginform input[type="password"], .loginform input[type="textbox"] {
        width: 94%;
        padding: 13px 8px 13px;
    }

    .loginform input[type="textbox"] {
        /*background: url(../css/images/e-mail.png) no-repeat 300px 11px;*/
        background-size: 23px;
    }

    .loginform input[type="password"] {
        /*background: url(../css/images/password.png) no-repeat 300px 11px;*/
        background-size: 23px;
    }

    ul.recordar a {
        margin-right: 4em;
    }

    ul.recordar li input[type="checkbox"] + label span:first-child {
        left: 3px;
    }

    ul.recordar li input[type="checkbox"] + label {
        padding-left: 1em;
    }

    .loginform input[type="text"] {
        /*background: url(css/images/user.png) no-repeat 300px 11px;*/
        background-size: 25px;
    }
}


@media screen and (min-width: 481px) and (max-width: 599px) {
    ul.recordar a {
        margin-right: 12em;
    }
}

@media screen and (max-width: 414px) {
    .loginform {
        width: 70%;
    }

    h1 {
        font-size: 30px;
        letter-spacing: 3px;
    }

    .loginform input[type="textbox"] {
        /*background: url(css/images/e-mail.png) no-repeat 255px 11px;*/
        background-size: 23px;
    }

    .loginform input[type="password"] {
        /*background: url(css/images/password.png) no-repeat 255px 11px;*/
        background-size: 23px;
    }

    .secenviar p {
        font-size: 13px;
    }

        .secenviar p a {
            font-weight: 500;
            padding: 6px 5px;
        }

    .w3footeragile p {
        letter-spacing: 0px;
    }

    .loginform input[type="text"] {
        /*background: url(../images/user.png) no-repeat 254px 11px;*/
        background-size: 25px;
    }

    .contact-w3-agileits h3 {
        font-size: 32px;
        margin-bottom: 37px;
        letter-spacing: 4px;
    }

    .contact-form1 {
        padding: 60px 33px;
    }

    h2 {
        font-size: 28px;
    }

    .w3footeragile {
        margin: 20px 10px;
    }
}

@media screen and (max-width: 384px) {
    h1 {
        letter-spacing: 0;
    }

    .loginform {
        width: 78%;
    }

        .loginform input[type="text"], .loginform input[type="password"], .loginform input[type="textbox"] {
            font-size: 13px;
        }

    .contact-form1 {
        padding: 50px 18px;
    }

    h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 375px) {
    .loginform {
        width: 80%;
    }

    .contact-form1 {
        padding: 60px 14px;
    }

    h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 28px;
        font-weight: 500;
    }

    h2 {
        font-size: 25px;
    }

    .loginform {
        width: 86%;
        margin-bottom: 1em;
    }

    .loginform {
        padding: 20px 15px;
    }

        .loginform input[type="textbox"] {
            /*background: url(css/images/e-mail.png) no-repeat 230px 11px;*/
            background-size: 23px;
        }

        .loginform input[type="password"] {
            /*background: url(css/images/password.png) no-repeat 230px 11px;*/
            background-size: 23px;
        }

    ul.recordar li input[type="checkbox"] + label span:first-child {
        width: 13px;
        height: 13px;
        top: 0px;
        left: 1em;
    }

    ul.recordar li input[type="checkbox"] + label {
        padding-left: 1em;
    }

    ul.recordar a {
        margin-right: 2em;
        margin-top: 9px;
    }

    ul.recordar {
        margin-bottom: 15px;
    }

    .secenviar p {
        float: none;
        text-align: center;
        font-size: 14px;
        margin-top: 20px;
    }

        .secenviar p a, .secenviar p a:hover {
            margin-left: 13px;
            border: none;
        }

    .loginform input[type="text"] {
        /*background: url(css/images/user.png) no-repeat 229px 11px;*/
        background-size: 25px;
    }

    .contact-form1 {
        padding: 45px 3px;
    }

    .contact-w3-agileits h3 {
        font-size: 30px;
        margin-bottom: 30px;
        letter-spacing: 3px;
    }
}

.panel-info {
    border-radius: 0;
    border: 0px;
}

    .panel-info > .panel-heading {
        color: #000000;
        background-color: #ffffff;
        border-color: #ffffff;
        padding: 8px;
    }


        .panel-info > .panel-heading > label {
            color: #ffffff;
        }

.panel-body {
    color: #ffffff;
    padding:0;
}

    .panel-body > .panel-body-heading {
        color: #ffffff;
        background-color: #005C84;
        border-color: #005C84;
        padding: 10px;
    }

    .panel-body > .panel-body-heading  > label {
        color: #ffffff;
        font-size:large;
        font-weight: lighter;
        margin:0;
    }

.padding-left-right {
    padding-left: 40px;
    padding-right: 40px;
}

.modal-footer {
    border-top: 00px;
}

.color__a{
    color:#E56C25;
    font-weight:bolder;
}

.color__b {
    color: #005C84;
    font-weight:bolder;
}

.bottom-aligned{
    display: flex;
    align-items:flex-end;
}

.flex-center-aligned{
    display:flex;
    align-items:center;
}

.no-padding{
    padding: 0;
}