body {
    background-color: #FAFAFA;
}

.slick-dots {
	top: 95vH;
	background-color: rgba(245,245,245,0.5)
}
/*Slider banner*************************************************************************************************/
* {
    box-sizing: border-box;
}
.slider {
    width: 100%;
    margin: auto;
    height: 100vH;
    z-index: 900;
	font-family: Raleway;
	overflow: hidden;
}
video {
    min-width: 100%;
    min-height: 100% !important;
    box-sizing: border-box !important;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width: 800px){
	video{
		width: 100%;
		height: 100vH !important;
	}
	canvas{
		width: 100%;
		height: 100vH !important;
	}
}
canvas{
	min-width: 100%!important;
    min-height: 100vH !important;
    box-sizing: border-box !important;
	object-fit: cover;
	object-position: left;

}
.slick-slide img {
    width: 100%;
    height: 100vH;
}
#slide2 {
    background-image: url(../Images/estructura.jpg);
    background-size: cover;
    background-position: center;
    height: 100vH;
    width: 100%;
}
.banner-main {
    top: 16vW;
	width: 100%;
    position: absolute;
    color: #FAFAFA;
    background-color: rgba(34, 34, 34, 0.6);
    padding-bottom: 10px;
    display: block;
	line-height: .3em;
	text-align: left;
}
.banner-main * {
	padding-left: 5%;
}
.banner-header {
    font-size: 4em;
}
.banner-sub-header {
    font-size: 4em;
}
.banner-desc {
    font-size: 2em;
}
#slide3 {
    background-image: url(../Images/bannerwebperitaje-compressor.jpg);
    background-size: cover;
    background-position: center;
    height: 100vH;
    width: 100%;
	box-sizing: border-box;
	text-align: left;
}
@media screen and (max-width: 1090px) {
    .banner-main {
        top: 30%;
        position: absolute;
        color: #FAFAFA;
        background-color: rgba(34, 34, 34, 0.6);
        padding-bottom: 10px;
    }
    .banner-header {
        font-size: 3.5em;
    }
    .banner-sub-header {
        font-size: 3.5em;
    }
    .banner-desc {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 790px) {
    .banner-main {
        top: 30%;
        position: absolute;
        color: #FAFAFA;
        background-color: rgba(34, 34, 34, 0.6);
        padding-bottom: 10px;
    }
    .banner-header {
        font-size: 3em;
    }
    .banner-sub-header {
        font-size: 3em;
    }
    .banner-desc {
        font-size: 1em;
    }
}
@media screen and (max-width: 480px) {
    .banner-main {
        top: 30%;
        position: absolute;
        color: #FAFAFA;
        background-color: rgba(34, 34, 34, 0.6);
        padding-bottom: 10px;
    }
    .banner-header {
        font-size: 2em;
    }
    .banner-sub-header {
        font-size: 2em;
    }
    .banner-desc {
        font-size: 1em;

    }
}
/*Boton banner***********************************************************************************************************/
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fafafa;
    font-size: 55x;
    font-weight: bold;
	font-family: Raleway;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
	font-family: Raleway;
    position: absolute;
    height: 0%; /*Fonfo animado*/
    left: 50%; /*Fonfo animado*/
	top: 50%; /*Fonfo animado*/
    width: 150%;/*Fonfo animado*/
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #333333;
	font-family: Raleway;
    text-shadow: none;
}
a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    font-family: Raleway;
}
a.animated-button:link,
a.animated-button:visited {
    display: block;
    padding: 6px 6px;
    color: #FAFAFA;
    font-size: 15px;
    text-align: center;
	font-family: Raleway;
    text-decoration: underline;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 180px;
}
a.animated-button.victoria-four {
    border: 1px solid #FAFAFA;
	margin: 0;
	font-family: Raleway;
}
a.animated-button.victoria-four:after {
    background: #FAFAFA;
    opacity: .5;
    -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
a.animated-button.victoria-four:hover:after {
    opacity: 1;
    height: 600% !important;
}

@media screen and (max-width: 450px){
	a.animated-button.victoria-four {
   left: 20vW;
}
}
/*Barra superior*******************************************************/

#fade {
    z-index: 2999;
    height: 83px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(251, 248, 248, 0.99);
}
.top_header {
     background-color: rgba(255, 255, 255, 0.85);

    z-index: 3000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.row img {
    z-index: 3000;
    /*min-width: 150px;*/
    min-height: 80px;
    max-height: 80px;
    /*max-width: 160px;*/
    margin-left: 10%;
}
.btn {
    margin-top: 22px;
    z-index: 3100;
    background-color: transparent;
    width: 36px;
    height: 36px;
    padding: 1px 0;
    box-sizing: border-box;
    float: right;
    clear: both;
    font-size: 30px;
    cursor: pointer;
}
.btn:hover {} .btn .line {
    background: #000096;
    /*Cambie el color de las lineas por el contraste del banner el color antiguo era LightSlateGray*/

    box-shadow: 0 5px 0 0 #000096, 0 -5px 0 0 #000096;
    display: block;
    margin: 10px auto;
    height: 2px;
    width: 25px;
    content: " ";
    overflow: visible;
}
.btn:hover .line {} .menu-collapse {
    z-index: 3005;
    float: right;
    height: 100%;
    margin-right: 15%;
}
#options {
    z-index: 3010;
    float: right;
    clear: both;
    position: fixed;
    top: 0;
    right: 0;
}
/*************************************/

