﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: "Fago Bold";
    src: url("webfonts/FagoCo-Bold.otf");
}

@font-face {
    font-family: "Fago Black";
    src: url("webfonts/FagoCo-Black.otf");
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: 'Nunito Sans', sans-serif;
}

nav {
    position: relative;
    z-index: 5;
}

.shadow-nav {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
}

a {
    text-decoration: none;
}

.txt-08 {
    font-size: .8rem;
}

.txt-11 {
    font-size: 1.1rem;
}

.fago-font {
    font-family: 'Fago Bold', sans-serif;
}

.fago-font-b {
    font-family: 'Fago Black', sans-serif;
}

.bg-light{
    background-color: #EEEAEB !important;
}

.max-width {
    max-width: 1400px;
}

/* UNDERLINE */

a.underlines{
    padding-bottom: 4px;
    box-shadow: inset 0 -0.2rem 0 0 #88193C;
    transition: box-shadow 0.2s;
}

a.underlines.start-offset-x {
    box-shadow: inset 5em -0.5rem 0 0 #88193C;
}

a.underlines:hover {
    box-shadow: inset 0 -2.5rem 0 0 #88193C;
}

a.underlines:hover .cta-text {
    color: #fff !important;
}

span.underlines {
    padding-bottom: 4px;
    box-shadow: inset 0 -0.2rem 0 0 #88193C;
    transition: box-shadow 0.2s;
}

span.underlines.start-offset-x {
    box-shadow: inset 5em -0.5rem 0 0 #88193C;
}

span.underlines:hover {
    box-shadow: inset 0 -2.5rem 0 0 #88193C;
}

span.underlines:hover .cta-text {
    color: #fff !important;
}

/* NAVBAR */

.nav-item {
    color: #828282;
    font-size: .8rem;
    font-weight: 900;
    line-height: 1.1rem;
    letter-spacing: 0.1em;
}

.nav-item .active {
    border-bottom: 2px solid #000;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(49, 49, 49, 0.4);
}

.nav-link {
    color: #828282;
    padding: 15px 2px 8px;
}

.nav-link:hover {
    color: #343434;
}

.navbar-light {
    background-color: #FBFBFB !important;
}

.logo-nav {
    width: 80%;
}

.bg-nav-pink {
    background-color: #FAD5D6;
}

.border-left-nav {
    border-left: 2px solid rgba(130, 130, 130, 0.6) !important;
}

.search-div {
    background-color: #fff;
    border-radius: 20px;
}

.search-div input {
    border: none;
    border-radius: 20px;
}

.search-div input::placeholder {
    color: rgba(0, 0, 0, .25);
    font-size: 14px;
}

.search-div .btn-outline-secondary {
    border: none;
    border-radius: 20px;
}

/* SIDEBAR */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 5rem 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 48px; /* Height of navbar */
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 600;
    color: #343434;
}

.sidebar .nav-link {
    margin-right: 4px;
    color: #999;
    transition: all .3s ease-out;
}

.sidebar .nav-link.active {
    color: #007bff;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
    background-color: #FAD5D6;
    border-right: 4px solid rgba(0, 0, 0, 0.25);
    color: inherit;
}

