@media screen and (max-width: 39.9375em) {
    .o-hero h1 {
        font-size: 32px;
        text-align: center;
        font-weight: bolder;
    }
    .subtitulo{
        text-align: center;
    }
}
.o-hero .o-hero__main-title, .o-hero h1, .o-hero h2, .o-hero h3, .o-hero h4, .o-hero h5, .o-hero h6, .o-hero small {
    text-shadow: 0px 0px 4px #f3f1f1;
}
.subtitulo{

    margin-bottom: 7px;
    text-shadow: 0px 0px 2px #fffdfd;
}

@media screen and (min-width: 40em) {
    .o-hero .o-hero__main-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        font-weight: bolder;
    }
    .subtitulo{
        font-size: 20px;
        font-family:Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;

    }


}
@media screen and (min-width: 64em) {
    .o-hero .o-hero__main-title {
        font-size: 3.5rem;
        line-height: 3.5rem;
        font-weight: inherit;
    }

    .subtitulo{
        font-size: 25px;
        font-family:Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;

    }
}

@media screen and (max-width: 425px) {
    .o-hero__main-title.show-for-small-only  {
        margin-top:-20px;

    }
    .o-hero__main-title.show-for-small-only img{
        display:block;
        margin:0 auto;
    }


}
@media (max-width: 768px){
    li.show-for-small-only a.o-hero__contact-btn{
        padding:8px 2px;
    }

}
@media (min-width: 740px) {
    #mas-verde{
        margin-bottom: -33px ;
    }

}

@media (min-width: 1024px) {
    #mas-verde{
        margin-bottom: -22px ;
    }

}

#mas-verde{

}

.o-hero:after {

    background: white;
    opacity: 0;
}
/*
.o-hero {
    background-size:100%;
}*/

.o-hero {
    background: url(../images/bg.jpg)center center no-repeat fixed;
    background-size:cover;

}

@media(max-width: 768px) {
    .o-hero {
        background: url(../images/bg.jpg) center center no-repeat scroll;
        background-size: cover;

    }
}

.o-header.t-primary {
    color: #C91C5E;
    background: #ffffff;
}
.t-primary {
    color: #fff;
    background: #a81a52;
}
.o-section.o-section--triangled:before, .o-section.o-section--triangled:after {

    background: #a81a52;

}

.o-header .menu a, a {
    color: #C91C5E;
}
.o-header .menu a:hover, a:hover {
    color: #a81a52;
}

a.button.secondary, .button.secondary {
    background-color: #D21F5D;
    color: #fefefe;
}
a.button.secondary:hover, .button.secondary:hover {
    background-color: #B82463;
    color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
    background-color: #B82463;
    color: #fefefe;
}

.o-header img {
    max-width: unset;
}
.o-header .menu {
    padding-top: 21px;
}
.o-hero h1, .o-hero h2, .o-hero h3, .o-hero h4, .o-hero h5, .o-hero h6, .o-hero small {
    color: #000000;
}
.c-main-title .c-main-title__icon i {
    color: #C91C5E;
}
.slick-slide img{
    display:block;
    width:auto;
    margin:0 auto;
    border: 1px solid #C91C5E;
    box-shadow: 0 0 23px 0px #17020a;
}
#trabajos a{
    position:relative;
    display:block;
    margin: 0 auto;
}


#trabajos a:hover:before {
    content: '\f00e';
    font-family: FontAwesome;
    color: #C91C5E;
    position: absolute;
    font-weight: bolder;
    font-size: 50px;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);

}

#trabajos a:hover img {
    opacity: 0.3;

}

.button.primary {
    background-color: #C91C5E;
    color: #fefefe;
}
.button.primary:hover {
    background-color: #97184a;
    color: #fefefe;
}

.o-services__item .o-services__item__text h4 {
    color: #C91C5E;

}

.color--primary {
    color: #C91C5E;
}

@-webkit-keyframes color-transition {
    0% {
        color: white;


    }

    50% {
        color: #C91C5E;


    }
    100% {
        color: white;


    }
}

@keyframes color-transition {
    0% {
        color: white;


    }

    50% {
        color: #C91C5E;


    }
    100% {
        color: white;


    }
}
.color-transition.fa-facebook{
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;

}

.color-transition.fa-instagram{
    animation-delay: 1s;
    -webkit-animation-delay: 1s;

}