.sidenav {
    bottom: 0;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: whitesmoke;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #000096;
    display: block;
    transition: 0.3s;
    margin-left: 10%;
    border-bottom: 1px solid lightgrey;
    text-align: left;
}
.sidenav a:hover,
.offcanvas a:focus {
    color: darkslategray;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: 0px;
}
/*Acerca de****************************************************************************************/

.title-section {
    font-family: RaleWay;
    width: 100%;
    text-align: center;
}
#content-ad {
    text-align: center;
    line-height: 1.48;
    width: 100%;
    font-size: 1.25em;
    background-color: #fdfdfd;
    display: table-cell;
    vertical-align: middle;
}
#acerca-de {
    height: 110vH;
    display: table;
    width: 100%;
}
#acerca-de-img {
    background-image: url(../Images/sun_people.jpeg);
    background-size: cover;
    width: 40%;
    height: 60vH;
    float: left;
    margin-left: 10%;
}
#text-ad {
    width: 40%;
    line-height: 1.1;
    float: right;
    text-align: center;
    background-color: rgba(171, 171, 171, 0.6);
    height: 60vH;
    color: #333;
    letter-spacing: .01em;
    font-size: 1.3em;
    margin-right: 10%;
    display: table;
}
#text-ad div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
	font-size: .7em;
	padding: 0 5%;
}
@media screen and (max-width: 850px) {
    #acerca-de-img {
        background-position: right;
        background-size: cover;
        width: 100%;
        height: 45vH;
        float: left;
        margin: 0;
        height: 45vH;
    }
    #text-ad {
        clear: both;
        height: 45vH;
        line-height: 1.08;
        font-size: 1.2em;
        margin: 0;
        width: 100%;
        float: left;
    }
    #text-ad div p {
        line-height: 1.08;
        font-size: 1em;
        width: 90%;
        margin: auto;
    }
    #text-ad div h1 {
        line-height: 1.9;
        font-size: 2em;
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width: 550px) {
    #content-ad img {
        width: 100%;
        margin-bottom: 15px;
    }
    #text-ad {
        clear: both;
        line-height: .9;
        font-size: 1.1em;
        width: 100%;
    }
    #text-ad div {
        line-height: .9;
        font-size: 1em;
		padding-bottom: 3vH;
    }
    #text-ad div p {
        line-height: .9;
        font-size: 1em;
        width: 90%;
        margin: auto;
    }
    #text-ad div h1 {
        line-height: 1.1;
        font-size: 1.7em;
    }
}
/*Servicios**************************************************************************************************************/

