@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: transparent;
}

.img-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus{
	color: red;
	background-color:transparent
}

.text-info {
color: #FFF;
    padding: 35px;
    position: absolute;
    z-index: 1;
    /* top: 60%; */
    top: 56%;
    font-size: 20px;
    width: 95%;
    height: 190px;
	,
    color-stop(100%, rgba(0,0,0,0.8)));
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

:hov

.cls

element.style {
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 20px 15px;
}

hr {
    margin-top: 0px;
    margin-bottom: -20px;
    border: 0;
    border-top: 2px solid #e81515;
}

.center {
	text-align: center;
}

.white{
	height: 200px;
    background: transparent;
    padding: 30px 0px;
	color: #000;
	font-size: 16px;
}

ul {
    clear: both;
    list-style-image: url(bullet.png);
}

.contact-form{
	width: 65%;
    margin: 10px auto;
}

.form-control {
	margin: 10px auto;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #e81515;
    background-color: #000;
    background-image: none;
    border: 2px solid #e81515;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-primary {
    color: #000;
    font-weight: bold;
    background-color: #e81515;
    border: 2px solid #000000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000000;
    border: 2px solid #e81515;
}

@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ca-menu{
    padding:0;
    margin:20px auto;
    width: 100%;
}
.ca-menu li{
    width: 200px;
    height: 160px;
    position: relative;
    float: left;
    box-shadow: transparent 1px 1px 2px;
    margin-right: 4px;
    overflow: hidden;
    background: transparent;
    transition: all 300ms linear;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
    width: 100%;
    height: 115%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
	font-family: WebSymbolsRegular, cursive;
    color: rgb(197, 228, 244);
    font-size: 90px;
    text-shadow: rgba(255, 255, 255, 0.701961) 1px 0px 1px;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: -20px;
    text-align: center;
    transition: all 200ms linear;
}
.ca-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 20%;
    top: 40%;
}
.ca-main{
	font-size: 22px;
    color: rgb(206, 15, 15);
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #ce0f0f;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-menu li:hover{
    background-color: trnsparent;
}
.ca-menu li:hover .ca-icon{
    text-shadow: 0px 0px 20px #c5e4f4;
    color: transparent;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}
.ca-menu li:hover .ca-main{
    color: #000;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.nav-pills>li {
    float: none;
    border-radius: 6px;
    margin-top: 3px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #000;
	border: 2px solid #e81515;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #191b1a;
}

@media (min-width: 950px) a (max-width: 1280px){
.container {
    width: 950px;
}

.ca-menu li {
    width: 150px;
    height: 200px;
    position: relative;
    float: left;
    box-shadow: transparent 1px 1px 2px;
    margin-right: 4px;
    overflow: hidden;
    background: transparent;
    transition: all 300ms linear;
}

}

@media (max-width: 700px) { 

.text-info {
	color: #FFF;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 62%;
    font-size: 20px;
    width: 87.5%;
    height: 190px;
	,
    color-stop(100%, rgba(0,0,0,0.8)));
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
 }
 
 /* POP UP HOME */

.pop-up {
	align-items: center;
    justify-content: center;
    padding: 70px;
    text-align: center;
    transition: .9s all ease-in-out;
    position: fixed;
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    right: 0;
    margin: 0 auto;
	background: rgb(0 0 0 / 53%);

}
.pop-up button {
   background: #fc082a;
    border: none;
    color: #fff;
    padding: 7px;
    margin: -3px 54px;
    border-radius: 55%;
    font-size: .8em;
    width: 50px;
    height: 44px;
    position: absolute;
    right: 25%;
    right: 17%;
	
}

.pop-up button:hover {
	background: #f44336;
}


.toggle {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.overlay-show {
  opacity: 1;
  z-index: 2;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: .5s all ease-in-out;
  z-index: -2;
  opacity: 0;
}

.pop-up .btn_cls {
    background: #f44336;
    border: none;
    color: #fff;
    padding: 12px;
    margin: 5px 13px;
    border-radius: 50%;
    font-size: .8em;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 16%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

/*  FIN POP UP HOME */

/* MENU LATERAL */
#side-menu ul, li {
  list-style-type: none;
}


ul#side-menu {
	position: fixed;
	top: 20vh;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10000;
}
ul#side-menu li {
	display: block;
	left: -140px;
	position: relative;
	width: 175px;
	height: 35px;
	line-height: 35px;
	transition: 0.35s ease;
	margin: 0 0 5px 0;
	border-radius: 0 50px 50px 0;
}
ul#side-menu li:hover {
  left: 0px;
}
ul#side-menu li a {
  text-decoration: none;
  display: block;
  float: left;
  width: 110px;
  padding: 10px 0 0 20px;
  color: #EFEFEF;
  text-transform: capitalize;
}
ul#side-menu li .fa {
  display: block;
  width: 35px;
  text-align: center;
  float: right;
  font-size: 15px;
  line-height: 35px;
  color: #EFEFEF;
  border-radius: 0 50px 50px 0;
}

li.s_registro {
  background-color: #29842c;
}
li.s_registro .fa {
  background-color: #64bf67;
}

li.s_blog {
  background-color: #d4a844;
}
li.s_blog .fa {
  background-color: #eabc55;
}

li.s_face {
  background-color: #2d3e63;
}
li.s_face .fa {
  background-color: #4267B2;
}

li.s_twitt {
  background-color: #1f6794;
}
li.s_twitt .fa {
  background-color: #1da1f2;
}

li.s_lnkdn {
  background-color: #094a6d;
}
li.s_lnkdn .fa {
  background-color: #0072b1;
}


.delay1{
    animation-delay: 0.2s;
}

.delay2{
    animation-delay: 0.4s;
}

.delay3{
    animation-delay: 0.6s;
}

.delay4{
    animation-delay: 0.8s;
}

.delay5{
    animation-delay: 1.0s;
}

.delay6{
    animation-delay: 1.2s;
}

.delay7{
    animation-delay: 1.4s;
}

.delay8{
    animation-delay: 1.6s;
}


/* FIN MENU LATERAL */
.imgtamano {
    height: 430px;
    width: 570px;
}
@media (max-width: 700px) { 
.text-info {
    color: #FFF;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 62%;
    font-size: 20px;
    width: 93%;
    height: 163px;
    margin-bottom:20px;
    ,: ;
    color-stop(100%, rgba(0,0,0,0.8))): ;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 ); 
    
}

}
@media (max-width: 700px) { 
.tab-content > .active {
    margin-bottom:54px;
}
}