  .h5 { font-weight: 400}
 
#carrera_videos .testimonio_video p {
    margin: 30px 10px 0 10px;
}
#carrera_videos .h5, #carrera_videos p {
    color: #173363;
}
.introcarreras.internacionales .h1 u {
    
    border-bottom: 0 !important
}


.razones .bg-amarillo{
    display: flex;
    min-height: 115px;
    align-items: center;
    justify-content: center;
    padding: 24px 55px;
}


.h4 strong,
.razones .bg-amarillo strong { font-family: 'flamabold', sans-serif;}



@media (min-width: 980px) {

.razones .bg-amarillo{
    padding: 24px 22px;
}}

/* programas internacionales */

section.programasint  {margin-bottom: -30px}

.programasint .h4 {   font-family: 'flamabook', sans-serif }
.programasint .h4 strong { font-family: 'flamabold', sans-serif;}

.programasint .col-sm-4 { margin-bottom: 30px }

.programasint .col-sm-4 .h5 {color: #fff ;
    font-size: 2.5em;
    line-height: 1.1em }

.programasint a { text-decoration: underline }
.programasint a:hover { text-decoration: none }

.programasint .col-sm-4 > .accordion-btn::after { border-width: 0 3px 3px 0; width: .58em;
    height: .58em; top: calc(100% - 39px); position: absolute }

.programasint .col-sm-4 .backprogramas {position: relative; padding:20px 30px 50px 20px}

.programasint .col-sm-4 .backprogramas.espec { padding-bottom:50px  }

.programasint .col-sm-4 img {  margin-bottom: -2px }

@media (min-width: 768px) {
.programasint .col-sm-4 .backprogramas {
    display: flex;
    align-items: center; min-height: 125px; justify-content: center; padding-top:0 }
	.programasint .col-sm-4 .backprogramas.espec { min-height: 180px  }
}
@media (max-width: 767px) {

.programasint .col-sm-4 > .accordion-btn::after {
    margin-left: calc(50% - 1.3em);
}}



/* **** ESCENARIOS - CAT INTERNACIONALES **** */

.galeriainternacionales {
    width: 100%;
    text-align: center;
    line-height: 0; margin: 0; padding: 0
}

.galeriainternacionales-img {
    display: inline-block;
    width: 50%;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}

@media (min-width: 768px){

    .galeriainternacionales-img {width: 25% }
}

@media (min-width: 980px){

	.galeriainternacionales-img { width: 33.333333% }
}

@media (min-width: 1200px){

    .galeriainternacionales-img { width: 16.666666% }
}


@media (max-width: 768px) {
 
#carrera_videos { margin-bottom: -90px }
}
	
@media (max-width: 980px) {
 
#carrera_videos { margin-bottom: -70px }
}
	
/*  internacionales - numeros */
.int_numeros .h5 {
	font-size: 3.8em; 
	font-family: 'flamabook' }
.int_numeros .h5 strong { 
	font-family: 'flamabold' }
@media (min-width: 768px){
	.int_numeros .section-ch  { 
		padding-top: 75px; 
		padding-bottom: 75px }
}