#servicios-size {
    width: 100%;
    /*Aqui esta el desmadre de ayer en el final******************************/

    height: 110vH;
    display: table;
}
#servicios {
    height: 60vH;
    margin: 25vH 0 15vH 0;
}
.title-sectionn {
    color: #DADADA;
    letter-spacing: .3em;
    text-align: center;
    margin-bottom: 5vH;
	font-family: RaleWay;
}
#servicios-list {
    background: linear-gradient( rgba(31, 31, 31, .8), rgba(31, 31, 31, .8)), url(../Images/serviciosbg-compressor.jpg);
    background-size:contain;
    background-position: center;
	background-repeat: repeat;
    height: 60vH;
    z-index: 100;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 2% 0;
}
#servicios-list li {
    filter: none;
    width: 20%;
    margin: auto;
    display: table-cell;
    text-align: center;
}
#servicios-list li img {
    width: 90px;
}
#servicios-list li div {
    width: 90%;
    margin: auto;
}
#servicios-list li div h1 {
    color: #dadada;
    font-size: 1.99em;
}
#servicios-list li div p {
    color: #dadada;
    font-size: 1.5em;
    text-align: center;
    margin: auto;
}
#servicios-list li div a {
    color: #dadada;
    text-decoration: underline;
}
#servicios-list li div a:hover {
    color: white;
}
@media screen and (max-width: 800px) {
    .title-sectionn {
        color: #DADADA;
        letter-spacing: .3em;
    }
    #servicios-list li {
        width: 30%;
        margin: auto;
        padding: 0;
        display: inline-block;
        text-align: center;
        vertical-align: text-top;
    }
    #servicios-list {
        display: table-row;
        width: 100%;
        padding-top: 5%;
        padding-bottom: 3%;
        display: table-cell;
        vertical-align: middle;
        margin: auto;
        text-align: center;
    }
}
@media screen and (max-width: 550px) {
    .title-sectionn {
        color: #DADADA;
        letter-spacing: .3em;
        margin: 0;
    }
    #servicios-list li {
        width: 100%;
        margin: auto;
        padding: 5% 0 5% 0;
        display: inline-block;
        text-align: center;
    }
    #servicios-list {
        width: 100%;
        display: table-row;
        margin: 0;
        padding: 0;
        padding-top: -80px;
    }
    #servicios {
        margin: 15vH 0 15vH 0;
        height: auto;
    }
}
/*SECTORES*************************************************************************************************/

#proyectos-size {
	width: 100%;
	padding: 15vH 0 12.5vH 0;
}

#proyectos-size * {
	font-family: QuickSand;
}

#pic-ind {
	background-image: url(../Images/pexels-photo-257700.jpeg);
	background-size: cover;
	background-position: center;
	width: 20vW;
	height: 20vH;
	float: left;
}

#pic-com{
	background-image: url(../Images/sarah-gotze-22372.jpg);
	background-size: cover;
	background-position: center;
	width: 20vW;
	height: 20vH;
	float: left;
}

#pic-res{
	background-image: url(../Images/pexels-photo-534151.jpeg);
	background-size: cover;
	background-position: center;
	width: 20vW;
	height: 20vH;
	float: left;
}

#proyectos-list {
	width: 95%;
	margin: auto;
	list-style: none;
	padding: 0;
}
.proyectos-title{
	text-align: center;
	font-size: 2.3em;
	margin: 0;
}
#proyectos-list h3 {
	width: 100%;
	text-align: left;
	font-family: RaleWay;
	font-size: 2em;
	padding: 0;
	margin: 0;
}
#proyectos-list li{
	height: 23vH;
	margin: 0 0 2% 0 !important;
	padding: 0;
	display: block;
}

#proyectos-list li p{
	float: right;
	width: 70vW;
	font-size: 1.1em;
}

@media screen and (max-width: 550px){
	#pic-ind{
		width: 100%;
	}
	#pic-com{
		width: 100%;
	}
	#pic-res{
		width: 100%;
	}
	#proyectos-list li{
		height: auto;
	}
	#proyectos-list li p{
		width: 100%;
		float: none;
		padding: 0 3%;
	}
}
/*proyectos*************************************************************************************************/

