﻿@import url(https://fonts.googleapis.com/css?family=Montserrat);


.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

/*Lineas param diseño unicamente del Titulo*/
.text-effect {
    display: block;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 0.8;
    color: #055be6;
    margin: 10px 0 30px;
    text-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5), 0 1px 0 #037f79, 0 3px 0 #62b5b1, 0 5px 0 #62b5b1, 0 7px 0 #8e6f03, 0 9px 0 #937203, 0 6px 50px rgba(252, 223, 92, 0.8);
    -webkit-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
    -moz-transform: perspective(2.5em) rotateX(15deg) scaleY(0.8);
    transform: perspective(2.5em) rotateX(5deg) scaleY(0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
    .text-effect {
        font-size: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .text-effect {
        font-size: 38px;
        line-height: 1.2;
    }
}
