@charset "UTF-8";

@font-face{ 
    font-family: 'Roboto', sans-serif;
}

@font-face{
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-family: 'Roboto', sans-serif;
	color: #D2232D;
    text-align: center;
	letter-spacing: 4px;
	font-size: 36px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	color: #D2232D;
    text-align: center;
	letter-spacing: 5px;
	font-size: 36px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	color: black;
	letter-spacing: 2px;
	line-height: 150%;
	font-size: 32px;
    font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

h4 {
	font-family: Roboto;
	color: black;
	letter-spacing: 3px;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 150%;
}

h5 {
	font-family: roboto;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 5px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 150%;
	text-align: center;
}

h6 {
	font-family: RobotoBold;
	color: black;
	letter-spacing: 3px;
	font-size: 15px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	line-height: 150%;
}

p {
	font-family: Roboto;
    text-align : center;
	color: black;
	letter-spacing: 0px;
	font-size: 20px;
	line-height: 200%;
	padding-bottom: 14px;
	
}

li {
	font-family: roboto;
    text-align : left;
	color: black;
	letter-spacing: 0px;
	font-size: 18px;
	line-height: 200%;
	padding-bottom: 14px;
	
}


#quienesSomosBackFrame{
	height: 100%;
	margin: 0px;
}

#quienesSomosFrame {
	width: 100%;
	height: auto;
	padding-top: 40px;
    padding-bottom: 40px;
}

#quienesSomosTextFrame {
	padding-left: 10%;
	width: 80%;
	height: 100%;
    vertical-align: middle;
}

#quienesSomosTextFrame h1{
	font-family: Roboto;
	color: #D2232D;
    text-align: center;
	letter-spacing: 10px;
	font-size: 36px;
}


#misionBackFrame{
	height: 100%;
	margin: 0px;
}

#misionFrame {
    vertical-align: middle;
	width: 100%;
	height: auto;
	padding-top: 40px;
    padding-bottom: 40px;
}

#misionTextFrame {
    vertical-align: middle;
	padding-left: 10%;
	width: 80%;
	height: 100%;
}

#misionTextFrame li{
    text-align: left;
	text-decoration: none;
}

#misionTextFrame a{
    color: black;
    text-align: left;
	text-decoration: none;
}

.divisionPhrase {
	width: 100%;
	height: 150px;
	background-color: rgba(7, 45, 66, .7);
	display: table;
}

.services {
    display: inline-block;
    vertical-align:top;
    background-color: none;
	border: none;
	width: 180px;
	height: auto;
	padding: 15px;
	margin: 20px;
}

.services img{
    width: 140px;
	height: auto;
	
}

.services-img {
    display: inline-block;
    vertical-align:top;
    width: 200px;
	height: auto;
    padding: 10px 20px 20px 10px;

}

.services p{
    color: white;
	line-height: 1.5;
	text-decoration: none;
}

.datos-cont {
    display: inline-block;
    vertical-align: top;
    float: center;
	border: none;
	width: 20%;
	height: auto;
	padding: 5px;
	margin: 20px;
}

.datos-cont img{
    margin: 5px; auto;
    width: 40px;
	height: auto;
	
}

.datos-cont p{
    color: white;
	line-height: 1.5;
	text-decoration: none;
}

.redes {
    display: inline-block;
    vertical-align: top;
    float: center;
	border: none;
	width: 30%;
	height: auto;
	padding: 5px;
	margin: 10px;
}

.redes img{
    margin: 5px; auto;
    width: 40px;
	height: auto;
	
}


#consultoriaTotalFrame{
	margin-top: -27px;
	width: 100%;
	height: auto;
	background-image: url(../images/bck.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#consultoriaBackFrame{
	margin: none;
	text-align:center;
	width: 100%;
	height: auto;
    background: none;
}

.medios {
    display:inline-block;
    width:25%;
    padding: 10px;
}

#desarrolloImageFrame {
	width: 100%;
	height: 450px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
	background-color:#072D42;
	background-image: url(../images/desarrolloBackground.png);
}

#desarrolloTextBack {
	float: right;
	width: 55%;
	height: 450px;
	top: 0;
	background-color:#006AA6;
}

#desarrolloTextFrame {
	float: right;
	padding-top: 80px;
	margin: 0px;
	padding-right: 10%;
	width: 80%;
	height: 350px;
}

#desarrolloTitle{
	text-align: right;
}

#desarrolloText{
	text-align: right;
}


#serviciosTitle{
	height: 80px;
	width: 100%;
	padding-top: 80px;
	
}