.sidebar-heading {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

/* Utilities */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

/* TITLE-CONTAINER */

.title-container h2 {
    border-left: 5px solid #88193C;
    color: #000;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 2.7rem;
    letter-spacing: 0.1em;
    padding-left: 5%;
}

.title-container p {
    width: 100%;
    color: #000;
    padding-left: 6%;
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: 0.05em;
}

.title-container-w100 h2 {
    border-left: 5px solid #88193C;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 2.7rem;
    letter-spacing: 0.1em;
    padding-left: 2%;
}

.title-container-w100 p {
    width: 100%;
    padding-left: 2.5%;
    font-size: .9rem;
    line-height: 1.2rem;
    letter-spacing: -0.015em;
}

.page-type {
    position: relative;
    z-index: 1;
}

/* ITEMS */

.item-title {
    font-size: 1.39rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.item-div {
    background-color: #E5E5E5;
    width: 100%;
}

.item-div:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.item-div-main {
    background-color: #E5E5E5;
    width: 100%;
}

.item-div-main:after {
    content: "";
    display: block;
    padding-bottom: 50%;
}

.btn-item {
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #88193C;
    display: flex;
    flex-direction: row;
    font-weight: 900;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    width: 50%;
}

.btn-item p {
    font-size: .7rem;
    line-height: 1rem;
    letter-spacing: 0.1em;
    color: #000 !important;
    margin: 0;
    padding-bottom: 6px;
}

/*                                  HOME                            */

.home-carousel-indicator li {
    background-color: #fff !important;
}

.home-illustration-container h2 {
    color: #E95A3A;
    font-size: 3.37rem;
    line-height: 3.9rem;
    letter-spacing: 0.1em;
}

.home-illustration-container p {
    color: #E95A3A;
    font-weight: bold;
    font-size: 1.37rem;
    line-height: 1.87rem;
    letter-spacing: 0.05em;
}

.home-illustration-container a {
    font-weight: 900;
    font-size: 1.12rem;
    line-height: 1.56rem;
    letter-spacing: 0.1em;
    color: #212529 !important;
    background: #D2CAE5;
    border-radius: 30px;
    border: 2px solid #D2CAE5;
    transition: all .3s ease-in;
}

.home-illustration-container a:hover {
    text-decoration: none;
    color: #D2CAE5;
    background: #fff;
    border: 2px solid #D2CAE5;
    box-shadow: none;
}

.home-illustration{
    width: 100%;
}

/*                                  HOMECAROUSEL                            */

.gallery {
    width: 100%;
    overflow: hidden !important;
}
  
.gallery-container {
    align-items: center;
    display: flex;
    height: 400px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
  }

.gallery-item {
    height: 300px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 400px;
    z-index: 0;
}
  
  
.gallery-item-2,
.gallery-item-1 {
    height: 260px;
    opacity: .4;
    width: 320px;
    z-index: 1;
  }
  
.gallery-item-2 {
    left: 10%;
    transform: translateX(-50%);
  }
  
.gallery-item-3 {
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 360px;
    z-index: 2;
}
  
.gallery-item-1 {
    left: 80%;
    transform: translateX(-50%);
}
  
  
.gallery-controls {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -220px;
    width: 100%;
    z-index: 30;
}
  
.gallery-controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    margin: 20px;
    padding: 0 12px;
}

.gallery-controls button:focus {
    outline: none;
}

.gallery-controls-previous {
    position: relative;
}

.gallery-controls-previous::before {
    border: solid #FAC398;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-width: 0 3px 3px 0;
    content: '';
    display: inline-block;
    height: 4px;
    left: -10px;
    padding: 7px;
    position: absolute;
    top: -12px;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 4px;
}

.gallery-controls-previous:hover::before {
    left: -18px;
}

.gallery-controls-next {
    position: relative;
}

.gallery-controls-next::before {
    border: solid #FAC398;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-width: 0 3px 3px 0;
    content: '';
    display: inline-block;
    height: 4px;
    padding: 7px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 4px;
}

.gallery-controls-next:hover::before {
    right: -18px;
}

.gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
}

.gallery-nav li {
    background: #ccc;
    border-radius: 50%;
    height: 10px;
    margin: 0 16px;
    width: 10px;
}

.gallery-nav li.gallery-item-selected {
    background: #555;
}

.home-carousel-indicator {
    bottom: 200px;
    position: absolute;
}

div.home-c-item .carousel-item {
    position: relative;
    overflow: visible;
}

.carousel-img {
    max-height: 500px;
}