#sectores-title {
    letter-spacing: .1em;
    position: relative;
    margin-bottom: 5%;
	font-family: RaleWay;
}
#sectores-size {
    height: 100vH;
    width: 100%;
    display: table;
    position: relative;
}
#sectores {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.container {
    position: relative;
    width: 32%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.image {
    opacity: 1;
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.container:hover .image {
    opacity: 0.3;
}
.container:hover .middle {
    opacity: 1;
}
#imagess {
    /*Lista de imagenes*/
    width: 100%;
    padding: 0 5% 0 5%;
    list-style: none;
    text-align: center;
    letter-spacing: 3.5em;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.slide-desc {
    text-align: left;
    margin-top: 10vH;
    margin-left: 15vW;
    background-color: transparent;
    font-size: 2em;
    position: absolute;
    color: #FAFAFA;
    font-weight: 100;
    overflow: hidden;
}
.slide-desc ul li {
    text-align: left;
}
.text {
    background-color: transparent;
    color: #333333;
    border: 1.2px solid #333333;
    font-size: 16px;
    padding: 1px 8px;
    letter-spacing: .2em;
}
.container img {
    width: 95%;
}
.text a {
    text-decoration: underline;
    color: #333333;
    text-align: center;
}
#imagess span {
    font-family: RaleWay;
    font-size: 1.6em;
    letter-spacing: .2em;
}
#imagess li {
    width: 30%;
    margin: auto;
    padding: 0;
    left: 0;
    text-align: center;
}
#content-sectores {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60vH;
    background-color: rgba(196, 196, 196, .9);
    background-size: cover;
    background-position: center;
    display: table;
}
@media screen and (max-width: 865px) {
    .text {
        font-size: 14px;
        padding: 1px 4px;
    }
}
@media screen and (max-width: 742px) {
    .text {
        font-size: 12px;
        padding: 1px 1px;
    }
}
@media screen and (max-width: 770px) {
    #sectores-title {
        letter-spacing: .1em;
        position: relative;
        margin: 0;
    }
    #content-sectores ul li img {
        width: 100%;
    }
    #content-sectores ul li {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    .image-foot {
        font-family: 'Quicksand', sans-serif;
        font-size: 2.5em;
    }
    .text {
        font-size: 15px;
        padding: 1px 5px;
    }
}
@media screen and (max-width: 275px) {
    .text {
        font-size: 14px;
        padding: 1px 5px;
    }
}
* {
    box-sizing: border-box;
}
.row > .column {
    padding: 0 8px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 5%;
    bottom: 0;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 4000;
    padding-top: 65px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
}
/* The Close Button */

.close {
    color: white;
    position: absolute;
    position: fixed;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    width: auto;
    top: 0;
    padding: 10%;
    height: 100%;
    color: white;
    font-weight: bold;
    font-size: 40px;
    user-select: none;
    -webkit-user-select: none;
	line-height: 500%;
}
.prev {
    left: 0;
}
/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
@media screen and (max-width: 800px) {

	.next,
	.prev{
		line-height: 600%;
	}

}