.color-transition {
    -webkit-animation-name: color-transition;
    animation-name: color-transition;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.o-footer .menu li {
    background: #d6d6d6;
    transition: background .3s ease;
    margin-left: 10px;
}
.o-footer .menu li:hover {
    background: #C91C5E;
}
.o-footer .menu li:hover a i, .o-footer .menu li:hover a:hover i {
    color: white;
}
@media(max-width: 767px){
    .li-chica{
        width:20%;
    }
    .li-grande{
        width:42%;
    }

    .o-header img {
        max-width: 100%;
    }

}
@media screen and (max-width: 39.9375em) {
    .o-hero h1 {
        font-size: 2rem;
        line-height: 2rem;
    }
    .subtitulo{
        font-size: 20px;
        font-family:Lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        line-height: 20px;
    }
    .o-stats p i.fa{
        font-size: 60px !important;
    }

}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    max-width: 100%;
    min-height: 60px;

}
@media screen and (max-width: 39.9375em) {
    .o-services__item:hover .o-services__item__text {
        display: block;
        z-index: 10;
        color: #0a0a0a;
        padding-top: 10px;
        opacity: 1;
        width: 95%;
    }

    .o-services__item:hover .o-services__item__main > div {
        bottom: 10px;
        right: 0;
        opacity: 0;
    }

    .o-services__item .o-services__item__main:before {
        left: -26%;
        right:10%;
    }
}

.o-services__item .o-services__item__main:before {
    content: '';
    background: #C91C5E;
    background: rgba(201, 28, 94, 0.71);

}
.button {
    background-color: #C91C5E;
    color: #fefefe;
}
.button:hover, .button:focus, .button.primary:hover, .button.primary:focus  {
    background-color: #a0184f;
    color: #fefefe;
}
@media screen and (min-width: 40em) {
    .o-callto input {
        height: 60px;
    }
}
.boton-llamada {
    bottom: 0px;
    width:100%;
    position: fixed;
    z-index: 999 !important;
    text-align: center;
    display:none;
    transition: all ease-in 0.2s;

}
.boton-llamada .button{
    background-color: #C91C5E;
    color: #fefefe;
    border: 1px solid white;
    font-size: 19px;
    border-radius: 82%;
    box-shadow: 0px 0 16px 0px black;
}
.boton-llamada.show {
    display: block;

}

@media (min-width: 500px) {
    .boton-llamada, .boton-llamada.show {
        display: none;
    }


}
@media (max-width: 500px) {
    /*Hay que darle un padding para poder leer la pÃ¡gina completamente*/
    .o-footer{
        padding-bottom: 100px !important;
    }
}
footer .menu.horizontal a:hover {
    color: white;
}
/* ===========================================================================
 	Custom Arrows Slick
   ===========================================================================*/
/*
 * Arrow Boxes - cajas de las flechas < >,
*  puedes jugar con el border-radius,
 * color de fondo, tamaño de la caja, etc
 */

.custom-arrow > .slick-prev, .custom-arrow > .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background:transparent;
    color: transparent;
    top: 40%;
    margin-top: -10px;
    padding-bottom:0;
    border: none;
    outline: none;
}

/*
 * Al pasar el mouse sobre las flechas
 */

.custom-arrow > .slick-prev:hover, .custom-arrow > .slick-next:hover {

    background-color:transparent;
}
.custom-arrow > .slick-prev:focus, .custom-arrow > .slick-next:focus {
    outline: none;
    background-color:transparent;
}
.custom-arrow > .slick-prev.slick-disabled:before, .custom-arrow > .slick-next.slick-disabled:before {
    opacity: 0.10;
}

/*
 * The magic - La magia
 * 1) cambiamos la font-family en este caso a FontAwesome
 * 2) Ajustamos el font-size, color, opacity
 *
 */

.custom-arrow > .slick-prev:before, .custom-arrow > .slick-next:before {
    font-family: "FontAwesome";
    font-size: 50px;
    line-height: 1;
    color: #000;
    opacity: 0.90;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-arrow > .slick-prev {
    left: 0px;
}
/*
 * New Char Code - Asignamos el nuevo codigo de caracter
 * Left
 */
.custom-arrow > .slick-prev:before {
    content: "\f104";
}

.custom-arrow > .slick-next {
    right: 0px;
}
/*
 * New Char Code - Asignamos el nuevo codigo de caracter
 * Right
 */
.custom-arrow > .slick-next:before {
    content: "\f105";
}

/*
 * Done
 */