/*
Theme Name: Comunicación Di
Theme URI: http://www.heyzombie.com
Description: Responsive WordPress theme performed by Hey Zombie Indie Lab.

Author: Damián Trejo - Hey Zombie Indie Design Lab
Author URI: http://www.heyzombie.com
Version: 3.0.3
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2011-2014 Hey Zombie Indie Design Lab
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt
	
CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes
	
CSS Rules: Sorted alphabetically for better organization.
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

html,body{
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px;
	background: white;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

h1, h2, h3{
    font-family: 'Roboto', sans-serif;
}

a:hover, a:focus {
    color: #006ecf!important;
    text-decoration: underline;
}

.header{
    background: white;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 8;
	top: 0;
}

.header .logo{
    float: left;
    display: table;
    width: 236px;
    padding: 8px 7px;
    margin-left: 10px;
}

.header .menu{
	float: right;
	display: table;
}

.header .menu ul{
	list-style: none;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.header .menu li{
	display: inline-block;
    padding-right: 20px;
}

.header .menu li a{
	color: white;
}

.box{
	
}

.box p{
	color: white;
}

.box p i{
	color: #3758dc;
	padding-right: 10px;
	padding-left: 10px;
}

.box p .title{
	
}

.box p a{
	color: white;
}

.box p a:hover{
	
}

.box p hr{
	
}

.head_phones{
    position: absolute;
    right: 64px;
    margin-top: 10px;
}

.head_phones ul{
	display: inline-flex;
	list-style-type: none;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0;
}

.head_phones ul li{
	color: gray;
	padding: 0 10px 0 10px;
}

.head_phones ul li i{
	color: #008cd9;
}

.head_phones span{
	
}

.head_phones img{
	height: 20px;
}

.cover{
    background: url(images/cover_web.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 30%;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

.cover .overlay{
	background: url(images/overlay-pattern.png);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
}

.cover .overlay .presentacion{
    max-width: 670px;
    margin: auto;
    transform: translateX(-240px);
}

.cover .overlay .presentacion h1{
	color: white;
    font-weight: 600;
    font-size: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.cover .overlay .presentacion p{
	color: white;
    font-size: 18px;
    font-weight: 300;
}

.concepto{
    display: block;
    padding-top: 80px;
    padding-bottom: 0px;
    background: url(images/main_bg.jpg) center top no-repeat;
    background-size: cover;
}

.concepto .content{
	max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 20px;
}

.concepto .content p{
    font-size: 14px;
    color: #121019;
    line-height: 28px;
    text-align: justify;
    padding-top: 40px;
}

.concepto .content .Title{
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}

.servicios{
	border-top: 0;
	width: 100%;
	display: block;
}
.servicios .content{
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 100px;
    padding-bottom: 100px;
}
.servicios .content .Title{
	font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid #ffffff;
    max-width: 800px;
    margin: auto;
}
.servicios .content .grid{
	-webkit-columns: 100px 4;
    -moz-columns: 100px 4;
    columns: 200px 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 1px solid #1a242f;
    -moz-column-rule: 1px solid #1a242f;
    column-rule: 1px solid #1a242f;
}

.servicios .content .logo{
	width: 100%;
    display: table;
    padding-bottom: 30px;
}

.servicios .content .grid .box{
    height: calc(100vw * 0.18);
    cursor: pointer;
    background: black;
    position: relative;
    overflow: hidden;
}

.servicios .content .grid .box .backend{
    width: 100%;
    height: 100%;
    position: relative;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: .4;
	transition: all .4s ease;
	background-size: cover!important;
}

.servicios .content .grid .box .overlay{
    background: url(images/overlay-pattern.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.servicios .content .grid .box:hover .backend{
	-webkit-filter: grayscale(10%);
    filter: grayscale(10%);
	opacity: .6;
	transform: scale(1.2);
}

.servicios .content .grid .box .title{
	position: absolute;
    top: 50%;
    color: white;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 28px;
    transform: translateY(-50%);
	z-index: 999;
}

.servicios .content .selection{
	background-repeat: no-repeat!important;
	background-size: cover!important;
	width: 100%;
	max-width: 1200px;
	border-radius: 30px;
	height: 0vh;
	overflow: hidden;
	clear: both;
	position: relative;
}

.servicios .content .selection .overlay{
	background: url(images/overlay-pattern.png);
	width: 100%;
	height: 100%;
}

.servicios .content .servicios-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	display: contents;
	align-items: center;
}

.thankyou_message{
    position: absolute;
    background: #3c88ea;
    width: 100%;
    top: 0;
    height: 100%;
    align-items: center;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    font-weight: 100;
}

.servicios .content .servicios-content .content-box{
    width: 100%;
    max-width: 600px;
    background: rgba(0, 0, 0, 0);
    padding: 20px;
    opacity: 0;
    left: 300px;
    display: none;
}

.servicios .content .servicios-content .content-box a{
	color: #002fa0;
}

.servicios .content .servicios-content .content-box a:hover{
	color: #002fa0;
}

.servicios .content .servicios-content .content-box .Title{
    font-family: 'Open Sans Condensed', sans-serif;
    color: white;
    font-size: 40px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 36px;
}

.servicios .content .servicios-content .content-box .Text{
	color: white;
    line-height: 30px;
    font-size: 14px;
}

.servicios .content .servicios-content .content-box .Text p{
	color: #002fa0;
	line-height: 21px;
	font-size: 14px;
	text-align: justify;
}

.servicios .content .servicios-content .content-box .Text ul{
	color: #002fa0;
	line-height: 21px;
	font-size: 14px;
	text-align: justify;
}

.servicios .content .closer{
    position: relative;
    color: #3669bd;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    transition: all .4s ease;
}

.servicios .content .closer:hover{
	opacity: .5;
}

.press{
	width: 100%;
    height: auto;
    display: table;
    padding-top: 0px;
    padding-bottom: 80px;
}

.press .content{
	padding-top: 60px;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.press .left{
	float: right;
    color: white;
    text-align: right;
    list-style: none;
    font-size: 16px;
    line-height: 28px;
}

.press .right{
    float: left;
    color: white;
    text-align: left;
    list-style: none;
    font-size: 16px;
    line-height: 34px;
}

.clients{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(images/backend_servicies.jpg) center top no-repeat;
    background-size: cover;
}

.clients .Title{
	font-size: 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.img-bg{
	padding-top: 42%;
    width: 100%;
}

.bg-1{
	background: url(images/servicios/1.jpg) center top no-repeat;
    background-size: cover;
}

.bg-2{
	background: url(images/servicios/2.jpg) center top no-repeat;
    background-size: cover;
}

.bg-3{
	background: url(images/servicios/3.jpg) center top no-repeat;
    background-size: cover;
}

.bg-4{
	background: url(images/servicios/4.jpg) center top no-repeat;
    background-size: cover;
}

.bg-5{
	background: url(images/servicios/5.jpg) center top no-repeat;
    background-size: cover;
}

.bg-6{
	background: url(images/servicios/6.jpg) center top no-repeat;
    background-size: cover;
}

.bg-7{
	background: url(images/servicios/7.jpg) center top no-repeat;
    background-size: cover;
}

.bg-8{
	background: url(images/servicios/8.jpg) center top no-repeat;
    background-size: cover;
}

.bg-9{
	background: url(images/servicios/9.jpg) center top no-repeat;
    background-size: cover;
}

.bg-10{
	background: url(images/servicios/10.jpg) center top no-repeat;
    background-size: cover;
}

.bg-11{
	background: url(images/servicios/11.jpg) center top no-repeat;
    background-size: cover;
}

.bg-12{
	background: url(images/servicios/12.jpg) center top no-repeat;
    background-size: cover;
}

.bg-13{
	background: url(images/servicios/13.jpg) center top no-repeat;
    background-size: cover;
}

.bg-14{
	background: url(images/servicios/14.jpg) center top no-repeat;
    background-size: cover;
}

.bg-15{
	background: url(images/servicios/15.jpg) center top no-repeat;
    background-size: cover;
}

.contacto{
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(images/citas_bg.jpg) center top no-repeat;
	background-size: cover;
}

.contacto .form{
	display: table;
}

.contacto .content{
	max-width: 1040px;
    width: 100%;
    margin: auto;
    padding: 20px;
    display: table;
}

.contacto .content .title{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid #ffffff;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

.contacto .content .title2{
	font-size: 20px;
	padding-bottom: 30px;
	color: white;
}


.footer{
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #53bceb;
}

.footer .form{
	display: table;
}

.footer .content{
	max-width: 1040px;
    width: 100%;
    margin: auto;
    padding: 20px;
    display: table;
}

.footer .content .title{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid #ffffff;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px;
}

.footer .content .title2{
	font-size: 20px;
	padding-bottom: 30px;
	color: white;
}

.video{
	position: absolute;
    z-index: -1;
	opacity: 0;
}

.social{
    width: 100%;
    max-width: 600px;
    margin: auto;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}

.social i{
    font-size: 48px;
    margin: 10px;
}

.contacto .box p{
	color: white;
}

.contacto .box .title{
	font-size: 20px;
}

.contacto .col-md-6 .form-control{
	width: 100%!important;
    height: 48px!important;
    padding: 6px 30px!important;
}

.contacto .col-md-6 .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eaeaea;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eaeaea;
  opacity: 1; /* Firefox */
}

