/* INTERNA */
.internatitle {
    display: flex;
    justify-content: center;
    align-items: center;

/*
	display: flex;
    padding: 0 40px;
    justify-content: left;
*/	
    /* background-color: rgba(0,0,0,0.5); */
}

.internatitle h1 {
    font-weight: bold;
    font-size: 28px;
    padding: 20px 0;
    position: relative;
}

.internatitle h1::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 25%;
    height: 3px;
    /* background-color: #9A0000; */
    line-height: 1.6;
}

.internatitle__container {
    /* display: flex; 
    flex-flow: row center;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
*/
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 90%;
    max-width: 1920px;

}

.internacontent {
    display: flex;
    flex-flow: row center;
    justify-content: center;
    align-items: center;
    align-content: center;

	background-color: #E9E9E9;
}

.internacontent__container {
	width:90%;
    min-height: 600px;
	padding: 30px;
	background-color:#FFF;
	margin-bottom: 25px;
	margin-top:25px;
	border-bottom: 2px solid #e1e1e1;
}

.btenviadook{background-color: #4d90fe !important;}


/* CSS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*outline: 1px solid red !important;*/
    color: #5C5C5C;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

*::before, *::after {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button {
    outline: none;
}

h1 {
    font-size: 33px;
}

.maincontainer {
    max-width: 1920px;
    width: 90%;
}

@media (max-width: 1600px) {
    .maincontainer {
        width: 98%;
    }
}
/* CSS */



/* END TOPSEARCH */
.topsearch {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #E9E9E9;
}

.topsearch .maincontainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.topsearch__left {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.topsearch__total {
    width: 100%;
}

.topsearch__total span {
    color: #0078FF;
    font-weight: bold;
}

.topsearch__right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.topsearch__separator {
    margin: 0 20px;
    height: 41px;
    width: 1px;
    background-color: #E9E9E9;
}

.topsearch__buscar {
    position: relative;
    display: flex;
    align-items: center;
}

.topsearch__buscar input {
    padding: 8px 40px 8px 16px;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    width: 200px;
}

.topsearch__buscar button {
    position: absolute;
    right: 10px;
    font-size: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
/* END TOPSEARCH */


.nav__logo img{ max-width:400px; max-height:300px; }

@media (max-width: 720px) {
	.topsearch__buscar input{margin-bottom: 20px;}
	#frm_buscatopo{width:100%;}
}