@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: 'Raleway-Thin';
    src: url(../fonts/Raleway-Thin.ttf);
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url(../fonts/Raleway-Bold.ttf);
}

p{
	line-height: 25px;
}

.blue-text{
	color: #2041e2;
}

.white-text{
	color: white;
}

.gray-text{
	color: #494949;
}

.cyan-text{
	color: #00aeef;
}

body{
	font-family: Verdana, 'DejaVu Sans', sans-serif;
	font-size: 15px;
	margin: 0px;
}

header{
	position: fixed;
	width: calc(100% - 120px);
	z-index: 10;
}

header > div{
	width: 100%;
    margin: 0 auto;
}

#logo-medtech{
	margin: 0 5%;
}

#logo-medtech img{
	height: 75px;
}

nav{
	background-color: #2041e2;
	color: white;
	width: 80%;
	border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
	border-top: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}

nav > ul{
	display: flex;
    align-items: center;
    height: 45px;
	justify-content: space-around;
	margin-left: 0.5%;
}

nav > ul > li{
	display: inline-block;
	cursor: pointer;
	position: relative;
}

#show-menu{
	display: block;
}

.tooltip-text{
	visibility: hidden;
    width: 255px;
    background-color: #494949;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 2px;
    position: absolute !important;
    z-index: 2;
    /* bottom: 100%; */
    left: 12%;
    /* margin-left: -75px; */
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    top: -25px !important;
}

#email-medtech, #phone-number-medtech{
	cursor: pointer;
}

#phone-number-medtech .tooltip-text::after, #email-medtech .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#phone-number-medtech:hover .tooltip-text, #email-medtech:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/*nav > ul > li:last-child{
	margin-left: -40px;
}*/

#home-medtech{
	background-image: url(../img/home/home-background.jpg), linear-gradient(90deg, #fff, #f7f7f7);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	height: 785px;
	width: 100%;
	position: relative;
}

#title-medtech{
	position: absolute;
    top: 200px;
    left: 7%;
	width: 46%;
}

#title-medtech > h1{
	font-family: 'Raleway-Bold';
    font-size: 45px;
	margin-bottom: 10px;
	width: 94%;
}

#title-medtech > label{
	font-size: 30px;
    font-family: Verdana, 'DejaVu Sans', sans-serif;
}

#title-medtech > p{
	margin-top: 50px;
    width: 100%;
	font-size: 18px;
}

#strategy-medtech{
	position: absolute;
    top: 650px;
    left: 5%;
	background-color: #00aeef;
    font-size: 21px;
    padding: 20px 40px;
	/*box-shadow: rgb(0 174 239 / 30%) 0px 1px 5px;*/
	box-shadow: rgb(0 174 239 / 80%) 0px 1px 8px;
	width: 915px;
	text-align: center;
}

#justification-medtech{
	/*background-image: url(../img/home/justification-background.jpg);*/
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/home/justification-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	display: flex;
    align-items: center;
	background-position: center;
}

#justification-medtech  > div{
	width: 70%;
    margin: 0 auto;
    text-align: center;
}

#justification-medtech .paragraph-1{
	font-size: 39px;
    font-family: Verdana, 'DejaVu Sans', sans-serif;
	line-height: normal;
	/*text-shadow: -1px 1px 2px #07182f, 1px 1px 2px #07182f, 1px -1px 0 #07182f, -1px -1px 0 #07182f;*/
}

#justification-medtech .paragraph-2{
	font-size: 18px;
    width: 90%;
    margin: 0 auto;
	margin-top: 30px;
    margin-bottom: 30px;
	/*text-shadow: -1px 1px 2px #07182f, 1px 1px 2px #07182f, 1px -1px 0 #07182f, -1px -1px 0 #07182f;*/
}

#justification-medtech .paragraph-3{
	font-size: 30px;
	/*text-shadow: -1px 1px 2px #07182f, 1px 1px 2px #07182f, 1px -1px 0 #07182f, -1px -1px 0 #07182f;*/
}

#strategies-medtech > div{
	width: 88%;
    margin: 0 auto;
    background-image: url(../img/home/curva.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#strategy-one, #strategy-two{
	width: 90%;
    height: 400px;
    margin: 0 auto;
}

#strategy-one h1, #strategy-two h1{
	font-size: 40px;
	font-family: Verdana, 'DejaVu Sans', sans-serif;
	margin-bottom: 30px;
}

#strategy-one h1{
	text-align: left;
}

#strategy-two{
	clear: both;
}

#strategy-one > div, #strategy-two > div{
	float: left;
	display: flex;
    align-items: center;
    height: 100%;
}

#strategy-one > div:first-child, #strategy-two > div:last-child{
	width: 40%;
}

#strategy-one > div:first-child > div, #strategy-two > div:last-child > div{
	width: 100%;
	text-align: center;
}

#strategy-one > div:last-child, #strategy-two > div:first-child{
	width: 60%;
}

#strategy-one > div:last-child > div{
	text-align: justify;
}

#strategy-two > div:first-child > div{
	text-align: right;
	width: 100%;
}

#strategy-one p{
	width: 95%;
	font-size: 18px;
}

#why-choose{
	height: 550px;
	background-image: url(../img/home/choose-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

#why-choose > div{
	width: 60%;
    margin: 0 auto;
    text-align: center;
}

#why-choose > div > h1{
	font-size: 50px;
    font-family: 'Raleway-Bold';
    line-height: 60px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 25px;
}

#why-choose > div > p{
	font-size: 16px;
    width: 85%;
    margin: 0 auto;
}

#services-medtech{
	background-color: #00aeef;
	height: 250px;
}

#services-medtech > div{
	width: 55%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
	position: relative;
    top: -50px;
}

.service{
	width: 245px;
	height: 200px;
	display: inline-grid;
	text-align: center;
}

.service > div:first-child{
	width: 100%;
	height: 120px;
}

.service > div:first-child > div{
	width: 120px;
    margin: 0 auto;
    background-color: #00aeef;
    border-radius: 80px;
    box-shadow: rgb(73 73 73 / 80%) 0px 1px 8px;
    height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
}

.service > div:first-child > div > div{
	width: 100%;
}

.service > div:last-child{
	font-family: 'Raleway-Bold';
    font-size: 23px;
	margin-top: 40px;
}

#web-design-development{
	background-color: white;
	color: #2041e2;
}

.title-dd-web{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-family: 'Raleway-Bold';
    margin-top: 130px;
    margin-bottom: 50px;
}

#cards-dd-web, #cards-display{
	width: 94%;
    margin: 0 auto;
	text-align: center;
}

.card-dd-web{
	min-height: 50px;
	background-color: #2041e2;
	color: white;
	border-radius: 10px;
	display: inline-block;
	width: 330px;
	margin: 0px 5px;
	box-shadow: rgb(73 73 73 / 80%) 0px 1px 8px;
	vertical-align: top;
	height: 345px;
	margin-bottom: 15px;
}

.card-dd-web:hover{
	background-color: #00aeef;
}

.cards-dd-web > div{
	width: 100%;
    height: 110px;
}

.icon-card-dd-web{
	margin: 20px 0px;
    height: 105px;
    width: 100%;
    display: flex;
    align-items: center;
}

.icon-card-dd-web > div{
	width: 100%;
}

.card-dd-web > div:last-child{
	padding: 0px 15px 15px 15px;
	margin-top: -15px;
}

#cards-display{
	margin-bottom: 120px;
}

.card-display{
	min-height: 50px;
	display: inline-block;
	width: 290px;
	margin: 0px 40px;
	vertical-align: top;
	/*height: 345px;*/
	height: auto;
	margin-bottom: 15px;
}