#serviciosBackFrame {
	height: 2080px;
	width: 100%;
}

.servicioLeftFrame{
	height: 220px;
	width: 100%;
}

.servicioLeftContentFrame{
	float: left;
	width: 65%;
	height: 220px;
}

.servicioImageLeft{
	float: left;
	width: 35%;
	height: 220px;
	background-position: left;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.servicioLeftTitleFrame{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.servicioLeftTextFrame{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.servicioRightFrame{
	height: 220px;
	width: 100%;
}

.servicioRightContentFrame{
	float: left;
	width: 65%;
	height: 220px;
}

.servicioImageRight{
	float: left;
	width: 35%;
	height: 220px;
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.servicioRightTitleFrame{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.servicioRightTextFrame{
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.serviciosSeparation{
	width: 100%;
	height: 32px;
}

#contactoFullBackground{
	height: 100%;
}

#contactoInfoWrapper{
	margin-left: 30px;
	margin-right: 30px;
	width: 80%;
	height: auto;
}

.contactoInfoFrame{
	float:left;
	width: 300px;
	height: 120px;
}

.contactoInfoFrameAlt{
	float:left;
	width: 300px;
	height: 120px;
}

.contactoImage{
	width:300px;
	height: 50px;
}

.contactoImageAlt{
	width:300px;
	height: 50px;
}

#contactoBackgroundFrame{
	width: 90%;
	height: auto;
	background: none;
	margin-top: 0%;
    margin-left: 5%;
}

.contactoTextInputBackground{
	width: 100%;
	height: 40px;
	background-color: #D2232D;
	margin-top: 15px;
	font-family: roboto;
	font-size: 24px;
	letter-spacing: 2px;
}

.textContainer{
	width: 400px;
	background-color: aliceblue;
	margin-right: auto;
	margin-left: auto;
}

footer{
	width: 100%;
	height: 80px;
	background-color: #D2232D;
    margin-bottom: 0px
}

#footerBottom{
	width: 100%;
	height: 14px;
	background-color:#D2232D;
}

#footerBottom{
	width: 100%;
	height: 14px;
	background-color:#D2232D;
}

#footer p{
	font-family: roboto;
    text-align : center;
	color: white;
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 200%;
	padding-bottom: 14px;
	
}

#backstart {
  display: inline-block;
  background-color: #D2232D;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 3000;
}
#backstart::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backstart:hover {
  cursor: pointer;
  background-color: #5A0500;
}
#backstart:active {
  background-color: #555;
}
#backstart.show {
  opacity: 1;
  visibility: visible;
}


/* Smarthphones breakpoint 00*/
@media screen and (max-width: 1000px){
	p {
		font-size: 18px;
	}
	
	li {
		font-size: 18px;
	}
	
	#quienesSomosTextFrame {
		width: 550px;
	}
}

/* Smarthphones breakpoint 0*/
@media screen and (max-width: 980px){
	#consultoriaTotalFrame{
    background-size: cover;
	}
	
	#consultoriaBackFrame{
	background-size: cover;
	}
	
	.consultoriaFrame{
		width: 200px;
		height: 200px;	
	}
	
	#consultoriaFrameWrapper{
		width: 720px;
	}
	
	#consultoriaFrameWrapperTwo{
		margin-top: 24px;
		width: 460px;
	}
	
.services {
 	width: 120px;
	height: auto;
	padding: 5px;
	margin: 10px;
}

.services img{
    width: 50px;
	height: 50px;
	
}
h1{
    font-size: 18px;
}

.datos-cont {
	width: 42%;
	height: auto;
	padding: 5px;
	margin: 5px;
}

.datos-cont img{
    display: block;
    margin:  auto;
    width: 40px;
	height: auto;
}

.datos-cont p{
    font-size: 11px;
    color: white;
	line-height: 1.5;
	text-decoration: none;
}

.redes {
    margin-left: 6%;
    margin-right: auto;
	width: 21%;
	height: auto;
}

.redes img{
    margin: 1px; auto;
    width: 40px;
	height: auto;
}

}