.form-control::-webkit-input-placeholder {
  color: #eaeaea;
}

.contacto .col-md-6 textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #eaeaea;
  opacity: 1; /* Firefox */
}

.contacto .col-md-6 .form-control textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff5e;
  opacity: 1; /* Firefox */
}

textarea:placeholder-shown {
color: #eaeaea;
}

.form-group {
    margin-bottom: 15px;
    margin-right: 20px;
}

.contacto .col-md-12 .form-control{
    width: 100%!important;
    height: 48px!important;
    padding: 6px 30px!important;
    border-radius: 0px;
    margin-bottom: 20px;
    background: transparent;
}

.contacto .col-md-12{
	padding-right: 0px;
    padding-left: 0px;
}

.contacto .col-md-6{
	padding-right: 0px;
    padding-left: 0px;
}

.contacto .button{
	height: auto;
	width: fit-content;
	background: rgb(1, 171, 223);
	color: white;
	font-size: 12px;
	padding: 10px 40px 10px 40px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid white;
	transition: all 4.s ease;
}

.contacto .button:hover{
    background: rgba(139,139,139,1.00);
}



.item{
    width: initial;
    background: white;
    border-radius: 10px;
    height: auto;
    box-shadow: 0px 0px 20px #00000030;
    margin: 20px;
    display: grid;
    justify-items: stretch;
    position: relative;
    transition: all .4s ease;
}