.icon-card-display{
	display: flex;
    align-items: center;
    width: 100px;
    border-radius: 50px;
    background-color: #2041e2;
    height: 100px;
    text-align: center;
	margin: 0 auto;
	margin-top: 20px;
    margin-bottom: 60px;
}

.icon-card-display:hover{
	background-color: #00aeef;
}

.icon-card-display > div{
	width: 100%;
}

.card-display > div:last-child{
	padding: 0px 15px 15px 15px;
    margin-top: -15px;
}

#web-design-development > .title-dd-web:last-child{
	margin-top: 0px;
}

.title-display{
	margin-top: 60px;
}

#message-clients{
	background-image: url(../img/home/message-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	display: flex;
	align-items: center;
}

#message-clients > div{
	width: 59%;
	margin: 0 auto;
	text-align: center;
}

#message-clients > div > div{
	color: white;
	font-size: 22px;
    font-family: 'Raleway-Bold';
}

#message-clients > div > div > p{
	line-height: 35px;
}

#positioning-google{
	padding-bottom: 100px;
}

.title-positioning-google{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-family: 'Raleway-Bold';
    margin-top: 0px;
    margin-bottom: 50px;
	color: #00aeef;
}

#cards-positioning-google{
	width: 90%;
    margin: 0 auto;
    text-align: center;
}

.card-positioning-google{
	min-height: 50px;
    background-color: #00aeef;
    color: white;
    border-radius: 10px;
    display: inline-block;
    width: 315px;
    margin: 0px 20px;
    box-shadow: rgb(0 174 239 / 80%) 0px 1px 8px;
    vertical-align: top;
    height: 345px;
    margin-bottom: 15px;
    height: 370px;
}

.icon-card-positioning-google{
	margin: 20px 0px;
    height: 105px;
    width: 100%;
    display: flex;
    align-items: center;
}

.icon-card-positioning-google > div{
	width: 100%;
}

.card-positioning-google > div:last-child{
	padding: 0px 30px 15px 30px;
    margin-top: -15px;
}

#performance-construction{
	/*background-image: url(../img/home/performance-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;*/
    height: 500px;
    width: 100%;
}

#performance-back{
	background-image: url(../img/home/performance-background1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

#performance-back:hover{
	background-image: linear-gradient(#efeded, #efeded), url(../img/home/performance-background1.jpg);
	background-blend-mode: soft-light;
}

#performance-back:hover .white-text{
	text-shadow: -1px 1px 2px #00aeef, 1px 1px 2px #00aeef, 1px -1px 0 #00aeef, -1px -1px 0 #00aeef;
}

#construction-back{
	background-image: url(../img/home/performance-background2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

#construction-back:hover{
	background-image: linear-gradient(#efeded, #efeded), url(../img/home/performance-background2.jpg);
	background-blend-mode: soft-light;
}

#construction-back:hover .white-text{
	text-shadow: -1px 1px 2px #2041e2, 1px 1px 2px #2041e2, 1px -1px 0 #2041e2, -1px -1px 0 #2041e2;
}

#performance-construction > div{
	width: 50%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
}

#performance, #construction{
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

#performance h1, #construction h1{
	font-size: 40px;
    font-family: 'Raleway-Bold';
	padding-bottom: 20px;
}

#performance p, #construction p{
	font-size: 16px;
}

#our-clients{
	background-color: white;
	border-bottom: 15px solid #00aeef;
	padding-top: 130px;
}

#our-clients hr{
	border: 1px solid #00aeef;
    width: 230px;
    margin: 0 auto;
    margin-bottom: 25px;
}

#title-our-clients{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-family: 'Raleway-Bold';
    margin-bottom: 25px;
    color: #00aeef;
}

#clients{
	width: 90%;
    margin: 0 auto;
    text-align: center;
}

.client{
	display: inline-grid;
    background-color: white;
    width: 300px;
    margin: 0px 20px;
    height: 200px;
	vertical-align: top;
}

.client > div{
	display: flex;
	align-items: center;
	height: 100%;
    width: 100%;
}

.client > div > div{
	width: 100%;
}

#success-stories{
	padding-top: 100px;
	background-color: #f0efef;
}

#title-success-stories{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-family: 'Raleway-Bold';
    /*margin-top: 130px;*/
    margin-bottom: 50px;
    color: #2041e2;
}

#slider-3{
	background-color: #f0efef;
	/*background-image: url(../img/home/dr-david-medel.jpg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
	background-blend-mode: overlay;*/
}

#slider-2{
	background-color: #f0efef;
}

#slider-1{
	background-color: #f0efef;
}

.story{
	width: 800px;
    height: 360px;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%), 0px 3px 6px rgb(0 0 0 / 23%);
	overflow: hidden;
}

.story > div{
	width: 100%;
	height: 120px;
}

.photography{
	float: left;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
}

.photography > div{
	height: 90px;
    border-radius: 50px;
    overflow: hidden;
    width: 90px;
    margin: 0 auto;
}

.doctor{
	border-bottom: 1px solid #dcdcdc;
}

.photography > div > img{
	height: 100%;
}

.data-doctor{
	display: flex;
    align-items: center;
    height: 100%;
}

.data-doctor > div{
	width: 100%;
}

.name-doctor{
	color: #2041e2;
}

.information-doctor{
	font-size: 14px;
    width: 95%;
    line-height: 18px;
    margin-top: 10px;
    text-align: justify;
    color: #494949;
}

.testimony{
	width: 80% !important;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: center;
	color: #072635;
}

.success{
	background-color: #e6e9fa;
}

.success > div{
	float: left;
    width: 33%;
    display: flex;
    align-items: center;
	height: 100%;
}

.success > div > div{
	margin: 0 auto;
}

.percentage{
	font-size: 25px;
    font-weight: bold;
	color: #2041e2;
}

.name-success{
	text-transform: uppercase;
    font-size: 13px;
	color: #072635;
	font-weight: bold;
}

.success-by{
	font-size: 12px;
	color: #072635;
}

#responsive-design{
	height: 600px;
    position: relative;
    background-color: #2041e2;
}

#responsive-design-image{
	position: absolute;
    height: 70%;
    right: 0;
    top: initial;
    bottom: 15px;
}

#responsive-design-image > img{
	height: 380px;
}

#responsive-design-description{
	position: absolute;
    color: white;
    text-align: right;
    max-width: 650px;
    top: 50px;
    left: 40px;
    width: 40%;
}

#responsive-design-description > h2{
	font-size: 40px;
}

#title-our-packages{
	width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    margin-top: 130px;
    margin-bottom: 50px;
    color: #2041e2;
}

#responsive-design-description > p{
	font-size: 30px;
    line-height: 45px;
    margin-top: 30px;
}

#packages-table{
	width: 80%;
    margin: 0 auto;
}

#packages-table > table{
	width: 100%;
	border-spacing: 0px;
}

.item-package{
	background-color: #fcfcfc;
	height: 50px;
	width: 50%;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
}

.item-package > span{
	margin-left: 30px;
	display: block;
}

.basic-included{
	background-color: #494949;
    text-align: center;
	/*border-bottom: 1px solid #667ebd;*/
	border-bottom: 1px solid #8e8b86;
}

.premium-included{
	background-color: #2041e2;
	text-align: center;
	/*border-bottom: 1px solid #4aafc4;*/
	border-bottom: 1px solid #667ebd;
}

.ultimate-included{
	background-color: #00aeef;
	text-align: center;
	border-bottom: 1px solid #0082ad;
}

.basic-not-included{
	background-color: #272727;
	/*border-bottom: 1px solid #667ebd;*/
	border-bottom: 1px solid #8e8b86;
}

