/**
 * WEBSITE: http://euterpe.v6.army
 * FACEBOOK: https://www.facebook.com/euterpe1a
 * GITHUB: https://github.com/euterpeproject
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Anaheim|Quattrocento+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600");
html {
    background-color: #000229;
    color: #737f8a;
}

body {
    background-color: #000229;
    font-family: "Anaheim", sans-serif;
    color: #737f8a;
    -webkit-font-smoothing: antialiased;
    position: relative; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Quattrocento Sans", sans-serif;
    color: #afbac4;
}

p {
    font-family: "Quattrocento Sans", sans-serif;
}

/*=================================================================
  Configuración básica
==================================================================*/
::-moz-selection {
    /*Código para Firefox*/
    color: #fff;
    background: #2933fc;
}

::selection {
    color: #fff;
    background: #2933fc;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
figure {
    margin: 0;
}

a {
    color: #fff;
    transition: all 0.3s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: #6CB670;
}

.kill-margin-bottom {
    margin-bottom: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.btn {
    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    transition: all 0.3s ease-in 0s;
}
.btn:focus {
    color: #ddd;
    box-shadow: none;
}
.btn-flow {
    border: none;
}
.btn-flow:hover, .btn-flow:focus {
    background-color: #2933fc;
    border-color: #2933fc !important;
    color: #fff;
}

.btn-transparent {
    border: 1px solid #030649;
}
.btn-transparent:hover, .btn-transparent:focus {
    background-color: #2933fc;
    border-color: #2933fc !important;
    color: #fff;
}

.form-control {
    background-color: #151caa;
    border-radius: 0;
    padding: 5px 10px;
    border: 0 none;
    color: #ddd;
}
.form-control:focus {
    box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
    /*Crhome, Safari, Opera*/
    color: #ddd;
}
.form-control:-moz-placeholder {
    /*Firefox 18- */
    color: #ddd;
}
.form-control::-moz-placeholder {
    /*firefox 19+*/
    color: #ddd;
}
.form-control:-ms-input-placeholder {
    /* Internet Explorer*/
    color: #ddd;
}

.border {
    border-top: 2px solid #eceff112;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 30%;
}
.border:before {
    background-color:  #fff;
    content: "";
    height: 6px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -4px;
    width: 50px;
    background-color: #2933fc;
}

.color {
    color: #6CB670;
}

/*espacio para .sub-title > 3*/

/*/espacio para .sub-title > 3*/

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.bg-one {
    background-color: #000229;
    /* background-image: url('../images/banner/banner.jpg'); */
}

.bg-dark {
    background: #030649;
}

.parallax-section {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-padding {
    padding: 0 !important;
}

.inline-block {
    display: inline-block;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    transition: all 0.2s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: #2933fc;
}

.btn-main {
    background: #2933fc;
    color:  #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}
.btn-main:hover {
    background: #2c9091;
    color: #fff;
}

.mt-20 {
    margin-top: 20px;
}

.section{
    padding: 100px 0; 
}
@media (max-width: 480px) {
    .section {
        padding: 50px 0;
    }
}
@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
}
.section-sm {
    padding: 70px 0;
}
.section-xs {
    padding: 50px 0;
}

.btn:focus {
    color: #ddd;
}

#home {
    position: relative;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.parallax-section {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.preloader {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
}
.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #2933fc;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        transform: scale3D(1, 1, 1);
    }
    35% {
        transform: scale3D(0, 0, 1);
    }
}
@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        transform: scale3D(1, 1, 1);
    }
    35% {
        transform: scale3D(0, 0, 1);
    }
}

.title {
    padding-bottom: 60px;
}
.title h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
    color: #fff;
}
.title h2 span {
    color: #2933fc;
}
.title p {
    color: #666;
}
.title.title-white h2 {
    color: #fff;
}

.bg-gray {
    background: #f9f9f9;
}

.section-bg {
    background: #292F36;
}

.overly {
    position: relative;
}
.overly:before {
    content: "";
    background:  #00000018;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-bradcrumb {
    background: transparent;
}
.header-bradcrumb a,
.header-bradcrumb .active {
    color: #cfcfcf;
    font-weight: 200;
    font-family: "Quattrocento Sans", sans-serif;
}
.header-bradcrumb a:hover {
    color: #2933fc;
}

.slick-slide {
    outline: none;
}