.item a{
    color: #6fc2ea;
    margin: auto;
    height: 100%;
    padding: 0px;
    width: 100%;
    display: grid;
    justify-items: center;
}

.item a:hover{
	text-decoration: none;
}

.item:hover .servicio-text{
	color: white;
}

.item:hover{
    background: #6fc2ea;
}

.item .servicio-text{
    text-align: center;
    position: relative;
    margin: auto;
    font-weight: 300;
    font-size: 20px;
    padding: 20px;
}

.item .servicio-text:hover{
	text-decoration: none;
}

.fullscreen,
.content-a {
	margin:auto;
	overflow:hidden;
	position: relative;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

.owl-carousel{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}

a {
    color: #31dac4;
    text-decoration: none;
	transition: all .4s ease;
}

a:hover, a:focus {
    color: #fefefe;
    text-decoration: underline;
}

textarea::placeholder {
  color: #ffffff5e;  
}

/*
MENU
*/

#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu:after,
#menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu #menu-button {
  display: none;
}
#menu {
    font-family: Montserrat, sans-serif;
    background: #ffffff;
    width: initial;
    float: right;
    margin-top: 34px;
}
#menu > ul > li {
  float: left;
}
#menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#menu.align-center ul ul {
  text-align: left;
}
#menu.align-right > ul > li {
  float: right;
}
#menu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #5378c1;
  font-weight: normal;
  text-transform: uppercase;
}
#menu > ul > li:hover > a {
  color: #000000;
}
#menu > ul > li.has-sub > a {
  padding-right: 30px;
}
#menu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#menu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#menu ul ul {
  position: absolute;
  left: -9999px;
}
#menu.align-right ul ul {
  text-align: right;
}
#menu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu li:hover > ul {
  left: auto;
}
#menu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#menu li:hover > ul > li {
  height: 35px;
}
#menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#menu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#menu ul ul li:last-child > a,
#menu ul ul li.last-item > a {
  border-bottom: 0;
}
#menu ul ul li:hover > a,
#menu ul ul li a:hover {
  color: #ffffff;
}
#menu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#menu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#menu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#menu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#menu.small-screen {
  width: 100%;
}
#menu.small-screen ul {
  width: 100%;
  display: none;
}
#menu.small-screen.align-center > ul {
  text-align: left;
}
#menu.small-screen ul li {
  width: 100%;
  border-top: 1px solid rgba(120, 120, 120, 0.2);
}
#menu.small-screen ul ul li,
#menu.small-screen li:hover > ul > li {
  height: auto;
}
#menu.small-screen ul li a,
#menu.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
}
#menu.small-screen > ul > li {
  float: none;
}
#menu.small-screen ul ul li a {
  padding-left: 25px;
}
#menu.small-screen ul ul ul li a {
  padding-left: 35px;
}
#menu.small-screen ul ul li a {
  color: #dddddd;
  background: none;
}
#menu.small-screen ul ul li:hover > a,
#menu.small-screen ul ul li.active > a {
  color: #ffffff;
}
#menu.small-screen ul ul,
#menu.small-screen ul ul ul,
#menu.small-screen.align-right ul ul {
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
#menu.small-screen > ul > li.has-sub > a:after,
#menu.small-screen > ul > li.has-sub > a:before,
#menu.small-screen ul ul > li.has-sub > a:after,
#menu.small-screen ul ul > li.has-sub > a:before {
  display: none;
}
#menu.small-screen #menu-button {
  display: block;
  padding: 17px;
  color: #03abdf;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