.premium-not-included{
	background-color: #00359f;
	border-bottom: 1px solid #667ebd;
}

#packages-medtech{
	width: 80%;
    margin: 0 auto;
}

#packages-medtech > div{
	display: flex;
    align-items: center;
    height: 125px;
    float: left;
}

.nothing{
	width: 50%;
    /*background-color: #edf1fc;*/
    height: 150px;
	border: 1px solid #e7e6e3;
	color: #2041e2;
}

.nothing h2{
	margin-left: 30px;
}

#basic-package h2{
	color: #494949;
	margin-bottom: 10px;
}

#basic-package a{
	background-color: #494949;
    color: white;
    padding: 5px 35px;
    border-radius: 4px;
}

#premium-package h2{
	color: #2041e2;
	margin-bottom: 10px;
}

#premium-package a{
	background-color: #2041e2;
    color: white;
    padding: 5px 35px;
    border-radius: 4px;
}

#ultimate-package h2{
	color: #00aeef;
	margin-bottom: 10px;
}

#ultimate-package a{
	background-color: #00aeef;
    color: white;
    padding: 5px 35px;
    border-radius: 4px;
}

#basic-package, #premium-package, #ultimate-package{
	width: calc(50% / 3);
    text-align: center;
	border: 1px solid #e7e6e3;
}

#basic-package > div, #premium-package > div, #ultimate-package > div{
	width: 100%;
}

#basic-package > div >p, #premium-package > div > p, #ultimate-package > div > p{
	line-height: 18px;
	margin-bottom: 0px;
}

.price{
	font-size: 20px;
    font-weight: bold;
}

.coin{
	font-size: 20px;
}

.coin, .periodicity{
	color: #494949;
}

#observations{
	width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 12px;
	padding-left: 30px;
	color: #82807a;
	margin-bottom: 70px;
}

#online-dating{
	width: 100%;
    height: 463px;
    background-image: url(../img/home/background-dating.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    background-color: #5fc0e1;
}

#online-dating > div{
	color: white;
    width: 45%;
    font-size: 28px;
	margin-left: 12%;
}

#online-dating p{
	line-height: 35px;
    margin: 15px 0px;
}

#contact{
	width: 100%;
	height: 550px;
	background-image: url(../img/home/background-contact-us.jpg);
	background-color: #007deb;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#contact > div{
	width: 50%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	color: white;
}

#data-medtech a{
	text-decoration: none;
	color: inherit;
}

#data-medtech > div{
	margin: 0 auto;
}

#data-medtech h1{
	font-size: 40px;
}

#data-medtech p{
	font-size: 20px;
	margin: 5px 0px;
	position: relative;
}

#data-medtech p > a, #data-medtech p > span{
	position: relative;
    top: -6px;
}

#whatsapp-medtech img{
	margin-top: 8px;
}

#contact-us > div{
	width: 80%;
}

#contact-us h2{
	font-size: 22px;
    margin-bottom: 20px;
}

#formulario-contacto{
	font-size: 15px;
}

#formulario-contacto fieldset{
	border: none;
}

#formulario-contacto label, #formulario-contacto input, #formulario-contacto textarea{
	margin: 3px 0px 0px 0px;
}

#formulario-contacto input[type="text"], #formulario-contacto select{
	font-size: 18px;
    padding: 7px 20px;
    border: none;
    border-radius: 3px;
	padding-left: 30px;
	width: 100%;
}

#name{
	background-image: url(../img/home/form-name.png);
    background-repeat: no-repeat;
    background-position: left;
}

#email{
	background-image: url(../img/home/form-email.png);
    background-repeat: no-repeat;
    background-position: left;
}

#phone{
	background-image: url(../img/home/form-phone.png);
    background-repeat: no-repeat;
    background-position: left;
}

#formulario-contacto textarea{
	resize: none;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-family: Verdana, 'DejaVu Sans', sans-serif;
    padding: 15px;
		width: 100%;
		height: 60px;
}

.error, .error-space{
	display: none;
}

#submit-button{
	color: white;
    background-color: #2041e2;
    border: none;
    font-size: 15px;
    padding: 8px 60px;
    border-radius: 4px;
    cursor: pointer;
    top: 10px;
    position: relative;
}

#send-mail{
	display: none;
  width: fit-content;
  height: 35px;
  margin-top: 15px;
}

#send-mail-gif{
	display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  top: -22px;
}

#send-mail-gif > img{
	width: 45px;
  position: relative;
  margin-right: 10px;
}

footer{
	background-color: white;
    height: 100px;
    display: flex;
    align-items: center;
	color: #2041e2;
    font-weight: bold;
}

footer > div{
	margin: 0 auto;
    display: flex;
    align-items: center;
	font-size: 18px;
}

footer img{
	height: 40px;
    position: relative;
    top: 2px;
}

footer > div > span{
	margin: 0px 20px;
    font-size: 20px;
	font-weight: normal;
}

a[href^=tel] { 
	color: inherit; text-decoration: none; 
}

footer > div > label:hover > a{
	color: #00aeef;
}

footer > div > label > a{
	text-decoration: none;
	color: inherit;
}

.contact-us-button, .general-button{
	margin-top: 40px;
	width: 100%;
	text-align: center;
}

.contact-us-button a, .general-button a{
	color: inherit;
	text-decoration: none;
}

#our-packages .contact-us-button{
	margin-top: -40px !important;
    margin-bottom: 90px;
}

.contact-us-button > div, .general-button > div{
	display: inline-flex;
	align-items: center;
	width: 200px;
	height: 50px;
	background-color: #00aeef;
	border-radius: 15px;
	margin: 0 auto;
	color: white;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

.contact-us-button > div:hover, .general-button > div:hover{
	background-color: #494949;
}

.contact-us-button > div > div, .general-button > div > div{
	width: 100%;
}

.contact-us-button img, .general-button img{
	height: 35px;
    padding: 0px 20px;
}

#submit-button{
	float: left;
	z-index: 2;
}

#correo-enviado{
	position: relative;
    left: 20px;
    opacity: 0;
    background-color: #1cce1c;
    float: left;
    padding: 2px 20px;
    border-radius: 40px;
    color: white;
    top: 13px;
}

#correo-enviado > img{
	height: 25px;
    position: relative;
}

#correo-enviado > label{
	color: white;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    top: -6px;
}

.resultado-correo{
	animation: remarcar-fondo-rojo 10s ease;
	-webkit-animation: remarcar-fondo-rojo 10s ease;
	-moz-animation: remarcar-fondo-rojo 10s ease;
}

@keyframes remarcar-fondo-rojo {
    0%   {opacity: 1;}
    100% {opacity: 0;}
}

#languages{
	position: fixed;
    right: 0;
    top: 78px;
    width: 120px;
    height: 48px;
    background-color: #58afef;
    border: 2px solid white;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 42px;
}

.language{
	display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

#consulting-room{
	width: 100%;
  height: 500px;
  background-image: linear-gradient(rgba(32, 65, 226, 0.5), rgba(32, 65, 226, 0.5)), url(../img/home/banner-consultorio.jpg);
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
}

#consulting-room > div{
	width: 70%;
  margin: 0 auto;
}

#consulting-room > div > h1{
	font-size: 40px;
  font-family: 'Raleway-Bold';
  padding-bottom: 20px;
}

#consulting-room > div > p{
	line-height: 30px;
  font-size: 25px;
  margin: 20px 0px;
}

#special-prices{
	width: 100%;
  height: 500px;
  background-image: linear-gradient(rgba(1, 13, 27, 0.7), rgba(1, 13, 27, 0.7)), url(../img/home/banner-special-prices.png);
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
}

#special-prices > div{
	width: 70%;
  margin: 0 auto;
}

