.body-content {
    height: 100vh; 
    min-height: 600px;
    width: 100%;    
}

.left-contact-container {
    background-image: url('../images/agm_web_contacto_img.jpg');
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;    
}

.right-contact-container form input, .right-contact-container form textarea {
    background-color: transparent;
    color: #848b95;
    font-size: 1.15em;
}

.us-container {
    background-image: url('../images/nosotros.jpg');
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: 100%;      
    width: 100%;
    padding-top: 54.166666666667%;
    height: 0;
}

.us-text > p, .us-text > ul li {
    color: #404750;
    font-size: 12px;
}

a.more-link:hover {
    font-weight: bold;
    color: inherit;
}

.contact-bottom-container {
    margin-top: 50px;
    margin-bottom: 15px;
}

.section-content {
    font-size: 0.9em;
}

.main-margins {
    margin-top: 160px;
}

.carousel-fullscreen .carousel-inner .item {
    height: 100vh; 
    min-height: 600px; 
    width: 100%;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

#myCarousel.carousel-fullscreen .carousel-caption {
    left: 0;
    bottom: 0;
    right: auto;
    background: rgba(0, 0, 0, 0.8);
    min-height: 250px;
}

.no-padding {
	padding: 0px;
}		

#agmIcon {
    position: absolute;
    z-index: 900;
    /*width: 55px;*/
    left: 0;
    right: 0;
    top: 50px;
    margin: 0 auto;				
}

#agmHideMenuIcon img, #agmGoBackIcon img {
    margin-left: 10px;
    margin-top: 50px;
}

#agmShowMenuIcon {
    position: absolute;
    z-index: 1000;
    width: 100px;
    top: 55px;
}

#agmShowMenuIcon img {
    margin-right: 5px;
}

#agmShowMenuIcon span {
    /*color: white;*/
    font-size: 15px;
    font-weight: bold;
    z-index: 1000;
}

#sidebar, .right-contact-container {
    background-color: #222838;
}

.title-container {
    margin-bottom: 30px;
}

.us-list li {
    margin-bottom: 10px;
}

.us-list li a {
    color: #222838;
    font-size: 1.1em;
}

.social-media ul {
    display: inline-block;
}


.social-media ul li {
    display: inline-block;
}

#sidebar .social-media ul li a {
    padding: 0px;
    margin-right: 10px;
}

.social-media ul li a.facebook {
    margin-right: 5px;
}

.social-media p {
    font-size: 0.8em;
    margin-bottom: 10px;
}

#sidebar ul li a, div.sidebar-footer p {
    color: #848b95;
}

#sidebar ul li a.active, #sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li.active > a, #sidebar ul li[aria-expanded="true"] > a {
  color: #6eac27;
}

ul.us-list li.active a {
  color: #6eac27;
  padding-left: 10px;
}

@font-face{
    font-family: 'rajdhani-regular';
    src: url('../fonts/Rajdhani-Regular.ttf');
}

@font-face{
    font-family: 'rajdhani-medium';
    src: url('../fonts/Rajdhani-Medium.ttf');
}

@font-face{
    font-family: 'rajdhani-semibold';
    src: url('../fonts/Rajdhani-SemiBold.ttf');
}

@font-face{
    font-family: 'proxima-nova-alt-regular';
    src: url('../fonts/Proxima-Nova-Alt-Regular.otf');
}

@font-face{
    font-family: 'proxima-nova-alt-semibold';
    src: url('../fonts/Proxima-Nova-Alt-Semibold.otf');
}

p.empty-content:empty:before {
  content: "\200b"; // unicode zero width space character
}

.relative {
    position: relative;
}

.header-product-img {
    position: absolute; 
    right: 5px; 
    bottom: 0px;
}

.product-description {
    font-size: 12px;
}

.product-subtitle {
    font-size: 16px;
    margin-top: 20px;
}

.product-subtitle img {
    position: absolute; 
    bottom: 10px; 
    right: 4px;
}

p.product-subtitle:after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    background-image: url('../images/product-subsection.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}

.rajdhani-regular {
    font-family: 'rajdhani-regular';
}

.rajdhani-medium {
    font-family: 'rajdhani-medium';
}

.rajdhani-semibold {
    font-family: 'rajdhani-semibold';
}

.proxima-nova-regular {
    font-family: 'proxima-nova-alt-regular';
}

.proxima-nova-semibold {
    font-family: 'proxima-nova-alt-semibold';
}

textarea {
    resize: none;
}

.title-header {
    font-size: 20px;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.green {
    color: #6eac27;
}

.white {
    color: white;
}

.grey {
    color: #404750;
}

.inline-block {
    display: inline-block;
}

.valign-top {
    vertical-align: top;
}

.valign-bottom {
    vertical-align: bottom;
}

.full-width {
    width: 100%;
}

.full-px-width {
    width: 100%;
    height: 1px;
}

.right-margin {
    margin-right: 10px;
}

.contact-data-list li {
    padding-bottom: 10px;
}

.section-title, .super-heading {
    text-transform: uppercase;
}

#myCarousel .carousel-indicators {
    right: 6%;
    width: 10%;
    left: auto;
}

.form-control {
    border-color: #6eac27;
}

.form-control:focus {
    border-color: #6eac27;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(110, 172, 39, 1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(110, 172, 39, 1);
}

.btn.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, 
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #6eac27;
    border-color: #6eac27;
}

.arrow-down {
    display: none;
}

.unmargined-list {
    padding-left: 12px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (min-width: 992px) and  (max-width: 1600px) {
    .header-product-img {
        right: 0px; 
    }  

    .full-px-width {
        width: 99%;
    }
} 

@media (min-width: 992px) and (max-width: 1300px) {
    .header-product-img {
        right: 0px; 
    }  

    .full-px-width {
        width: 97%;
    }
} 

@media (max-width: 992px) {
    .left-contact-container {
        display: none;
    }

    .right-contact-container .no-padding, .right-contact-container form {
        padding: 15px;
    }       
} 

@media (max-width : 768px) {
    .to-hide, .arrow-up {
        display: none;
    }

    .arrow-down {
        display: inline-block;
    }

    .full-px-width {
        width: 99%;
    }
}

@media (max-width: 576px) {
    #agmShowMenuIcon span {
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }
} 

@media (max-width : 480px) {
    .full-px-width {
        width: 97%;
    }
}

@media (max-width : 320px) {
    .full-px-width {
        width: 95%;
    }  
}
