﻿/*
 * Descripción: SEIRMA SERVICIOS
 * Copyright (c) 2018
 *
 */


/*=========================
		H1-H2-H3
=========================*/

.title{font-family: 'Fjalla One', sans-serif; font-size:2.5em; line-height:1.2857em; color:#2e2e2d; margin-bottom:5px; position:relative; display:block}
.title a {text-decoration:none; color:#2e2e2d;}
.title a:hover, .title a:focus {text-decoration:none; color:#2e2e2d;}


.sec-title .title:after{
	position:absolute;
	content:'';
	right:-60px;
	bottom:12px;
	width:50px;
	height:3px;
	background-color:#15713a;
}

@media (max-width: 991px){
	.sec-title .title:after{display:none;}
}


.title.min{font-size:1.5em;}
.title.med{font-size:2.1875em;}
.title.max{font-size:3.125em;}

.barraverde{
	position:absolute; z-index:0; bottom:20px; right:0px; width:50px; height:3px; background:#15713a; 
}


.subtitle {font-family: 'Roboto', sans-serif; font-size:1.25em; line-height:1.2857em; color:#222; margin-bottom:15px;}
.subtitle a {text-decoration:none; color:#000;}
.subtitle a:hover{text-decoration:none; color:#000;}

.subtitle.nobotton{	margin-bottom:0px;}
.subtitle.min{font-size:1.125em;}
.subtitle.peq{font-size:1.0666em; font-weight:normal;}


.subtitle span.borderbot{border-bottom:2px solid #f29500; padding-bottom:4px;}


/*=========================
		 TEXTOS
=========================*/

.txtinfo{font:normal 0.9375em 'Roboto', Arial, Helvetica, sans-serif; color:#666; margin:10px 0;}
.txtinfo span{font-weight:bold; color:#047240;}

.txtmin{font-size: 0.875em; color: #999; line-height: 1.5em; text-decoration: none; padding:2px 0;}
.txtmin a, .txtmin a:focus{color:#999; text-decoration:none}
.txtmin a:hover{color:#333; text-decoration:none;}



.titaba{font-size: 1.375em; font-family: 'Roboto', Arial, Helvetica, sans-serif; color:#ffffff; display: inline-block; position:relative; padding-bottom: 10px; margin:10px 0 15px 0;}
.titaba::after{
	position:absolute;
	content:'';
	right:-50px;
	bottom:12px;
	width:40px;
	height:3px;
	background-color:#15713a;
}



.abajo{font-size: 0.875em; color: #686b75; line-height: 1.6em; text-decoration: none; text-align:center}
.abajo a, .abajo a:focus{color: #686b75; text-decoration: none;}
.abajo a:hover, .abajo a:focus{color: #767a86; text-decoration: none;}

.titulo{font-size:1.371em; color:#333; margin-bottom:5px;}
.titulo.min{font-size:1.2142em;}
.titulo.heightoverflow{height:68px; overflow:hidden;}

.txt404 {font-size: 7em; font-family: Arial, Helvetica, sans-serif; font-weight: 400; line-height:1em; color:#ad0000;}
.txt404_msg, .txtbig{font-family: Arial, Helvetica, sans-serif; font-size:2.5em; color:#333;	line-height:1.2em;}


/*=========================
		 COLORES
=========================*/

.colordest{color:#047240}
.verde{color:#047240;}
.rojo{color:#ee0000}
.blanco{color:white;}
.negro{color:black;}
.amarillo{color:#ffb400;}
.gris-claro{color:#666666}


.texto{font-size:1.0714em;}


/*=========================
       MEDIA QUERIES
=========================*/


@media (max-width: 768px){
	.txt404 {font-size: 4.375em;}
	.txt404_msg, .txtbig {font-size: 1.875em;}
}