#special-prices > div > h1{
	font-size: 40px;
  font-family: 'Raleway-Bold';
  padding-bottom: 20px;
}

#special-prices > div > p{
	line-height: 30px;
  font-size: 25px;
  margin: 20px 0px;
}

#button-top{
	font-family: initial;
}

#button-top, #button-whatsapp, #button-phone{
	position: fixed;
	z-index: 100;
	width: 60px;
	height: 60px;
	background-color: #2041e2;
	bottom: 20px;
	right: 20px;
	border-radius: 70px;
	color: white;
	text-align: center;
	font-size: 43px;
	transform: rotate(90deg);
	cursor: pointer;
	border: 1px solid white;
}

#button-top:hover, #button-whatsapp:hover, #button-phone:hover{
	/* background: linear-gradient( to right, #cb9b51 0%, #f6e27a 30%, #f6f2c0 50%, #f6e27a 70%, #cb9b51 100% ); */
	background-color: #00aeef;
}

/*#button-top:hover span, #button-whatsapp:hover img, #button-phone:hover img{
	filter: brightness(0) saturate(100%) invert(9%) sepia(9%) saturate(532%) hue-rotate(236deg) brightness(95%) contrast(88%);
}*/

#button-whatsapp{
    bottom: 95px !important;
    transform: initial;
}

#button-whatsapp img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
    margin-top: 13px;
}

#button-phone{
    bottom: 170px !important;
    transform: initial;
}

#button-phone img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
    width: 31px;
    margin-top: 15px;
}


/* MEDTECH WEBSITES */
#medtech-websites{
    position: relative;
    width: 100%;
    /**height: 500px;*/
    background: white;
    clear: both;
    /*display: flex;
    align-items: center;*/
    text-align: center;
	padding-bottom: 80px;
}

#medtech-websites-main{
    width: 90%;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

#medtech-websites-main > div{
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
}

#websites-body{
    width: 45%;
    text-align: left;
    font-size: 18px;
}

#websites-body h2{
	font-size: 40px;
    font-family: 'Raleway-Bold';
    padding-bottom: 20px;
}

#websites-body p{
    width: 85%;
    line-height: 25px;
	color: #272727;
}

#websites-body .general-button{
	text-align: left;
}

#websites-image{
    width: 55%;
    display: flex;
    align-items: center;
}

#websites-image img{
    width: 115%;
    margin-left: -150px;
}

#medtech-websites-fixed{
	width: 90%;
    margin: 0 auto;
}

#medtech-websites-fixed .title > h1{
	font-size: 35px;
    font-family: 'Raleway-Bold';
    width: 80%;
    margin: 0 auto;
}

#benefits-websites-professional{
	padding: 20px 0px 50px 0px;
    margin-top: 20px;
	margin-bottom: 20px;
}

.benefit-wp{
	width: 24%;
    display: inline-block;
    vertical-align: top;
    height: auto;
	font-size: 14px;
}

.benefit-wp-description{
	text-align: center;
	padding: 30px 20px;
	/*border: 1px solid #2041e2;*/
	height: 300px;
	transition: all .3s;
	font-size: 15px;
}

.benefit-wp-description hr{
	border-color: blue;
    width: 50%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}

.benefit-wp-title{
	font-weight: bold;
	font-size: 22px;
	color: #2041e2;
	margin-bottom: 15px;
}

.benefit-wp-icon img{
	width: 100px;
	padding: 20px;
	transition: all .3s;
	filter: invert(20%) sepia(92%) saturate(6568%) hue-rotate(235deg) brightness(94%) contrast(88%);
}

.benefit-wp-image{
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 170px;
	transition: all .3s;
}

.benefit-wp:hover .benefit-wp-image{
	filter: brightness(160%);
}

.benefit-wp:hover .benefit-wp-description{
	background-color: #2041e2;
	color: white;
}

.benefit-wp:hover .benefit-wp-title{
	color: white;
}

.benefit-wp:hover .benefit-wp-icon img{
	transform: scale(1.2);
}


#medtech-websites-creation .title > h1{
	font-size: 35px;
    font-family: 'Raleway-Bold';
    width: 80%;
    margin: 0 auto;
}


#websites-creation-steps{
	width: 90%;
    margin: 0 auto;
    padding: 20px 0px 50px 0px;
}

.website-step{
	width: 300px;
    display: inline-block;
    height: 355px;
    vertical-align: top;
	margin: 0px 30px;
}

.website-step-image{
	width: 100%;
    height: 200px;
}

.website-step-image > div{
	width: 100%;
    height: 100%;
}

.website-step-image img{
	width: auto;
    height: 100%;
	/*filter: brightness(0) saturate(100%) invert(29%) sepia(99%) saturate(2201%) hue-rotate(216deg) brightness(87%) contrast(103%);*/
}

.website-step-description > h2{
	font-weight: bold;
    font-size: 22px;
    color: #2041e2;
    margin-bottom: 15px;
}


#medtech-websites-tabs .title > h1{
	font-size: 35px;
    font-family: 'Raleway-Bold';
    width: 80%;
    margin: 0 auto;
}

/* Contenedor de tabs */
.tabs {
    width: 90%;
    margin: 0 auto;
	padding: 20px 0 50px 0;
}

.tab{
	padding: 20px 0px;
}

.tab .card-display{
	margin: 0px 20px;
	width: 300px;
}

.tab .card-display h2{
	font-weight: bold;
    font-size: 22px;
    color: #2041e2;
    margin-bottom: 15px;
}

.tab .card-display .icon-card-display img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(108%) contrast(101%);
    width: 50px;
}

/* Estilos para los enlaces de las tabs */
.tab-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
}

.tab-links li {
    /* margin-right: 10px; */
    width: 23%;
    display: inline-block;
}

.tab-links a {
    padding: 10px 20px;
    text-decoration: none;
    background-color: #00aeef;
    color: white;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    height: 70px;
    vertical-align: top;
}

.tab-links a:hover {
    background-color: #2041e2;
}

.tab-links .active{
	background-color: #00359f;
}

/* Contenedor del contenido */
.tab-content {
    position: relative;
    overflow: hidden;
    height: 150px; /* Ajustar según sea necesario */
	background-color: #efeded;
}

/* Estilos de las tabs */
.tab {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%; /* Todas las tabs se posicionan fuera de la vista por defecto */
    opacity: 0;
    transition: all 0.5s ease;
}

/* La tab activa estará visible */
.tab.active {
    left: 0;
    opacity: 1;
}


#websites-banner{
    width: 100%;
    height: 330px;
    background: linear-gradient(to bottom, rgba(32, 65, 226, 0.2) 10%, rgba(32, 65, 226, 0.2) 100%), url(../img/home/websites/banner.jpg);
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
	margin-bottom: 60px;
}

#websites-banner .title > h1{
	font-size: 35px;
    font-family: 'Raleway-Bold';
    width: 80%;
    margin: 0 auto;
	margin-bottom: 20px;
}

#websites-banner-body{
    text-align: center;
    font-size: 25px;
    color: white;
    /* text-transform: uppercase; */
    /*font-weight: bold;*/
    width: 80%;
    margin: 0 auto;
}

#websites-banner-body p{
	line-height: 30px;
}
/* END MEDTECH WEBSITES */