/*CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pagination li {
    margin: 5px;
    display: inline-block;
}

.pagination li a {
    background: #030649;
    border: 0;
    color: #fff;
    border-radius: 0 !important;
}

.pagination li a:focus, .pagination li a:hover, .pagination li a:active {
    background:  #2933fc;
    color: #fff;
    box-shadow: none;
}

.logo {
    margin-top: 10px;
    display: inline-block;
}
.logonav {
    border-radius: 50%;
    margin: 0 auto;
    max-width: 70px;
    width: 70%;
}

/* espacio para .single-page-header */
/* /espacio para .single-page-header */


/*=================================================================
  Navigation
==================================================================*/
.navigation {
    background-color: #000229;
    width: 100%;
    z-index: 99;
    margin-bottom: 0;
    padding: 10px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.navigation .logo {
    padding: 0;
    height: auto;
    margin-top: 0;
}
.navigation .logo img {
    height: auto;
    /* width: 140px; */
    width: 50px;
}
.navigation .navigation-menu li a.active {
    color: #2933fc !important;
}
.navigation .navigation-menu a {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px;
    color: #737f8a;
}
.navigation .navigation-menu a:hover, .navigation .navigation-menu a:focus {
    background: transparent;
    color: #2933fc !important;
}

.navbar-toggle {
    border: 1px solid #fff;
    border-radius: 0;
}
.navbar-toggle span {
    background: #fff;
}

.bg-1 {
    background-image: url('../images/banner/cyber-background-wtbsuxgddl347htc.webp');
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-2 {
    background-image: url('../images/banner/information-technology-1920-x-1080-background-ptzkyy3hjt1memul.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.hero-area {
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-area .block {
    text-align: center;
    z-index: 99;
}
.hero-area .block .video-button a {
    background: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    line-height: 60px;
    font-size: 20px;
    margin-left: 3px;
    color: #2933fc;
}
.hero-area .block h1 {
    font-size: 90px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .hero-area .block h1 {
        font-size: 60px;
    }
}
@media (max-width: 768px) {
    .hero-area .block h1 {
        font-size: 48px;
    }
}

.hero-area .block p {
    color: #fff;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
}

.hero-area .block .btn-transparent .btn-flow {
    margin-top: 40px;
    border-color: #fff;
    padding: 14px 50px;
    font-size: 18px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    /* color: white */
    
}
.hero-video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overlay {
    position: relative;
}

.overlay::before {
    content: "";
    background: #000000a1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.dark-bg {
    background: #000000b3;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

/*=================================================================
  Sobre nosotros sección
==================================================================*/
.about .block {
    background: #030649;
    padding: 30px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.about .block:hover {
    border-bottom: 2px solid #2933fc; 
}
.about .block:hover .icon-box {
    transform: translateY(-10px);
}
.about .block .icon-box {
    position: relative;
    width: 160px;
    height: 92.38px;
    background-color: transparent;
    margin: 46.19px auto 60px;
    padding: 20px 0;
    border-left: 2px solid #eceff112;
    border-right: 2px solid #eceff112;
    font-size: 50px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
}
.about .block .icon-box:after, .about .block .icon-box:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 113.14px;
    height: 113.14px;
    background-color: inherit;
    left: 20.4315px;
    transform: scaleY(0.5774) rotate(-45deg);
}
.about .block .icon-box:before {
    top: -56.5685px;
    border-top: 2px solid #eceff112;
    border-right: 2px solid #eceff112;
}
.about .block .icon-box:after {
    bottom: -56.5685px;
    border-bottom: 2px solid #eceff112;
    border-left: 2px solid #eceff112;
}
.about .block .icon-box h3 {
    color: #afbac4;
}

/*=================================================================
  Sobre nosotros sección 2
==================================================================*/
.about-2 .content-block {
    padding: 35px 40px;
}
@media (max-width: 768px) {
    .about-2 .content-block {
        padding: 40px 15px;
    }
}
.about-2 .content-block .media {
    margin-top: 25px;
}
.about-2 .content-block .media .pull-left {
    padding-right: 15px;
}
.about-2 .content-block .media i {
    font-size: 30px;
    color: #2933fc;
}
.about-2 .content-block .media h4 {
    font-size: 16px;
    font-weight: 600;
}

/*=================================================================
 Llamada a la acción 1
==================================================================*/
.call-to-action {
    background-attachment: fixed;
}
.call-to-action h2 {
    font-weight: 700;
    color: #444;
}
.call-to-action p {
    font-size: 16px;
    color: #666;
}
.call-to-action .btn-main {
    margin-top: 20px;
}

/*=================================================================
 Llamada a la acción 2
==================================================================*/

/*espacio para .call-to-action-2*/
/*/espacio para .call-to-action-2*/

.contact-us {
    padding-top: 50px;
}
.contact-form {
    margin-bottom: 60px;
}
.contact-form .form-control {
    background-color: transparent;
    border: 1px solid #eceff112;
    height: 45px;
}
.contact-form textarea.form-control {
    padding: 10px;
    height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
#contact-submit:hover {
    border-color: #2933fc;
}
#contact-submit {
    border: 1px solid #eceff112;
    background: #2933fc;
    padding: 12px 0;
    width: 100%;
    margin: 0;
}

.google-map #map_canvas {
    height: 400px;
    /* width: 100%; */
}

.contact-info p {
    margin-bottom: 25px;
}

.con-info {
    margin-bottom: 20px;
}

.con-info i,
.con-info span {
    float: left;
}

.con-info span {
    margin: -5px 0 0 15px;
}

.error {
    display: none;
    padding: 10px;
    color: #d8000c;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
}

.success {
    background-color: #6CB670;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
}

#map {
    height: 370px;
    width: 100%;
}

/*=================================================================
  Sección de contador de inicio
==================================================================*/
.counters-item {
    padding: 25px 0;
    margin-bottom: 10px;
    background: #292F36;
}
.counters-item i {
    margin-bottom: 10px;
    font-size: 40px;
    display: inline-block;
}
.counters-item span {
    display: block;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
}
.counters-item h3 {
    font-size: 20px;
    margin: 0;
}

/*=================================================================
  Sección de precios
==================================================================*/
.price-item {
    border: 1px solid #eceff112;
    padding-bottom: 30px;
    margin: 15px 0;
}
.price-title {
    background-color: #292F36;
    padding: 30px 0 20px;
}
.price-title h3 {
    color: #2933fc;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.price-title p {
    font-size: 18px;
    font-weight: 400;
}
.price-title .value {
    color: #2933fc;
    font-size: 30px;
}
.pricing li {
    padding: 10px 0;
}
.pricing li:last-child {
    border-bottom: 1px solid #eceff112;
    margin-bottom: 20px;
}
.pricing li:nth-child(2n) {
    background-color: #292F36;
}
.pricing li .btn {
    text-transform: uppercase;
    margin: 20px 0;
}

/*=================================================================
  Sección Portfolio
==================================================================*/
.portfolio-filter {
    margin-bottom: 20px;
    text-align: center;
}
.portfolio-filter button {
    border: none;
    outline: none;
    border: 1px solid #eceff112;
    background: transparent;
    display: inline-block;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: 700;
    color: #737f8a;
    transition: all 0.3s;
}
.portfolio-filter button.active {
    border: 1px solid #2933fc;
    color: #2933fc;
}
.portfolio-items-wrapper .mix {
    padding: 5px;
}

.portfolio-block {
    position: relative;
    margin-top: 30px;
}
.portfolio-block:before {
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    opacity: 0;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    content: "";
}
.portfolio-block img {
    width: 100%;
    height: auto;
}
.portfolio-block:hover:before {
    opacity: 1;
}
.portfolio-block:hover .caption h4 {
    top: 45%;
}
.portfolio-block:hover .caption {
    opacity: 1;
    top: 50%;
}
.portfolio-block .caption {
    position: absolute;
    top: 60%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 0.2s ease-in-out;
    text-align: center;
    width: 80%;
}
.portfolio-block .caption h4 {
    font-size: 16px;
    font-weight: 600;
}
.portfolio-block .caption h4 a {
    color: #555;
}
.portfolio-block .caption .search-icon {
    background: #2933fc;
    width: 45px;
    height: 45px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.portfolio-block .caption .search-icon i {
    line-height: 45px;
}

/*=================================================================
  Sección de servicios
==================================================================*/
.service-block {
    padding: 60px 20px;
    border-left: 1px solid #eceff112;
    border-top: 1px solid #eceff112;
    margin-bottom: 40px;
    box-shadow: 
    2px 2px 5px #2c2c2c4d,
    13px 13px 0 #ffffffb3;
}
.service-block .service-icon {
    margin-bottom: 10px;
    font-size: 50px;
}


/*espacio para .service-2 .service-item */
/*=================================================================
  Sección de servicios 2
==================================================================*/
/*espacio para .service-2 .service-item */



/*=================================================================
  Nuestras habilidades
==================================================================*/
.skill-bar p {
    font-size: 18px;
    margin-bottom: 0;
}
.skill-bar p span {
    font-style: italic;
    font-size: 30px;
    color: #bbbbbb57;
    display: inline-block;
    vertical-align: middle;
}
.skill-bar .progress {
    height: 6px;
    border-radius: 0;
}

.skill-bar .progress .progress-bar {
    background: #2933fc;
}
.skill-bar li:not(:last-child) {
    margin-bottom: 25px;
}

/*=================================================================
  Nuestro Equipo
===================================================================*/
.team-member {
    background-color: #292F36;
    margin: 15px 0;
}
.team-member:hover .mask {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1, 1);
}
.member-photo {
    overflow: hidden;
    position: relative;
}
@media (max-width: 768px) {
    .member-photo {
        text-align: center;
    }
}
.member-photo:hover img {
    transform: scale(1.2);
}
.member-photo img {
    transition: all 0.4s ease 0s;
}
@media (max-wdth: 768px) {
    .member-photo img {
        display: inline-block;
    }
}
.member-photo .mask {
    background-color: #57cbccb3;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s ease-out 0s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.member-photo .mask ul {
    text-align: center;
    position: relative;
    top: 125px;
}
.member-photo .mask ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.member-photo .mask ul li a:hover {
    background-color: #fff;
    color: #2933fc;
    border: 1px solid transparent;
}
.member-meta {
    padding: 15px;
}
.member-meta h4 {
    margin: 0 0 5px;
}
.member-meta span {
    font-size: 12px;
}

/*=================================================================
  Sección de testimonios
==================================================================*/
.testimonial:before {
    background: #2a3037b3;
}
.client-info {
    margin: 0 auto;
    width: 55%;
}
@media (max-width: 992px) {
    .client-info {
        width: 75%;
    }
}
@media (max-width: 768px) {
    .client-info {
        width: 90%;
    }
}

.client-comment p {
    color: #afbac4;
    font-size: 18px;
    margin-bottom: 0;
}

.client-thumb img {
    border-radius: 50%;
    margin: 0 auto;
    max-width: 115px;
    width: 100%;
}

.client-meta {
    margin: 0 0 10px;
}
.client-meta h3 {
    margin: 15px 0 5px 0;
}
.client-meta span {
    font-size: 12px;
}

/*espacio para .owl-pagination */
/*/espacio para .owl-pagination */


/*espacio para .our-clients*/
/*/espacio para .our-clients*/


/*=================================================================
    Últimas publicaciones
==================================================================*/
.note {
    background-color: #292F36;
    border: 1px solid #030649;
}

.post-block {
    background-color:  #292F36;
    margin-bottom: 10px;
}
.post-block .content {
    padding: 20px;
}
.post-block .content h3 {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
}

.note .media-wrapper {
    border-bottom: 1px solid #030649
}
.note .excerpt h3 {
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
}

.all-post {
    margin-top: 50px;
}


/*espacio para #blog-banner */
/*=================================================================
  Single Blog Page Página de blog única
==================================================================*/
/*/espacio para #blog-banner */


/*=================================================================
  Sección de pie de página
==================================================================*/
.social-icon {
    padding: 60px 0 35px;
}
.social-icon ul {
    text-align: center;
}
.social-icon ul li {
    margin-bottom: 4px;
}
.social-icon ul li:hover a {
    background-color: #2933fc;
    transform:  rotateY(0deg);
}
.social-icon ul li:hover a i {
    color: #fff;
    opacity: 1;
    filter:  alpha(opacity=100);
    transform: rotateY(0deg);
}
.social-icon ul li a {
    background-color: #26292e;
    border: 1px solid transparent;
    display: block;
    height: 70px;
    width: 70px;
    transform: rotateY(180deg);
    transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
    .social-icon ul li a {
        width: 55px;
        height: 55px;
    }
}
.social-icon ul li a i {
    color: #55606a;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    transform: rotateY(180deg);
    transition: all 400ms ease-out 0s;
}
@media (max-width: 768px) {
    .social-icon ul li a i {
        line-height: 55px;
        font-size: 25px;
    }
}

.copyright {
    padding: 20px 0;
    color: #fff;
}
.copyright img {
    margin-bottom: 15px;
}
.copyright p {
    margin-top: 10px;
}

.logofooter {
    border-radius: 50%;
    margin: 0 auto;
    max-width: 70px;
    width: 70%;
}

/*espacio para #scrollUp */
/*/espacio para #scrollUp */


/*espacio para #twitter-feed */
/*=================================================================
	Twitter Feed
==================================================================*/
/*/espacio para #twitter-feed */


/*espacio para #blog-banner */
/*=================================================================
  Blog Page
==================================================================*/
#gallery-post,
#post-thumb {
  overflow-x: hidden;
}
/*/espacio para #blog-banner */



/*espacio para .single-blog */
/*=================================================================
	Single Blog Page
==================================================================*/
blockquote {
    border-left: 5px solid #6cb670;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
  }
/*/espacio para .single-blog */