.carousel-caption {
    bottom: 70px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 130px;
    position: relative;
    width: 960px;
    z-index: 30;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.carousel-caption .title-container {
    text-align: left;
}

.bg-orange {
    background-color: #E95A3A;
}

/*                                  HOMEBLOG                            */
.home-card-main {
    position: relative;
    display: flex;
    justify-content: start;
    max-width: 1400px;
}

.bg-light-orange {
    background-color: #FAC398;
    position: absolute;
    right: 0;
    top: 17%;
    max-width: 300px;
    min-width: 270px;
    text-align: start;
}

.bg-light-orange p {
    color: #000;
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-card {
    flex-direction: column !important;
    align-items: start !important;
    justify-content: start !important;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    position: relative;
    width: 28rem !important;
    max-width: 28rem;
}

.home-description {
    display: none;
}

.home-card:hover .card-body {
    position: absolute;
    background-color: #E2E2E2;
    display: flex;
    align-items: flex-start !important;
    bottom: 0;
    width: 28rem !important;
    max-width: 28rem;
}

.home-card:hover .home-description {
    display: flex;
    text-align: start;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*                                  HOMESUSCRIBE                            */

.suscribe-img {
    bottom: 0;
    position: absolute;
    z-index: 34;
    width: 120%;
}

.bg-purple {
    position: relative;
    background-color: #8F79B6;
}

.title-home {
    color: #fff;
    font-size: 2.25rem;
    line-height: 2.6rem;
    letter-spacing: 0.3em;  
}

.title-home span {
    background-color: #88193C;
}

.txt-home {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
}

.btn-suscribete {
    width: 40px !important;
    height: 40px;
    background-color: #88193C !important;
    border: 1px solid transparent !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-suscribete:hover {
    background-color: #88193ca2 !important;
    border: 1px solid transparent !important;
    cursor: pointer;
}

.bg-gray {
    background-color: #E2E2E2;
}

.card-img-home {
    width: 12% !important;
}



/*                                  HOMERECURSOS                            */

.home-recursos {
    min-height: 155px;
}

.home-recursos h5 {
    font-size: 20px !important;
    line-height: 12px;
    letter-spacing: 0.1em;
}

.home-recursos p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

/*                                PROYECTO                         */

.item-proyecto {
    display: flex;
    flex-direction: column;
    width: 47%;
}

.div-explora {
    text-decoration: none;
}

/*item-proyecto*/

.item-proyecto:hover {
    cursor: pointer;
}

.item-proyecto:hover .underlines {
    box-shadow: inset 0 -2.5rem 0 0 #88193C;
}

.item-proyecto:hover .cta-text {
    color: #fff;
}

.item-proyecto:hover img {
    filter: brightness(0.6);
}

/*item-proyecto-main*/

.item-proyecto-main:hover {
    cursor: pointer;
}

.item-proyecto-main:hover .underlines {
    box-shadow: inset 0 -2.5rem 0 0 #88193C;
}

.item-proyecto-main:hover .cta-text {
    color: #fff;
}

.item-proyecto-main:hover img {
    filter: brightness(0.6);
}

.item-description-proyecto {
    color: #8A8A8A;
    font-size: .8rem;
    line-height: 1rem;
    letter-spacing: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*                               DETALLE BLOG Y PROYECTO                         */

.view-title {
    color: #000;
    font-weight: 500;
    font-size: 72px;
    line-height: 75px;
    letter-spacing: 0.1em;
}

.view-description {
    color: #8A8A8A;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1em;
}

.view-date {
    color: #8A8A8A;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.1em;
}


.view-body {
    color: #000;
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
    letter-spacing: 0.05em;
}

.view-resource {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}

.view-resource-item {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1em;
}


.bg-lightorange {
    background-color: #FAC398;
}

.border-left {
    border-left: 5px solid #88193C !important;
}

.view-card {
    width: 50%;
}

.contenedor-otros {
    flex-wrap: nowrap;
}

.view-card:hover img {
    transition: all .5s ease-in;
    filter: brightness(0.6);
}

.view-card-body p.blog-description {
    font-size: .7rem;
    line-height: 1rem;
}

.share i {
    color: #fff;
    background-color: #FAC398;
    padding: 6px;
    margin: 0 10px 0 0;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.share i:hover {
    background-color: #E95A3A;
    color: #fff;
}

.view-cta {
    background-color: #E95A3A;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.1em;
}

.view-proyecto {
    top: 20px;
}

.btn-orange {
    background: #E95A3A;
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.15em;
}

.bg-light-orange {
    background: #FAC398;
}

.comment-img {
    width: 50px;
    height: 50px;
}

/* Comentarios */

.comentarios {
    color: #7A7A7A;
    line-height: 12px;
    letter-spacing: 0.1em;
    font-size: 11px;
    width: 91%;
}

.comentarios h6 {
    font-size: 11px;
}

.comentarios-barra {
    height: 0.3rem;
}

.comentarios-barra-bold {
    background-color: #313131;
    width: 14%;
}

.comentarios-barra-light {
    background-color: #BFBFBF;
    width: 86%;
}

.comentarios-barra-txt-top {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #000000;
}

.comentarios-barra-txt-bottom {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #313131;
}

.comentarios-barra-txt-bottom:hover {
    cursor: pointer;
    color: #646464;
}

.comentarios-form {
    width: 65%;
}

.comentarios-form label {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #000000;
}

.comentarios-form-input {
    border-radius: 0;
}


/*                                  BLOG                          */

.item-blog {
    display: flex;
    flex-direction: row;
    margin: 1rem;
    width: 100%;
}

.item-description-blog {
    color: #8A8A8A;
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: 0.1em;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item-div-blog {
    background-color: #FBFBFB;
    display: flex;
    padding: 2.5rem 1.5rem;
    flex-direction: column;
}

.item-date-blog {
    font-size: 0.7rem;
    line-height: 0.9rem;
    letter-spacing: 0.1em;
}

.carousel-indicators li {
    background-color: #88193C;
    border-radius: 100%;
    height: 10px;
    width: 10px;
}

.blog-date {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: #313131;
}

.blog-title {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #313131;
}

.card-text .blog-description {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #a5a5a5;
}

.blog-card {
    position: relative;
}

.card-blog-image {
    width: 300px !important;
    height: 300px;
}


.cta-text {
    font-weight: 900;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: #313131;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.cta-text:hover {
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;
}

.card:hover {
    cursor: pointer;
}

.card:hover .underlines {
    box-shadow: inset 0 -2.5rem 0 0 #88193C;
}

.card:hover .cta-text {
    color: #fff;
}

.card:hover img {
    filter: brightness(0.6);
}

ol.carousel-indicators-numbers {
    margin-bottom: 0;
}

.carousel-indicators-numbers {
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.carousel-indicators-numbers li {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: .7rem;
    text-indent: 0;
    margin: 0 10px;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #383838;
    transition: all 0.25s ease;
}

.carousel-indicators-numbers li:active {
    color: #fff;
    background-color: #383838;
}

.carousel-indicators-numbers li:hover {
    color: #fff;
    background-color: #383838;
}

.page-control-div {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 20px;
}

.page-control {
    width: 100%;
    position: relative;
}


/*                                          NOSOTRAS                                   */

.subtitulo {
    color: #E95A3A !important;
    letter-spacing: 0.1em;
    font-size: 1.4rem !important;
}

.subtitulo-card {
    color: #88183C;
    letter-spacing: 0.1em;
    font-size: 1.1rem !important;
}

div.card-nosotras .card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    height: 400px;
}

div.card-nosotras .card-body {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

div.card-nosotras .card-text {
    text-align: center;
    font-weight: normal;
    font-size: 0.9rem;
    line-height: 1.2rem;
    letter-spacing: 0.05em;
}

.quote-nosotras {
    color: #EEEAEB;
    background-color: #E95A3A;
    letter-spacing: 0.1em;
    line-height: 56px;
    font-size: 3rem !important;
}

.title-tema{
    font-size: 2.25rem;
    line-height: 2.6rem;
    letter-spacing: 0.1em;  
}

.title-tema span{
    background-color: #FAC398;
}

.txt-tema{
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
}

/*                                                   RECURSOS                                  */

.resource-title {
    font-size: .95rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.resource-description {
    color: #8A8A8A;
    font-weight: 600;
    font-size: .5rem;
    letter-spacing: 0.08em;
    line-height: .7rem;
}

.resource-date {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
}

.card {
    flex-direction: row;
    align-items: center;
    border: none;
}

.card img {
    width: 50%;
    transition: all .5s ease-in;
    filter: brightness(1);
}

.card button {
    font-size: 0.7rem;
}

.card:hover .btn-pink {
    color: #88193C;
    background-color: transparent;
    border-color: #88193C;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .card img {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .card-body {
        padding: 0.5em 1.2em;
    }

    .card-body .card-text {
        margin: 0;
    }

    .card img {
        width: 50%;
    }
}

/*                                                 CONTACT                                  */

.bg-blue-color {
    background-color: #E95A3A;
}

.title-form {
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1.5rem;
    letter-spacing: 0.2em;
}

.form-component {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: .8rem;
}

.b-radius {
    border-radius: 20px;
}

.a-link {
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2em;
}

input:focus {
    outline: none;
}

/* ADMIN */

.password_toggle {
    position: absolute;
    right: 0;
}

.password_toggle:hover {
    color: #aaaaaa;
    cursor: pointer;
}


.admin-container {
    background-color: #F5F5F5;
    height: 100vh;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.form-signin {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin h1 {
    letter-spacing: 0.1rem;
}

.form-signin .form-control {
    border: none;
    box-sizing: border-box;
    height: auto;
    font-size: 1rem;
    padding: 10px;
    position: relative;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input::placeholder {
    font-size: .8rem;
    line-height: 19px;
    letter-spacing: 0.15em;
    color: #656565;
}

.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-form {
    padding-top: .7rem;
    padding-bottom: .5rem;
    border-radius: 20px;
    letter-spacing: 0.2rem;
}

.logo-admin {
    width: 80%;
}

.copyright-admin {
    letter-spacing: 0.2em;
}

/*PANEL GENERAL*/

.num-counter {
    font-size: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 1px solid;
    height: 25px;
    padding: 1px;
    width: 25px;
}

.ad-post-title {
    font-weight: 900;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 0.15em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ad-post-date {
    font-size: 0.7rem;
}

.ad-post-date span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    line-height: 13px;
    letter-spacing: 0.15em;
    color: #313131;
}

.post-options span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 0.6rem !important;
    letter-spacing: 0.15em;
}

.post-options .btn-sm {
    width: 100px;
}

.post-options .btn-sm:hover {
    background-color: rgb(253, 253, 253);
    border: 1px solid #1D416E;
}

.post-item-lightbg {
    background: rgba(196, 196, 196, 0.2);
}

/* ADD POST */
.add-title {
    letter-spacing:, 0.1em;
    font-weight: 900;
}

.dropdown > active {
    outline: none;
}

.dropdown-item > active {
    outline: none;
    background-color: #636363;
}

.img-div {
    border: 3px dotted #FAD5D6;
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.img-div p {
    /*background-color: #F2979A;*/
    padding: .5rem .9rem;
    margin: 1rem;
    color: #383838;
    font-weight: 700;
    transition: all .3s ease-in;
}

.img-div p:hover {
    background-color: #c44d51;
    color: #fff;
}

/*US*/

.us-subtitle {
    font-weight: 900;
}


/*FOOTER*/

.footer-title {
    letter-spacing: 0.18em;
}

.footer-txt {
    line-height: 1.1rem;
    letter-spacing: 0.1em;
}

.footer-line {
    background: #E95A3A;
    height: 1vh;
    width: 30%;
}

.footer-input {
    background-color: transparent;
    border: 1px solid #E95A3A;
    border-radius: 20px;
    padding: 4px 6px;
    transition: .3s ease-in-out;
    width: 100%;
}

.footer-input:hover {
    background-color: #fff;
}

.footer-input:focus {
    outline: none;
    background-color: #fff;
}

.footer-input::placeholder {
    opacity: .8;
    font-size: .7rem;
    letter-spacing: .1em;
}

.rrss i {
    color: #E95A3A;
    background-color: #fff;
    padding: 6px;
    margin: 0 10px 0 0;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.rrss i:hover {
    background-color: #E95A3A; /*COLOR*/
    color: #fff;
}

.copyright {
    color: #E95A3A;
    font-size: .8rem;
    letter-spacing: .2em;
}

.copyright a {
    text-decoration: none;
    color: #E95A3A;
}

/*BUTTONS*/

.btn-suscribe {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    font-size: .7rem;
    letter-spacing: .03em;
    padding: .3rem .8rem;
    transition: .3s ease-in-out;
    width: 100%;
}

.btn-suscribe:hover {
    background-color: #E95A3A;
    border: 1px solid #E95A3A;
    color: #fff;
}

.btn-pink {
    color: #fff;
    background-color: #88193C;
    border-color: #88193C;
}

.btn-pink:hover {
    color: #88193C;
    background-color: transparent;
    border-color: #88193C;
}

.btn-outline-pink {
    color: #88193C;
    background-color: transparent;
    border-color: #88193C;
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #88193C;
    border-color: #88193C;
}

.nav-item:first-of-type {
    padding: 0 !important;
}

.dataTables_wrapper {
    margin-top: 1rem !important;
    animation-name: fadeIn !important;
}

.highlighted-word {
    background: orange;
    color: black;
}

.text-pink {
    color:  #88193C !important;
}

/* Medium devices */
@media only screen and (max-width: 1100px) {
    /* Home-tab */

    .home-illustration-container h2 {
        font-size: 2rem;
        line-height: 2rem;
        letter-spacing: 0.1em;
    }

    .home-illustration-container p {
        font-weight: bold;
        font-size: 1rem;
        line-height: 1rem;
        letter-spacing: 0.05em;
    }

    .home-illustration-container a {
        font-weight: 900;
        font-size: .9rem;
        letter-spacing: 0.1em;
    }

    .carousel-caption {
        bottom: 70px;
        width: 70%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .carousel-caption .title-container {
        width: 100% !important;
        padding: 6% 8%;
    }

    .carousel-caption .title-container h2 {
        border-left: 3px solid #88193C;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 1.2rem;
        letter-spacing: 0.1em;
        padding-left: 5%;
    }

    .carousel-caption .title-container p {
        width: 100%;
        font-size: .8rem;
        line-height: .8rem;
        letter-spacing: 0.05em;
        padding-left: 6%;
        margin: 0;
    }

    .home-carousel-indicator {
        bottom: 250px;
    }

    .title-tema {
        font-size: 1.7rem;
        line-height: 1em;
        letter-spacing: 0.1em;
    }

    .txt-tema {
        font-size: .9rem;
        line-height: 1rem;
    }

    .form-group input::placeholder {
        font-size: 12px;
    }

    .title-home {
        font-size: 1.5rem;
    }

    .txt-home {
        font-size: .8rem;
        line-height: .8rem;
        letter-spacing: 0.1em;
    }

    .home-recursos {
        min-height: none;
    }

    .home-recursos h5 {
        font-size: 15px !important;
        letter-spacing: 0.1em;
    }

    .home-recursos p {
        font-size: 12px;
        line-height: 15px;
    }

    .home-card {
        width: 332px !important;
        max-width: 332px !important;
    }

    .home-card:hover .card-body {
        width: 332px !important;
        max-width: 332px !important;
    }

    .bg-light-orange {
        min-width: 50px;
    }

    /*Resources-tab*/
    .resource-title {
        font-size: .9rem;
    }

    .resource-description {
        font-size: .6rem;
    }

    .card button {
        font-size: .6rem;
    }
    /*Blog-tab*/
    .carousel-indicators li {
        height: 8px;
        width: 8px;
    }

    .blog-date {
        font-size: .6rem;
        letter-spacing: 0.1em;
    }

    .blog-title {
        font-size: 1.2rem;
        letter-spacing: 0.1em;
    }

    .blog-description {
        font-size: .6rem;
        line-height: 15px;
        letter-spacing: 0.05em;
    }

    .carousel-indicators-numbers li {
        font-size: .7rem;
        margin: 0 10px;
        width: 17px !important;
        height: 17px !important;
    }

    .card-blog-image {
        width: 175px !important;
        height: 175px;
    }

    /*Us-tab*/
    .quote-nosotras {
        font-size: 2rem !important;
        line-height: 30px;
    }

    div.card-nosotras .card {
        height: 370px;
    }

    div.card-nosotras .card-body {
        justify-content: start;
    }

    /*VIEW-tab*/
    .view-proyecto {
        display: none;
    }

    .view-title {
        font-size: 45px;
        line-height: 75px;
    }

    .view-resource {
        font-size: 16px;
    }

    .contenedor-otros {
        flex-wrap: nowrap;
    }

    .comentarios {
        line-height: 10px;
        font-size: 8px;
        width: 83%;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /* Home-mobile */

    .carousel-caption {
        bottom: 30px !important;
        width: 70% !important;
        height: auto;
    }

    .carousel-caption .title-container {
        width: 100% !important;
        padding: 2% 8%;
    }

    .carousel-caption .title-container .fago-font {
        margin-bottom: 0;
    }

    .carousel-caption .title-container p {
        display: none;
    }

    .carousel-caption a {
        display: none;
    }

    .carouselArrow {
        width: 7px;
        margin-bottom: 0;
    }

    .home-carousel-indicator {
        bottom: 100px;
    }

    .gallery {
        width: 80%;
        overflow: auto;
    }

    .gallery-controls {
        top: -30px;
    }

    .title-tema {
        font-size: 1.3rem;
        line-height: 1rem;
    }

    .home-illustration-container h2 {
        font-size: 1.3rem;
        line-height: 1.5rem;
        letter-spacing: 0.1em;
    }

    .home-illustration-container p {
        font-size: .8rem;
        line-height: 1rem;
        letter-spacing: 0.05em;
    }

    .home-illustration-container a {
        font-size: .6rem;
        letter-spacing: 0.05em;
    }

    .carousel-caption {
        bottom: 40px;
        width: 370px;
    }

    .bg-purple {
        display: flex;
        flex-direction: column-reverse;
        height: 400px;
    }

    .form-group input::placeholder {
        font-size: 12px;
    }

    .title-home {
        font-size: 1.5rem;
    }

    .txt-home {
        font-size: .8rem;
        line-height: 1rem;
        letter-spacing: 0.2em;
    }

    .suscribe-img {
        bottom: -60px;
        position: absolute;
        z-index: 64;
        width: 90%;
    }

    .home-recursos {
        min-height: 55px;
    }

    .home-recursos h5 {
        font-size: 14px !important;
        line-height: 18px;
    }

    .home-card {
        width: 155px !important;
        max-width: 155px !important;
    }

    .home-card:hover .card-body {
        width: 155px !important;
        max-width: 155px !important;
    }

    .bg-light-orange {
        top: 10%;
        padding: 0.7rem;
        width: 45%;
        min-width: none;
    }

    .bg-light-orange p {
        display: none;
    }

    .blog-title {
        font-size: .6rem;
        letter-spacing: 0.09em;
        line-height: 12px;
    }

    /*Footer-mobile*/
    .copyright {
        font-size: .5rem;
        letter-spacing: .2em;
    }

    /*Resources-mobile*/
    .resource-title {
        font-size: .6rem;
    }

    .resource-description {
        display: none;
    }

    .card button {
        font-size: .6rem;
    }

    /*Blog-mobile*/
    .card-title {
        margin-bottom: 0;
    }

    .carousel-indicators {
        margin-bottom: 5px;
    }

    .carousel-indicators li {
        height: 6px;
        width: 6px;
    }

    .carousel-indicators-numbers li {
        font-size: .5rem;
        width: 13px !important;
        height: 13px !important;
    }

    .cta-text {
        font-size: 0.5rem;
        letter-spacing: 0.1em;
    }

    .blog-date {
        font-size: .3rem;
        letter-spacing: 0.1em;
    }

    .blog-title {
        font-size: .6rem;
        letter-spacing: 0.1em;
        line-height: 18px; 
    }

    .blog-description {
        font-size: .35rem;
        line-height: 9px;
        letter-spacing: 0.03em;
    }

    .blog-cta a {
        display: none;
    }

    .card-blog-image {
        width: 85px !important;
        height: 85px;
    }

    /*Projects-mobile*/

    .item-description-proyecto {
        font-size: .5rem;
        line-height: .7rem;
    }

    /*Us-mobile*/
    .quote-nosotras {
        font-size: 1rem !important;
    }

    div.card-nosotras .card {
        height: 350px;
    }

    div.card-nosotras .card-body {
        justify-content: start;
    }

    /*VIEW-mobile*/
    .view-proyecto {
        display: none;
    }

    .view-title {
        font-size: 25px;
        line-height: 30px;
    }

    .bg-lightorange {
        flex-direction: column;
    }

    .view-card {
        width: 100%;
    }

    .view-card-body p.blog-description {
        font-size: .5rem;
        line-height: .6rem;
    }

    .comentarios-form {
        width: 85%;
    }

    .view-resource {
        font-size: 16px;
    }

    .contenedor-otros {
        flex-wrap: wrap;
    }

    .comment-img {
        display: none;
    }

    .comentarios {
        line-height: 10px;
        letter-spacing: 0.09em;
        font-size: 8px;
        width: 71%;
    }
}