@media only screen and (max-width: 576px) {	
	header{
		width: 100vw;
	}
	
	#logo-medtech{
		width: 100%;
		text-align: center;
		margin: 0 0;
	}
	
	nav{
		width: 90%;
	}
	
	nav > ul{
		display: block;
		height: auto;
	}
	
	nav > ul > li{
		display: block;
		cursor: pointer;
		position: relative;
		padding: 10px 30px;
		font-size: 12px;
	}
	
	#home-medtech{
		height: auto;
		background-image: none;
		background-position: bottom;
		background-size: auto;
		background-color: #f9f9f9;
		padding-top: 125px;
	}
	
	#title-medtech{
		top: 130px;
		left: 7%;
		width: 86%;
		text-align: center;
		margin: 0 auto;
		position: initial;
	}
	
	#title-medtech img{
		width: 272px;
	}
	
	#title-medtech br{
		display: none;
	}
	
	#title-medtech > h1{
		font-size: 30px;
	}
	
	#title-medtech > label{
		font-size: 22px;
	}
	
	#title-medtech > p{
		font-size: 13px;
		margin-top: 15px;
		text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	}
	
	#strategy-medtech{
		left: 0%;
		font-size: 14px;
		bottom: 0;
		top: initial;
		background-color: rgb(0 174 239 / 70%);
		width: 100%;
		text-align: center;
		position: initial;
		margin-top: 15px;
	}
	
	#justification-medtech{
		/*background-image: url(../img/home/justification-background-movil.jpg);*/
		background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/home/justification-background-movil.jpg);
	}
	
	#justification-medtech > div{
		width: 90%;
	}
	
	#justification-medtech .paragraph-1{
		font-size: 23px;
		font-weight: bold;
	}
	
	#justification-medtech .paragraph-2{
		font-size: 15px;
	}
	
	#justification-medtech .paragraph-3{
		font-size: 23px;
	}
	
	#strategies-medtech > div{
		width: 90%;
		background-image: none;
	}
	
	#strategy-one{
		margin-top: 30px;
	}
	
	#strategy-two{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#strategy-one, #strategy-two{
		height: initial;
		width: 95%;
	}
	
	#strategy-one > div, #strategy-two > div{
		float: initial;
	}
	
	#strategy-one > div:first-child, #strategy-two > div:last-child{
		width: initial;
	}
	
	#strategy-one img, #strategy-two img{
		width: 200px;
	}
	
	#strategy-one > div:last-child, #strategy-two > div:first-child{
		width: 100%;
	}
	
	#strategy-one h1, #strategy-two h1{
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	#strategy-one p{
		width: 100%;
		font-size: 15px;
	}
	
	#why-choose{
		/*background-image: url(../img/home/choose-background-movil.jpg);*/
		background-image: linear-gradient(#2041e2, #2041e2), url(../img/home/choose-background-movil.jpg);
		background-blend-mode: hard-light;
		height: 600px;
	}
	
	#why-choose > div{
		width: 90%;
	}
	
	#why-choose > div > h1{
		font-size: 30px;
		line-height: initial;
		width: 90%;
	}
	
	#why-choose > div > p{
		font-size: 15px;
		width: 91%;
	}
	
	.contact-us-button{
		margin-top: 30px;
	}
	
	#services-medtech{
		height: 180px;
	}
	
	#services-medtech > div{
		width: 100%;
		top: -35px;
	}
	
	.service > div:first-child > div{
		width: 80px;
		height: 80px;
	}
	
	.service > div:first-child > div img{
		width: 50px;
	}
	
	.service > div:last-child{
		font-size: 15px;
		margin-top: -55px;
	}
	
	.title-dd-web{
		margin-top: 50px;
		font-size: 20px;
		margin-bottom: 30px;
	}
	
	.card-dd-web{
		height: auto;
		width: 90%;
	}
	
	.card-dd-web h2{
		font-size: 19px;
		margin-bottom: 10px;
	}
	
	.card-display{
		margin: 0;
		height: initial;
		margin-bottom: 15px;
		width: 90%
	}
	
	.icon-card-display{
		margin-bottom: 25px;
	}
	
	#message-clients{
		background-image: url(../img/home/message-background-movil.jpg);
	}
	
	#message-clients > div{
		width: 90%;
	}
	
	#message-clients > div > div{
		font-size: 16px;
	}
	
	.title-positioning-google{
		font-size: 20px;
		margin-top: 50px;
	}
	
	.card-positioning-google{
		width: 90%;
		margin: 0;
		margin-bottom: 15px;
		height: auto;
	}
	
	#performance-construction{
		height: auto;
		background-image: none;
	}
	
	#performance-back{
		background-image: url(../img/home/performance-background-movil1.jpg);
		background-size: cover;
	}
	
	#construction-back{
		background-image: url(../img/home/performance-background-movil2.jpg);
		background-size: cover;
	}
	
	#performance-construction > div{
		width: 100%;
		float: initial;
		display: block;
		height: auto;
	}
	
	#performance, #construction{
		width: 85%;
	}
	
	#performance h1, #construction h1{
		font-size: 26px;
		padding: 60px 0px 15px 0px;
	}
	
	#performance > .white-text, #construction > .white-text{
		padding-bottom: 60px;
	}
	
	#our-clients{
		padding-top: 50px;
	}
	
	#title-our-clients{
		font-size: 20px;
	}
	
	.client{
		width: 100%;
		margin: 0px;
		height: 160px;
	}
	
	#success-stories{
		padding-top: 60px !important;
	}
	
	#title-success-stories{
		font-size: 20px;
	}
	
	.slider{
		height: 770px;
	}
	
	.story{
		width: 90%;
		height: 620px;
	}
	
	.doctor{
		width: 95% !important;
		height: 150px !important;
	}
	
	.testimony{
		height: 160px !important;
	}
	
	.success{
		height: 310px !important;
		text-align: center;
	}
	
	.success > div{
		float: initial;
		width: 100%;
		height: 100px;
	}
	
	.slDotsSingle{
		width: 15px;
		height: 15px;
		margin-left: 20px;
	}
	
	.ctrlPrev{
		left: 20px;
	}
	
	.ctrlNext{
		right: 20px;
	}
	
	#responsive-design{
		height: 400px;
	}
	
	#responsive-design-description{
		width: 90%;
		left: 10px;
	}
	
	#responsive-design-description > h2{
		font-size: 22px;
	}
	
	#responsive-design-description > p{
		font-size: 15px;
		line-height: 25px;
	}
	
	#responsive-design-image{
		position: relative;
		height: initial;
		right: 0;
		top: 210px;
		left: calc(50% - 150px);
		width: 300px;
	}
	
	#responsive-design-image > img{
		height: auto;
		width: 300px;
	}
	
	#title-our-packages{
		font-size: 20px;
		margin-top: 60px;
	}
	
	.nothing{
		display: none !important;
	}
	
	#basic-package{
		background-color: #494949;
	}
	
	#premium-package{
		background-color: #2041e2;
	}
	
	#ultimate-package{
		background-color: #00aeef;
	}
	
	#basic-package, #premium-package, #ultimate-package{
		width: calc(100% / 3);
		border: none;
		border-bottom: 1px solid #d6d6d6;
	}
	
	#basic-package h2, #premium-package h2, #ultimate-package h2{
		font-size: 16px;
		color: white;
	}
	
	#basic-package .price, #basic-package .coin{
		color: white;
	}
	
	#premium-package .price, #premium-package .coin{
		color: white;
	}
	
	#ultimate-package .price, #ultimate-package .coin{
		color: white;
	}
	
	.price, .coin{
		font-size: 15px;
	}
	
	.periodicity{
		font-size: 12px;
		color: white;
	}
	
	#packages-medtech > div{
		height: 120px;
	}
	
	.item-package{
		width: 67%;
	}
	
	.item-package > span{
		margin-left: 0px;
		font-size: 12px;
		padding: 0px 5px;
		display: block;
	}
	
	#online-dating > div{
		font-size: 18px;
		width: 90%;
		margin-top: -190px;
		text-align: center;
		margin-left: 5%;
	}
	
	#online-dating p{
		font-size: 16px;
		line-height: 30px;
	}
	
	#online-dating{
		background-image: url(../img/home/background-dating-movil2.jpg);
		background-size: auto;
		background-position: bottom;
		height: 570px;
	}
	
	#contact{
		height: 570pt;
		background-image: url(../img/home/background-contact-us-movil.jpg);
		background-size: contain;
		background-position: center;
		background-color: #007deb;
	}
	
	#contact > div{
		width: 100%;
		height: auto;
		float: initial;
	}
	
	#data-medtech{
		/*padding: 40px 0px 20px 0px;*/
		padding-top: 20px;
	}
	
	#data-medtech h1{
		font-size: 25px;
		margin-bottom: 15px;
	}
	
	#data-medtech p{
		font-size: 15px;
		margin: 0;
	}
	
	#data-medtech p > img{
		width: 25px;
	}
	
	#data-medtech p > span{
		text-decoration: none;
		color: white;
	}
	
	#data-medtech .tooltip-text{
		width: 220px;
		line-height: 15px;
	}
	
	#contact-us{
		width: 90% !important;
		margin: 0 auto;
		margin-top: 20px;
	}
	
	#contact-us > div{
		width: 97%;
		margin: 0 auto;
	}
	
	#formulario-contacto input[type="text"], #formulario-contacto textarea, #formulario-contacto select{
		width: 100%;
		background-color: rgba(255, 255, 255, 0.6);
	}
	
	#formulario-contacto textarea{
		height: 75px;
	}
	
	#contact-us h2{
		font-size: 17px;
	}
	
	#correo-enviado{
		left: 10px;
	}
	
	#correo-enviado > label{
		font-size: 12px;
	}
	
	#correo-enviado > label > span{
		display: none;
	}
	
	#submit-button{
		width: 46%;
		padding: 8px 0px;
	}
	
	footer{
		width: 100%;
	}
	
	/*footer > div{
		width: 95%;
	}*/
	
	footer > div > span{
		margin: 0px 10px;
	}
	
	footer > div > label > a{
		font-size: 13px;
	}
	
	#languages{
		height: 40px;
		line-height: 38px;
		z-index: 11;
	}

	#consulting-room > div > h1{
		font-size: 26px;
	}

	#consulting-room > div > p{
		font-size: 16px;
	}

	#special-prices > div > h1{
		font-size: 26px;
	}

	#special-prices > div > p{
		font-size: 16px;
	}

	#button-top, #button-whatsapp, #button-phone{
		bottom: 15px;
		right: 15px;
		width: 45px;
		height: 45px;
		font-size: 34px;
	}

	#button-whatsapp{
		bottom: 75px !important;
	}

	#button-whatsapp img{
		margin-top: 0px;
		width: 25px;        
	}

	#button-phone img{
		width: 26px;
		margin-top: 9px;
	}

	#button-phone{
		bottom: 135px !important;
	}


	#medtech-websites{
        height: auto;
    }

    #websites-body, #websites-image{
        float: initial;
        width: 100%;
    }

    #websites-body p {
        width: 90%;
        line-height: 20px;
        font-size: 14px;
        margin: 0 auto;
		text-align: center;
    }

    #websites-image img {
        width: 100%;
        margin-left: initial;
    }

	#websites-body h2{
		font-size: 32px;
		margin-top: 30px;
	}



	#medtech-websites-main{
		height: auto;
	}

	#medtech-websites-fixed .title > h1, #medtech-websites-creation .title > h1, #medtech-websites-tabs .title > h1, #websites-banner .title > h1{
		font-size: 25px;
		width: 90%;
	}

	.benefit-wp{
		width: 100%;
        display: block;
        font-size: 13px;
        padding-bottom: 30px;
	}

	.benefit-wp-description{
		height: auto;
	}

	.website-step{
		margin: 0px;
	}

	.tab .card-display{
		margin: 10px 0;
	}

	.tab-links{
		display: initial;
		justify-content: initial;
	}

	.tab-links li{
		width: 100%;
		margin: 5px 0;
	}

	#websites-banner{
		height: auto;
		padding: 60px 0;
	}

	#websites-banner-body{
        width: 90%;
        margin: 0 auto;
        font-size: 18px;
    }

	.contact-us-button > div{
		margin: 5px 0;
	}

	.general-button > div{
		margin-bottom: 10px;
	}
	
	#websites-body .general-button{
		text-align: center;
	}
}



