﻿body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-image: url(../img/sativa.png);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    line-height: 50px;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #d8b2b2;
}

#radiocomunicacion {
    line-height: 50px;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

#radiocomunicacion::after {
    display: block;
    content: "";
    height: 2px;
    width: 320px;
    background: #E91C1C;
    margin: 5px auto 40px;
}

h1::after {
    display: block;
    content: "";
    height: 2px;
    width: 250px;
    background: #E91C1C;
    margin: 5px auto 40px;
}

.text-center {
    text-align: center;
}

h2 {
    line-height: 50px;
    color: #E91C1C;
}

h3 {
    line-height: 30px;
    padding-bottom: 20px;
}

h4 {
    padding-top: 25px;
    line-height: 40px;
    padding-bottom: 0px;
    font-size: 22px;
    font-weight: 900;
}

.adjst {
    padding-top: 0px;
}

.c-main {
    color: #E91C1C;
}

p {
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 15px;
}

.space-free {
    height: 100px;
}

.g-pad-bottom {
    padding-bottom: 40px;
}

section {
    padding-top: 50px;
    margin-top: 50px;
}

.form-control {
    background-color: rgba(255, 255, 255, 0);
}

.c-pr-i {
    color: #E91C1C;
    padding-left: 10px;
    padding-right: 10px;
}


/*=======================================
    HOME SECTION STYLES
==================================================*/

.go-marg {
    margin-top: 40px;
    color: #E91C1C;
}

#home-sec {
    background: url(../img/ca2.png) no-repeat 50% 50%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
    height: auto;
    padding-top: 190px;
    padding-bottom: 200px;
    color: #fff;
}

.head-main {
    font-size: 70px;
    font-weight: 900;
    padding: 5px;
    font: bold 80px/1 arial;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 2px 0 #bbbab7, 0 4px 0 #949391, 0 6px 0 #72716f, 0 8px 0 #575655, 0 10px 0 #2c2c2b, 0 12px 0 #000000;
}

.head-sub-main {
    font: bolder 40 px/1 arial;
    font-weight: bolder;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px black, 0 0 0.2em rgb(0, 0, 0);
    letter-spacing: 5px;
}

.head-sub-main:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: rgb(250, 248, 248);
    transition: left .8s;
}

.head-sub-main:hover:after {
    left: 0;
}

.head-last {
    font-size: 20px;
    font-weight: 400;
    padding: 50px 20px 10px 20px;
    overflow: hidden;
    padding: 5px;
    text-overflow: clip;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 0 1px 0 #2c2c2b, 0 2px 0 #000000;
}

.head-last:before,
.head-last:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transform: scale(0);
    transition: 0.5s;
}

.head-last:before {
    border-bottom: 2px solid rgb(255, 0, 0);
    border-left: 2px solid rgb(255, 0, 0);
    transform-origin: 0 100%;
}

.head-last:after {
    border-top: 2px solid rgb(255, 0, 0);
    border-right: 2px solid rgb(255, 0, 0);
    transform-origin: 100% 0%;
}

.head-last:hover:after,
.head-last:hover:before {
    transform: scale(1);
}


/* ===========================================================
   NAVBAR CHANGES   
   ============================================================*/

.navbar {
    font-size: 16px;
}

.navbar-inverse {
    background: #ffffff;
    min-height: 60px;
    padding-top: 5px;
}

#miNavbar {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

#miNavbar:hover {
    color: rgb(194, 78, 78);
    background-color: rgb(255, 255, 255);
}

#miNavbar2 {
    color: rgb(0, 0, 0);
    background-color: rgb(201, 56, 56);
}

#miNavbar2:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(146, 33, 33);
}

.navbar-inverse .navbar-nav>.active>a {
    background: #b45d5d;
}

.navbar-inverse .navbar-brand {
    color: #000000;
    font-weight: bolder;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-inverse :hover .navbar-brand:hover {
    color: #bb5151;
}

.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    font-weight: bolder;
}

li a :hover {
    color: #a15e5e;
    font-weight: bolder;
}

.navbar-inverse {
    border-color: #E91C1C;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #E91C1C;
}

a.btn.btn-danger:hover {
    color: #a15e5e;
}


/*=======================================
    PRICE SECTION STYLES
==================================================*/

#price-sec {
    background-color: #af6c6c;
}

.plan {
    background: #af6c6c;
    padding: 0 0 15px 0;
    margin: 30px 0px;
    list-style: none;
    text-align: center;
}

#btnPrincipal {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(201, 56, 56);
}

#btnPrincipal:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(146, 33, 33);
}

.plan li {
    padding: 15px 0px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px dotted #af6c6c;
}

.plan li.plan-head {
    padding: 40px 0px;
    line-height: 35px;
    font-size: 32px;
    font-weight: 600;
    border: none;
}

.plan li.main-price {
    padding: 25px 0px;
    color: #FF8500;
    border: none;
    font-weight: 900;
    font-size: 60px;
}

small {
    font-size: 15px;
    color: #000;
}


/*==========================================
    PORTFOLIO STYLES
    =====================================================*/

.portfolio-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portfolio-items {
    margin-right: -20px;
}

.portfolio-items>li {
    float: left;
    padding: 0;
    margin: 0;
}

.portfolio-items.col-3>li {
    width: 33%;
}

.portfolio-item .item-main {
    margin: 0 10px 10px 0;
    text-align: center;
    background: #fff;
    padding: 10px;
    border: 1px solid #E8EAEE;
}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item h5 {
    margin: 0;
    padding: 10px 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #E91C1C;
    color: #fff;
}

.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

.portfolio-item:hover .overlay {
    opacity: 1;
}


/*=======================================
    Contact STYLES
==================================================*/

#contact-sec {
    background-color: #f5f3f3;
}

.cnt {
    width: 100%;
    min-height: 350px;
    border: 1px solid #e1e1e1;
}


/*=======================================
    FOOTER STYLES
==================================================*/

#footer {
    background-color: #E91C1C;
    color: #fff;
    padding: 20px 50px 20px 50px;
    text-align: right;
}


/*=======================================
   SCROLLUP
==================================================*/

.scrollup {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 10;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #ff1e00;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;
}


/*=======================================
    MEDIA QUERIES
    
    ==================================================*/

@media all and (max-width:640px) and (min-width:381px) {
    .head-main {
        font-size: 28px;
    }
}

@media all and (max-width:381px) and (min-width:200px) {
    .head-main {
        font-size: 24px;
    }
}