@media screen and (max-width: 500px) {

	.next,
	.prev{
		line-height: 700%;
	}

}
/* On hover, add a black background color with a little bit see-through */
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.mySlides {
    display: none;
}
.imgn {
    background-color: rgba(31, 31, 31, 1);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-1 {
    background-image: url(../Images/res_2.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-2 {
    background-image: url(../Images/res_3.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-3 {
    background-image: url(../Images/res_4.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-4 {
    background-image: url(../Images/res_5.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #333333;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-5 {
    background-image: url(../Images/res_6.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #333333;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-6 {
    background-image: url("../Images/res_7.jpeg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #333333;
    height: 70vH;
    background-position: center;
}
.imgn-7 {
    background-image: url(../Images/res_8.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #333333;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-8 {
    background-color: rgb(31, 31, 31);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-9 {
    background-image: url(../Images/ind_11.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-10 {
    background-image: url(../Images/ind_2.jpg);
    background-size: contain;
    background-color: #333333;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-11 {
    background-image: url(../Images/ind_3.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #333333;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-12 {
    background-image: url(../Images/ind_4.jpeg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-13 {
    background-image: url(../Images/ind_14.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-14 {
    background-image: url(../Images/ind_6.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-15 {
    background-image: url(../Images/ind_8.jpg);
    background-size: contain;
    background-color: #333333;
    background-repeat: no-repeat;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-16 {
    background-image: url(../Images/ind_17.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-17 {
    background-image: url(../Images/ind_13.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-18 {
    background-color: rgb(31, 31, 31);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-19 {
    background-image: url(../Images/comercial_1.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #333333;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-20 {
    background-image: url(../Images/comercial_3.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-21 {
    background-image: url(../Images/comercial_8.jpg);
    background-size: contain;
	background-repeat: no-repeat;
	background-color: #333333;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-22 {
    background-image: url(../Images/comercial_10.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.imgn-23 {
    background-image: url(../Images/comercial_11.jpg);
    background-size: cover;
    width: 100%;
    height: 70vH;
    background-position: center;
}
.cursor {
    cursor: pointer;
    max-height: 50px;
}
@media screen and (max-width: 720px) {
    .slide-desc {
        margin-top: 5vH;

        font-size: 1.3em;
    }
}
@media screen and (max-width: 450px) {
    .slide-desc {
        margin-left: 5vW;
        margin-top: 5vH;
        font-size: 1.1em;
    }
}
/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.mySlides img {
    margin-bottom: -4px;
    width: 100%;
    height: 70vH;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active,
.demo:hover {
    opacity: 1;
}
img.hover-shadow {
    transition: 0.3s
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/*Contacto********************************************************************************************************/

#contacto-size {
    height: 100vH;
    display: table;
    width: 100%;
}
#Contacto {
    display: table-cell;
    z-index: auto;
    display: table-cell;
    vertical-align: middle;
}
    iframe {
        height: 45vH;
		width: 100%;
    }
form {
    float: left;
    width: 50%;
    padding: 0 5%;
    ;
    margin: 0;
}
#form {
    margin: auto;
    padding: 0;
    list-style: none;
}
form li {
    margin: 0;
    border: 0;
}
label {
    float: left;
    visibility: hidden;
    position: absolute;
}
input {
    width: 80%;
    border: 0;
    border-bottom: .8px solid #333;
    margin: 0;
}
textarea {
    width: 80%;
    border: 0;
    margin: 0;
    border-bottom: .8px solid #333;
}
input:focus {
    border-bottom: 1.5px solid #333;
}
textarea:focus {
    border-bottom: 1.5px solid #333;
}
#direccion {
    float: right;
    font-family: 'Quicksand', sans-serif;
    width: 45%;
}
#direccion p {
    font-size: 1.6em;
}
#direccion p em {
    font-size: 1.3em;
    font-weight: 100;
    color: #333333;
}
@media screen and (max-width: 840px) {
    form {
        width: 100%;
    }
    #direccion {
        font-family: 'Quicksand', sans-serif;
        width: 100%;
        margin-top: 20px;
    }
    #Contacto {
        height: 870px;
    }
    #direccion {
        height: auto;
        padding: 0 5% 0 5%;
    }
    #direccion p {
        font-size: 1.4em;
    }
    #direccion p em {
        font-size: 1.4em;
        color: red;
        font-weight: 100;
    }
    iframe {
        height: 25vH;
    }
    input {
        width: 100%;
        margin: 0;
        float: none;
        padding: 0 5% 0 5%;
    }
    textarea {
        width: 100%;
        margin: auto;
    }
}
/*Footer*********************************************************************************************************/

footer {
    display: block;
    font-family: 'Quicksand', sans-serif;
    padding: 1px 5% 0 5%;
    background-color: #333333;
    padding-bottom: 20px;
}
#title-footer {
    width: 28	vW;
    float: left;
	font-family: RaleWay;
    margin-top: 25px;
}
#title-footer a {
    text-decoration: none;
    color: #DADADA;
    font-size: 25px;
    transition-duration: .5s;
}
#title-footer a:hover {
    color: #d6d6d6;
}
#bottom-links {
    float: right;
    margin-top: 37px;
    width: 58vW;
}
#bottom-links ul {
    float: right;
    margin-right: 20px;
}
#bottom-links ul li {
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
}
#bottom-links ul li a {
    color: #DADADA;
    text-decoration: none;
}
#bottom-links ul li a:hover {
    text-decoration: none;
    color: #d6d6d6;
}
#bottom-hr {
    width: 100%;
    clear: both;
}
#privacy-policy {
    clear: both;
    color: #DADADA;
    font-size: .9em;
}
#copyright {
    clear: both;
    font-family: 'Quicksand', sans-serif;
    color: #DADADA;
    font-size: 1em;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

#social-icons{
	width: 100%;
	text-align: right;
	display: block;
}

#social-icons ul{
	width: 100%;
}

#social-icons ul li{
	width: 23px;
	height: 23px;
	display: inline-block;
	margin: 0 2%;
}

#social-icons ul li img{
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 790px){

	#bottom-links {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#bottom-links ul{
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 455px){

	#bottom-links ul li{
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

#palabras-clave {
	position: absolute;
	color: transparent;
	top: 0;
}
/*Propiedades generales**************************************************************/


#wrapper-content {
    background-color: #fdfdfd;
}
.ad-s {
    width: 99.9%;
    border: .5px solid #333;
}
content: "\e907";
}
.ir {
    background-color: transparent;
    color: transparent;
	border: 0;
	visibility: hidden;