@media only screen and (min-width: 577px) and (max-width: 768px){
	#home-medtech{
		height: auto;
		background-image: none;
		background-position: bottom right;
		min-height: 450px;
		background-color: #f9f9f9;
		position: initial;
		padding-top: 125px;
	}
	
	#title-medtech img{
		width: 520px;
	}
	
	nav{
		width: 90%;
	}
	
	nav > ul{
		display: block;
		height: auto;
	}
	
	nav > ul > li{
		display: block;
		cursor: pointer;
		position: relative;
		padding: 10px 30px;
		font-size: 12px;
	}
	
	#title-medtech{
		top: 130px;
		left: 7%;
		width: 86%;
		text-align: center;
		position: initial;
		margin: 0 auto;
	}
	
	#title-medtech br{
		display: none;
	}
	
	#title-medtech > h1{
		font-size: 32px;
	}
	
	#title-medtech > label{
		font-size: 24px;
	}
	
	#title-medtech > p{
		font-size: 14px;
		margin-top: 10px;
		text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	}
	
	#strategy-medtech{
		left: 0%;
		font-size: 18px;
		bottom: 0;
		top: initial;
		background-color: rgb(0 174 239 / 70%);
		width: 100%;
		text-align: center;
		 position: initial;
		margin-top: 15px;
	}
	
	#justification-medtech{
		/*background-image: url(../img/home/justification-background-tablet.jpg);*/
		background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/home/justification-background-tablet.jpg);
		background-size: cover;
		height: 500px;
	}
	
	#justification-medtech > div{
		width: 90%;
	}
	
	#justification-medtech .paragraph-1{
		font-size: 30px;
	}
	
	#justification-medtech .paragraph-2{
		font-size: 16px;
	}
	
	#justification-medtech .paragraph-3{
		font-size: 26px;
	}
	
	#strategies-medtech > div{
		width: 90%;
		background-image: none;
	}
	
	#strategy-one{
		margin-top: 30px;
	}
	
	#strategy-two{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#strategy-one, #strategy-two{
		height: initial;
		width: 95%;
	}
	
	#strategy-one > div, #strategy-two > div{
		float: initial;
	}
	
	#strategy-one > div:first-child, #strategy-two > div:last-child{
		width: initial;
	}
	
	#strategy-one img, #strategy-two img{
		width: 200px;
	}
	
	#strategy-one > div:last-child, #strategy-two > div:first-child{
		width: 100%;
	}
	
	#strategy-one h1, #strategy-two h1{
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	#strategy-one p{
		width: 100%;
		font-size: 15px;
	}
	
	#why-choose{
		height: 420px;
		background-image: url(../img/home/choose-background-tablet.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	#why-choose > div{
		width: 90%;
	}
	
	#why-choose > div > h1{
		font-size: 35px;
		width: 100%;
	}
	
	#why-choose > div > p{
		font-size: 15px;
	}
	
	.contact-us-button{
		margin-top: 20px;
	}
	
	#services-medtech{
		height: 210px;
	}
	
	#services-medtech > div{
		width: 90%;
		top: -20px;
	}
	
	.service > div:first-child > div{
		width: 110px;
		height: 110px;
	}
	
	.service > div:last-child{
		font-size: 19px;
		margin-top: 10px;
		width: 85%;
		margin: 0 auto;
	}
	
	.title-dd-web{
		width: 90%;
		font-size: 22px;
		margin-top: 70px;
	}
	
	.card-dd-web{
		height: 250px;
		width: 250px;
	}
	
	.card-dd-web h2{
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.card-dd-web p{
		font-size: 12px;
		line-height: 20px;
	}
	
	.icon-card-dd-web{
		margin: 5px 0px;
	}
	
	.icon-card-dd-web img{
		height: 65px;
	}
	
	#cards-display{
		margin-bottom: 20px;
	}
	
	.card-display{
		width: 250px;
		margin: 0px 5px;
		height: 290px;
	}
	
	.icon-card-display{
		width: 80px;
		height: 80px;
		margin-bottom: 30px;
	}
	
	.icon-card-display img{
		height: 35px;
	}
	
	.card-display > div:last-child > h2{
		font-size: 16px;
	}
	
	.card-display > div:last-child > p{
		font-size: 13px;
		line-height: 20px;
		margin-top: 10px;
	}
	
	#message-clients{
		background-image: url(../img/home/message-background-tablet.jpg);
		height: 350px;
	}
	
	#message-clients > div{
		width: 85%;
	}
	
	#message-clients > div > div{
		font-size: 20px;
	}
	
	.title-positioning-google{
		font-size: 22px;
		margin-top: 70px;
	}
	
	#cards-positioning-google{
		width: 95%;
	}
	
	.card-positioning-google{
		width: 250px;
		margin: 0px 10px;
		height: 330px;
		margin-bottom: 20px;
	}
	
	.card-positioning-google > div:last-child > h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.card-positioning-google > div:last-child > p{
		font-size: 13px;
		line-height: 20px;
	}
	
	.icon-card-positioning-google{
		margin: 10px 0px;
	}
	
	.icon-card-positioning-google img{
		height: 90px;
	}
	
	#performance-construction{
		height: auto;
		background-image: none;
	}
	
	#performance-back{
		background-image: url(../img/home/performance-background-tablet1.jpg);
		background-size: cover;
	}
	
	#construction-back{
		background-image: url(../img/home/performance-background-tablet2.jpg);
		background-size: cover;
	}
	
	#performance-construction > div{
		width: 100%;
		float: initial;
		display: block;
		height: auto;
	}
	
	#performance, #construction{
		width: 85%;
	}
	
	#performance h1, #construction h1{
		font-size: 26px;
		padding: 60px 0px 15px 0px;
	}
	
	#performance > .white-text, #construction > .white-text{
		padding-bottom: 60px;
	}
	
	#performance p, #construction p{
		font-size: 15px;
	}
	
	#our-clients{
		padding-top: 70px;
	}
	
	#title-our-clients{
		font-size: 22px;
	}
	
	#success-stories{
		padding-top: 70px;
	}
	
	#title-success-stories{
		margin-bottom: 0px;
		font-size: 22px;
	}
	
	.slider{
		height: 470px;
	}
	
	.story{
		width: 85%;
		height: 320px;
	}
	
	.doctor{
		height: 100px !important;
	}
	
	.photography > div{
		height: 80px;
		width: 80px;
	}
	
	.testimony{
		height: 100px !important;
		font-size: 12px;
	}
	
	.percentage{
		font-size: 18px;
	}
	
	.name-success{
		font-size: 10px;
	}
	
	.success-by{
		font-size: 10px;
	}
	
	.success > div{
		padding: 0px 20px;
		text-align: center;
	}
	
	#responsive-design{
		height: 430px;
	}
	
	#responsive-design-description{
		width: 80%;
		left: 60px;
	}
	
	#responsive-design-description > h2{
		font-size: 30px;
	}
	
	#responsive-design-description > p{
		font-size: 15px;
		line-height: 25px;
	}
	
	#responsive-design-image{
		position: relative;
		height: initial;
		right: initial;
		top: 210px;
		left: calc(40% - 210px);
		width: 420px;
	}
	
	#responsive-design-image > img{
		height: auto;
		width: 420px;
	}
	
	#title-our-packages{
		margin-top: 70px;
		font-size: 22px;
		margin-bottom: 30px;
	}
	
	.nothing{
		display: none !important;
	}
	
	#basic-package, #premium-package, #ultimate-package{
		width: calc(100% / 3);
		border: none;
		border-bottom: 1px solid #d6d6d6;
	}
	
	#basic-package{
		background-color: #494949;
	}
	
	#premium-package{
		background-color: #2041e2;
	}
	
	#ultimate-package{
		background-color: #00aeef;
	}
	
	#basic-package h2, #premium-package h2, #ultimate-package h2{
		font-size: 20px;
		color: white;
	}
	
	.price, .coin{
		font-size: 18px;
		color: white;
	}
	
	.periodicity{
		font-size: 14px;
		color: white;
	}
	
	.item-package{
		width: 67%;
		font-size: 14px;
	}
	
	.item-package > span{
		margin: 0px 20px;
		display: block;
	}
	
	#online-dating{
		height: 390px;
	}
	
	#online-dating > div{
		width: 80%;
		margin-left: 10%;
	}
	
	#online-dating h1{
		font-size: 30px;
	}
	
	#online-dating p{
		font-size: 18px;
		line-height: 27px;
		width: 60%;
	}
	
	#contact{
		height: auto;
		background-image: url(../img/home/background-contact-us-movil.jpg);
		background-size: contain;
		background-position: center;
		background-color: #007deb;
		padding-bottom: 40px;
	}
	
	#contact > div{
		width: 100%;
		height: auto;
		float: initial;
	}
	
	#data-medtech{
		padding: 40px 0px 20px 0px;
	}
	
	#data-medtech h1{
		font-size: 25px;
	}
	
	#data-medtech p{
		font-size: 17px;
	}
	
	#contact-us{
		width: 80% !important;
		margin: 0 auto;
	}
	
	#contact-us > div{
		width: 100%;
	}
	
	#formulario-contacto input[type="text"], #formulario-contacto textarea, #formulario-contacto select{
		width: 100%;
		background-color: rgba(255, 255, 255, 0.6);
	}
	
	#contact-us h2{
		font-size: 17px;
	}
	
	#correo-enviado > label{
		font-size: 14px;
	}
	
	#languages{
		height: 40px;
		line-height: 38px;
	}

	#consulting-room{
		height: 400px;
	}

	#consulting-room > div > h1{
		font-size: 26px;
	}

	#consulting-room > div > p{
		font-size: 16px;
	}

	#special-prices{
		height: 350px;
	}

	#special-prices > div > h1{
		font-size: 26px;
	}

	#special-prices > div > p{
		font-size: 16px;
	}


	#medtech-websites{
        height: auto;
    }

    #websites-body, #websites-image{
        float: initial;
        width: 100%;
    }

    #websites-body p {
        width: 100%;
        line-height: 25px;
		font-size: 15px;
		text-align: center;
    }

    #websites-image img {
        width: 100%;
        margin-left: initial;
    }

	#websites-body h2{
		font-size: 35px;
		margin-top: 30px;
		text-align: center;
	}



	#medtech-websites-main{
		height: auto;
	}

	#medtech-websites-fixed .title > h1, #medtech-websites-creation .title > h1, #medtech-websites-tabs .title > h1, #websites-banner .title > h1{
		font-size: 25px;
		width: 90%;
	}
	
	.benefit-wp{
		width: 240px;
	}

	.benefit-wp-description{
		height: auto;
	}

	.tab .card-display {
		margin: 10px;
		width: 220px;
	}

	.tab-links{
		display: initial;
		justify-content: initial;
	}

	.tab-links li{
		width: 100%;
		margin: 5px 0;
	}

	.tab-links a{
		height: auto;
	}

	#websites-banner-body{
		font-size: 20px;
	}

	#websites-body .general-button{
		text-align: center;
	}
}

