/* Para Cel */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width:320px) and (max-width:1024px){

#servicios {
    margin-top: 100px;
	
}

.title-center {
    max-width: 60%;
    margin: 0 auto 60px auto;
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}


.title-center h2 {
	font-size: 22px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h3 {
	font-size: 18px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center span {
	font-size: 18px;
    text-align: center;
	font-weight: normal !important;
    color: rgb(254, 80, 0);
	
}

.content {
    background-color: rgb(245,245,245);
}

.content-center {
    max-width: 90%;
    margin: 0 auto 0 auto;
    text-align: left;
}

.servicio-post-titulo {
	max-width: 100%;
	margin: 0 auto;
	
	/*padding-top: 50px;*/
	padding-top: 35px;
	padding-bottom: 0px;

	/*border: 1px solid red;*/
	background: none;
	
}

.servicio-post-titulo h3 {
	color: #07192d;
	text-align: left;
	font-size: 24px;
	font-family: Titillium Web, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

	/*border: 1px solid red;*/
	
}

.servicio-post-titulo span {
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	/*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

.servicio-post-titulo hr {
	max-width: 100%;
	
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	
}
	
.services-container {
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 50px;
	
	border-radius: 15px !important;
    background-color: rgb(255,255,255);
}

.services-container {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	
}

.services-container:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	
}

.services-details {
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
	
}

.services-details h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
    margin-top: 20px;
	
}

.services-details p {
    font-size: 14px;
    text-align: justify;	
    margin: 15px;
	
}

.services-details h3, .services-details p {
    color: rgb(0,0,0);
	
}

.more-link {
    color: rgb(254, 80, 0);
    margin: 15px;
	
}

.more-link:hover{
    color: rgb(254, 80, 0);
    text-decoration: none;
	
}

.arrow-icon {
    width: 10px;
    margin-left: 5px;
	
}

.content-center-linecard {
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
	
}

.content-center-linecard p {
    padding: 50px;
	
}

}


/* Para Laptop */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1025px) and (max-width:1599px) {

#servicios {
    margin-top: 100px;
	
}

.title-center {
    max-width: 60%;
    margin: 0 auto 60px auto;
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}


.title-center h2 {
	font-size: 22px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h3 {
	font-size: 18px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center span {
	font-size: 18px;
    text-align: center;
	font-weight: normal !important;
    color: rgb(254, 80, 0);
	
}

.content {
    background-color: rgb(245,245,245);
}

.content-center {
    max-width: 90%;
    margin: 0 auto 0 auto;
    text-align: left;
}

.servicio-post-titulo {
	max-width: 100%;
	margin: 0 auto;
	
	/*padding-top: 50px;*/
	padding-top: 35px;
	padding-bottom: 0px;

	/*border: 1px solid red;*/
	background: none;
	
}

.servicio-post-titulo h3 {
	color: #07192d;
	text-align: left;
	font-size: 24px;
	font-family: Titillium Web, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

	/*border: 1px solid red;*/
	
}

.servicio-post-titulo span {
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	/*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

.servicio-post-titulo hr {
	max-width: 100%;
	
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	
}
	
.services-container {
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 50px;
	
	border-radius: 15px !important;
    background-color: rgb(255,255,255);
}

.services-container {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	
}

.services-container:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	
}

.services-details {
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
	
}

.services-details h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
    margin-top: 20px;
	
}

.services-details p {
    font-size: 14px;
    text-align: justify;	
    margin: 15px;
	
}

.services-details h3, .services-details p {
    color: rgb(0,0,0);
	
}

.more-link {
    color: rgb(254, 80, 0);
    margin: 15px;
	
}

.more-link:hover{
    color: rgb(254, 80, 0);
    text-decoration: none;
	
}

.arrow-icon {
    width: 10px;
    margin-left: 5px;
	
}

.content-center-linecard {
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
	
}

.content-center-linecard p {
    padding: 50px;
	
}

}	

	
/* Para PC */
/*-----------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1600px) {

#servicios {
    margin-top: 130px;
	
}

.title-center {
    max-width: 60%;
    margin: 0 auto 60px auto;
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h2 {
	font-size: 26px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center h3 {
	font-size: 22px;	
    text-align: center;
	font-weight: bold !important;
    color: rgb(254, 80, 0);
}

.title-center span {
	font-size: 22px;
    text-align: center;
	font-weight: normal !important;
    color: rgb(254, 80, 0);
	
}

.content {
    background-color: rgb(245,245,245);
}

.content-center {
    max-width: 90%;
    margin: 0 auto 0 auto;
    text-align: left;
}

.servicio-post-titulo {
	max-width: 100%;
	margin: 0 auto;
	
	/*padding-top: 50px;*/
	padding-top: 35px;
	padding-bottom: 0px;

	/*border: 1px solid red;*/
	background: none;
	
}

.servicio-post-titulo h3 {
	color: #07192d;
	text-align: left;
	font-size: 24px;
	font-family: Titillium Web, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	/*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

	/*border: 1px solid red;*/
	
}

.servicio-post-titulo span {
	color: #333;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	/*text-transform: uppercase;*/	
	/*text-shadow: #132639 2px 2px 2px;*/

}

.servicio-post-titulo hr {
	max-width: 100%;
	
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	
}
	
.services-container {
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 50px;
	
	border-radius: 15px !important;
    background-color: rgb(255,255,255);
}

.services-container {
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	
}

.services-container:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
	
}

.services-details {
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
	
}

.services-details h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
    margin-top: 20px;
	
}

.services-details p {
    font-size: 14px;
    text-align: justify;	
    margin: 15px;
	
}

.services-details h3, .services-details p {
    color: rgb(0,0,0);
	
}

.more-link {
    color: rgb(254, 80, 0);
    margin: 15px;
	
}

.more-link:hover{
    color: rgb(254, 80, 0);
    text-decoration: none;
	
}

.arrow-icon {
    width: 10px;
    margin-left: 5px;
	
}

.content-center-linecard {
    width: 100%;
    margin: 0 auto 0 auto;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
	
}

.content-center-linecard p {
    padding: 50px;
	
}

}