/* Smarthphones breakpoint 1*/
@media screen and (max-width: 900px) { 
  	
	h3{
		font-size: 20px;
	}
	
		#consultoriaBackFrame{
		height: 100%;
	}
	
	#quienesSomosBackFrame{
		height: 600px;
	}
	
	#contactoInfoWrapper{
		width: 80%;
		height: auto;
	}

	.contactoInfoFrame{
		width: 300px;
		height: 120px;
	}

	.contactoImage{
		width:300px;
		height: 50px;
	}
	
	.contactoImageAlt{
		width:600px;
		height: 50px;
	}
	
	.contactoInfoFrameAlt{
		width: 600px;
		height: 120px;
	}
	
	#contactoBackgroundFrame{
		height: 750px;
	}
	
	#contactoFullBackground{
		height: 1187px;
	}
	
	#serviciosBackFrame {
		height: 2440px;
	}
	
	.servicioLeftFrame{
		height: 270px;
	}
	
	.servicioLeftContentFrame{
		height: 270px;
	}
	
	.servicioImageLeft{
		height: 270px;
	}
	
	.servicioRightFrame{
		height: 270px;
	}
	
	.servicioRightContentFrame{
		height: 270px;
	}
	
	.servicioImageRight{
		height: 270px;
	}
	
.modalWindow > div {
width: 400px;
}
}

/* Smarthphones breakpoint 2*/
@media screen and (max-width: 750px) {
	#consultoriaTotalFrame{
		background-size: cover;
	}
	
	#consultoriaBackFrame{
		height: 100%;
	}
	
	#consultoriaFrameWrapper{
		width: 280px;
	}
	
	#consultoriaFrameWrapperTwo{
		width: 280px;
	}
	
	.consultoriaFrame{
		width: 280px;
		height: 280px;	
	}
	
	#consultoriaTwoFrame{
		margin-left: 0px;
		margin-top: 20px;
	}

	#consultoriaThreeFrame{
		margin-left: 0px;
		margin-top: 20px;
	}
	
	#consultoriaFourFrame{
		margin-top: 20px;
	}
	
	#consultoriaFiveFrame{
		margin-left: 0px;
		margin-top: 20px;
	}
	
	.consultoriaTitles{
		padding-top: 180px; 
		font-size: 14px; 
		text-align: center; 
		width: 250px; 
		margin-left: auto; 
		margin-right: auto;
	}
	
.redes img{
    margin: 1px; auto;
    width: 30px;
	height: auto;
}	
	
}

/* Smarthphones breakpoint 3*/
@media screen and (max-width: 700px) { 
	
	#desarrolloTextBack {
		width: 80%;
	}
	
	#desarrolloTextFrame {
		width: 85%;
	}
	
	
	#quienesSomosBackFrame{
		height: 600px;
	}
	
}


/* Smarthphones breakpoint 4*/
@media screen and (max-width: 600px) { 
	#quienesSomosTextFrame {
		width: 400px;
	}
	
	h2{
		font-size: 28px;
		text-align: center;
	}
	
	#consultoriaTotalFrame{
		margin-top: -23px;
	}
	
	#contactoInfoWrapper{
		width: 320px;
		height: 320px;
	}

	.contactoInfoFrame{
		width: 160px;
		height: 140px;
	}

	.contactoImage{
		width:160px;
		height: 50px;
	}
	
	.contactoImageAlt{
		width:320px;
		height: 50px;
	}
	
	.contactoInfoFrameAlt{
		padding-top: 48px;
		width: 320px;
		height: 140px;
	}
	
	#contactoBackgroundFrame{
		height: 810px;
	}
	
	#contactoFullBackground{
		height: 1247px;
	}
	
	#serviciosBackFrame {
		height: 2820px;
	}
	
	.servicioLeftFrame{
		height: 320px;
	}
	
	.servicioLeftContentFrame{
		height: 320px;
	}
	
	.servicioImageLeft{
		height: 320px;
	}
	
	.servicioRightFrame{
		height: 320px;
	}
	
	.servicioRightContentFrame{
		height: 320px;
	}
	
	.servicioImageRight{
		height: 320px;
	}
	
}


/* Smarthphones breakpoint 5*/
@media screen and (max-width: 500px) { 
	
	#quienesSomosTextFrame {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
	}
	
	
	h2{
		font-size: 20px;
		text-align: center;
	}
	
	p{
		text-align: center;
		padding-bottom: 8px;
		font-size: 14px;
		line-height: 200%;
	}
	
	li{
		text-align: left;
		padding-bottom: 8px;
		font-size: 14px;
		line-height: 200%;
	}
	
	#consultoriaTotalFrame{
		margin-top: -17px;
	}

	#desarrolloTextBack {
		width: 100%;
	}
	
	#desarrolloTextFrame {
		float: none;
		width: 90%;
		padding-right: 0%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#desarrolloText{
		text-align: center;
	}
	
	#desarrolloTitle{
		text-align: center;
	}
	
	h3{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
	}
	
	#footerText{
		font-size: 9px;
        color: white;
	}
}