@media only screen and (min-width: 769px) and (max-width: 992px){
	#home-medtech{
		background-image: url(../img/home/home-background-ipad.jpg), linear-gradient(90deg, #fff, #f7f7f7);
		background-position: bottom;
		background-size: contain;
	}
	
	nav{
		width: 95%;
	}
	
	nav > ul > li{
		font-size: 13px;
	}
	
	#title-medtech{
		width: 85%;
		top: 165px;
	}
	
	#title-medtech img{
		display: none;
	}
	
	#title-medtech > h1{
		font-size: 40px;
	}
	
	#title-medtech > label{
		display: block;
		margin-top: 20px;
		text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
		width: 50%;
	}
	
	#title-medtech > p{
		text-shadow: -1px 1px 2px #fff, 1px 1px 2px #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	}
	
	#strategy-medtech{
		bottom: 0;
		top: initial;
		width: 100%;
		left: 0;
		background-color: rgba(0, 174, 239, 0.7);
		font-size: 17px;
		text-align: center;
	}
	
	#home-medtech{
		height: 650px;
	}
	
	#justification-medtech > div{
		width: 80%;
	}
	
	#justification-medtech .paragraph-1{
		font-size: 30px;
	}
	
	#justification-medtech .paragraph-3{
		font-size: 28px;
	}
	
	#strategies-medtech > div{
		width: 90%;
	}
	
	#strategy-one, #strategy-two{
		width: 100%;
	}
	
	#strategy-one h1, #strategy-two h1{
		font-size: 30px;
	}
	
	#strategy-one p{
		font-size: 16px;
	}
	
	#strategy-one img, #strategy-two img{
		width: 220px;
	}
	
	#why-choose > div{
		width: 80%;
	}
	
	#why-choose > div > h1{
		width: 100%;
	}
	
	#services-medtech{
		height: 230px;
	}
	
	#services-medtech > div{
		width: 85%;
		top: -35px;
	}
	
	.service > div:last-child{
		margin-top: 30px;
		font-size: 21px;
	}
	
	.service > div:last-child > label{
		display: block;
		width: 85%;
		margin: 0 auto;
	}
	
	.title-dd-web{
		font-size: 26px;
		margin-top: 70px;
	}
	
	.card-dd-web{
		height: 315px;
	}
	
	.card-dd-web h2{
		margin-bottom: 15px;
	}
	
	.card-display{
		margin: 0px 5px;
	}
	
	.card-display > div:last-child{
		margin-top: -35px;
	}
	
	.card-display > div:last-child > h2{
		padding-bottom: 15px;
	}
	
	#message-clients{
		background-image: url(../img/home/message-background-ipad.jpg);
		background-position: right;
	}
	
	.title-positioning-google{
		font-size: 26px;
		margin-top: 100px;
	}
	
	.card-positioning-google{
		width: 300px;
	}
	
	#performance h1, #construction h1{
		font-size: 34px;
	}
	
	#performance-construction{
		background-position: center;
		height: 400px;
	}
	
	#performance p, #construction p{
		margin-top: 15px;
		line-height: 20px;
	}
	
	#title-success-stories{
		font-size: 26px;
		margin-bottom: 0;
	}
	
	.story{
		width: 80%;
	}
	
	.success > div{
		display: block;
		padding: 15px 15px 10px 15px;
		text-align: center;
	}
	
	.percentage{
		font-size: 20px;
	}
	
	.name-success{
		font-size: 11px;
	}
	
	.success-by{
		font-size: 10px;
	}
	
	.ctrlPrev {
		left: 25px;
	}
	
	.ctrlNext {
		right: 25px;
	}
	
	#responsive-design-description > h2{
		font-size: 32px;
	}
	
	#responsive-design-description > p{
		font-size: 26px;
		line-height: 35px;
	}
	
	#responsive-design-description{
		text-align: left;
		left: 70px;
		width: 70%;
	}
	
	#responsive-design-image{
		height: initial;
		right: 0;
		top: initial;
		bottom: 30px;
	}
	
	#responsive-design-image > img{
		height: 300px;
	}
	
	#title-our-packages{
		font-size: 22px;
		margin-top: 100px;
	}
	
	#packages-medtech{
		width: 90%;
	}
	
	#packages-table{
		width: 90%;
	}
	
	#basic-package h2, #premium-package h2, #ultimate-package h2{
		font-size: 20px;
	}
	
	.price, .coin{
		font-size: 18px;
	}
	
	.periodicity{
		font-size: 15px;
	}
	
	#online-dating{
		height: 430px;
	}
	
	#online-dating > div{
		width: 50%;
		margin-left: 9%;
		font-size: 22px;
	}
	
	#online-dating p {
		line-height: 32px;
		margin: 20px 0px;
	}
	
	#data-medtech h1{
		font-size: 35px;
	}
	
	#data-medtech p{
		font-size: 18px;
	}
	
	#data-medtech p > img{
		width: 25px;
	}
	
	#contact-us > div {
		width: 92%;
	}
	
	#formulario-contacto input[type="text"], #formulario-contacto textarea{
		width: 95%;
	}
	
	#correo-enviado > label{
		font-size: 14px;
	}
	
	#correo-enviado > label > span{
		display: none;
	}


	#websites-image img {
        width: 120%;
        margin-left: -60px;
    }

    #websites-image, #websites-body{
        width: 50%;
    }


	.benefit-wp{
		width: 300px;
	}

	.tab-links a{
		height: 80px;
	}
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {
	#home-medtech{
		background-image: url(../img/home/home-background.jpg), linear-gradient(90deg, #fff, #f7f7f7);
		background-position: bottom;
	}
	
	#title-medtech{
		top: 170px;
		left: 6%;
		width: 50%;
	}
	
	#title-medtech img{
		display: none;
	}
	
	#strategy-medtech{
		top: 620px;
	}
	
	#justification-medtech > div {
		width: 80%;
	}
	
	#strategies-medtech > div{
		width: 95%;
		background-size: contain;
	}
	
	#strategy-one, #strategy-two{
		width: 100%;
	}
	
	#strategy-one h1, #strategy-two h1{
		font-size: 36px;
	}
	
	#why-choose > div{
		width: 70%;
	}
	
	#why-choose > div > h1{
		width: 80%;
	}
	
	#services-medtech > div{
		width: 75%;
	}
	
	.card-dd-web{
		height: 315px;
	}
	
	.card-display{
		width: 290px;
		margin: 0px 30px;
	}
	
	#message-clients{
		background-position: right;
	}
	
	.card-positioning-google{
		width: 315px;
		margin: 0px 15px;
		height: 370px;
		margin-bottom: 30px;
	}
	
	#responsive-design-image{
		height: auto;
		right: 0;
		top: initial;
		bottom: 30px;
	}
	
	#responsive-design-image > img{
		height: 310px;
	}
	
	#responsive-design-description{
		left: 40px;
	}
	
	#responsive-design-description > h2{
		font-size: 36px;
	}
	
	#responsive-design-description > p {
		font-size: 28px;
		line-height: 40px;
	}
	
	#online-dating > div{
		font-size: 26px;
	}
	
	#contact{
		background-position: left;
	}
	
	#correo-enviado > label{
		font-size: 14px;
	}

	#websites-image img{
		margin-left: -70px;
	}
}

@media only screen and (min-width: 1201px) {
	#title-medtech img{
		display: none;
	}
	
	#whatsapp-menu, #mail-menu{
		margin-left: -30px;
	}
}