#menu.small-screen #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #03abdf;
    border-bottom: 2px solid #03abdf;
    content: '';
    box-sizing: content-box;
}
#menu.small-screen #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #03abdf;
    content: '';
    box-sizing: content-box;
}
#menu.small-screen #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #03abdf;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu.small-screen #menu-button.menu-opened:before {
	top: 23px;
    background: #03abdf;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid rgba(120, 120, 120, 0.2);
  height: 46px;
  width: 46px;
  cursor: pointer;
}
#menu.small-screen .submenu-button.submenu-opened {
  background: #232426;
}
#menu.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}
#menu.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 19px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#menu.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}
#menu.small-screen .submenu-button.submenu-opened:after {
  background: #ffffff;
}
#menu.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 22px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
}
#menu.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}
#menu.small-screen .submenu-button.submenu-opened:before {
  display: none;
}
#menu.small-screen.select-list {
  padding: 5px;
}

@media screen and (max-width: 930px) {
	.header .logo {
    float: left;
    display: table;
    width: 198px;
    padding: 8px 7px;
    margin-left: 0px;
}
	.cover .overlay .presentacion{
    max-width: 670px;
    margin: auto;
    transform: translateX(0px);
	padding: 30px;
}
	.head_phones ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
	.head_phones img {
    height: 0;
}
	.servicios .content {
    width: 100%;
    margin: auto;
    display: table;
    padding-top: 100px;
    padding-bottom: 100px;
    padding: 16px;
	    margin-top: 111px;
}
	.servicios .content .servicios-content .content-box .Title {
    font-family: 'Open Sans Condensed', sans-serif;
    color: white;
    font-size: 40px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 36px;
    margin-top: 33px;
}
	.servicios .content .servicios-content .content-box .Title {
    font-family: 'Open Sans Condensed', sans-serif;
    color: white;
    font-size: 22px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 36px;
}
	
	.head_phones {
    display: none;
}
	#menu {
    margin-top: 0px;
}
	
	.servicios .content .servicios-content .content-box {

    margin-top: 20px;
}
	.cover {
    margin-top: 0px;
    height: 100vh;
}
	.cover .overlay .presentacion h1 {
    color: white;
    font-weight: 600;
    font-size: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

}