/* CSS Document */
.f-red{
	background: #C20F2F;
	padding-top: 20px; 
	padding-bottom: 50px; 
	margin-bottom: 10px;
}
.f-orange{
	background: #FFA300;
}
.f-gray{
	background-image: url(/bioterio/procedimientos/img/fondo1.png);
	background-repeat: no-repeat;
	background-size: contain;		
	padding-top: 20px; 
}
.fondo2{
	background-image: url(/bioterio/procedimientos/img/fondo2.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.fondo3{
	background-image: url(/bioterio/procedimientos/img/fondo3.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.fondo4{
	background-image: url(/bioterio/procedimientos/img/fondo4.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.t1{
	color: white;
	text-transform: uppercase;
}
.bt-orange {
	margin-top: 10px!important;
	padding: 5px 5px;
	line-height: 50px;
	background-color: #FFA300;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center;
	white-space: nowrap; /* Evita que el texto se rompa */
}
.bt-orange2 {
	margin-top: -10px!important;
	padding: 10px 20px 10px 20px;
	/*line-height: 50px;*/
	background-color: #FFA300;
	color: white!important;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center;
	/*white-space: nowrap;*/
}
.bt-default {
	margin: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	color: #C20F2F;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 18px;
	white-space: nowrap; /* Evita que el texto se rompa */
}
.bt-default2 {
	margin-top: 10px!important;
	padding: 5px 5px 5px 5px;
	/*line-height: 50px;*/
	background-color: #FFFFFF;
	color: #C20F2F!important;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center;
	/*white-space: nowrap;*/
}
.bt-red {	
	background-color: #901814;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 18px;
	/*white-space: nowrap;*/ /* Evita que el texto se rompa */
}
.bt-pink {	
	margin-top: -10px;
	background-color: #EA4B59;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 14px;
	/*white-space: nowrap;*/ /* Evita que el texto se rompa */
}
.bt-oranged {
	margin-top: 10px!important;
	padding: 5px 5px;
	line-height: 50px;
	background-color: #f95759;
	color: white!important;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center;
	white-space: nowrap;
}
.bt-red2 {	
	line-height: 50px;
	background-color: #b61e1e;
	color: white!important;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: right;
	font-size: 22px;
	white-space: nowrap;
}
.bt-brown {
	background-color: #843900;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 18px;
}
.bt-brown2 {
	background-color: #845400;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 18px;
}
.bt-b3 {
    margin-top: -5px;
	background-color: #f99b00;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 14px;
}
.bt-b4 {
	margin-top: 10px!important;
	padding: 5px 5px;
	line-height: 50px;
	background-color: #f99b00;
	color: white!important;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center;
	white-space: nowrap;
}
.bt-orangered {
    margin-top: -5px;
    padding: 5px;
	background-color: #f9812d;
	color: white!important;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 14px;
}
.bt-red3{	
	background-color: #DB2709;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 14px;
	/*white-space: nowrap;*/ /* Evita que el texto se rompa */
}
.bt-red4 {
	margin-top: 10px!important;
	padding: 5px 5px;
	line-height: 50px;
	background-color: #DB2709;
	color: white!important;
	text-decoration: none;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center;
	white-space: nowrap;
}
.bt-dashed {
    margin-top: -5px;
    padding: 5px;
    border: 2px dashed #E7E6E6;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: background-color 0.3s, color 0.3s, transform 0.3s;
	text-align: center !important;
	font-size: 14px;
}
.txt-white{
	font-size: 18px;
	color: white;	
}
.txt-orange{
	font-size: 18px;
	color: #FFA300!important;
}
.txt-pink{
	font-size: 16px;
	color: #EA4B59;
}
.txt-pink2{
	color: #EA4B59;
}
.txt-orangered{
	font-size: 18px;
	color: #f9812d!important;
}
.txt-orangered2{
	color: #f9812d!important;
}
.txt-red{
	font-size: 18px;
	color: #db2709!important;
}
.txt-red2{
	color: #db2709!important;
}
.txt-b3{
	font-size: 18px;
	color: #f99b00!important;
}
.contenedor1{
	background-image: url(/bioterio/procedimientos/img/c2.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	height: 200px;
}
.contenedor2{
	padding-left: 5px;
}
.img2{
    margin-top: -100px;
    margin-left: -40px;
}
@media screen and (max-width: 1000px) {
    .img2{
        margin-top: 10px;
        margin-left: 0px;
    }
}
@media screen and (max-width: 558px) {
  
  .bt-default {	
	font-size: 11px;
	  text-align: center!important;
}
	.f-gray{
	background-color: #FCFCFC;
	background-image: none;
	padding-top: 20px; 
	margin-bottom: 10px;
	}
    .fondo2{
	background-color: #FCFCFC;
	background-image: none;
	padding-top: 20px; 
	margin-bottom: 10px;
	}
    .fondo3{
	background-color: #FCFCFC;
	background-image: none;
	padding-top: 20px; 
	margin-bottom: 10px;
	}
    .fondo4{
	background-color: #FCFCFC;
	background-image: none;
	padding-top: 20px; 
	margin-bottom: 10px;
	}
}