.contatos {
	width: 100%;
	height: 160px;
	background-image: url(https://orthox.com.br/wp-content/themes/ortho-x/assets/img/fundo-header-contatos.png);
}

#alerta-erro {
    display: none !important;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


#assunto-tipo-error{
	display: none !important;
}

.error{
	/*margin-left: 5px;*/
	color: red;
}
.form-contatos {
	background-image: url(https://orthox.com.br/wp-content/themes/ortho-x/assets/img/fundo-duas-setas.png);
	background-size: auto 135%;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: bottom;
}

.content-form {
	border-radius: 0.85em;
	min-height: 93%;
	max-height: 100%;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
	background-color: #FFF;
}

#assunto-tipo{
	height: 38px;
	color: #212529;
}

.svg-arrow { 
  appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 1em;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 612 612" fill="tomato"><path d="M 96.00,96.00l-96.00,96.00l 256.00,256.00l 256.00-256.00l-96.00-96.00L 256.00,256.00L 96.00,96.00z"/></svg>');
  padding: 0.1em 1.5em 0.1em 0.4em;
}

.unidade1,.unidade2,.unidade3{
	cursor: pointer;
}

.title-contato {
	font-weight: 700;
	font-size: 50px;
	color: var(--orange);
}

.image-titulo {
	width: 50px;
}

.diretores-formulario {
	font-size: 1.5rem;
	font-weight: 700;
}

.titulo-formulario {
	font-size: 32px;
	font-weight: 400;
	color: #C03F27;
	text-align: initial;
	line-height: 0.9;
}
#titulo-texto1{
	font-size: 32px;
	line-height: 0.1;
}

.dente img {
    height: 28px;
}

#titulo-texto2 {
	font-size: 50px;
	font-weight: 700;
	color: #6D0D0E;
}

.texto-formulario {
	font-weight: 300;
	font-size: 16px;
	color: black;
	padding: 0% 12%;
}

.setas-contatos {
	width: 300px;
}

#enviar-exame {
	background-color: #E66234;
	color: white;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 60px;
	border-radius: 0.85em;
}

#enviar-contato2 {
	background-color: #E66234;
	color: white;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 60px;
	border-radius: 0.85em;
}

.conteudo-unidades {
	z-index: 1;
}

.image-unidade {
	width: 50px;
}

.titulo-unidade {
	font-size: 25px;
	font-weight: 400;
	color: white;
	text-decoration: none;
	text-align: initial;
}

#titulo-texto3 {
	font-size: 30px;
	font-weight: 700;
}

.unidade2, 
.unidade3 {
	background-color: #6D0D0E;
}

.unidade1 {
	background-color: #E66234;
}

#image-unidade1 {
	width: 35px;
}

.act {
	position: relative;
	width: 110%;
}

.icone{
	width: 30px;
	height: 30px;
}

.duas-linhas {
	margin-top: 9px;
}

.info-unidade {
	color: white;
	font-size: 18px;
	text-align: left;
	
}

.info-local-unidade1 a {
	text-decoration: none;
}

.button-map {
	display: inline-block;
	padding: 10px 48px;
	background-color: var(--blue-dark);
	text-decoration: none;
	color: var(--white);
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	z-index: 2;
	margin-top: 25%;
	margin-left: 19%;
}

.image-mapa {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}


.texto-importante {
	font-weight: 300;
	font-size: 16px;
	color: black;
}

.dente-meio-esquerda {
    margin-left: 4rem !important;
}

.dente-meio-direita {
    margin-right: 4rem !important;
}

.accordion-button {
    font-weight: 500;
}


/*
███╗   ███╗ █████╗ ██╗  ██╗     ██╗██████╗  ██████╗  ██████╗ ██████╗ ██╗  ██╗
████╗ ████║██╔══██╗╚██╗██╔╝    ███║╚════██╗██╔════╝ ██╔═████╗██╔══██╗╚██╗██╔╝
██╔████╔██║███████║ ╚███╔╝     ╚██║ █████╔╝███████╗ ██║██╔██║██████╔╝ ╚███╔╝ 
██║╚██╔╝██║██╔══██║ ██╔██╗      ██║ ╚═══██╗██╔═══██╗████╔╝██║██╔═══╝  ██╔██╗ 
██║ ╚═╝ ██║██║  ██║██╔╝ ██╗     ██║██████╔╝╚██████╔╝╚██████╔╝██║     ██╔╝ ██╗
╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝     ╚═╝╚═════╝  ╚═════╝  ╚═════╝ ╚═╝     ╚═╝  ╚═╝                                                                             
*/

@media screen and (max-width:  1440px) {
    .dente-meio-esquerda {
        margin-left: 1.9rem !important;
    }
    
    .dente-meio-direita {
        margin-right: 1.9rem !important;
    }
}

@media screen and (max-width: 1370px) {

	.setas-contatos{
		display: none;
	}

	.seta-direita, .seta-esquerda{
		display: none !important;
	}

	.button-map{
		margin-top: 44%;
		margin-left: 18%;
	}

    .dente-meio-esquerda {
        margin-left: 1.55rem !important;
    }
    
    .dente-meio-direita {
        margin-right: 1.55rem !important;
    }
}

@media screen and (max-width: 1024px) {
    .dente-meio-esquerda {
        margin-left: 1.7rem !important;
    }
    
    .dente-meio-direita {
        margin-right: 1.7rem !important;
    }
}

@media screen and (max-width:  768px) {
	.titulo-formulario {
		font-size: 30px;
		line-height: 1;
	}

	#titulo-texto2 {
		font-size: 90%;

	}

	.texto-formulario {
        font-size: 14px;
        padding: 0px 0px;
    }

	#titulo-texto3{
		font-size: 25px;
	}

	.titulo-unidade {
        font-size: 20px;
        font-weight: 400;
        color: white;
        text-decoration: none;
    }

    .dente-meio-esquerda {
        margin-left: 3rem !important;
    }
    
    .dente-meio-direita {
        margin-right: 3rem !important;
    }

	.form-contatos{
		background-image: none;
	}

	.act{
		width: 103%;
	}

    .content-form{
        box-shadow: none;
    }

	.info-unidade{
		font-size: 15px;
	}

	.map-uni{
		height: 485px;
	}

	.button-map {
	    margin-top: 45%;
	    margin-left: 37%;
	}
}

@media screen and (max-width:  425px) {
    .texto-form {
        flex-wrap: wrap;
    }

    .title-contato {
        font-weight: 700;
        font-size: 35px;
        color: var(--orange);
    }

	.contatos{
		margin-top: 80px;
	}
	
	.seta-direita, .seta-esquerda{
		display: none !important;
	}

	.act {
		width: 106%;
	}

	.mapa-unidade{
		margin-top: 10%;
		height: 400px;
	}

	.button-map{
		margin-top: 85%;
		margin-left: 25%;
	}
	
	.texto-formulario {
		font-size: 16px;
		padding: 0px 10px;
	}

    .mandibula img {
        width: 55%;
    }

    .maxila img {
        width: 55%;
    }
}

@media screen and (max-width:  360px) {
    .mandibula {
        flex-wrap: wrap;
    }

    .maxila {
        flex-wrap: wrap;
    }

    .mandibula img {
        width: 100%;
    }

    .maxila img {
        width: 100%;
    }
}
